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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 24 11:09:46 CEST 2008


Author: bernhard
Date: 2008-07-24 11:09:46 +0200 (Thu, 24 Jul 2008)
New Revision: 2854

Modified:
   trunk/thuban/ChangeLog
   trunk/thuban/Extensions/wms/__init__.py
   trunk/thuban/Thuban/thuban_cfg.py
Log:
Thuban/thuban_cfg.py: Enabled wms extension. 
Extensions/wms/__init__.py: Minor comment fix.


Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog	2008-07-24 09:03:16 UTC (rev 2853)
+++ trunk/thuban/ChangeLog	2008-07-24 09:09:46 UTC (rev 2854)
@@ -3,6 +3,11 @@
 	* NEWS: Added summary of changes since the 1.2.1 release. Fixed some
 	  typos.
 
+2008-007-24 Bernhard Reiter <bernhard at intevation.de>
+	
+	* Thuban/thuban_cfg.py: Enabled wms extension. 
+	*  Extensions/wms/__init__.py: Minor comment fix.
+
 2008-06-23  Didrik Pinte <dpinte at dipole-consulting.com>
 	* Extension/wms/__init__.py, wms.py, layer.py : copyright left to
 	Intevation.

Modified: trunk/thuban/Extensions/wms/__init__.py
===================================================================
--- trunk/thuban/Extensions/wms/__init__.py	2008-07-24 09:03:16 UTC (rev 2853)
+++ trunk/thuban/Extensions/wms/__init__.py	2008-07-24 09:09:46 UTC (rev 2854)
@@ -6,8 +6,7 @@
 # This program is free software under the GPL (>=v2)
 # Read the file COPYING coming with Thuban for details.
 
-# first try out whether we can import the required module
-# of the PyOGCLib.
+# first try out whether we can import the required module OWSLib
 ok = True
 try:
     import owslib

Modified: trunk/thuban/Thuban/thuban_cfg.py
===================================================================
--- trunk/thuban/Thuban/thuban_cfg.py	2008-07-24 09:03:16 UTC (rev 2853)
+++ trunk/thuban/Thuban/thuban_cfg.py	2008-07-24 09:09:46 UTC (rev 2854)
@@ -57,9 +57,8 @@
 except Exception, x:
     print x
 
-# disabled for 1.2.1 release because PyOGCLib is buggy
-#try:
-#    import Extensions.wms
-#except Exception, x:
-#    print x
+try:
+    import Extensions.wms
+except Exception, x:
+    print x
 



More information about the Thuban-commits mailing list