1 |
|
2005-10-17 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
* test/test_stringrepresentation.py: New file, for now testing |
4 |
|
that set_internal_coding() is throwing an exception for bad exceptions. |
5 |
|
|
6 |
|
* Thuban/__init__.py (set_internal_encoding): added a forwards |
7 |
|
and backward translation, so that we fail early if the |
8 |
|
internal_encoding is bad. |
9 |
|
|
10 |
|
2005-10-17 Bernhard Reiter <[email protected]> |
11 |
|
|
12 |
|
svgexport 1.0.0cvs: Fixed ARC layer writing: No filling is done. |
13 |
|
You could actually get polylines with filling in between, |
14 |
|
when the classification for the lines had a fill color. |
15 |
|
E.g. this happens when you generate a classification from a ramp. |
16 |
|
|
17 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
18 |
|
New test_export_arc_no_fill(). Extend copyright notice to 2005. |
19 |
|
|
20 |
|
* Extensions/svgexport/svgmapwriter.py |
21 |
|
(SVGRenderer.draw_shape_layer_incrementally()): |
22 |
|
Setting TRANSPARENT_BRUSH for shaptype ARC. |
23 |
|
Extend copyright notice to 2005. |
24 |
|
|
25 |
|
* Extensions/svgexport/__init__.py: Extend copyright notice to 2005. |
26 |
|
|
27 |
|
2005-09-08 Frank Koormann <[email protected]> |
28 |
|
|
29 |
|
* Doc/manual/thuban-manual.xml (Map Management): Fixed typo reported |
30 |
|
by Erik (sigra.at.home.se) |
31 |
|
|
32 |
|
2005-08-18 Jan-Oliver Wagner <[email protected]> |
33 |
|
|
34 |
|
* Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally): |
35 |
|
Call the right method for the default size. |
36 |
|
|
37 |
|
2005-08-11 Jan-Oliver Wagner <[email protected]> |
38 |
|
|
39 |
|
* Extensions/export_shapefile: New. |
40 |
|
|
41 |
|
* Extensions/export_shapefile/__init__.py: New. Initialize |
42 |
|
the export_shapefile extension. |
43 |
|
|
44 |
|
* Extensions/export_shapefile/export_shapefile.py: New. |
45 |
|
Exports a layer as a Shapefile. |
46 |
|
|
47 |
|
2005-08-08 Jan-Oliver Wagner <[email protected]> |
48 |
|
|
49 |
|
* po/de.po: String fixes. This fixes Debian bug #313843. |
50 |
|
|
51 |
|
2005-07-27 Jan-Oliver Wagner <[email protected]> |
52 |
|
|
53 |
|
Remove the attributes from the layer element in |
54 |
|
.thuban files for the save routine. |
55 |
|
This also solves RT bug #3149, |
56 |
|
https://intevation.de/rt/webrt?serial_num=3149 |
57 |
|
|
58 |
|
* test/test_load.py: (TestSingleLayer, TestNonAsciiColumnName, |
59 |
|
TestLayerVisibility, TestSymbolSize, TestClassification, TestLabels, |
60 |
|
TestLayerProjection, TestJoinedTable, TestLabelLayer): Removed |
61 |
|
attributes from layer element to classification clnull element. |
62 |
|
|
63 |
|
* test/test_save.py (SaveSessionTest.testSingleLayer, |
64 |
|
SaveSessionTest.testLayerProjection, |
65 |
|
SaveSessionTest.testClassifiedLayer, |
66 |
|
SaveSessionTest.test_joined_table, SaveSessionTest.test_save_postgis): |
67 |
|
Removed attributes from layer element to classification clnull element. |
68 |
|
(test_save_postgis.NonConnectionStore._fetch_table_information): |
69 |
|
added pretending to have a shape_type. |
70 |
|
|
71 |
|
* Resources/XML/thuban-1.1.dtd: Make the attributes field |
72 |
|
and field_type of classification optional. |
73 |
|
|
74 |
|
* Thuban/Model/classification.py (Classification.TreeItem.build_info): |
75 |
|
Added output of size. |
76 |
|
|
77 |
|
* Thuban/Model/load.py (SessionLoader.start_classification): |
78 |
|
Change attribute 'field' and 'field_type' from obligatory to |
79 |
|
optional to allow empty classes (ie. only with a default=clnull). |
80 |
|
|
81 |
|
* Thuban/Model/save.py (SessionSaver.write_layer): Don't write |
82 |
|
any attributes anymore for the layer element. |
83 |
|
(SessionSaver.write_classification): Even if there is no |
84 |
|
classification field, still write the classification because |
85 |
|
the clnull (default) symbol will not be defined anymore as |
86 |
|
part of the layer element. |
87 |
|
|
88 |
2005-07-05 Bernhard Herzog <[email protected]> |
2005-07-05 Bernhard Herzog <[email protected]> |
89 |
|
|
90 |
* setup.py (setup call): Version 1.1.0 |
* setup.py (setup call): Version 1.1.0 |