1 |
|
2004-07-14 Jan Sch�ngel <[email protected]> |
2 |
|
|
3 |
|
* Extensions/umn_mapserver/mapfile.py: Added ClassGroupDefault to |
4 |
|
import. |
5 |
|
(MF_Symbolset): Removed the extra variable for numsymbols. |
6 |
|
(MF_Class.__init__): Added a comment to the exception clause. |
7 |
|
Removed the extent init, because it was not needed anymore. |
8 |
|
(MF_Layer.add_thubanclass): Added the code to set the class name to |
9 |
|
the expression value from thuban if no label is defined. |
10 |
|
Added the code to export Range expressions from thuban to the mapfile. |
11 |
|
(MF_Map.set_extent): Removed the exception and replace it by some if |
12 |
|
code. If the size of a map is not defined the size will be set to 1,1. |
13 |
|
This is necessary because if the extent is set, mapscript checks if |
14 |
|
the size is greater than zero. |
15 |
|
(MF_Web): Added the get and set function for the template. |
16 |
|
|
17 |
|
* Extensions/umn_mapserver/mf_export.py: Added the function to check |
18 |
|
if a mapobject exists and used it to set the status of the menu items. |
19 |
|
If no mapfile exists the settings could not be edditied. |
20 |
|
Define after which menuitem the exportitem will include. |
21 |
|
|
22 |
|
* Extensions/umn_mapserver/mf_handle.py: Removed the import |
23 |
|
Thuban.UI.mainwindow clause, because it is not needed. |
24 |
|
Added the command Refresh() to all "OnChangeColor()" functions, |
25 |
|
because the color preview window was not updated on a color change. |
26 |
|
Added the function to check if a mapobject exists and used it to set the |
27 |
|
status of the menu items. If no mapobject exists the settings could not |
28 |
|
be edditied. |
29 |
|
(Map_Dialog): Moved the imagetype selector from the |
30 |
|
Outputformat_Dialog to Map_Dialog and removed Outputformat_Dialog. |
31 |
|
(Web_Dialog): Removed the name label and added the template textbox. |
32 |
|
|
33 |
|
* Extensions/umn_mapserver/mf_import.py (import_mapfile): Replace |
34 |
|
the exception handling on loading the layers by an if statement. It |
35 |
|
is not necessary to us the exception there. |
36 |
|
The Filepath creation now use os.path.join to build the path. |
37 |
|
|
38 |
|
* Extensions/umn_mapserver/test/test_mapserver.py: Moved the testMap |
39 |
|
definition from global to the setUp function. Now the testMap will |
40 |
|
initialize new on each test. |
41 |
|
|
42 |
|
* Extensions/umn_mapserver/sample/iceland.map: Include three new |
43 |
|
classes in the Line Layer, to test logical Expressions. |
44 |
|
Set the status of the class "Point9" in the Point Layer to off |
45 |
|
|
46 |
2004-07-13 Bernhard Herzog <[email protected]> |
2004-07-13 Bernhard Herzog <[email protected]> |
47 |
|
|
48 |
* Thuban/UI/baserenderer.py |
* Thuban/UI/baserenderer.py |