1 |
|
2004-06-14 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* Thuban/UI/multiplechoicedialog.py (__version__): Add missing |
4 |
|
import of wxPython.wx itself (as opposed to the contents of |
5 |
|
wxPython.wx). For some reason wxPython.wx is available as |
6 |
|
wxPython.wx.wx in at least some 2.4 releases. Fixes RT#2482 |
7 |
|
wrt. wxPython 2.4. |
8 |
|
|
9 |
|
2004-06-10 Jan Sch�ngel <[email protected]> |
10 |
|
|
11 |
|
Initial version of new extension "umn_mapserver". This extension aims |
12 |
|
to manage configuration for the UMN MapServer application. This |
13 |
|
inital version just imports the .map-files and displays all, Thuban is |
14 |
|
capable of. |
15 |
|
|
16 |
|
* Extensions/umn_mapserver, Extensions/umn_mapserver/test: New. |
17 |
|
|
18 |
|
* Extensions/umn_mapserver/test/README: New. Describes how to run the |
19 |
|
tests. |
20 |
|
|
21 |
|
* Extensions/umn_mapserver/test/test.map: New. This is a test |
22 |
|
.map-file for automated tests of the umn_mapserver extension of |
23 |
|
Thuban. |
24 |
|
|
25 |
|
* Extensions/umn_mapserver/test/test_mapserver.py: New. Tests for |
26 |
|
UMN Mapserver classes. |
27 |
|
|
28 |
|
* Extensions/umn_mapserver/__init__.py: New. Init to make this |
29 |
|
directory a package. |
30 |
|
|
31 |
|
* Extensions/umn_mapserver/mapfile.py: New. Classes to represent |
32 |
|
'.map'-file objects. |
33 |
|
|
34 |
|
* Extensions/umn_mapserver/mf_import.py: New. This module extends |
35 |
|
Thuban with the possibility to handle UMN MapServer mapfiles. |
36 |
|
|
37 |
|
2004-06-03 Bernhard Herzog <[email protected]> |
38 |
|
|
39 |
|
* Thuban/Model/layer.py (Layer.TreeInfo): Convert the bounding box |
40 |
|
to a tuple before using it as arguments to the % operator. This |
41 |
|
fixes the formatting issue filed in RT#2239 on 2004-01-13 and |
42 |
|
reported today on thuban-list by Jan Sch�ngel |
43 |
|
|
44 |
|
* test/test_layer.py (TestLayerModification.setUp): Save the |
45 |
|
filename as an instance variable so we can refer to it in tests |
46 |
|
(TestLayerModification.test_tree_info): Uncomment this method |
47 |
|
again and make it work. This tests for the formatting issue |
48 |
|
filed in RT#2239 on 2004-01-13 |
49 |
|
|
50 |
|
2004-05-28 Bernhard Herzog <[email protected]> |
51 |
|
|
52 |
|
* Thuban/UI/baserenderer.py: Fix some typos. |
53 |
|
|
54 |
|
2004-05-18 Jan-Oliver Wagner <[email protected]> |
55 |
|
|
56 |
|
* Extensions/gns2shp/gns2shp.py (gns2shp): Fixed a bug |
57 |
|
by increasing a field size. |
58 |
|
|
59 |
|
2004-05-17 Bernhard Herzog <[email protected]> |
60 |
|
|
61 |
|
Update to newest shapelib and get rid of Thuban specific |
62 |
|
extensions, i.e. use the new DBFUpdateHeader instead of our |
63 |
|
DBFCommit kludge |
64 |
|
|
65 |
|
* libraries/shapelib/shpopen.c: Update to version from current |
66 |
|
shapelib CVS. |
67 |
|
|
68 |
|
* libraries/shapelib/shapefil.h: Update to version from current |
69 |
|
shapelib CVS. |
70 |
|
|
71 |
|
* libraries/shapelib/dbfopen.c: Update to version from current |
72 |
|
shapelib CVS. |
73 |
|
(DBFCommit): Effectively removed since shapelib itself has |
74 |
|
DBFUpdateHeader now which is better for what DBFCommit wanted to |
75 |
|
achieve. |
76 |
|
We're now using an unmodified version of dbfopen. |
77 |
|
|
78 |
|
* setup.py (extensions): Add the HAVE_UPDATE_HEADER macro with |
79 |
|
value '1' to the Lib.dbflibc extension. This simply reflects the |
80 |
|
shapelib and pyshapelib updates |
81 |
|
|
82 |
2004-05-16 Jan-Oliver Wagner <[email protected]> |
2004-05-16 Jan-Oliver Wagner <[email protected]> |
83 |
|
|
84 |
Finished introduction of Menu.FindOrInsertMenu. |
Finished introduction of Menu.FindOrInsertMenu. |