12 Commits

Author SHA1 Message Date
Mark Peterson
07db0fcc0a
License update (#830) 2020-08-12 17:28:51 -05:00
Patrick Hogan
09c81f862e Update 2018-06-21 19:03:59 -07:00
Patrick Hogan
44a32a6501 Update 2018-06-21 18:45:33 -07:00
Miguel Del Castillo
c8128929f0 Move layer manager to the end of examples (from Paths to WMTS) (#728)
* 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
2018-06-04 14:01:06 -07:00
Endia Irizarry
bd65ee8080 Add atmosphere layer to black background to all examples (#713)
* 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
2018-05-30 15:21:58 -07:00
Miguel Del Castillo
c22a01d1b4 Adds descriptions to examples that were lacking one (#717) 2018-05-30 12:41:51 -07:00
Miguel Del Castillo
7fcd884a00 Corrected logger level comment to reflect that it logs both warnings and errors (#711) 2018-05-23 14:05:33 -07:00
Miguel Del Castillo
71b431bc26 Commented boilerplate code for examples (from Paths to WMTS). (#709)
* Commented WorldWindow boilerplate (logger and layer creation and addition).

* Corrected comment in StarField
2018-05-23 12:50:08 -07:00
Mark Peterson
b8799b19e7 layerManager spelling correction, format cleanup for examples (#409) 2017-12-06 17:25:37 -06:00
Patrick Hogan
6ebc542db8 Updated. 2017-11-20 14:06:30 -08:00
Zach Glueckert
04ad540776 Refactor the examples reference method of the WorldWind library (#275)
* Add WorldWind shim as library reference
- Closes #254
- Update the WorldWind object to reference the KmlControls and KmlTreeVisibility classes
- Fix ordering of dependencies in WorldWind
2017-11-03 13:57:40 -07:00
Miguel Del Castillo
01b7651bac Correctly handle SurfaceShape property changes (#266)
* Added 'resetBoundaries()' call in related SurfaceShape setters

* Added changing path types and number of edges tests in the example

* Added first test of changing a shape's polar throttle

* Corrected comment typo

* Added frame statistics layer to example

* Added layers and a shape to study polar throttling

* Modified north polar ellipse. Improved comments for the example.

* Removed unused polar throttle switching function

* Removed console.log() call

* Applied WebStorm's code reformatting
2017-11-03 13:20:05 -07:00