[Thuban-commits] r2788 - in trunk/thuban: . Extensions/wms

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Nov 29 14:40:25 CET 2007


Author: bernhard
Date: 2007-11-29 14:40:24 +0100 (Thu, 29 Nov 2007)
New Revision: 2788

Modified:
   trunk/thuban/ChangeLog
   trunk/thuban/Extensions/wms/wms.py
Log:
* Extensions/wms/wms.py: Activated Nasa as URL and deleted
the other lines which were commented out.


Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog	2007-11-28 13:54:17 UTC (rev 2787)
+++ trunk/thuban/ChangeLog	2007-11-29 13:40:24 UTC (rev 2788)
@@ -1,3 +1,10 @@
+2007-11-29   Bernhard Reiter <bernhard at intevation.de>
+	
+	Wms-Extension: Nasa as second example URL added.
+
+	 * Extensions/wms/wms.py: Activated Nasa as URL and deleted
+	 the other lines which were commented out.
+
 2007-11-28   Bernhard Reiter <bernhard at intevation.de>
 
 	Databaseconnections: some fixes.

Modified: trunk/thuban/Extensions/wms/wms.py
===================================================================
--- trunk/thuban/Extensions/wms/wms.py	2007-11-28 13:54:17 UTC (rev 2787)
+++ trunk/thuban/Extensions/wms/wms.py	2007-11-29 13:40:24 UTC (rev 2788)
@@ -79,10 +79,7 @@
         self.combo_value = wx.ComboBox(self, self.ID_COMBOVALUE, size=(500,-1))
         self.combo_value.Append("")
         self.combo_value.Append('http://demo.intevation.org/cgi-bin/frida-wms?')
-        #self.combo_value.Append('http://wms.jpl.nasa.gov/wms.cgi?')
-        #self.combo_value.Append('http://eukrante.hq:9089/cgi-bin/wms_shg?')
-        #self.combo_value.Append('http://131.220.106.112:8080/deegree0.7/wms?')
-        #self.combo_value.Append('http://demo.cubewerx.com/demo/cubeserv/cubeserv.cgi?CONFIG=gita&')
+        self.combo_value.Append('http://wms.jpl.nasa.gov/wms.cgi?')
         self.combo_value.SetSelection(0)
 
         button_ok = wx.Button(self, wx.ID_OK, _("OK"))



More information about the Thuban-commits mailing list