1 |
|
2003-09-26 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
Add a DTD for the projection files and make thuban write valid |
4 |
|
projection files |
5 |
|
|
6 |
|
* Resources/XML/projfile.dtd: New. DTD for thuban's projection |
7 |
|
files |
8 |
|
|
9 |
|
* Thuban/Model/resource.py (ProjFileSaver.write): Use |
10 |
|
'projectionlist' as the name in the document type declaration so |
11 |
|
that it matches the element type of the root element. |
12 |
|
|
13 |
|
* test/test_proj.py (sample_projfile, sample_projfile2): Use |
14 |
|
'projectionlist' as the name in the document type declaration just |
15 |
|
as it is done now in the files thuban would write |
16 |
|
(sample_projfile, sample_projfile_data): Fix spelling of |
17 |
|
"Mercator" |
18 |
|
(TestProjFile.doTestWrite): Validate the written and the expected |
19 |
|
XML data |
20 |
|
(TestProjFile): Derive from ValidationTest so that we can run xml |
21 |
|
validation tests |
22 |
|
|
23 |
2003-09-24 Bernhard Herzog <[email protected]> |
2003-09-24 Bernhard Herzog <[email protected]> |
24 |
|
|
25 |
* Thuban/UI/renderer.py (ExportRenderer.render_legend): Do not |
* Thuban/UI/renderer.py (ExportRenderer.render_legend): Do not |