[GRASS-SVN] r59327 - grass/trunk/gui/wxpython/web_services
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Mar 25 06:17:11 PDT 2014
Author: turek
Date: 2014-03-25 06:17:11 -0700 (Tue, 25 Mar 2014)
New Revision: 59327
Modified:
grass/trunk/gui/wxpython/web_services/dialogs.py
Log:
wms: url of default server OSM-WMS_EUROPE modified
Modified: grass/trunk/gui/wxpython/web_services/dialogs.py
===================================================================
--- grass/trunk/gui/wxpython/web_services/dialogs.py 2014-03-25 13:13:58 UTC (rev 59326)
+++ grass/trunk/gui/wxpython/web_services/dialogs.py 2014-03-25 13:17:11 UTC (rev 59327)
@@ -60,7 +60,7 @@
}
#TODO: should be in file
- self.default_servers = { 'OSM-WMS-EUROPE' : ['http://129.206.228.72/cached/osm', '', ''],
+ 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', '', '']
}
More information about the grass-commit
mailing list