1 |
|
2003-10-01 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/tree.py, Thuban/UI/main.py: Remove the #! line as |
4 |
|
it annoys lintian which warns about these files not being |
5 |
|
executable. The #! isn't necessary here since if you absolutely |
6 |
|
must execute them you can always say "python <filename>". |
7 |
|
|
8 |
|
2003-09-26 Bernhard Herzog <[email protected]> |
9 |
|
|
10 |
|
* Thuban/Model/classgen.py (GenQuantiles0): Removed since it's |
11 |
|
only used in GREAT-ER but not used in Thuban itself. When GREAT-ER |
12 |
|
is ported to a newer the import will fail, so it should be noticed |
13 |
|
immediately that this function is gone. |
14 |
|
Fixes RT#1919 |
15 |
|
|
16 |
|
2003-09-26 Bernhard Herzog <[email protected]> |
17 |
|
|
18 |
|
Add a DTD for the projection files and make thuban write valid |
19 |
|
projection files |
20 |
|
|
21 |
|
* Resources/XML/projfile.dtd: New. DTD for thuban's projection |
22 |
|
files |
23 |
|
|
24 |
|
* Thuban/Model/resource.py (ProjFileSaver.write): Use |
25 |
|
'projectionlist' as the name in the document type declaration so |
26 |
|
that it matches the element type of the root element. |
27 |
|
|
28 |
|
* test/test_proj.py (sample_projfile, sample_projfile2): Use |
29 |
|
'projectionlist' as the name in the document type declaration just |
30 |
|
as it is done now in the files thuban would write |
31 |
|
(sample_projfile, sample_projfile_data): Fix spelling of |
32 |
|
"Mercator" |
33 |
|
(TestProjFile.doTestWrite): Validate the written and the expected |
34 |
|
XML data |
35 |
|
(TestProjFile): Derive from ValidationTest so that we can run xml |
36 |
|
validation tests |
37 |
|
|
38 |
|
2003-09-24 Bernhard Herzog <[email protected]> |
39 |
|
|
40 |
|
* Thuban/UI/renderer.py (ExportRenderer.render_legend): Do not |
41 |
|
modify the list returned by map.Layers() in place since it is the |
42 |
|
actual list of layers used by the map. |
43 |
|
|
44 |
|
2003-09-23 Jan-Oliver Wagner <[email protected]> |
45 |
|
|
46 |
|
* Doc/manual/thuban-manual.xml: Added subsection to chapter |
47 |
|
Extensions to describe the extensions coming with the Thuban |
48 |
|
standard package (gns2shp and importAPR). |
49 |
|
|
50 |
|
2003-09-23 Bernhard Herzog <[email protected]> |
51 |
|
|
52 |
|
* libraries/thuban/wxproj.cpp (project_point): if there's an |
53 |
|
inverse but no forward projection, convert to degrees after |
54 |
|
applying the inverse projection. Fixes RT#2096 |
55 |
|
|
56 |
|
* test/test_wxproj.py: New. Test cases for wxproj.so. One test |
57 |
|
implicitly tests for the fix to RT#2096 |
58 |
|
|
59 |
|
* test/support.py (FloatComparisonMixin.assertFloatSeqEqual): |
60 |
|
Check that the sequences have the same lengths |
61 |
|
|
62 |
|
* Resources/Projections/defaults.proj (Geographic projection): Use |
63 |
|
a much more precise value for the to_meter attribute. |
64 |
|
|
65 |
2003-09-22 Bernhard Herzog <[email protected]> |
2003-09-22 Bernhard Herzog <[email protected]> |
66 |
|
|
67 |
* test/support.py (initthuban): Make sure to unset the LANG env. |
* test/support.py (initthuban): Make sure to unset the LANG env. |
1428 |
|
|
1429 |
* Thuban/Model/range.py, Thuban/version.py: Remove the #! line as |
* Thuban/Model/range.py, Thuban/version.py: Remove the #! line as |
1430 |
it annoys lintian which warns about these files not being |
it annoys lintian which warns about these files not being |
1431 |
executable. The #1 isn't necessary here since if you absolutely |
executable. The #! isn't necessary here since if you absolutely |
1432 |
must execute them you can always say "python <filename>". |
must execute them you can always say "python <filename>". |
1433 |
|
|
1434 |
* Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Remove |
* Thuban/UI/renderer.py (ScreenRenderer.draw_shape_layer): Remove |