1 |
2003-05-22 Bernhard Herzog <[email protected]> |
2003-05-22 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* test/test_layer.py (TestLayer.setUp, TestLayer.tearDown): |
4 |
|
Provide a better way to destroy the layers |
5 |
|
(TestLayer.test_base_layer, TestLayer.test_arc_layer) |
6 |
|
(TestLayer.test_point_layer, TestLayer.test_empty_layer) |
7 |
|
(TestLayer.test_polygon_layer, TestLayer.test_get_field_type): Use |
8 |
|
the new way to destroy the layers. |
9 |
|
(TestLayer.test_derived_store): New. Test for using a layer with a |
10 |
|
DerivedShapeStore |
11 |
|
|
12 |
|
* Thuban/Model/layer.py (Layer.SetShapeStore): Only set the |
13 |
|
filename if the shape store actually has one. |
14 |
|
|
15 |
|
2003-05-22 Bernhard Herzog <[email protected]> |
16 |
|
|
17 |
|
* Thuban/Model/table.py (DBFTable.FileName): New. Accessor method |
18 |
|
for the filename |
19 |
|
|
20 |
|
* test/test_dbf_table.py (TestDBFTable.test_filename): New. Test |
21 |
|
for the FileName method |
22 |
|
(TestDBFTableWriting.test_write): Fix spelling of filename |
23 |
|
|
24 |
|
2003-05-22 Thomas Koester <[email protected]> |
25 |
|
|
26 |
|
* Thuban/Model/range.py, test/test_range.py: Brought over new Range |
27 |
|
from SciParam that now really is immutable. |
28 |
|
|
29 |
|
2003-05-22 Frank Koormann <[email protected]> |
30 |
|
|
31 |
|
Layer Top/Bottom placement added to legend. |
32 |
|
|
33 |
|
* Thuban/UI/legend.py |
34 |
|
(LegendPanel._OnMoveTop(), LayerPanel._OnMoveBottom): New, methods |
35 |
|
bound to tool events. |
36 |
|
(LegendTree.MoveCurrentItemTop(), LegendTree.MoveCurrentItemBottom): |
37 |
|
New, methods binding the event methods with the map methods. |
38 |
|
|
39 |
|
* Thuban/Model/map.py (Map.TopLayer(), Map.BottomLayer()): New, place |
40 |
|
layer at top/bottom of layer stack. |
41 |
|
|
42 |
|
* Resources/Bitmaps/top_layer.xpm: New button icon. |
43 |
|
|
44 |
|
* Resources/Bitmaps/bottom_layer.xpm: New button icon. |
45 |
|
|
46 |
|
2003-05-22 Bernhard Herzog <[email protected]> |
47 |
|
|
48 |
* Thuban/Model/session.py (Session.RemoveTable): New method to |
* Thuban/Model/session.py (Session.RemoveTable): New method to |
49 |
remove tables |
remove tables |
50 |
|
|