1 |
|
2004-12-18 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
Refactored svgexport tests: 9 double tests runs eliminated; |
4 |
|
code size reduced by 8 lines. |
5 |
|
|
6 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
7 |
|
(class TestWithDC): Renamed to BaseTestWithDC, moved to top. |
8 |
|
(class BaseWithDCtools): New, subclass from BaseTestWithDC. |
9 |
|
(class TestDrawSplines): now subclass from BaseTestWithDCtools, |
10 |
|
this fixed the double running of the nine tests of TestVirtualDC. |
11 |
|
(class TestVirtualDC): Using self.dc and self.file from setUp(). |
12 |
|
|
13 |
2004-12-17 Bernhard Herzog <[email protected]> |
2004-12-17 Bernhard Herzog <[email protected]> |
14 |
|
|
15 |
Two windows specific fixes ported from thuban-1�0-branch: |
Two windows specific fixes ported from thuban-1�0-branch: |
24 |
|
|
25 |
2004-12-16 Bernhard Herzog <[email protected]> |
2004-12-16 Bernhard Herzog <[email protected]> |
26 |
|
|
27 |
Add support for PostGIS tables with LINESTRING geomentries. |
Add support for PostGIS tables with LINESTRING geometries. |
28 |
Fixes RT#2299 |
Fixes RT#2299 |
29 |
|
|
30 |
* Thuban/Model/postgisdb.py (shapetype_map): Add LINESTRING |
* Thuban/Model/postgisdb.py (shapetype_map): Add LINESTRING |