NASAWorldWind / WebWorldWind

The NASA WorldWind Javascript SDK (WebWW) includes the library and examples for creating geo-browser web applications and for embedding a 3D globe in HTML5 web pages.
881 stars 383 forks source link

Get Started Documentation References Wrong WMS Address #887

Open cobiadigital opened 1 year ago

cobiadigital commented 1 year ago

Description

https://worldwind.arc.nasa.gov/web/get-started/ Documentation Get Started page provides an outdated link for wms imagery.

Old: https://neo.sci.gsfc.nasa.gov/wms/wms?SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.3.0

New: https://neo.gsfc.nasa.gov/wms/wms?SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.3.0

gsfc has dropped "sci" subdomain

zsedrovitstamas commented 1 year ago

It is also wrong in the WMS example file: https://github.com/NASAWorldWind/WebWorldWind/blob/develop/examples/WMS.js MATLAB has the wrong address listed too in their WMS database.