1 |
|
2004-07-28 Jan Sch�ngel <[email protected]> |
2 |
|
|
3 |
|
* Extensions/umn_mapserver/mapfile.py(MF_Metadata): Changed all class |
4 |
|
functions. Now all metadata will handle by the function and its not |
5 |
|
needed to initialize it from outside. Therefor the associated mapobj |
6 |
|
will be stored in the Metadata Object. So we can use the special |
7 |
|
functions from the associated mapobj to get the Metadata. |
8 |
|
Therefor all initialization code for the metadata is removed from the |
9 |
|
other classes. |
10 |
|
(MF_Layer): Added a function to get the metadata object. |
11 |
|
(MF_Map): Added a function to set the mappath, the path where |
12 |
|
the mapfile ist stored. |
13 |
|
|
14 |
|
* Extensions/umn_mapserver/mf_export.py(thuban_to_map): Changed the code |
15 |
|
to set the extent in the mapfile. Now the code is set by the displayed |
16 |
|
data in the Thuban-view. |
17 |
|
(export_mapfile): The shapepath is now set empty, until relative |
18 |
|
pathnames are supported. |
19 |
|
|
20 |
|
* Extension/umn_mapserver/mf_handle.py: Added a dialog to handle |
21 |
|
metadata. Yet only mapfile metadata are supported. Layer and class |
22 |
|
supported are not implemented. |
23 |
|
Added a dialog to handle layer informations. The dialog only shows the |
24 |
|
selected layer at the moment. |
25 |
|
|
26 |
|
* Extensions/umn_mapserver/mf_import.py(import_mapfile): Changed the |
27 |
|
code for setting the extent in thuban. Now the extent is set to the |
28 |
|
given extent from the mapfile. |
29 |
|
Fixed a logical mistake. Now the extent is set when realy a layer is |
30 |
|
loaded, and not if one is selected to load. |
31 |
|
|
32 |
|
* Extensions/umn_mapserver/sample/iceland.html: Added code to zoom and |
33 |
|
move the shown map in the browser. |
34 |
|
|
35 |
|
* Extensions/umn_mapserver/sample/iceland.map: Added a new metadata |
36 |
|
line to the mapobj and added metadata to the political layer. |
37 |
|
|
38 |
|
* Extensions/umn_mapserver/test/test_mapserver.py: Changed the test |
39 |
|
for Metadata. |
40 |
|
|
41 |
2004-07-26 Martin Schulze <[email protected]> |
2004-07-26 Martin Schulze <[email protected]> |
42 |
|
|
43 |
* Thuban/Lib/classmapper.py (ClassMapper.has): Added the new |
* Thuban/Lib/classmapper.py (ClassMapper.has): Added the new |