[GRASS-SVN] r69079 - grass/branches/releasebranch_7_2/gui/wxpython/web_services

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Aug 4 06:47:57 PDT 2016


Author: neteler
Date: 2016-08-04 06:47:57 -0700 (Thu, 04 Aug 2016)
New Revision: 69079

Modified:
   grass/branches/releasebranch_7_2/gui/wxpython/web_services/dialogs.py
Log:
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)

Modified: grass/branches/releasebranch_7_2/gui/wxpython/web_services/dialogs.py
===================================================================
--- grass/branches/releasebranch_7_2/gui/wxpython/web_services/dialogs.py	2016-08-04 13:47:15 UTC (rev 69078)
+++ grass/branches/releasebranch_7_2/gui/wxpython/web_services/dialogs.py	2016-08-04 13:47:57 UTC (rev 69079)
@@ -67,7 +67,7 @@
             '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



More information about the grass-commit mailing list