[GRASS-SVN] r69080 - grass/branches/releasebranch_7_0/gui/wxpython/web_services

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


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

Modified:
   grass/branches/releasebranch_7_0/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_0/gui/wxpython/web_services/dialogs.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/web_services/dialogs.py	2016-08-04 13:47:57 UTC (rev 69079)
+++ grass/branches/releasebranch_7_0/gui/wxpython/web_services/dialogs.py	2016-08-04 13:49:57 UTC (rev 69080)
@@ -62,7 +62,7 @@
         #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



More information about the grass-commit mailing list