1 |
|
2003-09-26 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/Model/classgen.py (GenQuantiles0): Removed since it's |
4 |
|
only used in GREAT-ER but not used in Thuban itself. When GREAT-ER |
5 |
|
is ported to a newer the import will fail, so it should be noticed |
6 |
|
immediately that this function is gone. |
7 |
|
Fixes RT#1919 |
8 |
|
|
9 |
|
2003-09-26 Bernhard Herzog <[email protected]> |
10 |
|
|
11 |
|
Add a DTD for the projection files and make thuban write valid |
12 |
|
projection files |
13 |
|
|
14 |
|
* Resources/XML/projfile.dtd: New. DTD for thuban's projection |
15 |
|
files |
16 |
|
|
17 |
|
* Thuban/Model/resource.py (ProjFileSaver.write): Use |
18 |
|
'projectionlist' as the name in the document type declaration so |
19 |
|
that it matches the element type of the root element. |
20 |
|
|
21 |
|
* test/test_proj.py (sample_projfile, sample_projfile2): Use |
22 |
|
'projectionlist' as the name in the document type declaration just |
23 |
|
as it is done now in the files thuban would write |
24 |
|
(sample_projfile, sample_projfile_data): Fix spelling of |
25 |
|
"Mercator" |
26 |
|
(TestProjFile.doTestWrite): Validate the written and the expected |
27 |
|
XML data |
28 |
|
(TestProjFile): Derive from ValidationTest so that we can run xml |
29 |
|
validation tests |
30 |
|
|
31 |
|
2003-09-24 Bernhard Herzog <[email protected]> |
32 |
|
|
33 |
|
* Thuban/UI/renderer.py (ExportRenderer.render_legend): Do not |
34 |
|
modify the list returned by map.Layers() in place since it is the |
35 |
|
actual list of layers used by the map. |
36 |
|
|
37 |
|
2003-09-23 Jan-Oliver Wagner <[email protected]> |
38 |
|
|
39 |
|
* Doc/manual/thuban-manual.xml: Added subsection to chapter |
40 |
|
Extensions to describe the extensions coming with the Thuban |
41 |
|
standard package (gns2shp and importAPR). |
42 |
|
|
43 |
|
2003-09-23 Bernhard Herzog <[email protected]> |
44 |
|
|
45 |
|
* libraries/thuban/wxproj.cpp (project_point): if there's an |
46 |
|
inverse but no forward projection, convert to degrees after |
47 |
|
applying the inverse projection. Fixes RT#2096 |
48 |
|
|
49 |
|
* test/test_wxproj.py: New. Test cases for wxproj.so. One test |
50 |
|
implicitly tests for the fix to RT#2096 |
51 |
|
|
52 |
|
* test/support.py (FloatComparisonMixin.assertFloatSeqEqual): |
53 |
|
Check that the sequences have the same lengths |
54 |
|
|
55 |
|
* Resources/Projections/defaults.proj (Geographic projection): Use |
56 |
|
a much more precise value for the to_meter attribute. |
57 |
|
|
58 |
|
2003-09-22 Bernhard Herzog <[email protected]> |
59 |
|
|
60 |
|
* test/support.py (initthuban): Make sure to unset the LANG env. |
61 |
|
var. so that tests that compare translated strings work. Solves RT |
62 |
|
#2094 |
63 |
|
|
64 |
|
2003-09-22 Jan-Oliver Wagner <[email protected]> |
65 |
|
|
66 |
|
Small improvement of APR import. |
67 |
|
|
68 |
|
* Extensions/importAPR/test/test_apr.py (aprTest.test_LClass): |
69 |
|
Added tests for text-ranges. |
70 |
|
|
71 |
|
* Extensions/importAPR/apr.py (APR_LClass.GetThubanRange): Now |
72 |
|
returns a string object if the range is based on text. |
73 |
|
|
74 |
|
* Extensions/importAPR/importAPR.py (import_apr_dialog): Unified |
75 |
|
range retrieval. |
76 |
|
|
77 |
|
2003-09-22 Jan-Oliver Wagner <[email protected]> |
78 |
|
|
79 |
|
Initial version of the importAPR extension which is in |
80 |
|
experimental state. |
81 |
|
|
82 |
|
* /Extensions/importAPR/, /Extensions/importAPR/samples/, |
83 |
|
/Extensions/importAPR/test/: New directories. |
84 |
|
|
85 |
|
* /Extensions/importAPR/samples/README: New: Howto load the samples. |
86 |
|
|
87 |
|
* /Extensions/importAPR/samples/iceland.apr: New: A sample APR |
88 |
|
file which refers to the Thuban Iceland demo data. |
89 |
|
|
90 |
|
* /Extensions/importAPR/test/README: New: Howto execute the tests. |
91 |
|
|
92 |
|
* /Extensions/importAPR/test/test_apr.py: New: Tests for APR classes. |
93 |
|
|
94 |
|
* /Extensions/importAPR/apr.py: New: Classes for ArcView Objects |
95 |
|
as in '.apr'-files. |
96 |
|
|
97 |
|
* /Extensions/importAPR/odb.py: New: Classes for generic ArcView |
98 |
|
ODB Objects as in '.apr', '.avl' and other files. |
99 |
|
|
100 |
|
* /Extensions/importAPR/__init__.py: New: Init to make this |
101 |
|
directory a package. |
102 |
|
|
103 |
|
* /Extensions/importAPR/importAPR.py: New: Import a ArcView |
104 |
|
project file (.apr) and convert it to Thuban. |
105 |
|
|
106 |
|
2003-09-22 Jan-Oliver Wagner <[email protected]> |
107 |
|
|
108 |
|
* Extensions/gns2shp.gns2shp.py: The main module of gns2shp. |
109 |
|
|
110 |
|
2003-09-19 Jan-Oliver Wagner <[email protected]> |
111 |
|
|
112 |
|
* Doc/manual/thuban-manual.xml: Extended section 'Installation' |
113 |
|
with description on RPM installation and RPM binary package |
114 |
|
creation. |
115 |
|
|
116 |
|
2003-09-18 Bernhard Herzog <[email protected]> |
117 |
|
|
118 |
|
* setup.py (data_files): Only add the mo files if the Locales |
119 |
|
directory actually exists, so that setup.py works with a fresh CVS |
120 |
|
checkout |
121 |
|
|
122 |
2003-09-12 Jan-Oliver Wagner <[email protected]> |
2003-09-12 Jan-Oliver Wagner <[email protected]> |
123 |
|
|
124 |
* Examples/simple_extensions/simple_tool.py: bugfix: Tool is now |
* Examples/simple_extensions/simple_tool.py: bugfix: Tool is now |
141 |
* Extensions/gns2shp/test/test_gns2shp.py: New. Test for correct creation |
* Extensions/gns2shp/test/test_gns2shp.py: New. Test for correct creation |
142 |
of Shapefile from GNS text file format |
of Shapefile from GNS text file format |
143 |
|
|
|
* |
|
144 |
2003-09-03 Jan-Oliver Wagner <[email protected]> |
2003-09-03 Jan-Oliver Wagner <[email protected]> |
145 |
|
|
146 |
Fix/workaround for bug #2019: |
Fix/workaround for bug #2019: |