1 |
|
2003-10-02 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_layer.py (TestLayer.test_empty_layer): Explicitly |
4 |
|
close the dbf file we create so that it's contents have been |
5 |
|
written properly. |
6 |
|
|
7 |
|
* libraries/shapelib/shptree.c, libraries/shapelib/shpopen.c, |
8 |
|
libraries/shapelib/shapefil.h, libraries/shapelib/dbfopen.c: |
9 |
|
Update to shapelib 1.2.10 |
10 |
|
|
11 |
|
2003-10-01 Jan-Oliver Wagner <[email protected]> |
12 |
|
|
13 |
|
* Thuban/UI/tree.py, Thuban/UI/main.py: Remove the #! line as |
14 |
|
it annoys lintian which warns about these files not being |
15 |
|
executable. The #! isn't necessary here since if you absolutely |
16 |
|
must execute them you can always say "python <filename>". |
17 |
|
|
18 |
|
2003-09-26 Bernhard Herzog <[email protected]> |
19 |
|
|
20 |
|
* Thuban/Model/classgen.py (GenQuantiles0): Removed since it's |
21 |
|
only used in GREAT-ER but not used in Thuban itself. When GREAT-ER |
22 |
|
is ported to a newer the import will fail, so it should be noticed |
23 |
|
immediately that this function is gone. |
24 |
|
Fixes RT#1919 |
25 |
|
|
26 |
|
2003-09-26 Bernhard Herzog <[email protected]> |
27 |
|
|
28 |
|
Add a DTD for the projection files and make thuban write valid |
29 |
|
projection files |
30 |
|
|
31 |
|
* Resources/XML/projfile.dtd: New. DTD for thuban's projection |
32 |
|
files |
33 |
|
|
34 |
|
* Thuban/Model/resource.py (ProjFileSaver.write): Use |
35 |
|
'projectionlist' as the name in the document type declaration so |
36 |
|
that it matches the element type of the root element. |
37 |
|
|
38 |
|
* test/test_proj.py (sample_projfile, sample_projfile2): Use |
39 |
|
'projectionlist' as the name in the document type declaration just |
40 |
|
as it is done now in the files thuban would write |
41 |
|
(sample_projfile, sample_projfile_data): Fix spelling of |
42 |
|
"Mercator" |
43 |
|
(TestProjFile.doTestWrite): Validate the written and the expected |
44 |
|
XML data |
45 |
|
(TestProjFile): Derive from ValidationTest so that we can run xml |
46 |
|
validation tests |
47 |
|
|
48 |
2003-09-24 Bernhard Herzog <[email protected]> |
2003-09-24 Bernhard Herzog <[email protected]> |
49 |
|
|
50 |
* Thuban/UI/renderer.py (ExportRenderer.render_legend): Do not |
* Thuban/UI/renderer.py (ExportRenderer.render_legend): Do not |
1438 |
|
|
1439 |
* Thuban/Model/range.py, Thuban/version.py: Remove the #! line as |
* Thuban/Model/range.py, Thuban/version.py: Remove the #! line as |
1440 |
it annoys lintian which warns about these files not being |
it annoys lintian which warns about these files not being |
1441 |
executable. The #1 isn't necessary here since if you absolutely |
executable. The #! isn't necessary here since if you absolutely |
1442 |
must execute them you can always say "python <filename>". |
must execute them you can always say "python <filename>". |
1443 |
|
|
1444 |
* Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Remove |
* Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Remove |