/[thuban]/trunk/thuban/Extensions/wms/parser.py
ViewVC logotype

Diff of /trunk/thuban/Extensions/wms/parser.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2167 by joey, Tue Apr 13 17:05:56 2004 UTC revision 2170 by joey, Tue Apr 13 17:21:19 2004 UTC
# Line 458  class WMSCapabilitiesParser: Line 458  class WMSCapabilitiesParser:
458                              if srs in pivot['bbox']:                              if srs in pivot['bbox']:
459                                  return pivot['bbox'][srs]                                  return pivot['bbox'][srs]
460    
461            # No matching BBox found, let's see if it was EPSG:4326
462            if srs == '4326':
463                return self.getLayerLatLonBBox(name)
464    
465          return None          return None
466    
467    

Legend:
Removed from v.2167  
changed lines
  Added in v.2170

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26