joey: thuban/Extensions/wms wms.py,1.5,1.6

cvs@intevation.de cvs at intevation.de
Tue Apr 13 19:31:03 CEST 2004


Author: joey

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

Modified Files:
	wms.py 
Log Message:
Reduce the list of supported graphic formats back to JPEG and BMP, PNG
and others are too *cough* experimental...  Sorry, Imeant to filter
this out before I committed this part.

Index: wms.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/wms/wms.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- wms.py	11 Apr 2004 17:39:30 -0000	1.5
+++ wms.py	13 Apr 2004 17:31:01 -0000	1.6
@@ -201,7 +201,7 @@
         image/wbmp or WBMP which refers to WAP bitmap format and is
         not supported by the included render engine.
         """
-        prio = ['png', 'jpeg', 'jpg', 'tif', 'gif', 'bmp']
+        prio = ['jpeg', 'bmp']
         for p in prio:
             for f in formats:
                 if f.lower().find(p) > -1:





More information about the Thuban-devel mailing list

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