1 |
|
2004-12-27 Russell Nelson <[email protected]> |
2 |
|
|
3 |
|
Middle mouse button pans. |
4 |
|
|
5 |
|
* Thuban/UI/view.py (MapCanvas.__init__): Subscribe also |
6 |
|
OnMiddleDown and OnMiddleUp events. |
7 |
|
(MapCanvas.OnMiddleDown): New. Activate the pan tool and remember the |
8 |
|
previously used tool. |
9 |
|
(MapCanvas.OnMiddleUp): New. Reactivate the remebered tool used before |
10 |
|
pressing the middle mouse button. |
11 |
|
|
12 |
|
2004-12-27 Jan-Oliver Wagner <[email protected]> |
13 |
|
|
14 |
|
* Doc/manual/thuban-manual-de.xml: More translations. |
15 |
|
|
16 |
|
2004-12-23 Jan-Oliver Wagner <[email protected]> |
17 |
|
|
18 |
|
* Thuban/UI/projdialog.py (ProjFrame.load_user_proj): Added a |
19 |
|
\n to stderr after the warnings. Thanks to Russell Nelson. |
20 |
|
|
21 |
|
2004-12-20 Nina Hueffmeyer <[email protected]> |
22 |
|
|
23 |
|
* Extensions/ogr/ogrshapes.py: Fixed some issues from |
24 |
|
Bernhard (coding guidelines etc.). Additionally it is now possible to |
25 |
|
display shapefiles containing feature collections (e.g.polygons |
26 |
|
with holes). Works with gdal 1.2.1 now. |
27 |
|
|
28 |
|
* Extensions/ogr/test/test_OGRShapestore.py: Fixed some issues |
29 |
|
from Bernhard (coding guidelines etc.). If ogr can't be imported, |
30 |
|
tests are skipped now. |
31 |
|
|
32 |
|
* Extensions/ogr/ogrstart.py: Fixed some typings. |
33 |
|
|
34 |
|
2004-12-20 Bernhard Reiter <[email protected]> |
35 |
|
|
36 |
|
* Extensions/svgexport/TODO: updated to add support for |
37 |
|
raster layers and labels for 1.0.1. |
38 |
|
|
39 |
|
* Extensions/svgexport/svgmapwriter.py (draw_raster_layer): |
40 |
|
Issue a warning now. |
41 |
|
|
42 |
|
2004-12-19 Bernhard Reiter <[email protected]> |
43 |
|
|
44 |
|
* Extensions/svgexport/TODO: Added idea to support triggering |
45 |
|
the application down the pipe. |
46 |
|
|
47 |
|
2004-12-19 Bernhard Reiter <[email protected]> |
48 |
|
|
49 |
|
svgexport: Improved code quality, mainly by better naming. |
50 |
|
|
51 |
|
* Extensions/svgexport/svgmapwriter.py: |
52 |
|
DrawPath() renamed to DrawPolygonPath(), |
53 |
|
added documentation, improved comments and variable names. |
54 |
|
|
55 |
|
* Extensions/svgexport/svgmapwriter.py, |
56 |
|
Extensions/svgexport/test/test_svgmapwriter.py: |
57 |
|
All using DrawPolygonPath() now, the default parameter closed=True |
58 |
|
omitted. |
59 |
|
|
60 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
61 |
|
renamed test_polygon_opened() to test_polyline() |
62 |
|
renamed test_transparent_polygon() to test_transparent_polyline() |
63 |
|
|
64 |
|
2004-12-18 Jan-Oliver Wagner <[email protected]> |
65 |
|
|
66 |
|
Some fixes of gns2shp extension. |
67 |
|
|
68 |
|
* Extensions/gns2shp/test/__init__.py: New. Make this directory a |
69 |
|
package. |
70 |
|
|
71 |
|
* Extensions/gns2shp/test/test_gns2shp.py: Add some import paths |
72 |
|
dynamically. |
73 |
|
|
74 |
|
* Extensions/gns2shp/test/README: Simplified description how to test. |
75 |
|
|
76 |
|
* Extensions/gns2shp/gns2shp.py (gns2shp): Fixed doc-string, |
77 |
|
fixed some dimensions of fields according to the GNS documentation |
78 |
|
which seems to change undocumented. |
79 |
|
Now killing trailing \n and/or \r from MODIFY_DATE. |
80 |
|
This fixes RT#2453. |
81 |
|
|
82 |
|
2004-12-18 Bernhard Reiter <[email protected]> |
83 |
|
|
84 |
|
svgexport 1.0.0: Treats holes and islands nicely. Documentation added. |
85 |
|
|
86 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
87 |
|
Added new tests: test_export_polygon_with_hole() |
88 |
|
and test_polygon_with_hole(). |
89 |
|
|
90 |
|
* Extensions/svgexport/svgmapwriter.py |
91 |
|
(draw_polygon_shape()): Uses DrawPath correctly now. |
92 |
|
|
93 |
|
* Doc/manual/thuban-manual.xml: Added documentation for stable |
94 |
|
extention svgexport. |
95 |
|
* Doc/manual/thuban-manual-de.xml: Copied English section about |
96 |
|
svexport over. |
97 |
|
|
98 |
|
* Extensions/svgexport/__init__.py: Bumped version number to 1.0.0. |
99 |
|
|
100 |
|
* Extensions/svgexport/svgsaver.py,maplegend.py: |
101 |
|
Moved from experimental to stable extension menu. |
102 |
|
|
103 |
|
* Extensions/svgexport/TODO: updated. |
104 |
|
|
105 |
|
|
106 |
|
2004-12-18 Bernhard Reiter <[email protected]> |
107 |
|
|
108 |
|
Added Extensions/svgexport/TODO |
109 |
|
|
110 |
2004-12-18 Bernhard Reiter <[email protected]> |
2004-12-18 Bernhard Reiter <[email protected]> |
111 |
|
|
112 |
Refactored in svgexport: |
Refactored in svgexport: |