1 |
|
2004-09-25 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_layer.py (TestLayer.test_arc_layer_with_projection): |
4 |
|
Remove a debug print and some tab characters. |
5 |
|
|
6 |
|
2004-09-25 Bernhard Reiter <[email protected]> |
7 |
|
|
8 |
|
* Extensions/svgexport/svgmapwriter.py: Added Bernhard R. as Author. |
9 |
|
(SetBaseID, SetID, make_id): Improved docstring comments to explain |
10 |
|
the interaction of the three functions and the XML id contrains. |
11 |
|
|
12 |
|
2004-09-23 Jan-Oliver Wagner <[email protected]> |
13 |
|
|
14 |
|
* Doc/ThubanModel.xmi: New. UML file for Thuban Model |
15 |
|
Module. |
16 |
|
|
17 |
|
* Doc/README: Added info on ThubanModel.xmi. |
18 |
|
|
19 |
|
2004-09-23 Jan-Oliver Wagner <[email protected]> |
20 |
|
|
21 |
|
* Doc/README: New. Some info about how to generate technical |
22 |
|
documentation from the source code. |
23 |
|
This text was send to the Thuban developer mailing list on |
24 |
|
September 21st 2004 by Bernhard Reiter. |
25 |
|
|
26 |
|
2004-09-21 Bernhard Reiter <[email protected]> |
27 |
|
|
28 |
|
Improved the svgexport to only use unique ids. Will issues |
29 |
|
an error message dialoge when two layer names are the same. |
30 |
|
ShapeIDs are now added with a dash within the svg ids. |
31 |
|
|
32 |
|
* Extensions/svgexport/svgmapwriter.py (SVGMapWriterError): New. |
33 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: Added imports |
34 |
|
(TestSVGRenderer): New test class with test_make_in() and |
35 |
|
test_check_for_layer_name_clash() |
36 |
|
* Extensions/svgexport/svgmapwriter.py (SVGRenderer): Fixed __init__() |
37 |
|
and draw_shape_layer_incrementally() to not use a baseid twice, |
38 |
|
satisfying test_check_for_layer_name_clash() |
39 |
|
(VirtualDC.make_id): Use a dash between baseit and id, satisfies |
40 |
|
test_make_in(). |
41 |
|
* Extensions/svexport/svgsaver.py: Import SVGMapWriterError, wxOK |
42 |
|
and wxICON_HAND. |
43 |
|
(write_to_svg): Put dc and rendering in a try statement and on |
44 |
|
catching SVGmapWriterError notify the user and delete the target file. |
45 |
|
|
46 |
|
2004-09-20 Bernhard Reiter <[email protected]> |
47 |
|
|
48 |
|
* Model/base.by, Model/layer.py: Fixed typos in docstrings. |
49 |
|
|
50 |
|
2004-09-03 Jan Sch�ngel <[email protected]> |
51 |
|
|
52 |
|
* Extensions/umn_mapserver/mapfile(MF_Class.add_thubanstyle): Fix a |
53 |
|
small bug with the line color. Now the line color will now only set |
54 |
|
if it is set in Thuban an not Transparent. |
55 |
|
|
56 |
|
* Extensions/umn_mapserver/mf_export(tblayer_to_map): Fixed a bug with |
57 |
|
deleting the layers from mapfile. Now all layers will delete backwards |
58 |
|
from the last. |
59 |
|
|
60 |
|
2004-08-20 Silke Reimer <[email protected]> |
61 |
|
|
62 |
|
* Thuban/Model/layer.py: |
63 |
|
Fixes bug in projection handling: Otherwise very large region might not |
64 |
|
have valid values in the layer's projection. |
65 |
|
|
66 |
|
2004-08-20 Silke Reimer <[email protected]> |
67 |
|
|
68 |
|
* Thuban/UI/about.py: |
69 |
|
small changes to be consistent with coding style. |
70 |
|
|
71 |
|
2004-08-13 Martin Schulze <[email protected]> |
72 |
|
|
73 |
|
* Extensions/wms/test/test_ogclib.py (TestOGCLib.compare_URLs): |
74 |
|
Adjusted a comment |
75 |
|
|
76 |
|
2004-08-11 Silke Reimer <[email protected]> |
77 |
|
|
78 |
|
* Thuban/UI/about.py: Small changes to encoding related stuff to avoid |
79 |
|
too many and too enhanced imports of locale |
80 |
|
|
81 |
|
2004-08-10 Silke Reimer <[email protected]> |
82 |
|
|
83 |
|
* Thuban/UI/about.py: Fixed encoding problem of about dialog: Added |
84 |
|
function unicodeToLocale() to convert special characters to users |
85 |
|
locale encoding |
86 |
|
|
87 |
2004-08-10 Jan-Oliver Wagner <[email protected]> |
2004-08-10 Jan-Oliver Wagner <[email protected]> |
88 |
|
|
89 |
* Doc/technotes/coding_guidelines.txt: Added rule 'Method names start with |
* Doc/technotes/coding_guidelines.txt: Added rule 'Method names start with |