1 |
|
2004-12-27 Russell Nelson <[email protected]> |
2 |
|
|
3 |
|
* Middle button pans |
4 |
|
|
5 |
|
2004-12-27 Jan-Oliver Wagner <[email protected]> |
6 |
|
|
7 |
|
* Doc/manual/thuban-manual-de.xml: More translations. |
8 |
|
|
9 |
|
2004-12-23 Jan-Oliver Wagner <[email protected]> |
10 |
|
|
11 |
|
* Thuban/UI/projdialog.py (ProjFrame.load_user_proj): Added a |
12 |
|
\n to stderr after the warnings. Thanks to Russell Nelson. |
13 |
|
|
14 |
|
2004-12-20 Nina Hueffmeyer <[email protected]> |
15 |
|
|
16 |
|
* Extensions/ogr/ogrshapes.py: Fixed some issues from |
17 |
|
Bernhard (coding guidelines etc.). Additionally it is now possible to |
18 |
|
display shapefiles containing feature collections (e.g.polygons |
19 |
|
with holes). Works with gdal 1.2.1 now. |
20 |
|
|
21 |
|
* Extensions/ogr/test/test_OGRShapestore.py: Fixed some issues |
22 |
|
from Bernhard (coding guidelines etc.). If ogr can't be imported, |
23 |
|
tests are skipped now. |
24 |
|
|
25 |
|
* Extensions/ogr/ogrstart.py: Fixed some typings. |
26 |
|
|
27 |
|
2004-12-20 Bernhard Reiter <[email protected]> |
28 |
|
|
29 |
|
* Extensions/svgexport/TODO: updated to add support for |
30 |
|
raster layers and labels for 1.0.1. |
31 |
|
|
32 |
|
* Extensions/svgexport/svgmapwriter.py (draw_raster_layer): |
33 |
|
Issue a warning now. |
34 |
|
|
35 |
|
2004-12-19 Bernhard Reiter <[email protected]> |
36 |
|
|
37 |
|
* Extensions/svgexport/TODO: Added idea to support triggering |
38 |
|
the application down the pipe. |
39 |
|
|
40 |
|
2004-12-19 Bernhard Reiter <[email protected]> |
41 |
|
|
42 |
|
svgexport: Improved code quality, mainly by better naming. |
43 |
|
|
44 |
|
* Extensions/svgexport/svgmapwriter.py: |
45 |
|
DrawPath() renamed to DrawPolygonPath(), |
46 |
|
added documentation, improved comments and variable names. |
47 |
|
|
48 |
|
* Extensions/svgexport/svgmapwriter.py, |
49 |
|
Extensions/svgexport/test/test_svgmapwriter.py: |
50 |
|
All using DrawPolygonPath() now, the default parameter closed=True |
51 |
|
omitted. |
52 |
|
|
53 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
54 |
|
renamed test_polygon_opened() to test_polyline() |
55 |
|
renamed test_transparent_polygon() to test_transparent_polyline() |
56 |
|
|
57 |
|
2004-12-18 Jan-Oliver Wagner <[email protected]> |
58 |
|
|
59 |
|
Some fixes of gns2shp extension. |
60 |
|
|
61 |
|
* Extensions/gns2shp/test/__init__.py: New. Make this directory a |
62 |
|
package. |
63 |
|
|
64 |
|
* Extensions/gns2shp/test/test_gns2shp.py: Add some import paths |
65 |
|
dynamically. |
66 |
|
|
67 |
|
* Extensions/gns2shp/test/README: Simplified description how to test. |
68 |
|
|
69 |
|
* Extensions/gns2shp/gns2shp.py (gns2shp): Fixed doc-string, |
70 |
|
fixed some dimensions of fields according to the GNS documentation |
71 |
|
which seems to change undocumented. |
72 |
|
Now killing trailing \n and/or \r from MODIFY_DATE. |
73 |
|
This fixes RT#2453. |
74 |
|
|
75 |
|
2004-12-18 Bernhard Reiter <[email protected]> |
76 |
|
|
77 |
|
svgexport 1.0.0: Treats holes and islands nicely. Documentation added. |
78 |
|
|
79 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
80 |
|
Added new tests: test_export_polygon_with_hole() |
81 |
|
and test_polygon_with_hole(). |
82 |
|
|
83 |
|
* Extensions/svgexport/svgmapwriter.py |
84 |
|
(draw_polygon_shape()): Uses DrawPath correctly now. |
85 |
|
|
86 |
|
* Doc/manual/thuban-manual.xml: Added documentation for stable |
87 |
|
extention svgexport. |
88 |
|
* Doc/manual/thuban-manual-de.xml: Copied English section about |
89 |
|
svexport over. |
90 |
|
|
91 |
|
* Extensions/svgexport/__init__.py: Bumped version number to 1.0.0. |
92 |
|
|
93 |
|
* Extensions/svgexport/svgsaver.py,maplegend.py: |
94 |
|
Moved from experimental to stable extension menu. |
95 |
|
|
96 |
|
* Extensions/svgexport/TODO: updated. |
97 |
|
|
98 |
|
|
99 |
|
2004-12-18 Bernhard Reiter <[email protected]> |
100 |
|
|
101 |
|
Added Extensions/svgexport/TODO |
102 |
|
|
103 |
|
2004-12-18 Bernhard Reiter <[email protected]> |
104 |
|
|
105 |
|
Refactored in svgexport: |
106 |
|
DrawPath replaces DrawPolygon; added newline in front of "M" in paths. |
107 |
|
|
108 |
|
* Extensions/svgexport/svgmapwriter.py |
109 |
|
Added verbosity level 3 to print out polygon points. |
110 |
|
(class Point): added __repr__ |
111 |
|
(class Brush, __str__()): Added space after ,. |
112 |
|
(DrawPolygon): Renamed to DrawPath() |
113 |
|
(DrawPath): Takes list of polygons as input now, adds \n before "M"s. |
114 |
|
(DrawLines): Using DrawPath now. |
115 |
|
|
116 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
117 |
|
Replaced DrawPolygon() calls with DrawPath() and put the first argument |
118 |
|
inside another list. Adapted test data with a newline before "M". |
119 |
|
|
120 |
|
2004-12-18 Bernhard Reiter <[email protected]> |
121 |
|
|
122 |
|
Refactored svgexport tests: 9 double tests runs eliminated; |
123 |
|
code size reduced by 8 lines. |
124 |
|
|
125 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
126 |
|
(class TestWithDC): Renamed to BaseTestWithDC, moved to top. |
127 |
|
(class BaseWithDCtools): New, subclass from BaseTestWithDC. |
128 |
|
(class TestDrawSplines): now subclass from BaseTestWithDCtools, |
129 |
|
this fixed the double running of the nine tests of TestVirtualDC. |
130 |
|
(class TestVirtualDC): Using self.dc and self.file from setUp(). |
131 |
|
|
132 |
|
2004-12-17 Bernhard Herzog <[email protected]> |
133 |
|
|
134 |
|
Two windows specific fixes ported from thuban-1�0-branch: |
135 |
|
|
136 |
|
* Thuban/UI/about.py (unicodeToLocale): Use getdefaultlocale |
137 |
|
instead of getlocale because getlocale doesn't return a usable |
138 |
|
encoding name on a german windows 2000 |
139 |
|
|
140 |
|
* setup.py: windows build: Removed the absolute path names and |
141 |
|
made all prfixes relative to the directory containing setup.py. |
142 |
|
Makes it a little easier to adapt to a different system. |
143 |
|
|
144 |
2004-12-16 Bernhard Herzog <[email protected]> |
2004-12-16 Bernhard Herzog <[email protected]> |
145 |
|
|
146 |
Add support for PostGIS tables with LINESTRING geomentries. |
Add support for PostGIS tables with LINESTRING geometries. |
147 |
Fixes RT#2299 |
Fixes RT#2299 |
148 |
|
|
149 |
* Thuban/Model/postgisdb.py (shapetype_map): Add LINESTRING |
* Thuban/Model/postgisdb.py (shapetype_map): Add LINESTRING |