1 |
|
2004-10-04 Martin Schulze <[email protected]> |
2 |
|
|
3 |
|
* Extensions/wms/test/test_parser.py |
4 |
|
(TestWMSCapabilitiesParser.test_compareLists): Added missing |
5 |
|
self-test for compareLists() |
6 |
|
(TestWMSCapabilitiesParser.test_compareDicts): Added missing |
7 |
|
self-test for compareDicts() |
8 |
|
|
9 |
|
2004-10-03 Jan-Oliver Wagner <[email protected]> |
10 |
|
|
11 |
|
First elements for sizeable point objects. |
12 |
|
|
13 |
|
* Resources/XML/thuban-1.1.dtd: Added size attribute to cldata. |
14 |
|
|
15 |
|
* Data/iceland_sample_size.thuban: New. Sample for sized point objects. |
16 |
|
|
17 |
|
* test/test_load.py (ClassificationTest.TestLayers): Added SetSize in case |
18 |
|
of a corresponding argument is given. |
19 |
|
(TestSymbolSize): New. Test the size attribute of cldata. |
20 |
|
|
21 |
|
* Thuban/Model/classification.py: Removed some trailing whitespaces. |
22 |
|
(ClassGroupProperties.__init__): Set default size. |
23 |
|
(ClassGroupProperties.SetProperties): Set the size. |
24 |
|
(ClassGroupProperties.GetSize): New. Return the size. |
25 |
|
(ClassGroupProperties.SetSize): New. Set the size. |
26 |
|
(ClassGroupProperties__eq__): Compare also size. |
27 |
|
(ClassGroupProperties__repr__): Print also size. |
28 |
|
|
29 |
|
* Thuban/Model/load.py (SessionLoader.start_cldata): Also parse |
30 |
|
the size attribute. |
31 |
|
|
32 |
|
* Thuban/UI/classifier.py (ClassDataPreviewer.Draw): Added doc-string. |
33 |
|
Also, now there is a return value that indicates whether the drawing |
34 |
|
size exceeded the given rect extent and if so the new extent. |
35 |
|
Finally, point objects are drawn depending on the size. If either |
36 |
|
the width or height is exceeded, the new extent is returned. |
37 |
|
(ClassRenderer.Draw): Now when calling the previewer drawing function, |
38 |
|
evaluate the return value and, if not None, adapt the grid widget size |
39 |
|
accordingly and redraw again. |
40 |
|
|
41 |
|
* Thuban/UI/baserenderer.py (BaseRenderer.draw_shape_layer_incrementally): |
42 |
|
If the draw function is for points, call it with the size as additional |
43 |
|
parameter. |
44 |
|
(BaseRenderer.draw_point_shape): Added additional, optional parameter for |
45 |
|
the size. Compute the radius using the size. |
46 |
|
|
47 |
|
* Extensions/importAPR/apr.py (APR_BMkSym.GetThubanProp): Now |
48 |
|
that Thuban supports size, apply this correctly. |
49 |
|
|
50 |
|
* Extensions/importAPR/importAPR.py: Bumped version to 0.1.1. |
51 |
|
|
52 |
2004-10-03 Jan-Oliver Wagner <[email protected]> |
2004-10-03 Jan-Oliver Wagner <[email protected]> |
53 |
|
|
54 |
* Doc/manual/thuban-manual-de.xml: Started translation of |
* Doc/manual/thuban-manual-de.xml: Started translation of |