1 |
|
2004-11-22 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* Extensions/svgexport/svgmapwriter.py: |
4 |
|
Added verbose variable and some logging depending on it. |
5 |
|
(class VirtualDC(XMLWriter)): Minor improvement in the polygon loop, |
6 |
|
because counting i is not necessary. |
7 |
|
(class Pen, class Brush): Added simple __str__ methods. |
8 |
|
(SVGRenderer.draw_polygone_shape): Fix #2698 (transparent polygons are |
9 |
|
not exported to svg file) Note: holes still unhandled. |
10 |
|
|
11 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
12 |
|
Made a baseclass TestWithDC for test needed a DC. |
13 |
|
Added tests for bug #2698 (transparent polygons are not |
14 |
|
exported to svg file): |
15 |
|
Testobjectexport.test_transparent_polygon() |
16 |
|
|
17 |
|
* Thuban/Model/base.py (UnsetModified): |
18 |
|
Fixed some typos in docstring. |
19 |
|
|
20 |
|
* Thuban/UI/baserenderer.py (BaseRenderer.draw_polygon_shape()): |
21 |
|
Added hints on the used algorithm for handling holes. |
22 |
|
|
23 |
|
2004-11-20 Jan-Oliver Wagner <[email protected]> |
24 |
|
|
25 |
|
Some face lifting for the examples. |
26 |
|
|
27 |
|
* Examples/__init__.py: Make this directory a package. |
28 |
|
|
29 |
|
* Examples/simple_extensions/__init__.py: Make this directory a package. |
30 |
|
|
31 |
|
* Examples/simple_extensions/hello_world.py: Moved entry from Extensions |
32 |
|
menu to Examples menu. |
33 |
|
|
34 |
|
* Examples/simple_extensions/simple_command.py: Some more comments, |
35 |
|
minor changes. |
36 |
|
|
37 |
|
* Examples/simple_extensions/simple_tool.py: Minor changes. |
38 |
|
|
39 |
|
2004-11-20 Jan-Oliver Wagner <[email protected]> |
40 |
|
|
41 |
|
Changed way of extension registry for wms and added extension |
42 |
|
registry for umn_mapserver extension. |
43 |
|
|
44 |
|
* Extensions/wms/__init__.py: Added registry entry and the importing |
45 |
|
of the actual wms module. Included a test for the required PyOGCLib. |
46 |
|
|
47 |
|
* Extensions/wms/wms.py: Removed registry entry (moved to __init__.py). |
48 |
|
|
49 |
|
* Extensions/umn_mapserver/__init__.py: Added registry entry and the |
50 |
|
importing of the actual umn mapserver management modules. |
51 |
|
Included a test for the required Python MapScript. |
52 |
|
|
53 |
|
2004-11-20 Jan-Oliver Wagner <[email protected]> |
54 |
|
|
55 |
|
Changed way of extension registry for importAPR, bboxdump |
56 |
|
and added extension registry for svgexport.extension registry for |
57 |
|
svgexport. |
58 |
|
|
59 |
|
* Extensions/importAPR/__init__.py: Added registry entry and the importing |
60 |
|
of the actual importAPR module. |
61 |
|
|
62 |
|
* Extensions/importAPR/importAPR.py: Removed registry entry (moved to |
63 |
|
__init__.py). |
64 |
|
|
65 |
|
* Extensions/bboxdump/__init__.py: Added registry entry and the importing |
66 |
|
����of the actual bboxdump module. |
67 |
|
|
68 |
|
* Extensions/bboxdump/bboxdump.py: Removed registry entry (moved to |
69 |
|
����__init__.py). |
70 |
|
|
71 |
|
* Extensions/svgexport/__init__.py: Added registry entry and the importing |
72 |
|
of the svgsaver module. |
73 |
|
|
74 |
|
* Extensions/svgexport/svgsaver.py: Moved the menu entry from Extensions |
75 |
|
to Experimental menu since this module has yet not reached a stable |
76 |
|
status (ie. 1.0). |
77 |
|
|
78 |
|
2004-11-18 Jan-Oliver Wagner <[email protected]> |
79 |
|
|
80 |
|
Now the hit test considers the size of point symbols. |
81 |
|
|
82 |
|
* Thuban/UI/viewport.py (ViewPort._hit_point): Added optional parameter |
83 |
|
'size' defaulting to the previously fixed value 5. |
84 |
|
Extended doc-string. |
85 |
|
(Viewport._find_shape_in_layer): Resolved FIXME regarding flexibility |
86 |
|
for symbols. |
87 |
|
Now the size of the largest point symbol is determined to find out |
88 |
|
about whether the point has been hit. |
89 |
|
This fixes the problem that only clicks inside a fixed distance of |
90 |
|
5 where found. |
91 |
|
|
92 |
2004-11-17 Jan-Oliver Wagner <[email protected]> |
2004-11-17 Jan-Oliver Wagner <[email protected]> |
93 |
|
|
94 |
Another open issue regarding sizeable symbols: correct rendering of |
Another open issue fixed regarding sizeable symbols: correct rendering of |
95 |
selected symbols. |
selected symbols. |
96 |
|
|
97 |
* Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally): |
* Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally): |