* Changed WKT parent object to read coordinates as lat-long
* Changed WKT unit test to receive coordinates as 'lat,long'
* Styled Custom WKT string entry textbox to align it with the Destination one
* Reordered tags for WKT entry button
* Added charset tag and note on 3rd party libraries to HTML files that lacked them
* Commented out a debugging console.log message that returns the GetCapabilities document
* Updated README for v0.10.0 RC. Updated npm packages.
* 0.10.0
* Corrected typo.
* Corrected outdated references for BlueMarbleTimeSeries and WMTS examples
- Time series data now resides in our web server instead of worldwind32
- WMTS example now petitions from an EOSDIS NASA endpoint. Previous DLR service is denying requests now.
Note: Attempted to use the service:
https://gibs.earthdata.nasa.gov/wmts/epsg4326/best/wmts.cgi?SERVICE=WMTS&request=GetCapabilities
but it produced errors probably due to our TODO items in WmtsLayer.
* Executed code formatting tool
* Refactored Standalone example as the Offline app
* Updated Standalone data bundle URL
* Updated conf file reflecting new name and location of Offline app
* Delete duplicate Offline configuration file
* Repaired the Blue Marble time series example
* Slight modifications to BlueMarbleTimeSeries fix
- Moved the UI layer creation to the top. This is uncharacteristic
compared with other examples, but this part broke the flow of the
narration of the example when it was positioned in the middle. Due
to technical necessities, the AtmosphereLayer creation is still
in the same location, though.
- URL of REST imagery is now in another line to make it inmmediately
readable.
- Added a comment regarding the animation interval.
* Refactored ScreenText example
- Eliminated offset modification after creation. It exposed the
mutable nature of the TextAttributes.offset.
- Changed its focus at the end. Showcased how TextAttributes.offset
can be used for text alignment.
* Removed common TextAttributes object to use default attributes instead
* Corrected previously missing whitespace
* Made example to initiate simulation without user interaction
- Removed code that pertained to UI checkbox.
- Added BMNGOneImageLayer to avoid seeing the atmosphere without an
Earth when the application is loading.
- Removed factor from the time advancement simulation
* Change animation mechanism to the standard requestAnimationFrame
* Changed the animation mechanism to account for different framerates
* Moved requestAnimationFrame to the beginning
* Changed StarField example name to fit its new focus
* Changed example name
* Removed ability to control animation to simplify example
* Changed example name to Night Sky Animation
* Deleted Sun Simulation example
- Deleted unused configuration files and created a new one to fit the
new name of the example.
* Adjustments to @Beak-man's new night sky animation example
* Improved some comments
* Repositioned comment that refers to the animation
* Improved readability and documentation in SurfaceShapes and GeoJSONExporter
* Ran code formatting
* Improved readability and documentation of Measurements example
* Removed TODO comment
* Improved PickAllShapesInRegion readability and documentation
* Added documentation to Shapefiles
* Added documentation to TriangleMeshes
* Added documentation to Well-Known Text example
* Changed capitalization of WKT example file name
* Changed highlights colors in order to show light shading more clearly
* Add issue template for submitting issues
* Add pull request template
* Change "Note:" in pull request template
* Change "Note:" in pull request template
* Add CONTRIBUTING.md
- This CONTRIBUTING.md replaces "HowToContribute.md". The content in "HowToContribute.md" replaced, but merely ported to the new CONTRIBUTING.md.
- This document explains the expectations for contributing to the Web WorldWind repository. It includes information on how to submit a bug report, new feature suggestion, or a pull request.
- It also guides the user on the appropriate way to contact the WorldWind team with questions.
* Move contributing list under correct heading.
The list to contributing to Web WorldWind (reporting a bug, suggesting a new feature, creating a pull request) was under the wrong heading (Asking Questions). It is now under Contributing.
* Fix spacing
* Add bullet points
* Update CONTRIBUTING.md
Add bullet points to table of contents.
* Update CONTRIBUTING.md
- Deleted the opening sentences which offer an invitation to change WorldWind standards.
- Add Resources content about the WorldWind website, forum, and administrative contact.
* Fix spacing in CONTRIBUTING.md
- Fixed spacing in the last lines of CONTRIBUTING.md so that they are double-spaced.
* Fix email link in CONTRIBUTING.md
* Change "World Wind" to "WorldWind"
* Add edits to ScreenText example
- Clarifies ScreenText code
- Shortens ScreenText by giving fewer examples
* Modified comments and removed unneeded offset assignment
* Changed comment
* Updated GeoTiffExample with commments and increased readability
* Updated GoToLocation with commments and increased readability
- The example's picking is not working.
* Updated Paths with commments and increased readability
* Updated RefreshImagery with commments and increased readability
* Updated SurfaceImage with commments and increased readability
- Removed picking functionality for the sake of brevity and consistence.
- Picking wasn't working.
* Renamed GeoTiffExample and KmlExample to GeoTiff and KML
* Moved LayerManager creation at the end of each example (From Paths to WMTS)
* Ran code formatting tool and eliminated superfluous whitespace
* Eliminated whitespace at the end
* Add issue template for submitting issues
* Add pull request template
* Change "Note:" in pull request template
* Change "Note:" in pull request template
* Add CONTRIBUTING.md
- This CONTRIBUTING.md replaces "HowToContribute.md". The content in "HowToContribute.md" replaced, but merely ported to the new CONTRIBUTING.md.
- This document explains the expectations for contributing to the Web WorldWind repository. It includes information on how to submit a bug report, new feature suggestion, or a pull request.
- It also guides the user on the appropriate way to contact the WorldWind team with questions.
* Move contributing list under correct heading.
The list to contributing to Web WorldWind (reporting a bug, suggesting a new feature, creating a pull request) was under the wrong heading (Asking Questions). It is now under Contributing.
* Fix spacing
* Add bullet points
* Update CONTRIBUTING.md
Add bullet points to table of contents.
* Update CONTRIBUTING.md
- Deleted the opening sentences which offer an invitation to change WorldWind standards.
- Add Resources content about the WorldWind website, forum, and administrative contact.
* Fix spacing in CONTRIBUTING.md
- Fixed spacing in the last lines of CONTRIBUTING.md so that they are double-spaced.
* Fix email link in CONTRIBUTING.md
* Change "World Wind" to "WorldWind"
* Add layer manager to the end of examples
* Improved documentation on Collada example
* Improved documentation on DeepPicking example.
* Improved documentation on GeographicMeshes example.
* Improved documentation on GeographicText example.
- Created a separate file to store data array of US peaks.
* Modified comment on GeographicTextPeaks
* Removed US Peaks array, left Colorado peaks only for the sake of brevity
* Added camera zooming feature to showcase decluttering feature.
- Removed obsolete module reference.
- Added altitude to the text labels.
- Removed state from text labels.
* Changed peaks to Oregon State.
* Removed whitespace in peaks array for the sake of brevity
* Add issue template for submitting issues
* Add pull request template
* Change "Note:" in pull request template
* Change "Note:" in pull request template
* Add CONTRIBUTING.md
- This CONTRIBUTING.md replaces "HowToContribute.md". The content in "HowToContribute.md" replaced, but merely ported to the new CONTRIBUTING.md.
- This document explains the expectations for contributing to the Web WorldWind repository. It includes information on how to submit a bug report, new feature suggestion, or a pull request.
- It also guides the user on the appropriate way to contact the WorldWind team with questions.
* Move contributing list under correct heading.
The list to contributing to Web WorldWind (reporting a bug, suggesting a new feature, creating a pull request) was under the wrong heading (Asking Questions). It is now under Contributing.
* Fix spacing
* Add bullet points
* Update CONTRIBUTING.md
Add bullet points to table of contents.
* Update CONTRIBUTING.md
- Deleted the opening sentences which offer an invitation to change WorldWind standards.
- Add Resources content about the WorldWind website, forum, and administrative contact.
* Fix spacing in CONTRIBUTING.md
- Fixed spacing in the last lines of CONTRIBUTING.md so that they are double-spaced.
* Fix email link in CONTRIBUTING.md
* Change "World Wind" to "WorldWind"
* Comments for ParseURLArguments example
* Enhanced comments for Custom Placemark example
* Repositioned code to increase clarity and readability.
- Removed previous multiple PlacemarkAttributes object creation.
* Changed background color to black in most examples
* Add atmosphere layer to all examples
* Move atmosphere layer to show inner shading on all layers.
* Added comment pointing out importance of adding the atmosphere layer at the end
* Add issue template for submitting issues
* Add pull request template
* Change "Note:" in pull request template
* Change "Note:" in pull request template
* Add CONTRIBUTING.md
- This CONTRIBUTING.md replaces "HowToContribute.md". The content in "HowToContribute.md" replaced, but merely ported to the new CONTRIBUTING.md.
- This document explains the expectations for contributing to the Web WorldWind repository. It includes information on how to submit a bug report, new feature suggestion, or a pull request.
- It also guides the user on the appropriate way to contact the WorldWind team with questions.
* Move contributing list under correct heading.
The list to contributing to Web WorldWind (reporting a bug, suggesting a new feature, creating a pull request) was under the wrong heading (Asking Questions). It is now under Contributing.
* Fix spacing
* Add bullet points
* Update CONTRIBUTING.md
Add bullet points to table of contents.
* Update CONTRIBUTING.md
- Deleted the opening sentences which offer an invitation to change WorldWind standards.
- Add Resources content about the WorldWind website, forum, and administrative contact.
* Fix spacing in CONTRIBUTING.md
- Fixed spacing in the last lines of CONTRIBUTING.md so that they are double-spaced.
* Fix email link in CONTRIBUTING.md
* Change "World Wind" to "WorldWind"
* Add description to examples from annotations to parseURL
* Fix measurements' description
* Clarify example descriptions
* Clarify example descriptions
* Updated documentation and repositioned code to improve clarity
* Removed ability to control animation to simplify example
* Changed file names to SunSimulation
* Modified documentation to reflect focus on the Sun simulation
* Corrected comment about simulation interval
* Add issue template for submitting issues
* Add pull request template
* Change "Note:" in pull request template
* Change "Note:" in pull request template
* Add CONTRIBUTING.md
- This CONTRIBUTING.md replaces "HowToContribute.md". The content in "HowToContribute.md" replaced, but merely ported to the new CONTRIBUTING.md.
- This document explains the expectations for contributing to the Web WorldWind repository. It includes information on how to submit a bug report, new feature suggestion, or a pull request.
- It also guides the user on the appropriate way to contact the WorldWind team with questions.
* Move contributing list under correct heading.
The list to contributing to Web WorldWind (reporting a bug, suggesting a new feature, creating a pull request) was under the wrong heading (Asking Questions). It is now under Contributing.
* Fix spacing
* Add bullet points
* Update CONTRIBUTING.md
Add bullet points to table of contents.
* Update CONTRIBUTING.md
- Deleted the opening sentences which offer an invitation to change WorldWind standards.
- Add Resources content about the WorldWind website, forum, and administrative contact.
* Fix spacing in CONTRIBUTING.md
- Fixed spacing in the last lines of CONTRIBUTING.md so that they are double-spaced.
* Fix email link in CONTRIBUTING.md
* Change "World Wind" to "WorldWind"
* Commented boilerplate code
* Correct comments for boilerplate code
* Fix indentation in Collada Example
EarthRestElevationCoverage, the coverage used by Standalone.html, was out of date after recent changes to TiledElevationCoverage. Updated this coverage implementation to correctly retrieve standalone elevation tiles.
* Add WCS GeoTiff elevation support
* Fix parameter documentation
* Revert addition of read from array method
* Add capability to construct GeoTiffReader from URL or ArrayBuffer
- Modifies ElevationModel data retrieval handling for GeoTiffs
* Revise GeoTiffReader API
- Constructor takes ArrayBuffer and parses
- Provides synchronous image a data retrieval
- Add utility method with asynchronous XML HTTP Request
* Clean up variable naming, formatting, and other conventions
* Update naming and refactor callback to match library convention
* Remove old comments
* Fix one property accessor
* Provide full xhr object on failure and success callbacks
* Add grayscale and rgb retrieval unit tests
* Add logging message
* Add resampling mode to surface images
* Move the constants into the WorldWind class
Extract methods handling the texture parameters
Complete the documentation
* Enable anisotropic texture filtering only for textures with linear filtering
* Remove broken links in JSDoc
* Load the anisotropic filter extension only once per texture
* Use faster function check for clearing the texture parameters