1 |
|
2002-04-21 Jan-Oliver Wagner <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/proj4dialog.py (UTMProposeZoneDialog): new |
4 |
|
|
5 |
|
* Thuban/UI/tree.py (update_tree): added added map extent |
6 |
|
|
7 |
|
* Thuban/UI/mainwindow.py (_method_command): extended by parameter |
8 |
|
icon; added map_full_extend as tool |
9 |
|
|
10 |
|
2002-04-19 Jan-Oliver Wagner <[email protected]> |
11 |
|
|
12 |
|
* Thuban/UI/mainwindow.py (SaveSession): launch save as dialog for |
13 |
|
saving _new_ sessions |
14 |
|
|
15 |
|
* Thuban/Model/session.py (create_empty_session): new session |
16 |
|
don't have a filename (set to None) |
17 |
|
|
18 |
|
* Thuban/UI/tree.py (update_tree): added filename and modified flag |
19 |
|
|
20 |
|
* Thuban/Model/load.py (ProcessSession): convert projection |
21 |
|
parameters from unicode to regular string |
22 |
|
|
23 |
|
* Data/iceland_sample.session: Added UTM Zone 26 projection. |
24 |
|
|
25 |
|
2002-04-11 Bernhard Herzog <[email protected]> |
26 |
|
|
27 |
|
* extensions/shapelib/shapefil.h, extensions/shapelib/shpopen.c, |
28 |
|
extensions/shapelib/dbfopen.c: Update to the versions of shapelib |
29 |
|
1.2.9 |
30 |
|
|
31 |
|
* setup.py (Lib.wxproj extension): Don't link shpopen.c and put |
32 |
|
the pyshapelib directoy into the list of include dirs, so that |
33 |
|
pyshapelib_api.h can be found. |
34 |
|
|
35 |
|
* extensions/thuban/wxproj.cpp (pyshapelib_api): New variable that |
36 |
|
holds the pyshapelib C-API |
37 |
|
(draw_polygon_shape, point_in_polygon_shape, shape_centroid): Use |
38 |
|
pyshapelib_api to access the shapelib functions. |
39 |
|
(initwxproj): Import the c_api from the shapelib module and |
40 |
|
initialize pyshapelib_api. |
41 |
|
|
42 |
|
2002-04-04 Bernhard Herzog <[email protected]> |
43 |
|
|
44 |
|
* setup.py (thuban_bdist_rpm.initialize_options): Use |
45 |
|
initialize_options to create the scripts for the rpm. |
46 |
|
|
47 |
|
* extensions/pyprojection/setup.py (PROJ4_PREFIX): Just use / |
48 |
|
|
49 |
|
2002-04-03 Bernhard Herzog <[email protected]> |
50 |
|
|
51 |
|
* setup.py: Increment version to 0.1.1 |
52 |
|
|
53 |
|
* Thuban/UI/mainwindow.py (MainWindow.__init__): Move the "Add |
54 |
|
Layer" and "Remove Layer" commands from the layer menu to the map |
55 |
|
menu |
56 |
|
|
57 |
2002-02-15 Bernhard Herzog <[email protected]> |
2002-02-15 Bernhard Herzog <[email protected]> |
58 |
|
|
59 |
* Thuban/Model/layer.py (Layer.Shape): list append only takes one |
* Thuban/Model/layer.py (Layer.Shape): list append only takes one |