1 |
2004-03-19 Martin Schulze <[email protected]> |
2004-03-24 Martin Schulze <[email protected]> |
2 |
|
|
3 |
|
* Extensions/wms/capabilities.py: Renamed the class to contain |
4 |
|
'WMS', also added a linebreak where required |
5 |
|
|
6 |
|
* Extensions/wms/parser.py: Finally added the XML parser for the |
7 |
|
GetCapabilities response. |
8 |
|
|
9 |
|
* Extensions/wms/test/sample.xml: Adjusted the sample file so that |
10 |
|
<SRS> elements match the <BoundingBox> elements, except for the |
11 |
|
layer 'beschriftung'. |
12 |
|
|
13 |
|
* Extensions/wms/test/test_parser.py: Encode non-ascii strings |
14 |
|
since Python uses unicode strings internally, otherwise |
15 |
|
comparisons will fail. Removed tests for getLayerBBoxSRS() since |
16 |
|
the SRS will be calculated anyway and this method is obsoleted by |
17 |
|
getLayerSRS(). Denote SRS as strings and not as cardinal numbers. |
18 |
|
Move loading the sample file into the setUp method. Added a test |
19 |
|
for finding the integrity problem in the sample response. |
20 |
|
Improved formatting. |
21 |
|
|
22 |
|
* Extensions/wms/domutils.py: Added convenience routines for |
23 |
|
handling of Document Object Model (DOM) nodes. |
24 |
|
|
25 |
|
* Extensions/wms/test/test_domutils.py: Added a test for the |
26 |
|
domutils module |
27 |
|
|
28 |
|
2004-03-19 Martin Schulze <[email protected]> |
29 |
|
|
30 |
* Extensions/wms/test/test_parser.py (TestWMSCapabilitiesParser): |
* Extensions/wms/test/test_parser.py (TestWMSCapabilitiesParser): |
31 |
Moved path detection and adding into a module of its own, |
Moved path detection and adding into a module of its own, |