1 |
|
2004-07-08 Jan Sch�ngel <[email protected]> |
2 |
|
|
3 |
|
* Extensions/umn_mapserver/mapfile.py: Added code to generade and get |
4 |
|
a list of supported outputformats. This formats are not alle supported |
5 |
|
because there is no possibility to get the outputformat without the |
6 |
|
name known. Make some formal changes to the code. |
7 |
|
(MF_Map.set_name()): Fixed a bug if the name is None. |
8 |
|
|
9 |
|
* Extensions/umn_mapserver/mf_handle.py: Removed the image_type import |
10 |
|
statement, because its not needed anymore. The Outputformat is now |
11 |
|
given as string from the object. Make some formal changes to the code. |
12 |
|
|
13 |
|
* Extensions/umn_mapserver/test/test_mapserver.py: Added new test for |
14 |
|
most of the new setting which were added during the last changes. |
15 |
|
Removed the MF_Size Test. |
16 |
|
|
17 |
|
* Extensions/umn_mapserver/test/test.map: Added a new class to the |
18 |
|
cultural Layer to test expressions and the the status of that layer |
19 |
|
from on to default. |
20 |
|
Changed the data path the the correct Thuban Data |
21 |
|
Added the Outputformat Object and Symbol Object |
22 |
|
|
23 |
|
2004-07-07 Jan Sch�ngel <[email protected]> |
24 |
|
|
25 |
|
* Extensions/umn_mapserver/mapfile.py: Added some new |
26 |
|
settings to edit (outputformat, label, imagetype) |
27 |
|
|
28 |
|
* Extensions/umn_mapserver/mf_handle.py: Added some setting to |
29 |
|
the Label Dialog and add the OutputDialog. |
30 |
|
Make some changes to the code order. |
31 |
|
|
32 |
|
2004-07-06 Jan Sch�ngel <[email protected]> |
33 |
|
|
34 |
|
* Extensions/umn_mapserver/mapfile.py: Added the symbolObj, pointObj |
35 |
|
and line Obj and add the scalebar_status_type, scalebar_style_type and |
36 |
|
scalebar_position_type. |
37 |
|
Added the symbol- and symbolsetObject (MF_Symbol,MF_Symbolset). The |
38 |
|
are only used to create a Symbol like the circle in Thuban. |
39 |
|
Added the scalebarObject (MF_Scalebar) |
40 |
|
(MF_Class): Added set_status and get_status. |
41 |
|
(MF_Layer.add_thubanclass): Added code to set the class status |
42 |
|
(MF_Map): Added code to handle the symbols and scalebar |
43 |
|
(MF_Label): Added the set_partials and get_partials functions |
44 |
|
|
45 |
|
* Extensions/umn_mapserver/mf_export.py: Added MF_Symbol to import |
46 |
|
from mapfile. Added a function to create a circle object like the one |
47 |
|
from thuban if no one exists. |
48 |
|
|
49 |
|
* Extensions/umn_mapserver/mf_handle.py: All colors are now set when |
50 |
|
press ok in the assosiated dialog and not at the end of the |
51 |
|
colordialog. |
52 |
|
Added the Dialog for the Scalebar. |
53 |
|
(Label_Dialog): Added the offset option |
54 |
|
|
55 |
|
* Extensions/umn_mapserver/mf_import.py: Added code to import the |
56 |
|
status of the Classes. |
57 |
|
Fixed a bug with the projection. Now the to_meter parameter will be |
58 |
|
added to the Projection only if it doesn't exists. |
59 |
|
|
60 |
|
2004-07-01 Jan Sch�ngel <[email protected]> |
61 |
|
|
62 |
|
Added the functionality to handle the content thuban is not |
63 |
|
able to handle directly. |
64 |
|
|
65 |
|
* Extensions/umn_mapserver/mf_handle.py: New. This module extents |
66 |
|
Thuban with the possibility to edit the mapfile content. |
67 |
|
|
68 |
|
* Extensions/umn_mapserver/mf_import.py: Added the possibility |
69 |
|
to import mapfiles without any layer selected. So it is possible |
70 |
|
to edit the other settings in a mapfile. |
71 |
|
(import_mapfile): Added code to use the editing functions. |
72 |
|
Added the possibility to import the projection to a layer if one |
73 |
|
is defined. |
74 |
|
Status settings (On,Off) will now set in thuban (visible, invisible). |
75 |
|
fixed a bug with with classnames. If no classname is set in mapfile |
76 |
|
the value in Thuban will set to the expression. |
77 |
|
|
78 |
|
* Extensions/umn_mapserver/mf_export.py(export_mapfile): Added the |
79 |
|
possibility to save a new mapfile or use the old one which is |
80 |
|
imported or new created. |
81 |
|
Added code to use the editing functions. |
82 |
|
Remove some not needed import statements |
83 |
|
|
84 |
|
* Extensions/umn_mapserver/mapfile.py: Added new types which are |
85 |
|
need for the editing functions. |
86 |
|
Added needed set-functions for the editing functions. |
87 |
|
Added the possibility to export rasterimages. |
88 |
|
Added new classes (MF_Web, MF_Label, MF_Legend, MF_Symbol, |
89 |
|
MF_SymbolSet). MF_Symbol and MF_SymbolSet are not needed at the |
90 |
|
moment. |
91 |
|
(MF_Class.set_thubanstyle): Now point layers will set to a default |
92 |
|
symbol to show a circle in mapserver and not only a 1px dot. |
93 |
|
(MF_Style.__init__): Fixed a bug with the color. Color was not set |
94 |
|
correct before. |
95 |
|
(MF_Size): Removed, because it is not needed. |
96 |
|
|
97 |
|
* Extensions/umn_mapserver/README: Added the hints to use the |
98 |
|
export and editing functions, too. |
99 |
|
|
100 |
|
* Extensions/umn_mapserver/sample/iceland.map: Added the |
101 |
|
new parameter "UNITS METERS". |
102 |
|
Change the political layer to status OFF. |
103 |
|
|
104 |
|
* Extensions/umn_mapserver/sample/README: Added some |
105 |
|
more details to setup the sample in the MapServer. |
106 |
|
|
107 |
|
2004-06-26 Bernhard Reiter <[email protected]> |
108 |
|
|
109 |
|
* Extensions/svgexport/test/test_svgmapwriter.py: |
110 |
|
Removed class VFile and used standard StringIO instead. |
111 |
|
|
112 |
|
2004-06-23 Jan Sch�ngel <[email protected]> |
113 |
|
|
114 |
|
Add the export function to the umn_mapserver extension. |
115 |
|
|
116 |
|
* Extension/umn_mapserver/mf_export.py: New. This module extents |
117 |
|
Thuban with the possibility to export the Thuban content. |
118 |
|
|
119 |
|
* Extensions/umn_mapserver/mapfile.py: Expand the classes to use |
120 |
|
with the export module. Especially added the possibility to |
121 |
|
add thuban objects directly to the map objects. |
122 |
|
|
123 |
|
* Extensions/umn_mapserver/mf_import.py: Removed the wxCHANGE_DIR, |
124 |
|
because of the hint from Bernhard Herzog. |
125 |
|
Corrected the handling of absolute pathnames. |
126 |
|
Changed the Text of the Menu-Item, now the beginning is upper case. |
127 |
|
|
128 |
|
* Extensions/umn_mapserver/README: Added the --with-tiff statement. |
129 |
|
|
130 |
|
2004-06-16 Jan Sch�ngel <[email protected]> |
131 |
|
|
132 |
|
Add a sample and make some changes. |
133 |
|
|
134 |
|
* Extension/umn_mapserver/mf_import.py: Changed the wxPython.wx |
135 |
|
import from * to explicit used statements. Changed the |
136 |
|
Thuban.UI.mainwindow import phrase, too. |
137 |
|
(import_mapfile):Corrected a clerical mistake. |
138 |
|
Added wxCHANGE_DIR in OpenFile Dialog. |
139 |
|
Added a MultipleChoiceDialog, to select the layers to load from |
140 |
|
mapfile into thuban. Thereby the projection is only set if one layer |
141 |
|
is selected. |
142 |
|
Added the possibility to handle relative pathnames which uses |
143 |
|
up-level references. |
144 |
|
Removed some doubled code. |
145 |
|
Corrected an error with integer values used as label in thuban |
146 |
|
ClassGroup. |
147 |
|
|
148 |
|
* Extensions/umn_mapserver/sample: New. |
149 |
|
|
150 |
|
* Extensions/umn_mapserver/sample/README: New. Describes the |
151 |
|
usage of the sample files. |
152 |
|
|
153 |
|
* Extensions/umn_mapserver/sample/iceland.map: New. This is |
154 |
|
a suitable .map-file for the iceland data. |
155 |
|
|
156 |
|
* Extensions/umn_mapserver/sample/index.html: New. The template |
157 |
|
for the mapfile. |
158 |
|
|
159 |
|
* Extensions/umn_mapserver/sample/iceland.html: New. Initialisation |
160 |
|
file for the Iceland Application on web. |
161 |
|
|
162 |
|
* Extensions/umn_mapserver/README: Corrected a inaccuracy and added |
163 |
|
some details. |
164 |
|
|
165 |
|
* Extensions/umn_mapserver/test/test_mapserver |
166 |
|
(mapserver_import_Test_generalClasses.test_MF_Color): |
167 |
|
Corrected the thubancolor test. |
168 |
|
|
169 |
|
2004-06-15 Jan Sch�ngel <[email protected]> |
170 |
|
|
171 |
|
* Extensions/umn_mapserver/README: New. Install instruction. |
172 |
|
|
173 |
|
2004-06-14 Bernhard Reiter <[email protected]> |
174 |
|
|
175 |
|
* libraries/thuban/cpl_mfile.h: Added copyright header. |
176 |
|
|
177 |
|
* libraries/thuban/ cpl_mfile.cpp, cpl_mfile.h: Added non-protecting |
178 |
|
Free Software License so that it is most useful with gdalwarp |
179 |
|
and bmpdataset. |
180 |
|
|
181 |
|
2004-06-14 Bernhard Herzog <[email protected]> |
182 |
|
|
183 |
|
* Thuban/UI/multiplechoicedialog.py (__version__): Add missing |
184 |
|
import of wxPython.wx itself (as opposed to the contents of |
185 |
|
wxPython.wx). For some reason wxPython.wx is available as |
186 |
|
wxPython.wx.wx in at least some 2.4 releases. Fixes RT#2482 |
187 |
|
wrt. wxPython 2.4. |
188 |
|
|
189 |
|
2004-06-10 Jan Sch�ngel <[email protected]> |
190 |
|
|
191 |
|
Initial version of new extension "umn_mapserver". This extension aims |
192 |
|
to manage configuration for the UMN MapServer application. This |
193 |
|
inital version just imports the .map-files and displays all, Thuban is |
194 |
|
capable of. |
195 |
|
|
196 |
|
* Extensions/umn_mapserver, Extensions/umn_mapserver/test: New. |
197 |
|
|
198 |
|
* Extensions/umn_mapserver/test/README: New. Describes how to run the |
199 |
|
tests. |
200 |
|
|
201 |
|
* Extensions/umn_mapserver/test/test.map: New. This is a test |
202 |
|
.map-file for automated tests of the umn_mapserver extension of |
203 |
|
Thuban. |
204 |
|
|
205 |
|
* Extensions/umn_mapserver/test/test_mapserver.py: New. Tests for |
206 |
|
UMN Mapserver classes. |
207 |
|
|
208 |
|
* Extensions/umn_mapserver/__init__.py: New. Init to make this |
209 |
|
directory a package. |
210 |
|
|
211 |
|
* Extensions/umn_mapserver/mapfile.py: New. Classes to represent |
212 |
|
'.map'-file objects. |
213 |
|
|
214 |
|
* Extensions/umn_mapserver/mf_import.py: New. This module extends |
215 |
|
Thuban with the possibility to handle UMN MapServer mapfiles. |
216 |
|
|
217 |
|
2004-06-03 Bernhard Herzog <[email protected]> |
218 |
|
|
219 |
|
* Thuban/Model/layer.py (Layer.TreeInfo): Convert the bounding box |
220 |
|
to a tuple before using it as arguments to the % operator. This |
221 |
|
fixes the formatting issue filed in RT#2239 on 2004-01-13 and |
222 |
|
reported today on thuban-list by Jan Sch�ngel |
223 |
|
|
224 |
|
* test/test_layer.py (TestLayerModification.setUp): Save the |
225 |
|
filename as an instance variable so we can refer to it in tests |
226 |
|
(TestLayerModification.test_tree_info): Uncomment this method |
227 |
|
again and make it work. This tests for the formatting issue |
228 |
|
filed in RT#2239 on 2004-01-13 |
229 |
|
|
230 |
|
2004-05-28 Bernhard Herzog <[email protected]> |
231 |
|
|
232 |
|
* Thuban/UI/baserenderer.py: Fix some typos. |
233 |
|
|
234 |
|
2004-05-18 Jan-Oliver Wagner <[email protected]> |
235 |
|
|
236 |
|
* Extensions/gns2shp/gns2shp.py (gns2shp): Fixed a bug |
237 |
|
by increasing a field size. |
238 |
|
|
239 |
|
2004-05-17 Bernhard Herzog <[email protected]> |
240 |
|
|
241 |
|
Update to newest shapelib and get rid of Thuban specific |
242 |
|
extensions, i.e. use the new DBFUpdateHeader instead of our |
243 |
|
DBFCommit kludge |
244 |
|
|
245 |
|
* libraries/shapelib/shpopen.c: Update to version from current |
246 |
|
shapelib CVS. |
247 |
|
|
248 |
|
* libraries/shapelib/shapefil.h: Update to version from current |
249 |
|
shapelib CVS. |
250 |
|
|
251 |
|
* libraries/shapelib/dbfopen.c: Update to version from current |
252 |
|
shapelib CVS. |
253 |
|
(DBFCommit): Effectively removed since shapelib itself has |
254 |
|
DBFUpdateHeader now which is better for what DBFCommit wanted to |
255 |
|
achieve. |
256 |
|
We're now using an unmodified version of dbfopen. |
257 |
|
|
258 |
|
* setup.py (extensions): Add the HAVE_UPDATE_HEADER macro with |
259 |
|
value '1' to the Lib.dbflibc extension. This simply reflects the |
260 |
|
shapelib and pyshapelib updates |
261 |
|
|
262 |
|
2004-05-16 Jan-Oliver Wagner <[email protected]> |
263 |
|
|
264 |
|
Finished introduction of Menu.FindOrInsertMenu. |
265 |
|
|
266 |
|
* Extensions/drawshape/drawshape.py: Add the command |
267 |
|
to the experimental menu additionally to the toolbar. |
268 |
|
|
269 |
|
* Extensions/svgexport/svgsaver.py: Use FindOrInsertMenu() instead of |
270 |
|
finding menu on its own. |
271 |
|
|
272 |
|
* Doc/manual/thuban-manual.xml: updated sample file |
273 |
|
to use FindOrInsertMenu(). |
274 |
|
|
275 |
|
* Examples/simple_extensions/hello_world.py: Use FindOrInsertMenu() |
276 |
|
instead of finding menu on its own. |
277 |
|
|
278 |
|
2004-05-11 Jan-Oliver Wagner <[email protected]> |
279 |
|
|
280 |
|
* test/test_menu.py (MenuTest.test): Added testing |
281 |
|
of method Menu.FindOrInsertMenu. |
282 |
|
|
283 |
|
2004-05-10 Jan-Oliver Wagner <[email protected]> |
284 |
|
|
285 |
|
Introduce and use Menu.FindOrInsertMenu. |
286 |
|
|
287 |
|
* Thuban/UI/menu.py (Menu.FindOrInsertMenu): New. Find a |
288 |
|
given menu or, if not found, insert it. |
289 |
|
|
290 |
|
* Extensions/bboxdump/bboxdump.py, /Extensions/gns2shp/gns2shp.py, |
291 |
|
/Extensions/importAPR/importAPR.py, Extensions/profiling/profiling.py, |
292 |
|
/Extensions/wms/wms.py: Use FindOrInsertMenu() instead of finding |
293 |
|
menu on its own. |
294 |
|
|
295 |
|
2004-05-06 Jan-Oliver Wagner <[email protected]> |
296 |
|
|
297 |
|
Introduce a abstract ColorDialog class and remove |
298 |
|
and outdated file. |
299 |
|
|
300 |
|
* Thuban/UI/proj4dialog.py: Removed. It is has been |
301 |
|
replaced by projdialog for quite a while and is not used |
302 |
|
anymore. |
303 |
|
|
304 |
|
* Thuban/UI/colordialog.py: New. Abstraction for color selection |
305 |
|
dialog(s). |
306 |
|
|
307 |
|
* Thuban/UI/classifier.py (SelectPropertiesDialog.__GetColor): |
308 |
|
Now calls the abstract ColorDialog instead of wxColourDialog. |
309 |
|
This also removed the dependency to Color class conversion |
310 |
|
from this function. |
311 |
|
|
312 |
|
2004-05-04 Frank Koormann <[email protected]> |
313 |
|
|
314 |
|
* Extensions/bboxdump/__init__.py: Fixed string left over from |
315 |
|
copying. |
316 |
|
|
317 |
|
* Extensions/bboxdump/bboxdump.py (bboxdump): |
318 |
|
Use layer.ShapeStore().AllShapes() to loop over shapes instead of |
319 |
|
xrange(layer.NumShapes()). Compile the bboxmessage from a list |
320 |
|
of formatted outputs (string.join) instead of appending to the |
321 |
|
message. Two progress bar dialogs to report progress on the sometimes |
322 |
|
lenghty processing. |
323 |
|
|
324 |
2004-04-22 Frank Koormann <[email protected]> |
2004-04-22 Frank Koormann <[email protected]> |
325 |
|
|
326 |
New Extension to dump bounding boxes of all shapes of the selected |
New Extension to dump bounding boxes of all shapes of the selected |