21 Commits

Author SHA1 Message Date
Mark Peterson
07db0fcc0a
License update (#830) 2020-08-12 17:28:51 -05:00
Miguel Del Castillo
13e6b74e73
Corrected outdated references for BlueMarbleTimeSeries and WMTS examples (#820)
* 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
2020-07-09 23:29:56 -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
eirizarry
3387ef4eed Make "WorldWind" the name standard (#200)
All instances of "World Wind" in the source code and supporting documents have been changed to "WorldWind".
2017-08-17 11:37:53 -07:00
Zach Glueckert
993da22408 Refactor failure anonymous callback to function expression 2017-02-23 15:59:12 -05:00
Zach Glueckert
26ec54d576 Add semicolons to console.log statement 2017-02-23 11:04:03 -05:00
Zach Glueckert
c8e38c97c4 Move OGC standards to applicable folders
-Add call back to failure call in WMTS and WMS examples
2017-02-23 10:48:18 -05:00
Zach Glueckert
9d3c7f3464 Refactor failure and document retrieval handling 2017-02-22 22:15:51 -05:00
Zach Glueckert
13ea3bd98f Refactor WMS and WMTS asynchronous document retrieval 2017-02-22 15:39:54 -05:00
Sirac Remi
b70929bcc7 Rename 'url' to 'service' to be consistent with WMS 2016-07-20 10:34:30 +02:00
Sirac Remi
59dbbb1476 Change matrixset name in WMTS.js example 2016-07-19 15:52:59 +02:00
Sirac Remi
be437b6640 WMTS Layer with config parameter + WmtsLayerCaps useless + previous examples moved to apps/ + new basic example 2016-07-12 11:53:28 +02:00