1 |
|
2002-04-11 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* extensions/shapelib/shapefil.h, extensions/shapelib/shpopen.c, |
4 |
|
extensions/shapelib/dbfopen.c: Update to the versions of shapelib |
5 |
|
1.2.9 |
6 |
|
|
7 |
|
* setup.py (Lib.wxproj extension): Don't link shpopen.c and put |
8 |
|
the pyshapelib directoy into the list of include dirs, so that |
9 |
|
pyshapelib_api.h can be found. |
10 |
|
|
11 |
|
* extensions/thuban/wxproj.cpp (pyshapelib_api): New variable that |
12 |
|
holds the pyshapelib C-API |
13 |
|
(draw_polygon_shape, point_in_polygon_shape, shape_centroid): Use |
14 |
|
pyshapelib_api to access the shapelib functions. |
15 |
|
(initwxproj): Import the c_api from the shapelib module and |
16 |
|
initialize pyshapelib_api. |
17 |
|
|
18 |
|
2002-04-04 Bernhard Herzog <[email protected]> |
19 |
|
|
20 |
|
* setup.py (thuban_bdist_rpm.initialize_options): Use |
21 |
|
initialize_options to create the scripts for the rpm. |
22 |
|
|
23 |
|
* extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use / |
24 |
|
|
25 |
|
2002-04-03 Bernhard Herzog <[email protected]> |
26 |
|
|
27 |
|
* setup.py: Increment version to 0.1.1 |
28 |
|
|
29 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Move the "Add |
30 |
|
Layer" and "Remove Layer" commands from the layer menu to the map |
31 |
|
menu |
32 |
|
|
33 |
|
2002-02-15 Bernhard Herzog <[email protected]> |
34 |
|
|
35 |
|
* Thuban/Model/layer.py (Layer.Shape): list append only takes one |
36 |
|
argument (python <= 1.5.2 erroneously accepted multiuple |
37 |
|
arguments) |
38 |
|
|
39 |
|
2002-02-04 Bernhard Herzog <[email protected]> |
40 |
|
|
41 |
|
* Thuban/UI/identifyview.py (IdentifyGridCtrl): New class to use a |
42 |
|
RecordGrid in the identifyview. |
43 |
|
(IdentifyView.__init__): Use IdentifyGridCtrl instead of |
44 |
|
IdentifyListCtrl. The grid allows editing of the values. |
45 |
|
|
46 |
|
* Thuban/UI/controls.py (RecordTable, RecordGridCtrl): New classes |
47 |
|
implementing a grid for a single row of a thuban table. |
48 |
|
|
49 |
|
* Thuban/UI/view.py (MapCanvas.SelectShapeAt): Search through all |
50 |
|
layers by default. Easier to use than the previous default of only |
51 |
|
searching through the select layer which meant that if no layer |
52 |
|
was selected, you couldn't select a shape. |
53 |
|
|
54 |
|
* Thuban/UI/tableview.py (TableGrid.__init__): Fix typo |
55 |
|
|
56 |
|
* Thuban/UI/renderer.py (MapRenderer.draw_shape_layer): Honour the |
57 |
|
stroke_width attribute |
58 |
|
|
59 |
|
* Thuban/Model/save.py (save_session): Write the new stroke_width |
60 |
|
attribute |
61 |
|
|
62 |
|
* Thuban/Model/load.py (ProcessSession.startElement): Read the |
63 |
|
stroke_width attribute |
64 |
|
|
65 |
|
* Thuban/Model/layer.py (Layer.__init__): New parameter and |
66 |
|
instance variable stroke_width |
67 |
|
(Layer.SetStrokeWidth): Set the stroke_width. |
68 |
|
|
69 |
|
2002-02-01 Bernhard Herzog <[email protected]> |
70 |
|
|
71 |
|
* extensions/thuban/wxproj.cpp (project_points): Fix two |
72 |
|
off-by-one errors in the last loop that joins the various parts |
73 |
|
together. |
74 |
|
|
75 |
|
2002-01-14 Bernhard Herzog <[email protected]> |
76 |
|
|
77 |
|
* setup.py (data_dist.make_distribution): Fix some typos |
78 |
|
|
79 |
2001-09-18 Bernhard Herzog <[email protected]> |
2001-09-18 Bernhard Herzog <[email protected]> |
80 |
|
|
81 |
* README: Slight tweaking in preparation for the 0.1 release |
* README: Slight tweaking in preparation for the 0.1 release |