1 |
|
2004-03-30 Martin Schulze <[email protected]> |
2 |
|
|
3 |
|
* Extensions/wms/parser.py (WMSCapabilitiesParser.getLayerSRS): |
4 |
|
Adjusted the getLayerSRS method to return the list of SRSes |
5 |
|
extracted from <SRS> elements instead of <BoundingBox> elements. |
6 |
|
Added a bit of documentation as well. |
7 |
|
(WMSCapabilitiesParser.checkLayerSRS): Removed integrity test |
8 |
|
since it was only implemented due to a misunderstanding. |
9 |
|
|
10 |
|
* Extensions/wms/test/test_parser.py |
11 |
|
(TestWMSCapabilitiesParser.test_LayerSRS): Adjust the tests to |
12 |
|
reflect the corrected interpretation of the standard: i.e. a layer |
13 |
|
does not have to define a BoundingBox for all SRSes it supports. |
14 |
|
Hence the <SRS></SRS> specification is authoritative, not the list |
15 |
|
of BoundingBoxes. |
16 |
|
(TestWMSCapabilitiesParser.test_BoundingBoxes): Added a new test |
17 |
|
to ensure None is returned for a non-existing SRS. |
18 |
|
(TestWMSCapabilitiesParser.test_grok): Removed test_grok method |
19 |
|
since it is not applicable anymore. Listing more SRSes in <SRS> |
20 |
|
elements is valid according to the specs. |
21 |
|
|
22 |
2004-03-26 Bernhard Reiter <[email protected]> |
2004-03-26 Bernhard Reiter <[email protected]> |
23 |
|
|
24 |
* README: Nicer formatting of text. Improved descriptions. |
* README: Nicer formatting of text. Improved descriptions. |
25 |
Reflected wxWidgets name change. |
Reflected wxWidgets name change. |
26 |
|
|