|
@@ -62,7 +62,7 @@ class WSDialogBase(wx.Dialog):
|
|
|
#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
|