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]> |
2002-02-15 Bernhard Herzog <[email protected]> |
62 |
|
|
63 |
* Thuban/Model/layer.py (Layer.Shape): list append only takes one |
* Thuban/Model/layer.py (Layer.Shape): list append only takes one |