1 |
|
2005-10-17 Bernhard Reiter <[email protected]> |
2 |
|
|
3 |
|
svgexport 1.0.0cvs: Fixed ARC layer writing: No filling is done. |
4 |
|
You could actually get polylines with filling in between, |
5 |
|
when the classification for the lines had a fill color. |
6 |
|
E.g. this happens when you generate a classification from a ramp. |
7 |
|
|
8 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
9 |
|
New test_export_arc_no_fill(). Extend copyright notice to 2005. |
10 |
|
|
11 |
|
* Extensions/svgexport/svgmapwriter.py |
12 |
|
(SVGRenderer.draw_shape_layer_incrementally()): |
13 |
|
Setting TRANSPARENT_BRUSH for shaptype ARC. |
14 |
|
Extend copyright notice to 2005. |
15 |
|
|
16 |
|
* Extensions/svgexport/__init__.py: Extend copyright notice to 2005. |
17 |
|
|
18 |
|
2005-09-08 Frank Koormann <[email protected]> |
19 |
|
|
20 |
|
* Doc/manual/thuban-manual.xml (Map Management): Fixed typo reported |
21 |
|
by Erik (sigra.at.home.se) |
22 |
|
|
23 |
|
2005-08-18 Jan-Oliver Wagner <[email protected]> |
24 |
|
|
25 |
|
* Thuban/UI/renderer.py (ScreenRenderer.draw_selection_incrementally): |
26 |
|
Call the right method for the default size. |
27 |
|
|
28 |
|
2005-08-11 Jan-Oliver Wagner <[email protected]> |
29 |
|
|
30 |
|
* Extensions/export_shapefile: New. |
31 |
|
|
32 |
|
* Extensions/export_shapefile/__init__.py: New. Initialize |
33 |
|
the export_shapefile extension. |
34 |
|
|
35 |
|
* Extensions/export_shapefile/export_shapefile.py: New. |
36 |
|
Exports a layer as a Shapefile. |
37 |
|
|
38 |
|
2005-08-08 Jan-Oliver Wagner <[email protected]> |
39 |
|
|
40 |
|
* po/de.po: String fixes. This fixes Debian bug #313843. |
41 |
|
|
42 |
|
2005-07-27 Jan-Oliver Wagner <[email protected]> |
43 |
|
|
44 |
|
Remove the attributes from the layer element in |
45 |
|
.thuban files for the save routine. |
46 |
|
This also solves RT bug #3149, |
47 |
|
https://intevation.de/rt/webrt?serial_num=3149 |
48 |
|
|
49 |
|
* test/test_load.py: (TestSingleLayer, TestNonAsciiColumnName, |
50 |
|
TestLayerVisibility, TestSymbolSize, TestClassification, TestLabels, |
51 |
|
TestLayerProjection, TestJoinedTable, TestLabelLayer): Removed |
52 |
|
attributes from layer element to classification clnull element. |
53 |
|
|
54 |
|
* test/test_save.py (SaveSessionTest.testSingleLayer, |
55 |
|
SaveSessionTest.testLayerProjection, |
56 |
|
SaveSessionTest.testClassifiedLayer, |
57 |
|
SaveSessionTest.test_joined_table, SaveSessionTest.test_save_postgis): |
58 |
|
Removed attributes from layer element to classification clnull element. |
59 |
|
(test_save_postgis.NonConnectionStore._fetch_table_information): |
60 |
|
added pretending to have a shape_type. |
61 |
|
|
62 |
|
* Resources/XML/thuban-1.1.dtd: Make the attributes field |
63 |
|
and field_type of classification optional. |
64 |
|
|
65 |
|
* Thuban/Model/classification.py (Classification.TreeItem.build_info): |
66 |
|
Added output of size. |
67 |
|
|
68 |
|
* Thuban/Model/load.py (SessionLoader.start_classification): |
69 |
|
Change attribute 'field' and 'field_type' from obligatory to |
70 |
|
optional to allow empty classes (ie. only with a default=clnull). |
71 |
|
|
72 |
|
* Thuban/Model/save.py (SessionSaver.write_layer): Don't write |
73 |
|
any attributes anymore for the layer element. |
74 |
|
(SessionSaver.write_classification): Even if there is no |
75 |
|
classification field, still write the classification because |
76 |
|
the clnull (default) symbol will not be defined anymore as |
77 |
|
part of the layer element. |
78 |
|
|
79 |
|
2005-07-05 Bernhard Herzog <[email protected]> |
80 |
|
|
81 |
|
* setup.py (setup call): Version 1.1.0 |
82 |
|
|
83 |
|
* NEWS: Update for 1.1.0 |
84 |
|
|
85 |
|
* MANIFEST.in: Add *.txt to files taken from Doc. Otherwise the |
86 |
|
technores won't be included |
87 |
|
|
88 |
|
* Thuban/UI/about.py (About.__init__): Extend copyright notice to |
89 |
|
2005 |
90 |
|
|
91 |
|
* po/de.po: Updated. |
92 |
|
|
93 |
|
2005-07-05 Bernhard Herzog <[email protected]> |
94 |
|
|
95 |
|
* README: gdal 1.1.8 is too old. 1.2.5 works. |
96 |
|
|
97 |
|
2005-07-05 Bernhard Herzog <[email protected]> |
98 |
|
|
99 |
|
* Resources/XML/thuban-1.1.dtd (rasterlayer): Add the opacity and |
100 |
|
masktype attributes. |
101 |
|
|
102 |
|
2005-07-05 Bernhard Herzog <[email protected]> |
103 |
|
|
104 |
|
* Thuban/Model/layer.py (Layer.__mangle_bounding_box) |
105 |
|
(Layer.ClipBoundingBox): Rename ClipBoundingBox to |
106 |
|
__mangle_bounding_box. See the comments in the code and RT #2845 |
107 |
|
|
108 |
|
* test/test_layer.py (TestLayer.test_arc_layer_with_projection): |
109 |
|
Remove the explicit test of ClipBoundingBox. The method isn't |
110 |
|
public anymore and the direct call in the test wasn't necessary in |
111 |
|
the first place. If ClipBoundingBox (now __mangle_bounding_box) |
112 |
|
isn't called, the return value of ShapesInRegion will be |
113 |
|
different. |
114 |
|
|
115 |
|
2005-07-05 Bernhard Herzog <[email protected]> |
116 |
|
|
117 |
|
* Thuban/UI/viewport.py (ViewPort.set_view_transform): Handle |
118 |
|
ZeroDivisionError exceptions. I don't know when they happen |
119 |
|
exactly. It probably happens when the projections aren't set |
120 |
|
properly. |
121 |
|
|
122 |
2005-07-01 Bernhard Herzog <[email protected]> |
2005-07-01 Bernhard Herzog <[email protected]> |
123 |
|
|
124 |
First step towards unicode. With this roughly we're at step 1 |
First step towards unicode. With this roughly we're at step 1 |