Переглянути джерело

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/branches/releasebranch_7_0@69080 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 8 роки тому
батько
коміт
d688beae07
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      gui/wxpython/web_services/dialogs.py

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

@@ -62,7 +62,7 @@ class WSDialogBase(wx.Dialog):
         #TODO: should be in file
         self.default_servers = { '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