1 |
|
2002-04-22 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/tree.py (update_tree): added test for None on map bounding box |
4 |
|
|
5 |
|
2002-04-21 Jan-Oliver Wagner <[email protected]> |
6 |
|
|
7 |
|
* Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new |
8 |
|
|
9 |
|
* Thuban/UI/tree.py (update_tree): added added map extent |
10 |
|
|
11 |
|
* Thuban/UI/mainwindow.py (_method_command): extended by parameter |
12 |
|
icon; added map_full_extend as tool |
13 |
|
|
14 |
|
2002-04-19 Jan-Oliver Wagner <[email protected]> |
15 |
|
|
16 |
|
* Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for |
17 |
|
saving _new_ sessions |
18 |
|
|
19 |
|
* Thuban/Model/session.py (create_empty_session): new session |
20 |
|
don't have a filename (set to None) |
21 |
|
|
22 |
|
* Thuban/UI/tree.py (update_tree): added filename and modified flag |
23 |
|
|
24 |
|
* Thuban/Model/load.py (ProcessSession): convert projection |
25 |
|
parameters from unicode to regular string |
26 |
|
|
27 |
|
* Data/iceland_sample.session: Added UTM Zone 26 projection. |
28 |
|
|
29 |
|
2002-04-11 Bernhard Herzog <[email protected]> |
30 |
|
|
31 |
|
* extensions/shapelib/shapefil.h, extensions/shapelib/shpopen.c, |
32 |
|
extensions/shapelib/dbfopen.c: Update to the versions of shapelib |
33 |
|
1.2.9 |
34 |
|
|
35 |
|
* setup.py (Lib.wxproj extension): Don't link shpopen.c and put |
36 |
|
the pyshapelib directoy into the list of include dirs, so that |
37 |
|
pyshapelib_api.h can be found. |
38 |
|
|
39 |
|
* extensions/thuban/wxproj.cpp (pyshapelib_api): New variable that |
40 |
|
holds the pyshapelib C-API |
41 |
|
(draw_polygon_shape, point_in_polygon_shape, shape_centroid): Use |
42 |
|
pyshapelib_api to access the shapelib functions. |
43 |
|
(initwxproj): Import the c_api from the shapelib module and |
44 |
|
initialize pyshapelib_api. |
45 |
|
|
46 |
|
2002-04-04 Bernhard Herzog <[email protected]> |
47 |
|
|
48 |
|
* setup.py (thuban_bdist_rpm.initialize_options): Use |
49 |
|
initialize_options to create the scripts for the rpm. |
50 |
|
|
51 |
|
* extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use / |
52 |
|
|
53 |
|
2002-04-03 Bernhard Herzog <[email protected]> |
54 |
|
|
55 |
|
* setup.py: Increment version to 0.1.1 |
56 |
|
|
57 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Move the "Add |
58 |
|
Layer" and "Remove Layer" commands from the layer menu to the map |
59 |
|
menu |
60 |
|
|
61 |
|
2002-02-15 Bernhard Herzog <[email protected]> |
62 |
|
|
63 |
|
* Thuban/Model/layer.py (Layer.Shape): list append only takes one |
64 |
|
argument (python <= 1.5.2 erroneously accepted multiuple |
65 |
|
arguments) |
66 |
|
|
67 |
|
2002-02-04 Bernhard Herzog <[email protected]> |
68 |
|
|
69 |
|
* Thuban/UI/identifyview.py (IdentifyGridCtrl): New class to use a |
70 |
|
RecordGrid in the identifyview. |
71 |
|
(IdentifyView.__init__): Use IdentifyGridCtrl instead of |
72 |
|
IdentifyListCtrl. The grid allows editing of the values. |
73 |
|
|
74 |
|
* Thuban/UI/controls.py (RecordTable, RecordGridCtrl): New classes |
75 |
|
implementing a grid for a single row of a thuban table. |
76 |
|
|
77 |
|
* Thuban/UI/view.py (MapCanvas.SelectShapeAt): Search through all |
78 |
|
layers by default. Easier to use than the previous default of only |
79 |
|
searching through the select layer which meant that if no layer |
80 |
|
was selected, you couldn't select a shape. |
81 |
|
|
82 |
|
* Thuban/UI/tableview.py (TableGrid.__init__): Fix typo |
83 |
|
|
84 |
|
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Honour the |
85 |
|
stroke_width attribute |
86 |
|
|
87 |
|
* Thuban/Model/save.py (save_session): Write the new stroke_width |
88 |
|
attribute |
89 |
|
|
90 |
|
* Thuban/Model/load.py (ProcessSession.startElement): Read the |
91 |
|
stroke_width attribute |
92 |
|
|
93 |
|
* Thuban/Model/layer.py (Layer.__init__): New parameter and |
94 |
|
instance variable stroke_width |
95 |
|
(Layer.SetStrokeWidth): Set the stroke_width. |
96 |
|
|
97 |
2002-02-01 Bernhard Herzog <[email protected]> |
2002-02-01 Bernhard Herzog <[email protected]> |
98 |
|
|
99 |
* extensions/thuban/wxproj.cpp (project_points): Fix two |
* extensions/thuban/wxproj.cpp (project_points): Fix two |