1 |
|
2005-07-27 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
Remove the attributes from the layer element in |
4 |
|
.thuban files for the save routine. |
5 |
|
This also solves RT bug #3149, |
6 |
|
https://intevation.de/rt/webrt?serial_num=3149 |
7 |
|
|
8 |
|
* test/test_load.py: (TestSingleLayer, TestNonAsciiColumnName, |
9 |
|
TestLayerVisibility, TestSymbolSize, TestClassification, TestLabels, |
10 |
|
TestLayerProjection, TestJoinedTable, TestLabelLayer): Removed |
11 |
|
attributes from layer element to classification clnull element. |
12 |
|
|
13 |
|
* test/test_save.py (SaveSessionTest.testSingleLayer, |
14 |
|
SaveSessionTest.testLayerProjection, |
15 |
|
SaveSessionTest.testClassifiedLayer, |
16 |
|
SaveSessionTest.test_joined_table, SaveSessionTest.test_save_postgis): |
17 |
|
Removed attributes from layer element to classification clnull element. |
18 |
|
(test_save_postgis.NonConnectionStore._fetch_table_information): |
19 |
|
added pretending to have a shape_type. |
20 |
|
|
21 |
|
* Resources/XML/thuban-1.1.dtd: Make the attributes field |
22 |
|
and field_type of classification optional. |
23 |
|
|
24 |
|
* Thuban/Model/classification.py (Classification.TreeItem.build_info): |
25 |
|
Added output of size. |
26 |
|
|
27 |
|
* Thuban/Model/load.py (SessionLoader.start_classification): |
28 |
|
Change attribute 'field' and 'field_type' from obligatory to |
29 |
|
optional to allow empty classes (ie. only with a default=clnull). |
30 |
|
|
31 |
|
* Thuban/Model/save.py (SessionSaver.write_layer): Don't write |
32 |
|
any attributes anymore for the layer element. |
33 |
|
(SessionSaver.write_classification): Even if there is no |
34 |
|
classification field, still write the classification because |
35 |
|
the clnull (default) symbol will not be defined anymore as |
36 |
|
part of the layer element. |
37 |
|
|
38 |
2005-07-05 Bernhard Herzog <[email protected]> |
2005-07-05 Bernhard Herzog <[email protected]> |
39 |
|
|
40 |
* setup.py (setup call): Version 1.1.0 |
* setup.py (setup call): Version 1.1.0 |