Parent Directory
|
Revision Log
|
Patch
revision 2158 by joey, Sun Apr 11 17:38:10 2004 UTC | revision 2159 by joey, Sun Apr 11 17:39:30 2004 UTC | |
---|---|---|
# | Line 131 class WMSLayer(BaseLayer): | Line 131 class WMSLayer(BaseLayer): |
131 | self.error_msg = _('EPSG projection code %s not found!\n'\ | self.error_msg = _('EPSG projection code %s not found!\n'\ |
132 | 'Setting projection to "None".\n'\ | 'Setting projection to "None".\n'\ |
133 | 'Please set an appropriate projection yourself.'\ | 'Please set an appropriate projection yourself.'\ |
134 | % epsg_id) | % top_srs) |
135 | ||
136 | # pre-determine the used format | # pre-determine the used format |
137 | self.wmsformat, self.format = \ | self.wmsformat, self.format = \ |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |