1 |
|
2004-08-03 Jan Sch�ngel <[email protected]> |
2 |
|
|
3 |
|
* Extensions/umn_mapserver/mapfile.py(MF_Metadata): Added a function |
4 |
|
to remove all metadata. |
5 |
|
(MF_Layer): Added two functions to handle the group setting. |
6 |
|
Removed the extra numlayers variable, used the mapscript parameter |
7 |
|
instead. |
8 |
|
(MF_Map): Added a function to get the numlayers parameter. |
9 |
|
Added a funtion to remove all layers. |
10 |
|
(MF_Map.add_thubanlayer): Replaced the exception handling by a check |
11 |
|
if the object is an instance. Also added the annotation layer here to |
12 |
|
export, but only the layer is created in the mapfile. |
13 |
|
|
14 |
|
* Extensions/umn_mapserver/mf_export.py: Removed the check if a |
15 |
|
mapobj exist, because its not needed anymore. The export function is |
16 |
|
only available if a mapobj exist. |
17 |
|
Added an extra function to remove all layers. |
18 |
|
|
19 |
|
* Extensions/umn_mapserver/mf_handle.py: Added a group option and the |
20 |
|
metadata button to the Layer dialog. |
21 |
|
The layer dialog is temporary disabled. |
22 |
|
(Metadata_CustomDataTable): Added some funktions to show the grid |
23 |
|
correct. |
24 |
|
|
25 |
|
* Extensions/umn_mapserver/mf_import.py: Added a Class and a function |
26 |
|
to show the Annotation layer in thuban. The layer don't do anything. |
27 |
|
Its only to show the layer. Necessary to save the layer order. |
28 |
|
Added a funtion to import only layers to thuban and not the other |
29 |
|
settings like projection or scalebar. |
30 |
|
Moved the _has_umn_mapobj function and the create_new_mapfile |
31 |
|
functions from mf_handle.py to mf_import.py. |
32 |
|
(select_layer2import): Moved the code for showing the number of layer |
33 |
|
from import_mapfile to this function. |
34 |
|
|
35 |
|
* Extensions/umn_mapserver/sample/iceland.map: Added the group |
36 |
|
parameter to the roads and cultural layers. Also added a new |
37 |
|
Annotation Layer for the cultural points. |
38 |
|
|
39 |
|
* Extensions/umn_mapserver/sample/iceland.html: Added the select |
40 |
|
option for the annotation layer. |
41 |
|
|
42 |
|
* Extensions/umn_mapserver/sample/index.html: Added the start |
43 |
|
parameter for the annotation layer. |
44 |
|
|
45 |
|
2004-08-01 Jan-Oliver Wagner <[email protected]> |
46 |
|
|
47 |
|
* Doc/manual/thuban-manual-de.xml (Chapter Session Management): |
48 |
|
translation completed. |
49 |
|
|
50 |
|
* Doc/manual/thuban-manual.xml (Chapter Session Management): |
51 |
|
Fixed unprecise description for Save Session. |
52 |
|
|
53 |
|
2004-07-31 Jan-Oliver Wagner <[email protected]> |
54 |
|
|
55 |
|
Started translation of Users Manual into german. |
56 |
|
|
57 |
|
* Doc/manual/thuban-manual-de.xml: New. German Users Manual. |
58 |
|
|
59 |
|
* Doc/manual/Makefile: Added build instructions for german |
60 |
|
users manual. |
61 |
|
|
62 |
|
* Doc/manual/thuban-manual.xml: Minor corrections in Introduction. |
63 |
|
|
64 |
|
2004-07-28 Jan Sch�ngel <[email protected]> |
65 |
|
|
66 |
|
* Extensions/umn_mapserver/mapfile.py(MF_Metadata): Changed all class |
67 |
|
functions. Now all metadata will handle by the function and its not |
68 |
|
needed to initialize it from outside. Therefor the associated mapobj |
69 |
|
will be stored in the Metadata Object. So we can use the special |
70 |
|
functions from the associated mapobj to get the Metadata. |
71 |
|
Therefor all initialization code for the metadata is removed from the |
72 |
|
other classes. |
73 |
|
(MF_Layer): Added a function to get the metadata object. |
74 |
|
(MF_Map): Added a function to set the mappath, the path where |
75 |
|
the mapfile ist stored. |
76 |
|
|
77 |
|
* Extensions/umn_mapserver/mf_export.py(thuban_to_map): Changed the code |
78 |
|
to set the extent in the mapfile. Now the code is set by the displayed |
79 |
|
data in the Thuban-view. |
80 |
|
(export_mapfile): The shapepath is now set empty, until relative |
81 |
|
pathnames are supported. |
82 |
|
|
83 |
|
* Extension/umn_mapserver/mf_handle.py: Added a dialog to handle |
84 |
|
metadata. Yet only mapfile metadata are supported. Layer and class |
85 |
|
supported are not implemented. |
86 |
|
Added a dialog to handle layer informations. The dialog only shows the |
87 |
|
selected layer at the moment. |
88 |
|
|
89 |
|
* Extensions/umn_mapserver/mf_import.py(import_mapfile): Changed the |
90 |
|
code for setting the extent in thuban. Now the extent is set to the |
91 |
|
given extent from the mapfile. |
92 |
|
Fixed a logical mistake. Now the extent is set when realy a layer is |
93 |
|
loaded, and not if one is selected to load. |
94 |
|
|
95 |
|
* Extensions/umn_mapserver/sample/iceland.html: Added code to zoom and |
96 |
|
move the shown map in the browser. |
97 |
|
|
98 |
|
* Extensions/umn_mapserver/sample/iceland.map: Added a new metadata |
99 |
|
line to the mapobj and added metadata to the political layer. |
100 |
|
|
101 |
|
* Extensions/umn_mapserver/test/test_mapserver.py: Changed the test |
102 |
|
for Metadata. |
103 |
|
|
104 |
|
2004-07-26 Martin Schulze <[email protected]> |
105 |
|
|
106 |
|
* Thuban/Lib/classmapper.py (ClassMapper.has): Added the new |
107 |
|
ClassMapper |
108 |
|
|
109 |
|
* test/test_classmapper.py (TestMapping.test_mapper): Added a Test |
110 |
|
case for the new ClassMapper |
111 |
|
|
112 |
|
|
113 |
2004-07-22 Bernhard Herzog <[email protected]> |
2004-07-22 Bernhard Herzog <[email protected]> |
114 |
|
|
115 |
* Thuban/UI/viewport.py (ViewPort.VisibleExtent): New. Return the |
* Thuban/UI/viewport.py (ViewPort.VisibleExtent): New. Return the |
151 |
|
|
152 |
* Extensions/umn_mapserver/test/test_mapserver.py: Added a test for the |
* Extensions/umn_mapserver/test/test_mapserver.py: Added a test for the |
153 |
range expression import. |
range expression import. |
154 |
|
|
155 |
2004-07-21 Jan-Oliver Wagner <[email protected]> |
2004-07-21 Jan-Oliver Wagner <[email protected]> |
156 |
|
|
157 |
* Extensions/umn_mapserver/README: Added hint that |
* Extensions/umn_mapserver/README: Added hint that |