* Access libtess in AreaMeasurer like in Polygons in order to ensure that it's loaded when the WebWW is bundled
* Add missing run configuration for the Measurements example
- Modified the example to specify a service address for BMNGRestLayer
- Adjusted BMNGRestLayer's handling of data path to accommodate both locally hosted and online REST tiles
- Eliminates the dependency between the NPM package contents and the assets published to Artifactory
- Ensures that the images.zip archive is published to Artifactory
- The WorldWind website's Web Get Started page contains a reference to the images.zip archive on Artifactory
- Moved standalone data from worldwindserver.net to worldwind32.arc.nasa.gov
- Hosting on worldwindserver.net is scheduled to be terminated
- Provides HTTPS hosting for standalone data
- Included TectonicPlates.json in the library images directory
- Adjusted TectonicPlatesLayer.js to reference the JSON resource included in images
- Ensures correct HTTPS hosting for the TectonicPlates JSON resource
- Moved example and app online data from worldwindserver.net to worldwind.arc.nasa.gov
- Hosting on worldwindserver.net is scheduled to be terminated
- Provides HTTPS hosting for example and app data
* Add creation and deployment task of a zipped dist folder for GitHub releases
* Add comment describing script functionality
* Fix indentation
* Change compression task to use grunt plugin instead of bash script
* Add build folder to store all assets generated during build process
- Redirect test output to build folder
- Redirect dist folder output to build folder
- Redirect dist archive generation to build folder
- Add version name to dist archive
- Update WebStorm directory exclusion
* Fix api docs path in deployment task
* Fix untar operation to remove extra `build` directory
* Fix file location of CHANGELOG
* Update BingImageryUrlBuilder.js
Correction of the "Bing maps key not send in the URL" issue.
* Update BingImageryUrlBuilder.js
Modify according to Yann Voumard's suggestion.
* Add automatic light location determination on layer time property
- See #100
* Remove lightLocation property
* Remove additional references to the lightLocation property
* Fix comment and falsy value test
* Fix comment
- Moved HowToBuildWebWW.md to a new Building section in README.md
- Moved HowToCreateAndRunUnitTests.md to test/README.md
- Ordered npm build scripts to group testing commands
- Moved and renamed JSDoc configuration files to clarify their purpose
- Removed design-notes with the expecation of re-establishing developer focused documentation on the website or wiki.
- Closes#258