jan: thuban/Extensions/wms wms.py,1.9,1.10

cvs@intevation.de cvs at intevation.de
Tue Sep 28 21:54:52 CEST 2004


Author: jan

Update of /thubanrepository/thuban/Extensions/wms
In directory doto:/tmp/cvs-serv11912

Modified Files:
	wms.py 
Log Message:
Added registration of the extension.


Index: wms.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/wms/wms.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- wms.py	11 May 2004 22:34:49 -0000	1.9
+++ wms.py	28 Sep 2004 19:54:50 -0000	1.10
@@ -31,8 +31,16 @@
 from Thuban.UI.mainwindow import main_menu
 from Thuban import _
 import Thuban.UI.baserenderer
+from Thuban.UI.extensionregistry import ExtensionDesc, ext_registry
 
 from layer import WMSLayer
+
+ext_registry.add(ExtensionDesc(
+    name = 'WMS',
+    version = '0.1.0',
+    authors= [ 'Jan-Oliver Wagner' ],
+    copyright = '2003, 2004 Intevation GmbH',
+    desc = _("Provide layers via OGC WMS.")))
 
 
 class WMSExtension(Extension):





More information about the Thuban-devel mailing list

This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)