Browse Source

wms: url of default server OSM-WMS_EUROPE modified

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59327 15284696-431f-4ddb-bdfa-cd5b030d7da7
Štěpán Turek 11 years ago
parent
commit
3da3a13903
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/web_services/dialogs.py

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

@@ -60,7 +60,7 @@ class WSDialogBase(wx.Dialog):
                           }
                           }
 
 
         #TODO: should be in file
         #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', '', ''],
                                  'irs.gis-lab.info (OSM)' : ['http://irs.gis-lab.info', '', ''],
                                  'NASA OnEarth' : ['http://onearth.jpl.nasa.gov/wms.cgi', '', '']
                                  'NASA OnEarth' : ['http://onearth.jpl.nasa.gov/wms.cgi', '', '']
                                }
                                }