1 |
|
2004-03-18 Martin Schulze <[email protected]> |
2 |
|
|
3 |
|
* Extensions/wms/test/test_parser.py: Added another test for |
4 |
|
checking whether the WMS XML parser (to be implemented) returns |
5 |
|
the information we expect. This requires a sample WMS WML file |
6 |
|
(sample.xml) which has been extracted from the frida server and |
7 |
|
"improved" manually. |
8 |
|
|
9 |
|
* Extensions/wms/test/test_ogclib.py: Added legacy code to add the |
10 |
|
main Thuban directory to the path in order to be able to import |
11 |
|
random modules. Adjusted the PyOGCLib detection to reuse the |
12 |
|
information gathered. Also added a note about the PYTHONPATH |
13 |
|
environment variable. |
14 |
|
|
15 |
|
* Extensions/wms/test/test_ogclib.py: The format specification is |
16 |
|
a mime-type, not a graphic format, hence image/jpeg wou ld be the |
17 |
|
proper format and not JPEG. We'll also have to take care of the |
18 |
|
encoding of / as %2F. |
19 |
|
|
20 |
2004-03-16 Martin Schulze <[email protected]> |
2004-03-16 Martin Schulze <[email protected]> |
21 |
|
|
22 |
* Extensions/wms/test/test_ogclib.py: Added a (hopefully) |
* Extensions/wms/test/test_ogclib.py: Added a (hopefully) |