1 |
|
2004-06-16 Jan Sch�ngel <[email protected]> |
2 |
|
|
3 |
|
Add a sample and make some changes. |
4 |
|
|
5 |
|
* Extension/umn_mapserver/mf_import.py: Changed the wxPython.wx |
6 |
|
import from * to explicit used statements. Changed the |
7 |
|
Thuban.UI.mainwindow import phrase, too. |
8 |
|
(import_mapfile):Corrected a clerical mistake. |
9 |
|
Added wxCHANGE_DIR in OpenFile Dialog. |
10 |
|
Added a MultipleChoiceDialog, to select the layers to load from |
11 |
|
mapfile into thuban. Thereby the projection is only set if one layer |
12 |
|
is selected. |
13 |
|
Added the possibility to handle relative pathnames which uses |
14 |
|
up-level references. |
15 |
|
Removed some doubled code. |
16 |
|
Corrected an error with integer values used as label in thuban |
17 |
|
ClassGroup. |
18 |
|
|
19 |
|
* Extensions/umn_mapserver/sample: New. |
20 |
|
|
21 |
|
* Extensions/umn_mapserver/sample/README: New. Describes the |
22 |
|
usage of the sample files. |
23 |
|
|
24 |
|
* Extensions/umn_mapserver/sample/iceland.map: New. This is |
25 |
|
a suitable .map-file for the iceland data. |
26 |
|
|
27 |
|
* Extensions/umn_mapserver/sample/index.html: New. The template |
28 |
|
for the mapfile. |
29 |
|
|
30 |
|
* Extensions/umn_mapserver/sample/iceland.html: New. Initialisation |
31 |
|
file for the Iceland Application on web. |
32 |
|
|
33 |
|
* Extensions/umn_mapserver/README: Corrected a inaccuracy and added |
34 |
|
some details. |
35 |
|
|
36 |
|
* Extensions/umn_mapserver/test/test_mapserver |
37 |
|
(mapserver_import_Test_generalClasses.test_MF_Color): |
38 |
|
Corrected the thubancolor test. |
39 |
|
|
40 |
|
2004-06-15 Jan Sch�ngel <[email protected]> |
41 |
|
|
42 |
|
* Extensions/umn_mapserver/README: New. Install instruction. |
43 |
|
|
44 |
|
2004-06-14 Bernhard Reiter <[email protected]> |
45 |
|
|
46 |
|
* libraries/thuban/cpl_mfile.h: Added copyright header. |
47 |
|
|
48 |
|
* libraries/thuban/ cpl_mfile.cpp, cpl_mfile.h: Added non-protecting |
49 |
|
Free Software License so that it is most useful with gdalwarp |
50 |
|
and bmpdataset. |
51 |
|
|
52 |
|
2004-06-14 Bernhard Herzog <[email protected]> |
53 |
|
|
54 |
|
* Thuban/UI/multiplechoicedialog.py (__version__): Add missing |
55 |
|
import of wxPython.wx itself (as opposed to the contents of |
56 |
|
wxPython.wx). For some reason wxPython.wx is available as |
57 |
|
wxPython.wx.wx in at least some 2.4 releases. Fixes RT#2482 |
58 |
|
wrt. wxPython 2.4. |
59 |
|
|
60 |
|
2004-06-10 Jan Sch�ngel <[email protected]> |
61 |
|
|
62 |
|
Initial version of new extension "umn_mapserver". This extension aims |
63 |
|
to manage configuration for the UMN MapServer application. This |
64 |
|
inital version just imports the .map-files and displays all, Thuban is |
65 |
|
capable of. |
66 |
|
|
67 |
|
* Extensions/umn_mapserver, Extensions/umn_mapserver/test: New. |
68 |
|
|
69 |
|
* Extensions/umn_mapserver/test/README: New. Describes how to run the |
70 |
|
tests. |
71 |
|
|
72 |
|
* Extensions/umn_mapserver/test/test.map: New. This is a test |
73 |
|
.map-file for automated tests of the umn_mapserver extension of |
74 |
|
Thuban. |
75 |
|
|
76 |
|
* Extensions/umn_mapserver/test/test_mapserver.py: New. Tests for |
77 |
|
UMN Mapserver classes. |
78 |
|
|
79 |
|
* Extensions/umn_mapserver/__init__.py: New. Init to make this |
80 |
|
directory a package. |
81 |
|
|
82 |
|
* Extensions/umn_mapserver/mapfile.py: New. Classes to represent |
83 |
|
'.map'-file objects. |
84 |
|
|
85 |
|
* Extensions/umn_mapserver/mf_import.py: New. This module extends |
86 |
|
Thuban with the possibility to handle UMN MapServer mapfiles. |
87 |
|
|
88 |
|
2004-06-03 Bernhard Herzog <[email protected]> |
89 |
|
|
90 |
|
* Thuban/Model/layer.py (Layer.TreeInfo): Convert the bounding box |
91 |
|
to a tuple before using it as arguments to the % operator. This |
92 |
|
fixes the formatting issue filed in RT#2239 on 2004-01-13 and |
93 |
|
reported today on thuban-list by Jan Sch�ngel |
94 |
|
|
95 |
|
* test/test_layer.py (TestLayerModification.setUp): Save the |
96 |
|
filename as an instance variable so we can refer to it in tests |
97 |
|
(TestLayerModification.test_tree_info): Uncomment this method |
98 |
|
again and make it work. This tests for the formatting issue |
99 |
|
filed in RT#2239 on 2004-01-13 |
100 |
|
|
101 |
|
2004-05-28 Bernhard Herzog <[email protected]> |
102 |
|
|
103 |
|
* Thuban/UI/baserenderer.py: Fix some typos. |
104 |
|
|
105 |
2004-05-18 Jan-Oliver Wagner <[email protected]> |
2004-05-18 Jan-Oliver Wagner <[email protected]> |
106 |
|
|
107 |
* Extensions/gns2shp/gns2shp.py (gns2shp): Fixed a bug |
* Extensions/gns2shp/gns2shp.py (gns2shp): Fixed a bug |