1 |
|
2004-09-21 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
Improved the svgexport to only use unique ids. Will issues |
4 |
|
an error message dialoge when two layer names are the same. |
5 |
|
ShapeIDs are now added with a dash within the svg ids. |
6 |
|
|
7 |
|
* Extensions/svgexport/svgmapwriter.py (SVGMapWriterError): New. |
8 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: Added imports |
9 |
|
(TestSVGRenderer): New test class with test_make_in() and |
10 |
|
test_check_for_layer_name_clash() |
11 |
|
* Extensions/svgexport/svgmapwriter.py (SVGRenderer): Fixed __init__() |
12 |
|
and draw_shape_layer_incrementally() to not use a baseid twice, |
13 |
|
satisfying test_check_for_layer_name_clash() |
14 |
|
(VirtualDC.make_id): Use a dash between baseit and id, satisfies |
15 |
|
test_make_in(). |
16 |
|
* Extensions/svexport/svgsaver.py: Import SVGMapWriterError, wxOK |
17 |
|
and wxICON_HAND. |
18 |
|
(write_to_svg): Put dc and rendering in a try statement and on |
19 |
|
catching SVGmapWriterError notify the user and delete the target file. |
20 |
|
|
21 |
|
2004-09-20 Bernhard Reiter <[email protected]> |
22 |
|
|
23 |
|
* Model/base.by, Model/layer.py: Fixed typos in docstrings. |
24 |
|
|
25 |
|
2004-09-03 Jan Sch�ngel <[email protected]> |
26 |
|
|
27 |
|
* Extensions/umn_mapserver/mapfile(MF_Class.add_thubanstyle): Fix a |
28 |
|
small bug with the line color. Now the line color will now only set |
29 |
|
if it is set in Thuban an not Transparent. |
30 |
|
|
31 |
|
* Extensions/umn_mapserver/mf_export(tblayer_to_map): Fixed a bug with |
32 |
|
deleting the layers from mapfile. Now all layers will delete backwards |
33 |
|
from the last. |
34 |
|
|
35 |
|
2004-08-20 Silke Reimer <[email protected]> |
36 |
|
|
37 |
|
* Thuban/Model/layer.py: |
38 |
|
Fixes bug in projection handling: Otherwise very large region might not |
39 |
|
have valid values in the layer's projection. |
40 |
|
|
41 |
|
2004-08-20 Silke Reimer <[email protected]> |
42 |
|
|
43 |
|
* Thuban/UI/about.py: |
44 |
|
small changes to be consistent with coding style. |
45 |
|
|
46 |
|
2004-08-13 Martin Schulze <[email protected]> |
47 |
|
|
48 |
|
* Extensions/wms/test/test_ogclib.py (TestOGCLib.compare_URLs): |
49 |
|
Adjusted a comment |
50 |
|
|
51 |
|
2004-08-11 Silke Reimer <[email protected]> |
52 |
|
|
53 |
|
* Thuban/UI/about.py: Small changes to encoding related stuff to avoid |
54 |
|
too many and too enhanced imports of locale |
55 |
|
|
56 |
|
2004-08-10 Silke Reimer <[email protected]> |
57 |
|
|
58 |
|
* Thuban/UI/about.py: Fixed encoding problem of about dialog: Added |
59 |
|
function unicodeToLocale() to convert special characters to users |
60 |
|
locale encoding |
61 |
|
|
62 |
2004-08-10 Jan-Oliver Wagner <[email protected]> |
2004-08-10 Jan-Oliver Wagner <[email protected]> |
63 |
|
|
64 |
* Doc/technotes/coding_guidelines.txt: Added rule 'Method names start with |
* Doc/technotes/coding_guidelines.txt: Added rule 'Method names start with |