1 |
|
2004-12-18 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
svgexport 1.0.0: Treats holes and islands nicely. Documentation added. |
4 |
|
|
5 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
6 |
|
Added new tests: test_export_polygon_with_hole() |
7 |
|
and test_polygon_with_hole(). |
8 |
|
|
9 |
|
* Extensions/svgexport/svgmapwriter.py |
10 |
|
(draw_polygon_shape()): Uses DrawPath correctly now. |
11 |
|
|
12 |
|
* Doc/manual/thuban-manual.xml: Added documentation for stable |
13 |
|
extention svgexport. |
14 |
|
* Doc/manual/thuban-manual-de.xml: Copied English section about |
15 |
|
svexport over. |
16 |
|
|
17 |
|
* Extensions/svgexport/__init__.py: Bumped version number to 1.0.0. |
18 |
|
|
19 |
|
* Extensions/svgexport/svgsaver.py,maplegend.py: |
20 |
|
Moved from experimental to stable extension menu. |
21 |
|
|
22 |
|
* Extensions/svgexport/TODO: updated. |
23 |
|
|
24 |
|
|
25 |
|
2004-12-18 Bernhard Reiter <[email protected]> |
26 |
|
|
27 |
|
Added Extensions/svgexport/TODO |
28 |
|
|
29 |
|
2004-12-18 Bernhard Reiter <[email protected]> |
30 |
|
|
31 |
|
Refactored in svgexport: |
32 |
|
DrawPath replaces DrawPolygon; added newline in front of "M" in paths. |
33 |
|
|
34 |
|
* Extensions/svgexport/svgmapwriter.py |
35 |
|
Added verbosity level 3 to print out polygon points. |
36 |
|
(class Point): added __repr__ |
37 |
|
(class Brush, __str__()): Added space after ,. |
38 |
|
(DrawPolygon): Renamed to DrawPath() |
39 |
|
(DrawPath): Takes list of polygons as input now, adds \n before "M"s. |
40 |
|
(DrawLines): Using DrawPath now. |
41 |
|
|
42 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
43 |
|
Replaced DrawPolygon() calls with DrawPath() and put the first argument |
44 |
|
inside another list. Adapted test data with a newline before "M". |
45 |
|
|
46 |
|
2004-12-18 Bernhard Reiter <[email protected]> |
47 |
|
|
48 |
|
Refactored svgexport tests: 9 double tests runs eliminated; |
49 |
|
code size reduced by 8 lines. |
50 |
|
|
51 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
52 |
|
(class TestWithDC): Renamed to BaseTestWithDC, moved to top. |
53 |
|
(class BaseWithDCtools): New, subclass from BaseTestWithDC. |
54 |
|
(class TestDrawSplines): now subclass from BaseTestWithDCtools, |
55 |
|
this fixed the double running of the nine tests of TestVirtualDC. |
56 |
|
(class TestVirtualDC): Using self.dc and self.file from setUp(). |
57 |
|
|
58 |
2004-12-17 Bernhard Herzog <[email protected]> |
2004-12-17 Bernhard Herzog <[email protected]> |
59 |
|
|
60 |
Two windows specific fixes ported from thuban-1�0-branch: |
Two windows specific fixes ported from thuban-1�0-branch: |
69 |
|
|
70 |
2004-12-16 Bernhard Herzog <[email protected]> |
2004-12-16 Bernhard Herzog <[email protected]> |
71 |
|
|
72 |
Add support for PostGIS tables with LINESTRING geomentries. |
Add support for PostGIS tables with LINESTRING geometries. |
73 |
Fixes RT#2299 |
Fixes RT#2299 |
74 |
|
|
75 |
* Thuban/Model/postgisdb.py (shapetype_map): Add LINESTRING |
* Thuban/Model/postgisdb.py (shapetype_map): Add LINESTRING |