joey: thuban/Extensions/wms parser.py,1.10,1.11

cvs@intevation.de cvs at intevation.de
Thu Dec 9 11:37:46 CET 2004


Author: joey

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

Modified Files:
	parser.py 
Log Message:
Dropped support for get_srs_discrepancies() since there are no
discrepancies anymore (was a thinko)

Index: parser.py
===================================================================
RCS file: /thubanrepository/thuban/Extensions/wms/parser.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- parser.py	13 Apr 2004 19:28:05 -0000	1.10
+++ parser.py	9 Dec 2004 10:37:44 -0000	1.11
@@ -40,8 +40,6 @@
     getLayerBBox(layer, srs)
 
     isQueryable(layer)
-
-    get_srs_discrepancies()
 """
 
 __version__ = "$Revision$"
@@ -70,7 +68,6 @@
     fees = None
     access = None
     formats = None
-    srs_discrepancies = None
     error = None
 
 
@@ -506,14 +503,6 @@
                                 return pivot['queryable']
         return 0
 
-
-    def get_srs_discrepancies(self):
-        """
-        Returns a list of layer identifications where the denoted SRS
-        values differ from the calculated ones through BoundingBox
-        elements.
-        """
-        return self.srs_discrepancies
 
 
 if __name__ == "__main__":





More information about the Thuban-devel mailing list

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