1 |
|
2004-12-08 Silke Reimer <[email protected]> |
2 |
|
* Extensions/ogr/ogrshapes.py: Substituted ogr-method CloseRings |
3 |
|
because it is not available in all versions of ogr |
4 |
|
|
5 |
|
2004-12-08 Bernhard Reiter <[email protected]> |
6 |
|
* Extensions/ogr/__init__.py: Added empty __init__.py to heal |
7 |
|
global tests until a real one is commited. |
8 |
|
|
9 |
|
2004-12-07 Nina H�ffmeyer <[email protected]> |
10 |
|
|
11 |
|
* /Extensions/ogr/: Adding a new extension to read shapefiles with |
12 |
|
ogr. It is planned to add other vector formats. |
13 |
|
|
14 |
|
* /test/runtests.py: Adding tests from /Extensions/ogr/test/. |
15 |
|
|
16 |
|
2004-12-07 Jan-Oliver Wagner <[email protected]> |
17 |
|
|
18 |
|
* /Extensions/svgexport/test/test_svgmapwriter.py: Reverting |
19 |
|
part of a (non-)fix to renable that the tests are always |
20 |
|
executed. |
21 |
|
|
22 |
|
2004-12-07 Bernhard Reiter <[email protected]> |
23 |
|
|
24 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
25 |
|
Added test_drawbezier() to test DrawSpline(). |
26 |
|
|
27 |
|
* Extensions/svgexport/svgmapwriter.py(DrawSpline): |
28 |
|
Really implemented bezier drawing. |
29 |
|
|
30 |
|
* Extensions/svgexport/__init__.py: Bumped version of svgexport |
31 |
|
to 0.9.1 because now the legend examples lines styles |
32 |
|
will be drawing with beziers. |
33 |
|
|
34 |
|
2004-12-05 Martin Schulze <[email protected]> |
35 |
|
|
36 |
|
* Thuban/UI/renderer.py (raster_format_map): Added PNG, TIFF and |
37 |
|
GIF as supported bitmap image formats (helpful for the WMS extension) |
38 |
|
|
39 |
|
2004-11-30 Martin Schulze <[email protected]> |
40 |
|
|
41 |
|
* Extensions/wms/test/test_ogclib.py (TestOGCLib.test_compareURLs): |
42 |
|
Improved the test for the internal compare method |
43 |
|
|
44 |
|
2004-11-27 Jan-Oliver Wagner <[email protected]> |
45 |
|
|
46 |
|
* Thuban/UI/about.py (About.__init__): Added |
47 |
|
Norbert Solymosi for hungarian translation and Ole Rahn |
48 |
|
as contrbutor. Moved Bernhard Reiter from Contributor |
49 |
|
to Developer. |
50 |
|
|
51 |
|
2004-11-27 Bernhard Reiter <[email protected]> |
52 |
|
|
53 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
54 |
|
Removed Jan from author list as he did not change enough significant |
55 |
|
lines yet. |
56 |
|
|
57 |
|
* Extensions/svgexport/__init__.py: Added Bernhard as author |
58 |
|
of the Extension. |
59 |
|
|
60 |
|
2004-11-27 Jan-Oliver Wagner <[email protected]> |
61 |
|
|
62 |
|
* po/hu.po: New. Hungarian translation. Contributed |
63 |
|
by Norbert Solymosi. |
64 |
|
|
65 |
|
2004-11-26 Bernhard Herzog <[email protected]> |
66 |
|
|
67 |
|
* Extensions/svgexport/test/test_svgmapwriter.py |
68 |
|
(Testobjectexport.test_transparent_polygon): Commented out some |
69 |
|
debug prints |
70 |
|
|
71 |
|
2004-11-24 Jan-Oliver Wagner <[email protected]> |
72 |
|
|
73 |
|
Fix broken tests for svg extension and added svg legend |
74 |
|
to Experimental menu. |
75 |
|
|
76 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: Fix to have |
77 |
|
the test run correctly even if the extension is a package. |
78 |
|
Also removed the "import Thuban" which makes no sense. |
79 |
|
|
80 |
|
* Extensions/svgexport/__init__.py: Fix to have the extensions' |
81 |
|
test module also be executed from the global test routine. |
82 |
|
This is done by looking for the absense of the DISPLAY variable. |
83 |
|
|
84 |
|
* Extensions/svgexport/maplegend.py: Moved the menu entry from Extensions |
85 |
|
to Experimental menu since this module has yet not reached a stable |
86 |
|
status (ie. 1.0). |
87 |
|
|
88 |
2004-11-22 Bernhard Reiter <[email protected]> |
2004-11-22 Bernhard Reiter <[email protected]> |
89 |
|
|
90 |
* Extensions/svgexport/svgmapwriter.py: |
* Extensions/svgexport/svgmapwriter.py: |