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