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]> |
2004-06-03 Bernhard Herzog <[email protected]> |
38 |
|
|
39 |
* Thuban/Model/layer.py (Layer.TreeInfo): Convert the bounding box |
* Thuban/Model/layer.py (Layer.TreeInfo): Convert the bounding box |