Browse Source

wxGUI web_services: archived NASA OnEarth replaced with NASA GIBS WMTS (see https://wiki.earthdata.nasa.gov/display/GIBS/GIBS+API+for+Developers#GIBSAPIforDevelopers-OGCWebMapTileService%28WMTS%29)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69078 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 years ago
parent
commit
b36588e564
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/web_services/dialogs.py

+ 1 - 1
gui/wxpython/web_services/dialogs.py

@@ -67,7 +67,7 @@ class WSDialogBase(wx.Dialog):
             'OSM-WMS-EUROPE':
             ['http://watzmann-geog.urz.uni-heidelberg.de/cached/osm', '', ''],
             'irs.gis-lab.info (OSM)': ['http://irs.gis-lab.info', '', ''],
-            'NASA OnEarth': ['http://onearth.jpl.nasa.gov/wms.cgi', '', '']}
+            'NASA GIBS WMTS': ['http://gibs.earthdata.nasa.gov/wmts/epsg4326/best/wmts.cgi', '', '']}
 
         # holds reference to web service panel which is showed
         self.active_ws_panel = None