Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default/floodmap.xml @ 5838:5aa05a7a34b7
Rename modules to more fitting names.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 25 Apr 2013 15:23:37 +0200 |
parents | flys-artifacts/doc/conf/themes/default/floodmap.xml@38713f32a785 |
children |
comparison
equal
deleted
inserted
replaced
5837:d9901a08d0a6 | 5838:5aa05a7a34b7 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!--themegroup name="default"--> | |
3 <theme name="MapLines"> | |
4 <fields> | |
5 <field name="linecolor" type="Color" display="Linienfarbe" | |
6 default="0, 0, 205" /> | |
7 <field name="linesize" type="int" display="Liniendicke" | |
8 default="3" hints="h" /> | |
9 </fields> | |
10 </theme> | |
11 | |
12 <theme name="Floodmaps"> | |
13 <inherits> | |
14 <inherit from="Map" /> | |
15 </inherits> | |
16 </theme> | |
17 | |
18 <theme name="Floodplains"> | |
19 <inherits> | |
20 <inherit from="Map" /> | |
21 </inherits> | |
22 </theme> | |
23 | |
24 <theme name="WSPLGEN"> | |
25 <inherits> | |
26 <inherit from="Uesk" /> | |
27 </inherits> | |
28 <fields> | |
29 <field name="startcolor" type="Color" | |
30 display="Farbverlauf Startfarbe" default="178, 201, 215" /> | |
31 <field name="endcolor" type="Color" | |
32 display="Farbverlauf Endfarbe" default="2, 27, 42" /> | |
33 <field name="numclasses" type="int" display="Anzahl Klassen" | |
34 default="6" /> | |
35 </fields> | |
36 </theme> | |
37 | |
38 <theme name="RiverAxis"> | |
39 <inherits> | |
40 <inherit from="MapLines" /> | |
41 </inherits> | |
42 <fields> | |
43 </fields> | |
44 </theme> | |
45 | |
46 <theme name="Kms"> | |
47 <inherits> | |
48 <inherit from="MapLines" /> | |
49 <inherit from="Label" /> | |
50 <inherit from="Symbol" /> | |
51 </inherits> | |
52 </theme> | |
53 | |
54 | |
55 <theme name="Fixpoints"> | |
56 <inherits> | |
57 <inherit from="MapLines" /> | |
58 <inherit from="Symbol" /> | |
59 </inherits> | |
60 </theme> | |
61 | |
62 <theme name="Floodmarks"> | |
63 <inherits> | |
64 <inherit from="MapLines" /> | |
65 <inherit from="Symbol" /> | |
66 </inherits> | |
67 </theme> | |
68 | |
69 <theme name="Qps"> | |
70 <inherits> | |
71 <inherit from="MapLines" /> | |
72 </inherits> | |
73 </theme> | |
74 | |
75 <theme name="Hws"> | |
76 <inherits> | |
77 <inherit from="MapLines" /> | |
78 </inherits> | |
79 </theme> | |
80 | |
81 <theme name="HwsPoints"> | |
82 <inherits> | |
83 <inherit from="MapLines"/> | |
84 <inherit from="Label" /> | |
85 <inherit from="Symbol" /> | |
86 </inherits> | |
87 </theme> | |
88 | |
89 <theme name="Catchment"> | |
90 <inherits> | |
91 <inherit from="Map" /> | |
92 </inherits> | |
93 </theme> | |
94 | |
95 <theme name="FloodmapLines"> | |
96 <inherits> | |
97 <inherit from="MapLines" /> | |
98 </inherits> | |
99 <fields> | |
100 <field name="linecolor" type="Color" display="Linienfarbe" | |
101 default="140, 200, 130" /> | |
102 </fields> | |
103 </theme> | |
104 | |
105 <theme name="Buildings"> | |
106 <inherits> | |
107 <inherit from="MapLines" /> | |
108 </inherits> | |
109 </theme> | |
110 | |
111 <theme name="HydrBoundariesLines"> | |
112 <inherits> | |
113 <inherit from="MapLines" /> | |
114 </inherits> | |
115 </theme> | |
116 | |
117 <theme name="HydrBoundariesPolys"> | |
118 <inherits> | |
119 <inherit from="Map" /> | |
120 </inherits> | |
121 </theme> | |
122 | |
123 <theme name="Jetties"> | |
124 <inherits> | |
125 <inherit from="MapLines"/> | |
126 <inherit from="Label" /> | |
127 <inherit from="Symbol" /> | |
128 </inherits> | |
129 </theme> | |
130 <!--/themegroup--> |