[GRASS-SVN] r69078 - grass/trunk/gui/wxpython/web_services
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 4 06:47:15 PDT 2016
Author: neteler
Date: 2016-08-04 06:47:15 -0700 (Thu, 04 Aug 2016)
New Revision: 69078
Modified:
grass/trunk/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/trunk/gui/wxpython/web_services/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/web_services/dialogs.py 2016-08-04 11:19:40 UTC (rev 69077)
+++ grass/trunk/gui/wxpython/web_services/dialogs.py 2016-08-04 13:47:15 UTC (rev 69078)
@@ -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