1 |
|
2004-07-01 Jan Sch�ngel <[email protected]> |
2 |
|
|
3 |
|
Added the functionality to handle the content thuban is not |
4 |
|
able to handle directly. |
5 |
|
|
6 |
|
* Extensions/umn_mapserver/mf_handle.py: New. This module extents |
7 |
|
Thuban with the possibility to edit the mapfile content. |
8 |
|
|
9 |
|
* Extensions/umn_mapserver/mf_import.py: Added the possibility |
10 |
|
to import mapfiles without any layer selected. So it is possible |
11 |
|
to edit the other settings in a mapfile. |
12 |
|
(import_mapfile): Added code to use the editing functions. |
13 |
|
Added the possibility to import the projection to a layer if one |
14 |
|
is defined. |
15 |
|
Status settings (On,Off) will now set in thuban (visible, invisible). |
16 |
|
fixed a bug with with classnames. If no classname is set in mapfile |
17 |
|
the value in Thuban will set to the expression. |
18 |
|
|
19 |
|
* Extensions/umn_mapserver/mf_export.py(export_mapfile): Added the |
20 |
|
possibility to save a new mapfile or use the old one which is |
21 |
|
imported or new created. |
22 |
|
Added code to use the editing functions. |
23 |
|
Remove some not needed import statements |
24 |
|
|
25 |
|
* Extensions/umn_mapserver/mapfile.py: Added new types which are |
26 |
|
need for the editing functions. |
27 |
|
Added needed set-functions for the editing functions. |
28 |
|
Added the possibility to export rasterimages. |
29 |
|
Added new classes (MF_Web, MF_Label, MF_Legend, MF_Symbol, |
30 |
|
MF_SymbolSet). MF_Symbol and MF_SymbolSet are not needed at the |
31 |
|
moment. |
32 |
|
(MF_Class.set_thubanstyle): Now point layers will set to a default |
33 |
|
symbol to show a circle in mapserver and not only a 1px dot. |
34 |
|
(MF_Style.__init__): Fixed a bug with the color. Color was not set |
35 |
|
correct before. |
36 |
|
(MF_Size): Removed, because it is not needed. |
37 |
|
|
38 |
|
* Extensions/umn_mapserver/README: Added the hints to use the |
39 |
|
export and editing functions, too. |
40 |
|
|
41 |
|
* Extensions/umn_mapserver/sample/iceland.map: Added the |
42 |
|
new parameter "UNITS METERS". |
43 |
|
Change the political layer to status OFF. |
44 |
|
|
45 |
|
* Extensions/umn_mapserver/sample/README: Added some |
46 |
|
more details to setup the sample in the MapServer. |
47 |
|
|
48 |
2004-06-26 Bernhard Reiter <[email protected]> |
2004-06-26 Bernhard Reiter <[email protected]> |
49 |
|
|
50 |
* Extensions/svgexport/test/test_svgmapwriter.py: |
* Extensions/svgexport/test/test_svgmapwriter.py: |