Parent Directory
|
Revision Log
|
Patch
revision 2169 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 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |