Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default.xml @ 9215:0fc9c82e744e
work on collison, flood_duration
author | gernotbelger |
---|---|
date | Tue, 03 Jul 2018 17:00:48 +0200 |
parents | 3dae6b78e1da |
children | 0dcd1cd41915 |
comparison
equal
deleted
inserted
replaced
9214:091fd9676496 | 9215:0fc9c82e744e |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <themegroup name="default"> | 2 <themegroup name="default"> |
3 <theme name="MainValuesQ"> | 3 <theme name="MainValuesQ"> |
4 <inherits> | 4 <inherits> |
5 <inherit from="Lines" /> | 5 <inherit from="Lines" /> |
6 </inherits> | 6 </inherits> |
7 <fields> | 7 <fields> |
8 <field name="linecolor" type="Color" display="Farbe" | 8 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15" /> |
9 default="200, 0, 15" /> | 9 <field name="textorientation" type="boolean" display="Textausrichtung" default="true" /> |
10 <field name="textorientation" type="boolean" display="Textausrichtung" | 10 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> |
11 default="true" /> | 11 </fields> |
12 <field name="showlinelabel" type="boolean" | 12 </theme> |
13 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | 13 |
14 </fields> | 14 <theme name="MainValuesW"> |
15 </theme> | 15 <inherits> |
16 | 16 <inherit from="Lines" /> |
17 <theme name="MainValuesW"> | 17 </inherits> |
18 <inherits> | 18 <fields> |
19 <inherit from="Lines" /> | 19 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0" /> |
20 </inherits> | 20 <field name="textorientation" type="boolean" display="Textausrichtung" default="true" /> |
21 <fields> | 21 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> |
22 <field name="linecolor" type="Color" display="Farbe" | 22 </fields> |
23 default="0, 215, 0" /> | 23 </theme> |
24 <field name="textorientation" type="boolean" display="Textausrichtung" | 24 |
25 default="true" /> | 25 <theme name="RelativePoint"> |
26 <field name="showlinelabel" type="boolean" | 26 <inherits> |
27 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | 27 <inherit from="Points" /> |
28 </fields> | 28 </inherits> |
29 </theme> | 29 </theme> |
30 | 30 |
31 <theme name="RelativePoint"> | 31 <theme name="Annotations"> |
32 <inherits> | 32 <inherits> |
33 <inherit from="Points" /> | 33 <inherit from="Lines" /> |
34 </inherits> | 34 <inherit from="Text" /> |
35 </theme> | 35 </inherits> |
36 | 36 <fields> |
37 <theme name="Annotations"> | 37 </fields> |
38 <inherits> | 38 </theme> |
39 <inherit from="Lines" /> | 39 |
40 <inherit from="Text" /> | 40 <theme name="ManualPoints"> |
41 </inherits> | 41 <inherits> |
42 <fields> | 42 <inherit from="Points" /> |
43 </fields> | 43 <inherit from="Label" /> |
44 </theme> | 44 </inherits> |
45 | 45 <fields> |
46 <theme name="ManualPoints"> | 46 <field name="pointsize" type="int" display="Punktdicke" default="3" hints="hidden" /> |
47 <inherits> | 47 <field name="textorientation" type="boolean" display="Textausrichtung" default="true" /> |
48 <inherit from="Points" /> | 48 </fields> |
49 <inherit from="Label" /> | 49 </theme> |
50 </inherits> | 50 |
51 <fields> | 51 <theme name="WKms"> |
52 <field name="pointsize" type="int" display="Punktdicke" | 52 <inherits> |
53 default="3" hints="hidden" /> | 53 <inherit from="Lines" /> |
54 <field name="textorientation" type="boolean" display="Textausrichtung" | 54 <inherit from="Points" /> |
55 default="true" /> | 55 <inherit from="MinMaxPoints" /> |
56 </fields> | 56 </inherits> |
57 </theme> | 57 <fields> |
58 | 58 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> |
59 <theme name="WKms"> | 59 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
60 <inherits> | 60 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204" /> |
61 <inherit from="Lines" /> | 61 <field name="textorientation" type="boolean" display="Textausrichtung" default="true" /> |
62 <inherit from="Points" /> | 62 </fields> |
63 <inherit from="MinMaxPoints" /> | 63 </theme> |
64 </inherits> | 64 |
65 <fields> | 65 <theme name="WKmsAnnotation"> |
66 <field name="showpoints" type="boolean" display="Punkte anzeigen" | 66 <inherits> |
67 default="false" /> | 67 <inherit from="Lines" /> |
68 <field name="showpointlabel" type="boolean" | 68 <inherit from="Label" /> |
69 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | 69 </inherits> |
70 <field name="linecolor" type="Color" display="Linienfarbe" | 70 <fields> |
71 default="204, 204, 204" /> | 71 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204" /> |
72 <field name="textorientation" type="boolean" display="Textausrichtung" | 72 <field name="pointsize" type="int" display="Punktdicke" default="3" hints="hidden" /> |
73 default="true" /> | 73 </fields> |
74 </fields> | 74 </theme> |
75 </theme> | 75 |
76 | 76 <theme name="WQKms"> |
77 <theme name="WKmsAnnotation"> | 77 <inherits> |
78 <inherits> | 78 <inherit from="Lines" /> |
79 <inherit from="Lines" /> | 79 <inherit from="Points" /> |
80 <inherit from="Label" /> | 80 <inherit from="MinMaxPoints" /> |
81 </inherits> | 81 </inherits> |
82 <fields> | 82 <fields> |
83 <field name="linecolor" type="Color" display="Linienfarbe" | 83 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> |
84 default="204, 204, 204" /> | 84 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
85 <field name="pointsize" type="int" display="Punktdicke" | 85 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204" /> |
86 default="3" hints="hidden" /> | 86 </fields> |
87 </fields> | 87 </theme> |
88 </theme> | 88 |
89 | 89 <theme name="WQKmsHorizontal"> |
90 <theme name="WQKms"> | 90 <inherits> |
91 <inherits> | 91 <inherit from="WQKms" /> |
92 <inherit from="Lines" /> | 92 </inherits> |
93 <inherit from="Points" /> | 93 <fields> |
94 <inherit from="MinMaxPoints" /> | 94 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204" /> |
95 </inherits> | 95 <field name="textorientation" type="boolean" display="Textausrichtung" default="true" /> |
96 <fields> | 96 </fields> |
97 <field name="showpoints" type="boolean" display="Punkte anzeigen" | 97 </theme> |
98 default="false" /> | 98 |
99 <field name="showpointlabel" type="boolean" | 99 |
100 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | 100 <theme name="WQPoints"> |
101 <field name="linecolor" type="Color" display="Linienfarbe" | 101 <inherits> |
102 default="204, 204, 204" /> | 102 <inherit from="Points" /> |
103 </fields> | 103 <inherit from="Label" /> |
104 </theme> | 104 </inherits> |
105 | 105 <fields> |
106 <theme name="WQKmsHorizontal"> | 106 <field name="pointcolor" type="Color" display="Linienfarbe" default="204, 0, 0" /> |
107 <inherits> | 107 </fields> |
108 <inherit from="WQKms" /> | 108 </theme> |
109 </inherits> | 109 |
110 <fields> | 110 <theme name="heightmarks_points"> |
111 <field name="linecolor" type="Color" display="Linienfarbe" | 111 <inherits> |
112 default="204, 204, 204" /> | 112 <inherit from="Points" /> |
113 <field name="textorientation" type="boolean" display="Textausrichtung" | 113 <inherit from="Label" /> |
114 default="true" /> | 114 </inherits> |
115 </fields> | 115 <fields> |
116 </theme> | 116 <field name="pointcolor" type="Color" display="Linienfarbe" default="0, 0, 0" /> |
117 | 117 </fields> |
118 | 118 </theme> |
119 <theme name="WQPoints"> | 119 |
120 <inherits> | 120 <theme name="Area"> |
121 <inherit from="Points" /> | 121 <inherits> |
122 <inherit from="Label" /> | 122 <inherit from="Areas" /> |
123 </inherits> | 123 </inherits> |
124 <fields> | 124 <fields> |
125 <field name="pointcolor" type="Color" display="Linienfarbe" | 125 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" default="true" hints="hidden" /> |
126 default="204, 0, 0" /> | 126 <field name="areashowborder" type="boolean" display="Begrenzung" default="false" hints="hidden" /> |
127 </fields> | 127 <field name="areabordercolor" type="Color" default="0, 0, 0" display="Begrenzungslinienfarbe" hints="hidden" /> |
128 </theme> | 128 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" hints="hidden" /> |
129 | 129 <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="false" /> |
130 <theme name="heightmarks_points"> | 130 </fields> |
131 <inherits> | 131 </theme> |
132 <inherit from="Points" /> | 132 |
133 <inherit from="Label" /> | 133 <!-- top level classes defining additional attributes --> |
134 </inherits> | 134 <theme name="LongitudinalSection"> |
135 <fields> | 135 <inherits> |
136 <field name="pointcolor" type="Color" display="Linienfarbe" | 136 <inherit from="Lines" /> |
137 default="0, 0, 0" /> | 137 <inherit from="Points" /> |
138 </fields> | 138 <inherit from="MinMaxPoints" /> |
139 </theme> | 139 <inherit from="Label" /> |
140 | 140 </inherits> |
141 <theme name="Area"> | 141 <fields> |
142 <inherits> | 142 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> |
143 <inherit from="Areas" /> | 143 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
144 </inherits> | 144 </fields> |
145 <fields> | 145 </theme> |
146 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | 146 |
147 default="true" hints="hidden" /> | 147 <theme name="LongitudinalSectionW"> |
148 <field name="areashowborder" type="boolean" display="Begrenzung" | 148 <inherits> |
149 default="false" hints="hidden" /> | 149 <inherit from="LongitudinalSection" /> |
150 <field name="areabordercolor" type="Color" default="0, 0, 0" | 150 </inherits> |
151 display="Begrenzungslinienfarbe" hints="hidden" /> | 151 <fields> |
152 <field name="showarea" type="boolean" display="Flaeche anzeigen" | 152 <field name="bandwidth" type="double" display="Bandbreite" default="0" /> |
153 default="true" hints="hidden" /> | 153 <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe" default="104, 104, 104" /> |
154 <field name="showarealabel" type="boolean" | 154 <field name="transparency" type="int" default="20" display="Transparenz" /> |
155 display="Flächenbeschriftung anzeigen" default="false"/> | 155 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" hints="hidden" /> |
156 </fields> | 156 </fields> |
157 </theme> | 157 </theme> |
158 | 158 |
159 <!-- top level classes defining additional attributes--> | 159 <theme name="LongitudinalSectionPoints"> |
160 <theme name="LongitudinalSection"> | 160 <inherits> |
161 <inherits> | 161 <inherit from="Points" /> |
162 <inherit from="Lines" /> | 162 </inherits> |
163 <inherit from="Points" /> | 163 <fields> |
164 <inherit from="MinMaxPoints" /> | 164 </fields> |
165 <inherit from="Label" /> | 165 </theme> |
166 </inherits> | 166 |
167 <fields> | 167 <theme name="Differences"> |
168 <field name="showpoints" type="boolean" display="Punkte anzeigen" | 168 <inherits> |
169 default="false" /> | 169 <inherit from="Lines" /> |
170 <field name="showpointlabel" type="boolean" | 170 <inherit from="Points" /> |
171 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | 171 <inherit from="MinMaxPoints" /> |
172 </fields> | 172 </inherits> |
173 </theme> | 173 <fields> |
174 | 174 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> |
175 <theme name="LongitudinalSectionW"> | 175 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
176 <inherits> | 176 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204" /> |
177 <inherit from="LongitudinalSection" /> | 177 </fields> |
178 </inherits> | 178 </theme> |
179 <fields> | 179 |
180 <field name="bandwidth" type="double" display="Bandbreite" | 180 |
181 default="0"/> | 181 <!-- Classes defining special values --> |
182 <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe" | 182 <theme name="LongitudinalSectionW_HQ1"> |
183 default="104, 104, 104"/> | 183 <inherits> |
184 <field name="transparency" type="int" default="20" display="Transparenz"/> | 184 <inherit from="LongitudinalSectionW" /> |
185 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" hints="hidden" /> | 185 </inherits> |
186 </fields> | 186 <fields> |
187 </theme> | 187 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102" /> |
188 | 188 </fields> |
189 <theme name="LongitudinalSectionPoints"> | 189 </theme> |
190 <inherits> | 190 |
191 <inherit from="Points" /> | 191 <theme name="LongitudinalSectionW_HQ2"> |
192 </inherits> | 192 <inherits> |
193 <fields> | 193 <inherit from="LongitudinalSectionW" /> |
194 </fields> | 194 </inherits> |
195 </theme> | 195 <fields> |
196 | 196 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102" /> |
197 <theme name="Differences"> | 197 </fields> |
198 <inherits> | 198 </theme> |
199 <inherit from="Lines" /> | 199 |
200 <inherit from="Points" /> | 200 <theme name="LongitudinalSectionW_HQ5"> |
201 <inherit from="MinMaxPoints" /> | 201 <inherits> |
202 </inherits> | 202 <inherit from="LongitudinalSectionW" /> |
203 <fields> | 203 </inherits> |
204 <field name="showpoints" type="boolean" display="Punkte anzeigen" | 204 <fields> |
205 default="false" /> | 205 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51" /> |
206 <field name="showpointlabel" type="boolean" | 206 </fields> |
207 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | 207 </theme> |
208 <field name="linecolor" type="Color" display="Linienfarbe" | 208 |
209 default="204, 204, 204" /> | 209 <theme name="LongitudinalSectionW_HQ10"> |
210 </fields> | 210 <inherits> |
211 </theme> | 211 <inherit from="LongitudinalSectionW" /> |
212 | 212 </inherits> |
213 | 213 <fields> |
214 <!-- Classes defining special values --> | 214 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204" /> |
215 <theme name="LongitudinalSectionW_HQ1"> | 215 </fields> |
216 <inherits> | 216 </theme> |
217 <inherit from="LongitudinalSectionW" /> | 217 |
218 </inherits> | 218 <theme name="LongitudinalSectionW_HQ20"> |
219 <fields> | 219 <inherits> |
220 <field name="linecolor" type="Color" display="Linienfarbe" | 220 <inherit from="LongitudinalSectionW" /> |
221 default="0, 0, 102" /> | 221 </inherits> |
222 </fields> | 222 <fields> |
223 </theme> | 223 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0" /> |
224 | 224 </fields> |
225 <theme name="LongitudinalSectionW_HQ2"> | 225 </theme> |
226 <inherits> | 226 |
227 <inherit from="LongitudinalSectionW" /> | 227 <theme name="LongitudinalSectionW_HQ25"> |
228 </inherits> | 228 <inherits> |
229 <fields> | 229 <inherit from="LongitudinalSectionW" /> |
230 <field name="linecolor" type="Color" display="Linienfarbe" | 230 </inherits> |
231 default="0, 0, 102" /> | 231 <fields> |
232 </fields> | 232 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0" /> |
233 </theme> | 233 </fields> |
234 | 234 </theme> |
235 <theme name="LongitudinalSectionW_HQ5"> | 235 |
236 <inherits> | 236 <theme name="LongitudinalSectionW_HQ50"> |
237 <inherit from="LongitudinalSectionW" /> | 237 <inherits> |
238 </inherits> | 238 <inherit from="LongitudinalSectionW" /> |
239 <fields> | 239 </inherits> |
240 <field name="linecolor" type="Color" display="Linienfarbe" | 240 <fields> |
241 default="0, 153, 51" /> | 241 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 0" /> |
242 </fields> | 242 </fields> |
243 </theme> | 243 </theme> |
244 | 244 |
245 <theme name="LongitudinalSectionW_HQ10"> | 245 <theme name="LongitudinalSectionW_HQ100"> |
246 <inherits> | 246 <inherits> |
247 <inherit from="LongitudinalSectionW" /> | 247 <inherit from="LongitudinalSectionW" /> |
248 </inherits> | 248 </inherits> |
249 <fields> | 249 <fields> |
250 <field name="linecolor" type="Color" display="Linienfarbe" | 250 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255" /> |
251 default="0, 204, 204" /> | 251 </fields> |
252 </fields> | 252 </theme> |
253 </theme> | 253 |
254 | 254 <theme name="LongitudinalSectionW_HQ200"> |
255 <theme name="LongitudinalSectionW_HQ20"> | 255 <inherits> |
256 <inherits> | 256 <inherit from="LongitudinalSectionW" /> |
257 <inherit from="LongitudinalSectionW" /> | 257 </inherits> |
258 </inherits> | 258 <fields> |
259 <fields> | 259 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 100, 255" /> |
260 <field name="linecolor" type="Color" display="Linienfarbe" | 260 </fields> |
261 default="153, 153, 0" /> | 261 </theme> |
262 </fields> | 262 |
263 </theme> | 263 <theme name="LongitudinalSectionW_HQ300"> |
264 | 264 <inherits> |
265 <theme name="LongitudinalSectionW_HQ25"> | 265 <inherit from="LongitudinalSectionW" /> |
266 <inherits> | 266 </inherits> |
267 <inherit from="LongitudinalSectionW" /> | 267 <fields> |
268 </inherits> | 268 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 100" /> |
269 <fields> | 269 </fields> |
270 <field name="linecolor" type="Color" display="Linienfarbe" | 270 </theme> |
271 default="102, 51, 0" /> | 271 |
272 </fields> | 272 <theme name="LongitudinalSectionW_HQ500"> |
273 </theme> | 273 <inherits> |
274 | 274 <inherit from="LongitudinalSectionW" /> |
275 <theme name="LongitudinalSectionW_HQ50"> | 275 </inherits> |
276 <inherits> | 276 <fields> |
277 <inherit from="LongitudinalSectionW" /> | 277 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102" /> |
278 </inherits> | 278 </fields> |
279 <fields> | 279 </theme> |
280 <field name="linecolor" type="Color" display="Linienfarbe" | 280 |
281 default="255, 153, 0" /> | 281 <theme name="LongitudinalSectionW_HQ1000"> |
282 </fields> | 282 <inherits> |
283 </theme> | 283 <inherit from="LongitudinalSectionW" /> |
284 | 284 </inherits> |
285 <theme name="LongitudinalSectionW_HQ100"> | 285 <fields> |
286 <inherits> | 286 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0" /> |
287 <inherit from="LongitudinalSectionW" /> | 287 </fields> |
288 </inherits> | 288 </theme> |
289 <fields> | 289 |
290 <field name="linecolor" type="Color" display="Linienfarbe" | 290 <theme name="LongitudinalSectionW_HQRZ"> |
291 default="255, 0, 255" /> | 291 <inherits> |
292 </fields> | 292 <inherit from="LongitudinalSectionW" /> |
293 </theme> | 293 </inherits> |
294 | 294 <fields> |
295 <theme name="LongitudinalSectionW_HQ200"> | 295 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102" /> |
296 <inherits> | 296 </fields> |
297 <inherit from="LongitudinalSectionW" /> | 297 </theme> |
298 </inherits> | 298 |
299 <fields> | 299 <theme name="LongitudinalSectionW_HSQ"> |
300 <field name="linecolor" type="Color" display="Linienfarbe" | 300 <inherits> |
301 default="255, 100, 255" /> | 301 <inherit from="LongitudinalSectionW" /> |
302 </fields> | 302 </inherits> |
303 </theme> | 303 <fields> |
304 | 304 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0" /> |
305 <theme name="LongitudinalSectionW_HQ300"> | 305 </fields> |
306 <inherits> | 306 </theme> |
307 <inherit from="LongitudinalSectionW" /> | 307 |
308 </inherits> | 308 <theme name="LongitudinalSectionW_MHQ"> |
309 <fields> | 309 <inherits> |
310 <field name="linecolor" type="Color" display="Linienfarbe" | 310 <inherit from="LongitudinalSectionW" /> |
311 default="255, 0, 100" /> | 311 </inherits> |
312 </fields> | 312 <fields> |
313 </theme> | 313 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102" /> |
314 | 314 </fields> |
315 <theme name="LongitudinalSectionW_HQ500"> | 315 </theme> |
316 <inherits> | 316 |
317 <inherit from="LongitudinalSectionW" /> | 317 <theme name="LongitudinalSectionW_MNQ"> |
318 </inherits> | 318 <inherits> |
319 <fields> | 319 <inherit from="LongitudinalSectionW" /> |
320 <field name="linecolor" type="Color" display="Linienfarbe" | 320 </inherits> |
321 default="102, 0, 102" /> | 321 <fields> |
322 </fields> | 322 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255" /> |
323 </theme> | 323 </fields> |
324 | 324 </theme> |
325 <theme name="LongitudinalSectionW_HQ1000"> | 325 |
326 <inherits> | 326 <theme name="LongitudinalSectionW_MQ"> |
327 <inherit from="LongitudinalSectionW" /> | 327 <inherits> |
328 </inherits> | 328 <inherit from="LongitudinalSectionW" /> |
329 <fields> | 329 </inherits> |
330 <field name="linecolor" type="Color" display="Linienfarbe" | 330 <fields> |
331 default="0, 0, 0" /> | 331 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204" /> |
332 </fields> | 332 </fields> |
333 </theme> | 333 </theme> |
334 | 334 |
335 <theme name="LongitudinalSectionW_HQRZ"> | 335 <theme name="LongitudinalSectionW_NQ"> |
336 <inherits> | 336 <inherits> |
337 <inherit from="LongitudinalSectionW" /> | 337 <inherit from="LongitudinalSectionW" /> |
338 </inherits> | 338 </inherits> |
339 <fields> | 339 <fields> |
340 <field name="linecolor" type="Color" display="Linienfarbe" | 340 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255" /> |
341 default="102, 0, 102" /> | 341 </fields> |
342 </fields> | 342 </theme> |
343 </theme> | 343 |
344 | 344 <theme name="LongitudinalSectionW_HQExtrem"> |
345 <theme name="LongitudinalSectionW_HSQ"> | 345 <inherits> |
346 <inherits> | 346 <inherit from="LongitudinalSectionW" /> |
347 <inherit from="LongitudinalSectionW" /> | 347 </inherits> |
348 </inherits> | 348 <fields> |
349 <fields> | 349 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0" /> |
350 <field name="linecolor" type="Color" display="Linienfarbe" | 350 </fields> |
351 default="253, 153, 0" /> | 351 </theme> |
352 </fields> | 352 |
353 </theme> | 353 <theme name="LongitudinalSectionW_HQ1_Points"> |
354 | 354 <inherits> |
355 <theme name="LongitudinalSectionW_MHQ"> | 355 <inherit from="LongitudinalSectionPoints" /> |
356 <inherits> | 356 </inherits> |
357 <inherit from="LongitudinalSectionW" /> | 357 <fields> |
358 </inherits> | 358 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 102" /> |
359 <fields> | 359 </fields> |
360 <field name="linecolor" type="Color" display="Linienfarbe" | 360 </theme> |
361 default="102, 255, 102" /> | 361 |
362 </fields> | 362 <theme name="LongitudinalSectionW_HQ2_Points"> |
363 </theme> | 363 <inherits> |
364 | 364 <inherit from="LongitudinalSectionPoints" /> |
365 <theme name="LongitudinalSectionW_MNQ"> | 365 </inherits> |
366 <inherits> | 366 <fields> |
367 <inherit from="LongitudinalSectionW" /> | 367 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 102" /> |
368 </inherits> | 368 </fields> |
369 <fields> | 369 </theme> |
370 <field name="linecolor" type="Color" display="Linienfarbe" | 370 |
371 default="0, 255, 255" /> | 371 <theme name="LongitudinalSectionW_HQ5_Points"> |
372 </fields> | 372 <inherits> |
373 </theme> | 373 <inherit from="LongitudinalSectionPoints" /> |
374 | 374 </inherits> |
375 <theme name="LongitudinalSectionW_MQ"> | 375 <fields> |
376 <inherits> | 376 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 153, 51" /> |
377 <inherit from="LongitudinalSectionW" /> | 377 </fields> |
378 </inherits> | 378 </theme> |
379 <fields> | 379 |
380 <field name="linecolor" type="Color" display="Linienfarbe" | 380 <theme name="LongitudinalSectionW_HQ10_Points"> |
381 default="0, 51, 204" /> | 381 <inherits> |
382 </fields> | 382 <inherit from="LongitudinalSectionPoints" /> |
383 </theme> | 383 </inherits> |
384 | 384 <fields> |
385 <theme name="LongitudinalSectionW_NQ"> | 385 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 204, 204" /> |
386 <inherits> | 386 </fields> |
387 <inherit from="LongitudinalSectionW" /> | 387 </theme> |
388 </inherits> | 388 |
389 <fields> | 389 <theme name="LongitudinalSectionW_HQ20_Points"> |
390 <field name="linecolor" type="Color" display="Linienfarbe" | 390 <inherits> |
391 default="153, 204, 255" /> | 391 <inherit from="LongitudinalSectionPoints" /> |
392 </fields> | 392 </inherits> |
393 </theme> | 393 <fields> |
394 | 394 <field name="pointcolor" type="Color" display="Punktfarbe" default="153, 153, 0" /> |
395 <theme name="LongitudinalSectionW_HQExtrem"> | 395 </fields> |
396 <inherits> | 396 </theme> |
397 <inherit from="LongitudinalSectionW" /> | 397 |
398 </inherits> | 398 <theme name="LongitudinalSectionW_HQ25_Points"> |
399 <fields> | 399 <inherits> |
400 <field name="linecolor" type="Color" display="Linienfarbe" | 400 <inherit from="LongitudinalSectionPoints" /> |
401 default="0, 0, 0" /> | 401 </inherits> |
402 </fields> | 402 <fields> |
403 </theme> | 403 <field name="pointcolor" type="Color" display="Punktfarbe" default="102, 51, 0" /> |
404 | 404 </fields> |
405 <theme name="LongitudinalSectionW_HQ1_Points"> | 405 </theme> |
406 <inherits> | 406 |
407 <inherit from="LongitudinalSectionPoints" /> | 407 <theme name="LongitudinalSectionW_HQ50_Points"> |
408 </inherits> | 408 <inherits> |
409 <fields> | 409 <inherit from="LongitudinalSectionPoints" /> |
410 <field name="pointcolor" type="Color" display="Punktfarbe" | 410 </inherits> |
411 default="0, 0, 102" /> | 411 <fields> |
412 </fields> | 412 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 153, 153" /> |
413 </theme> | 413 </fields> |
414 | 414 </theme> |
415 <theme name="LongitudinalSectionW_HQ2_Points"> | 415 |
416 <inherits> | 416 <theme name="LongitudinalSectionW_HQ100_Points"> |
417 <inherit from="LongitudinalSectionPoints" /> | 417 <inherits> |
418 </inherits> | 418 <inherit from="LongitudinalSectionPoints" /> |
419 <fields> | 419 </inherits> |
420 <field name="pointcolor" type="Color" display="Punktfarbe" | 420 <fields> |
421 default="0, 0, 102" /> | 421 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 51" /> |
422 </fields> | 422 </fields> |
423 </theme> | 423 </theme> |
424 | 424 |
425 <theme name="LongitudinalSectionW_HQ5_Points"> | 425 <theme name="LongitudinalSectionW_HQ200_Points"> |
426 <inherits> | 426 <inherits> |
427 <inherit from="LongitudinalSectionPoints" /> | 427 <inherit from="LongitudinalSectionPoints" /> |
428 </inherits> | 428 </inherits> |
429 <fields> | 429 <fields> |
430 <field name="pointcolor" type="Color" display="Punktfarbe" | 430 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255" /> |
431 default="0, 153, 51" /> | 431 </fields> |
432 </fields> | 432 </theme> |
433 </theme> | 433 |
434 | 434 <theme name="LongitudinalSectionW_HQ300_Points"> |
435 <theme name="LongitudinalSectionW_HQ10_Points"> | 435 <inherits> |
436 <inherits> | 436 <inherit from="LongitudinalSectionPoints" /> |
437 <inherit from="LongitudinalSectionPoints" /> | 437 </inherits> |
438 </inherits> | 438 <fields> |
439 <fields> | 439 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 100, 255" /> |
440 <field name="pointcolor" type="Color" display="Punktfarbe" | 440 </fields> |
441 default="0, 204, 204" /> | 441 </theme> |
442 </fields> | 442 |
443 </theme> | 443 <theme name="LongitudinalSectionW_HQ500_Points"> |
444 | 444 <inherits> |
445 <theme name="LongitudinalSectionW_HQ20_Points"> | 445 <inherit from="LongitudinalSectionPoints" /> |
446 <inherits> | 446 </inherits> |
447 <inherit from="LongitudinalSectionPoints" /> | 447 <fields> |
448 </inherits> | 448 <field name="pointcolor" type="Color" display="Punktfarbe" default="102, 0, 102" /> |
449 <fields> | 449 </fields> |
450 <field name="pointcolor" type="Color" display="Punktfarbe" | 450 </theme> |
451 default="153, 153, 0" /> | 451 |
452 </fields> | 452 <theme name="LongitudinalSectionW_HQ1000_Points"> |
453 </theme> | 453 <inherits> |
454 | 454 <inherit from="LongitudinalSectionPoints" /> |
455 <theme name="LongitudinalSectionW_HQ25_Points"> | 455 </inherits> |
456 <inherits> | 456 <fields> |
457 <inherit from="LongitudinalSectionPoints" /> | 457 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0" /> |
458 </inherits> | 458 </fields> |
459 <fields> | 459 </theme> |
460 <field name="pointcolor" type="Color" display="Punktfarbe" | 460 |
461 default="102, 51, 0" /> | 461 <theme name="LongitudinalSectionW_HQRZ_Points"> |
462 </fields> | 462 <inherits> |
463 </theme> | 463 <inherit from="LongitudinalSectionPoints" /> |
464 | 464 </inherits> |
465 <theme name="LongitudinalSectionW_HQ50_Points"> | 465 <fields> |
466 <inherits> | 466 <field name="pointcolor" type="Color" display="Punktfarbe" default="102, 0, 102" /> |
467 <inherit from="LongitudinalSectionPoints" /> | 467 </fields> |
468 </inherits> | 468 </theme> |
469 <fields> | 469 |
470 <field name="pointcolor" type="Color" display="Punktfarbe" | 470 <theme name="LongitudinalSectionW_HSQ_Points"> |
471 default="255, 153, 153" /> | 471 <inherits> |
472 </fields> | 472 <inherit from="LongitudinalSectionPoints" /> |
473 </theme> | 473 </inherits> |
474 | 474 <fields> |
475 <theme name="LongitudinalSectionW_HQ100_Points"> | 475 <field name="pointcolor" type="Color" display="Punktfarbe" default="253, 153, 0" /> |
476 <inherits> | 476 </fields> |
477 <inherit from="LongitudinalSectionPoints" /> | 477 </theme> |
478 </inherits> | 478 |
479 <fields> | 479 <theme name="LongitudinalSectionW_MHQ_Points"> |
480 <field name="pointcolor" type="Color" display="Punktfarbe" | 480 <inherits> |
481 default="255, 0, 51" /> | 481 <inherit from="LongitudinalSectionPoints" /> |
482 </fields> | 482 </inherits> |
483 </theme> | 483 <fields> |
484 | 484 <field name="pointcolor" type="Color" display="Punktfarbe" default="102, 255, 102" /> |
485 <theme name="LongitudinalSectionW_HQ200_Points"> | 485 </fields> |
486 <inherits> | 486 </theme> |
487 <inherit from="LongitudinalSectionPoints" /> | 487 |
488 </inherits> | 488 <theme name="LongitudinalSectionW_MNQ_Points"> |
489 <fields> | 489 <inherits> |
490 <field name="pointcolor" type="Color" display="Punktfarbe" | 490 <inherit from="LongitudinalSectionPoints" /> |
491 default="255, 0, 255" /> | 491 </inherits> |
492 </fields> | 492 <fields> |
493 </theme> | 493 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 255" /> |
494 | 494 </fields> |
495 <theme name="LongitudinalSectionW_HQ300_Points"> | 495 </theme> |
496 <inherits> | 496 |
497 <inherit from="LongitudinalSectionPoints" /> | 497 <theme name="LongitudinalSectionW_MQ_Points"> |
498 </inherits> | 498 <inherits> |
499 <fields> | 499 <inherit from="LongitudinalSectionPoints" /> |
500 <field name="pointcolor" type="Color" display="Punktfarbe" | 500 </inherits> |
501 default="255, 100, 255" /> | 501 <fields> |
502 </fields> | 502 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 51, 204" /> |
503 </theme> | 503 </fields> |
504 | 504 </theme> |
505 <theme name="LongitudinalSectionW_HQ500_Points"> | 505 |
506 <inherits> | 506 <theme name="LongitudinalSectionW_NQ_Points"> |
507 <inherit from="LongitudinalSectionPoints" /> | 507 <inherits> |
508 </inherits> | 508 <inherit from="LongitudinalSectionPoints" /> |
509 <fields> | 509 </inherits> |
510 <field name="pointcolor" type="Color" display="Punktfarbe" | 510 <fields> |
511 default="102, 0, 102" /> | 511 <field name="pointcolor" type="Color" display="Punktfarbe" default="153, 204, 255" /> |
512 </fields> | 512 </fields> |
513 </theme> | 513 </theme> |
514 | 514 |
515 <theme name="LongitudinalSectionW_HQ1000_Points"> | 515 <theme name="LongitudinalSectionW_HQExtrem_Points"> |
516 <inherits> | 516 <inherits> |
517 <inherit from="LongitudinalSectionPoints" /> | 517 <inherit from="LongitudinalSectionPoints" /> |
518 </inherits> | 518 </inherits> |
519 <fields> | 519 <fields> |
520 <field name="pointcolor" type="Color" display="Punktfarbe" | 520 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0" /> |
521 default="0, 0, 0" /> | 521 </fields> |
522 </fields> | 522 </theme> |
523 </theme> | 523 |
524 | 524 <theme name="LongitudinalSectionQ_HQ1"> |
525 <theme name="LongitudinalSectionW_HQRZ_Points"> | 525 <inherits> |
526 <inherits> | 526 <inherit from="LongitudinalSection" /> |
527 <inherit from="LongitudinalSectionPoints" /> | 527 </inherits> |
528 </inherits> | 528 <fields> |
529 <fields> | 529 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102" /> |
530 <field name="pointcolor" type="Color" display="Punktfarbe" | 530 </fields> |
531 default="102, 0, 102" /> | 531 </theme> |
532 </fields> | 532 |
533 </theme> | 533 <theme name="LongitudinalSectionQ_HQ2"> |
534 | 534 <inherits> |
535 <theme name="LongitudinalSectionW_HSQ_Points"> | 535 <inherit from="LongitudinalSection" /> |
536 <inherits> | 536 </inherits> |
537 <inherit from="LongitudinalSectionPoints" /> | 537 <fields> |
538 </inherits> | 538 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102" /> |
539 <fields> | 539 </fields> |
540 <field name="pointcolor" type="Color" display="Punktfarbe" | 540 </theme> |
541 default="253, 153, 0" /> | 541 |
542 </fields> | 542 <theme name="LongitudinalSectionQ_HQ5"> |
543 </theme> | 543 <inherits> |
544 | 544 <inherit from="LongitudinalSection" /> |
545 <theme name="LongitudinalSectionW_MHQ_Points"> | 545 </inherits> |
546 <inherits> | 546 <fields> |
547 <inherit from="LongitudinalSectionPoints" /> | 547 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51" /> |
548 </inherits> | 548 </fields> |
549 <fields> | 549 </theme> |
550 <field name="pointcolor" type="Color" display="Punktfarbe" | 550 |
551 default="102, 255, 102" /> | 551 <theme name="LongitudinalSectionQ_HQ10"> |
552 </fields> | 552 <inherits> |
553 </theme> | 553 <inherit from="LongitudinalSection" /> |
554 | 554 </inherits> |
555 <theme name="LongitudinalSectionW_MNQ_Points"> | 555 <fields> |
556 <inherits> | 556 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204" /> |
557 <inherit from="LongitudinalSectionPoints" /> | 557 </fields> |
558 </inherits> | 558 </theme> |
559 <fields> | 559 |
560 <field name="pointcolor" type="Color" display="Punktfarbe" | 560 <theme name="LongitudinalSectionQ_HQ20"> |
561 default="0, 255, 255" /> | 561 <inherits> |
562 </fields> | 562 <inherit from="LongitudinalSection" /> |
563 </theme> | 563 </inherits> |
564 | 564 <fields> |
565 <theme name="LongitudinalSectionW_MQ_Points"> | 565 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0" /> |
566 <inherits> | 566 </fields> |
567 <inherit from="LongitudinalSectionPoints" /> | 567 </theme> |
568 </inherits> | 568 |
569 <fields> | 569 <theme name="LongitudinalSectionQ_HQ25"> |
570 <field name="pointcolor" type="Color" display="Punktfarbe" | 570 <inherits> |
571 default="0, 51, 204" /> | 571 <inherit from="LongitudinalSection" /> |
572 </fields> | 572 </inherits> |
573 </theme> | 573 <fields> |
574 | 574 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0" /> |
575 <theme name="LongitudinalSectionW_NQ_Points"> | 575 </fields> |
576 <inherits> | 576 </theme> |
577 <inherit from="LongitudinalSectionPoints" /> | 577 |
578 </inherits> | 578 <theme name="LongitudinalSectionQ_HQ50"> |
579 <fields> | 579 <inherits> |
580 <field name="pointcolor" type="Color" display="Punktfarbe" | 580 <inherit from="LongitudinalSection" /> |
581 default="153, 204, 255" /> | 581 </inherits> |
582 </fields> | 582 <fields> |
583 </theme> | 583 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153" /> |
584 | 584 </fields> |
585 <theme name="LongitudinalSectionW_HQExtrem_Points"> | 585 </theme> |
586 <inherits> | 586 |
587 <inherit from="LongitudinalSectionPoints" /> | 587 <theme name="LongitudinalSectionQ_HQ100"> |
588 </inherits> | 588 <inherits> |
589 <fields> | 589 <inherit from="LongitudinalSection" /> |
590 <field name="pointcolor" type="Color" display="Punktfarbe" | 590 </inherits> |
591 default="0, 0, 0" /> | 591 <fields> |
592 </fields> | 592 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51" /> |
593 </theme> | 593 </fields> |
594 | 594 </theme> |
595 <theme name="LongitudinalSectionQ_HQ1"> | 595 |
596 <inherits> | 596 <theme name="LongitudinalSectionQ_HQ200"> |
597 <inherit from="LongitudinalSection" /> | 597 <inherits> |
598 </inherits> | 598 <inherit from="LongitudinalSection" /> |
599 <fields> | 599 </inherits> |
600 <field name="linecolor" type="Color" display="Linienfarbe" | 600 <fields> |
601 default="0, 0, 102" /> | 601 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255" /> |
602 </fields> | 602 </fields> |
603 </theme> | 603 </theme> |
604 | 604 |
605 <theme name="LongitudinalSectionQ_HQ2"> | 605 <theme name="LongitudinalSectionQ_HQ300"> |
606 <inherits> | 606 <inherits> |
607 <inherit from="LongitudinalSection" /> | 607 <inherit from="LongitudinalSection" /> |
608 </inherits> | 608 </inherits> |
609 <fields> | 609 <fields> |
610 <field name="linecolor" type="Color" display="Linienfarbe" | 610 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 100, 255" /> |
611 default="0, 0, 102" /> | 611 </fields> |
612 </fields> | 612 </theme> |
613 </theme> | 613 |
614 | 614 <theme name="LongitudinalSectionQ_HQ500"> |
615 <theme name="LongitudinalSectionQ_HQ5"> | 615 <inherits> |
616 <inherits> | 616 <inherit from="LongitudinalSection" /> |
617 <inherit from="LongitudinalSection" /> | 617 </inherits> |
618 </inherits> | 618 <fields> |
619 <fields> | 619 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102" /> |
620 <field name="linecolor" type="Color" display="Linienfarbe" | 620 </fields> |
621 default="0, 153, 51" /> | 621 </theme> |
622 </fields> | 622 |
623 </theme> | 623 <theme name="LongitudinalSectionQ_HQ1000"> |
624 | 624 <inherits> |
625 <theme name="LongitudinalSectionQ_HQ10"> | 625 <inherit from="LongitudinalSection" /> |
626 <inherits> | 626 </inherits> |
627 <inherit from="LongitudinalSection" /> | 627 <fields> |
628 </inherits> | 628 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0" /> |
629 <fields> | 629 </fields> |
630 <field name="linecolor" type="Color" display="Linienfarbe" | 630 </theme> |
631 default="0, 204, 204" /> | 631 |
632 </fields> | 632 <theme name="LongitudinalSectionQ_HQRZ"> |
633 </theme> | 633 <inherits> |
634 | 634 <inherit from="LongitudinalSection" /> |
635 <theme name="LongitudinalSectionQ_HQ20"> | 635 </inherits> |
636 <inherits> | 636 <fields> |
637 <inherit from="LongitudinalSection" /> | 637 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102" /> |
638 </inherits> | 638 </fields> |
639 <fields> | 639 </theme> |
640 <field name="linecolor" type="Color" display="Linienfarbe" | 640 |
641 default="153, 153, 0" /> | 641 <theme name="LongitudinalSectionQ_HSQ"> |
642 </fields> | 642 <inherits> |
643 </theme> | 643 <inherit from="LongitudinalSection" /> |
644 | 644 </inherits> |
645 <theme name="LongitudinalSectionQ_HQ25"> | 645 <fields> |
646 <inherits> | 646 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0" /> |
647 <inherit from="LongitudinalSection" /> | 647 </fields> |
648 </inherits> | 648 </theme> |
649 <fields> | 649 |
650 <field name="linecolor" type="Color" display="Linienfarbe" | 650 <theme name="LongitudinalSectionQ_MHQ"> |
651 default="102, 51, 0" /> | 651 <inherits> |
652 </fields> | 652 <inherit from="LongitudinalSection" /> |
653 </theme> | 653 </inherits> |
654 | 654 <fields> |
655 <theme name="LongitudinalSectionQ_HQ50"> | 655 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102" /> |
656 <inherits> | 656 </fields> |
657 <inherit from="LongitudinalSection" /> | 657 </theme> |
658 </inherits> | 658 |
659 <fields> | 659 <theme name="LongitudinalSectionQ_MNQ"> |
660 <field name="linecolor" type="Color" display="Linienfarbe" | 660 <inherits> |
661 default="255, 153, 153" /> | 661 <inherit from="LongitudinalSection" /> |
662 </fields> | 662 </inherits> |
663 </theme> | 663 <fields> |
664 | 664 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255" /> |
665 <theme name="LongitudinalSectionQ_HQ100"> | 665 </fields> |
666 <inherits> | 666 </theme> |
667 <inherit from="LongitudinalSection" /> | 667 |
668 </inherits> | 668 <theme name="LongitudinalSectionQ_MQ"> |
669 <fields> | 669 <inherits> |
670 <field name="linecolor" type="Color" display="Linienfarbe" | 670 <inherit from="LongitudinalSection" /> |
671 default="255, 0, 51" /> | 671 </inherits> |
672 </fields> | 672 <fields> |
673 </theme> | 673 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204" /> |
674 | 674 </fields> |
675 <theme name="LongitudinalSectionQ_HQ200"> | 675 </theme> |
676 <inherits> | 676 |
677 <inherit from="LongitudinalSection" /> | 677 <theme name="LongitudinalSectionQ_NQ"> |
678 </inherits> | 678 <inherits> |
679 <fields> | 679 <inherit from="LongitudinalSection" /> |
680 <field name="linecolor" type="Color" display="Linienfarbe" | 680 </inherits> |
681 default="255, 0, 255" /> | 681 <fields> |
682 </fields> | 682 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255" /> |
683 </theme> | 683 </fields> |
684 | 684 </theme> |
685 <theme name="LongitudinalSectionQ_HQ300"> | 685 |
686 <inherits> | 686 <theme name="LongitudinalSectionQ_HQExtrem"> |
687 <inherit from="LongitudinalSection" /> | 687 <inherits> |
688 </inherits> | 688 <inherit from="LongitudinalSection" /> |
689 <fields> | 689 </inherits> |
690 <field name="linecolor" type="Color" display="Linienfarbe" | 690 <fields> |
691 default="255, 100, 255" /> | 691 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0" /> |
692 </fields> | 692 </fields> |
693 </theme> | 693 </theme> |
694 | 694 |
695 <theme name="LongitudinalSectionQ_HQ500"> | 695 <theme name="DischargeLongitudinalSectionW"> |
696 <inherits> | 696 <inherits> |
697 <inherit from="LongitudinalSection" /> | 697 <inherit from="LongitudinalSection" /> |
698 </inherits> | 698 </inherits> |
699 <fields> | 699 <fields> |
700 <field name="linecolor" type="Color" display="Linienfarbe" | 700 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204" /> |
701 default="102, 0, 102" /> | 701 </fields> |
702 </fields> | 702 </theme> |
703 </theme> | 703 |
704 | 704 |
705 <theme name="LongitudinalSectionQ_HQ1000"> | 705 <theme name="DischargeLongitudinalSectionC"> |
706 <inherits> | 706 <inherits> |
707 <inherit from="LongitudinalSection" /> | 707 <inherit from="LongitudinalSection" /> |
708 </inherits> | 708 </inherits> |
709 <fields> | 709 <fields> |
710 <field name="linecolor" type="Color" display="Linienfarbe" | 710 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0 , 0" /> |
711 default="0, 0, 0" /> | 711 </fields> |
712 </fields> | 712 </theme> |
713 </theme> | 713 |
714 | 714 <theme name="DischargeLongitudinalSectionQ"> |
715 <theme name="LongitudinalSectionQ_HQRZ"> | 715 <inherits> |
716 <inherits> | 716 <inherit from="LongitudinalSection" /> |
717 <inherit from="LongitudinalSection" /> | 717 </inherits> |
718 </inherits> | 718 <fields> |
719 <fields> | 719 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204" /> |
720 <field name="linecolor" type="Color" display="Linienfarbe" | 720 </fields> |
721 default="102, 0, 102" /> | 721 </theme> |
722 </fields> | 722 |
723 </theme> | 723 <theme name="LongitudinalSectionQInfoldCut"> |
724 | 724 <inherits> |
725 <theme name="LongitudinalSectionQ_HSQ"> | 725 <inherit from="LongitudinalSection" /> |
726 <inherits> | 726 </inherits> |
727 <inherit from="LongitudinalSection" /> | 727 <fields> |
728 </inherits> | 728 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 102, 102" /> |
729 <fields> | 729 </fields> |
730 <field name="linecolor" type="Color" display="Linienfarbe" | 730 </theme> |
731 default="253, 153, 0" /> | 731 |
732 </fields> | 732 <theme name="LongitudinalSectionQInfolding"> |
733 </theme> | 733 <inherits> |
734 | 734 <inherit from="LongitudinalSection" /> |
735 <theme name="LongitudinalSectionQ_MHQ"> | 735 </inherits> |
736 <inherits> | 736 <fields> |
737 <inherit from="LongitudinalSection" /> | 737 <field name="linecolor" type="Color" display="Linienfarbe" default="51, 51, 51" /> |
738 </inherits> | 738 </fields> |
739 <fields> | 739 </theme> |
740 <field name="linecolor" type="Color" display="Linienfarbe" | 740 |
741 default="102, 255, 102" /> | 741 <!-- MIDDLE BED HEIGHT --> |
742 </fields> | 742 <theme name="MiddleBedHeightSingle"> |
743 </theme> | 743 <inherits> |
744 | 744 <inherit from="Lines" /> |
745 <theme name="LongitudinalSectionQ_MNQ"> | 745 <inherit from="Points" /> |
746 <inherits> | 746 <inherit from="MinMaxPoints" /> |
747 <inherit from="LongitudinalSection" /> | 747 <inherit from="Label" /> |
748 </inherits> | 748 </inherits> |
749 <fields> | 749 <fields> |
750 <field name="linecolor" type="Color" display="Linienfarbe" | 750 <field name="showlines" type="boolean" display="Linie anzeigen" default="true" /> |
751 default="0, 255, 255" /> | 751 <field name="linesize" type="int" display="Liniendicke" default="1" /> |
752 </fields> | 752 <field name="linetype" type="Dash" display="Linienart" default="10" /> |
753 </theme> | 753 <field name="linecolor" type="Color" display="Linienfarbe" /> |
754 | 754 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" /> |
755 <theme name="LongitudinalSectionQ_MQ"> | 755 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> |
756 <inherits> | 756 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
757 <inherit from="LongitudinalSection" /> | 757 </fields> |
758 </inherits> | 758 </theme> |
759 <fields> | 759 |
760 <field name="linecolor" type="Color" display="Linienfarbe" | 760 <!-- Bed Quality --> |
761 default="0, 51, 204" /> | 761 <theme name="PorosityTopPoints"> |
762 </fields> | 762 <inherits> |
763 </theme> | 763 <inherit from="LongitudinalSection" /> |
764 | 764 </inherits> |
765 <theme name="LongitudinalSectionQ_NQ"> | 765 <fields> |
766 <inherits> | 766 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0" /> |
767 <inherit from="LongitudinalSection" /> | 767 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" /> |
768 </inherits> | 768 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true" /> |
769 <fields> | 769 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
770 <field name="linecolor" type="Color" display="Linienfarbe" | 770 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0" /> |
771 default="153, 204, 255" /> | 771 </fields> |
772 </fields> | 772 </theme> |
773 </theme> | 773 |
774 | 774 <theme name="PorositySubPoints"> |
775 <theme name="LongitudinalSectionQ_HQExtrem"> | 775 <inherits> |
776 <inherits> | 776 <inherit from="LongitudinalSection" /> |
777 <inherit from="LongitudinalSection" /> | 777 </inherits> |
778 </inherits> | 778 <fields> |
779 <fields> | 779 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0" /> |
780 <field name="linecolor" type="Color" display="Linienfarbe" | 780 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" /> |
781 default="0, 0, 0" /> | 781 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true" /> |
782 </fields> | 782 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
783 </theme> | 783 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0" /> |
784 | 784 </fields> |
785 <theme name="DischargeLongitudinalSectionW"> | 785 </theme> |
786 <inherits> | 786 |
787 <inherit from="LongitudinalSection" /> | 787 <theme name="DensityTopPoints"> |
788 </inherits> | 788 <inherits> |
789 <fields> | 789 <inherit from="LongitudinalSection" /> |
790 <field name="linecolor" type="Color" display="Linienfarbe" | 790 </inherits> |
791 default="204, 204, 204" /> | 791 <fields> |
792 </fields> | 792 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 99, 102" /> |
793 </theme> | 793 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" /> |
794 | 794 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true" /> |
795 | 795 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
796 <theme name="DischargeLongitudinalSectionC"> | 796 <field name="pointcolor" type="Color" display="Punktfarbe" default="153, 99, 102" /> |
797 <inherits> | 797 </fields> |
798 <inherit from="LongitudinalSection" /> | 798 </theme> |
799 </inherits> | 799 |
800 <fields> | 800 <theme name="DensitySubPoints"> |
801 <field name="linecolor" type="Color" display="Linienfarbe" | 801 <inherits> |
802 default="255, 0 , 0" /> | 802 <inherit from="LongitudinalSection" /> |
803 </fields> | 803 </inherits> |
804 </theme> | 804 <fields> |
805 | 805 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 99, 102" /> |
806 <theme name="DischargeLongitudinalSectionQ"> | 806 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" /> |
807 <inherits> | 807 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true" /> |
808 <inherit from="LongitudinalSection" /> | 808 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
809 </inherits> | 809 <field name="pointcolor" type="Color" display="Punktfarbe" default="153, 99, 102" /> |
810 <fields> | 810 </fields> |
811 <field name="linecolor" type="Color" display="Linienfarbe" | 811 </theme> |
812 default="204, 204, 204" /> | 812 |
813 </fields> | 813 <theme name="BedDiameterTopPoints"> |
814 </theme> | 814 <inherits> |
815 | 815 <inherit from="LongitudinalSection" /> |
816 <theme name="LongitudinalSectionQInfoldCut"> | 816 </inherits> |
817 <inherits> | 817 <fields> |
818 <inherit from="LongitudinalSection" /> | 818 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0" /> |
819 </inherits> | 819 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" /> |
820 <fields> | 820 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true" /> |
821 <field name="linecolor" type="Color" display="Linienfarbe" | 821 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
822 default="102, 102, 102" /> | 822 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0" /> |
823 </fields> | 823 </fields> |
824 </theme> | 824 </theme> |
825 | 825 |
826 <theme name="LongitudinalSectionQInfolding"> | 826 <theme name="BedDiameterSubPoints"> |
827 <inherits> | 827 <inherits> |
828 <inherit from="LongitudinalSection" /> | 828 <inherit from="LongitudinalSection" /> |
829 </inherits> | 829 </inherits> |
830 <fields> | 830 <fields> |
831 <field name="linecolor" type="Color" display="Linienfarbe" | 831 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0" /> |
832 default="51, 51, 51" /> | 832 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" /> |
833 </fields> | 833 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true" /> |
834 </theme> | 834 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
835 | 835 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0" /> |
836 <!-- MIDDLE BED HEIGHT --> | 836 </fields> |
837 <theme name="MiddleBedHeightSingle"> | 837 </theme> |
838 <inherits> | 838 |
839 <inherit from="Lines" /> | 839 <theme name="BedLoadDiameterPoints"> |
840 <inherit from="Points" /> | 840 <inherits> |
841 <inherit from="MinMaxPoints" /> | 841 <inherit from="LongitudinalSection" /> |
842 <inherit from="Label" /> | 842 </inherits> |
843 </inherits> | 843 <fields> |
844 <fields> | 844 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 0" /> |
845 <field name="showlines" type="boolean" display="Linie anzeigen" | 845 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" /> |
846 default="true" /> | 846 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true" /> |
847 <field name="linesize" type="int" display="Liniendicke" | 847 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
848 default="1" /> | 848 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0" /> |
849 <field name="linetype" type="Dash" display="Linienart" | 849 </fields> |
850 default="10" /> | 850 </theme> |
851 <field name="linecolor" type="Color" display="Linienfarbe" | 851 |
852 /> | 852 <theme name="PorosityTopLines"> |
853 <field name="showlinelabel" type="boolean" | 853 <inherits> |
854 display="Beschriftung anzeigen" default="false" /> | 854 <inherit from="LongitudinalSection" /> |
855 <field name="showpoints" type="boolean" display="Punkte anzeigen" | 855 </inherits> |
856 default="false" /> | 856 <fields> |
857 <field name="showpointlabel" type="boolean" | 857 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0" /> |
858 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | 858 </fields> |
859 </fields> | 859 </theme> |
860 </theme> | 860 |
861 | 861 <theme name="PorositySubLines"> |
862 <!-- Bed Quality --> | 862 <inherits> |
863 <theme name="PorosityTopPoints"> | 863 <inherit from="LongitudinalSection" /> |
864 <inherits> | 864 </inherits> |
865 <inherit from="LongitudinalSection" /> | 865 <fields> |
866 </inherits> | 866 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0" /> |
867 <fields> | 867 </fields> |
868 <field name="linecolor" type="Color" display="Linienfarbe" | 868 </theme> |
869 default="0, 0, 0" /> | 869 |
870 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | 870 <theme name="DensityTopLines"> |
871 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | 871 <inherits> |
872 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | 872 <inherit from="LongitudinalSection" /> |
873 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0" /> | 873 </inherits> |
874 </fields> | 874 <fields> |
875 </theme> | 875 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 99, 102" /> |
876 | 876 </fields> |
877 <theme name="PorositySubPoints"> | 877 </theme> |
878 <inherits> | 878 |
879 <inherit from="LongitudinalSection" /> | 879 <theme name="DensitySubLines"> |
880 </inherits> | 880 <inherits> |
881 <fields> | 881 <inherit from="LongitudinalSection" /> |
882 <field name="linecolor" type="Color" display="Linienfarbe" | 882 </inherits> |
883 default="0, 0, 0" /> | 883 <fields> |
884 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | 884 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 99, 102" /> |
885 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | 885 </fields> |
886 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | 886 </theme> |
887 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0" /> | 887 |
888 </fields> | 888 <theme name="BedDiameterTopLines"> |
889 </theme> | 889 <inherits> |
890 | 890 <inherit from="LongitudinalSection" /> |
891 <theme name="DensityTopPoints"> | 891 </inherits> |
892 <inherits> | 892 <fields> |
893 <inherit from="LongitudinalSection" /> | 893 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0" /> |
894 </inherits> | 894 </fields> |
895 <fields> | 895 </theme> |
896 <field name="linecolor" type="Color" display="Linienfarbe" | 896 |
897 default="153, 99, 102" /> | 897 <theme name="BedDiameterSubLines"> |
898 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | 898 <inherits> |
899 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | 899 <inherit from="LongitudinalSection" /> |
900 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | 900 </inherits> |
901 <field name="pointcolor" type="Color" display="Punktfarbe" default="153, 99, 102" /> | 901 <fields> |
902 </fields> | 902 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0" /> |
903 </theme> | 903 </fields> |
904 | 904 </theme> |
905 <theme name="DensitySubPoints"> | 905 |
906 <inherits> | 906 <theme name="BedLoadDiameterLines"> |
907 <inherit from="LongitudinalSection" /> | 907 <inherits> |
908 </inherits> | 908 <inherit from="LongitudinalSection" /> |
909 <fields> | 909 </inherits> |
910 <field name="linecolor" type="Color" display="Linienfarbe" | 910 <fields> |
911 default="153, 99, 102" /> | 911 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 0" /> |
912 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | 912 </fields> |
913 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | 913 </theme> |
914 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | 914 |
915 <field name="pointcolor" type="Color" display="Punktfarbe" default="153, 99, 102" /> | 915 <theme name="BedDiameterDataTop"> |
916 </fields> | 916 <inherits> |
917 </theme> | 917 <inherit from="LongitudinalSection" /> |
918 | 918 </inherits> |
919 <theme name="BedDiameterTopPoints"> | 919 <fields> |
920 <inherits> | 920 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" /> |
921 <inherit from="LongitudinalSection" /> | 921 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true" /> |
922 </inherits> | 922 <field name="pointsize" type="int" display="Punktdicke" default="2" /> |
923 <fields> | 923 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100" /> |
924 <field name="linecolor" type="Color" display="Linienfarbe" | 924 </fields> |
925 default="255, 0, 0" /> | 925 </theme> |
926 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | 926 |
927 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | 927 <theme name="BedDiameterDataSub"> |
928 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | 928 <inherits> |
929 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0" /> | 929 <inherit from="LongitudinalSection" /> |
930 </fields> | 930 </inherits> |
931 </theme> | 931 <fields> |
932 | 932 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" /> |
933 <theme name="BedDiameterSubPoints"> | 933 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true" /> |
934 <inherits> | 934 <field name="pointsize" type="int" display="Punktdicke" default="2" /> |
935 <inherit from="LongitudinalSection" /> | 935 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100" /> |
936 </inherits> | 936 </fields> |
937 <fields> | 937 </theme> |
938 <field name="linecolor" type="Color" display="Linienfarbe" | 938 |
939 default="255, 0, 0" /> | 939 <theme name="BedloadDiameterData"> |
940 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | 940 <inherits> |
941 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | 941 <inherit from="LongitudinalSection" /> |
942 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | 942 </inherits> |
943 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0" /> | 943 <fields> |
944 </fields> | 944 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" /> |
945 </theme> | 945 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true" /> |
946 | 946 <field name="pointsize" type="int" display="Punktdicke" default="2" /> |
947 <theme name="BedLoadDiameterPoints"> | 947 <field name="pointcolor" type="Color" display="Punktfarbe" default="100, 0, 0" /> |
948 <inherits> | 948 </fields> |
949 <inherit from="LongitudinalSection" /> | 949 </theme> |
950 </inherits> | 950 <!-- Bedheight differences --> |
951 <fields> | 951 <theme name="BedheightDiffYear"> |
952 <field name="linecolor" type="Color" display="Linienfarbe" | 952 <inherits> |
953 default="0, 255, 0" /> | 953 <inherit from="LongitudinalSection" /> |
954 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | 954 </inherits> |
955 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | 955 <fields> |
956 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | 956 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204" /> |
957 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0" /> | 957 </fields> |
958 </fields> | 958 </theme> |
959 </theme> | 959 |
960 | 960 <theme name="BedheightDiffMorphWidth"> |
961 <theme name="PorosityTopLines"> | 961 <inherits> |
962 <inherits> | 962 <inherit from="LongitudinalSection" /> |
963 <inherit from="LongitudinalSection" /> | 963 </inherits> |
964 </inherits> | 964 <fields> |
965 <fields> | 965 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 0" /> |
966 <field name="linecolor" type="Color" display="Linienfarbe" | 966 </fields> |
967 default="0, 0, 0" /> | 967 </theme> |
968 </fields> | 968 |
969 </theme> | 969 <theme name="BedheightDiffEpoch"> |
970 | 970 <inherits> |
971 <theme name="PorositySubLines"> | 971 <inherit from="LongitudinalSection" /> |
972 <inherits> | 972 </inherits> |
973 <inherit from="LongitudinalSection" /> | 973 <fields> |
974 </inherits> | 974 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 204" /> |
975 <fields> | 975 </fields> |
976 <field name="linecolor" type="Color" display="Linienfarbe" | 976 </theme> |
977 default="0, 0, 0" /> | 977 |
978 </fields> | 978 <theme name="BedheightDiffAbsHeight1"> |
979 </theme> | 979 <inherits> |
980 | 980 <inherit from="LongitudinalSection" /> |
981 <theme name="DensityTopLines"> | 981 </inherits> |
982 <inherits> | 982 <fields> |
983 <inherit from="LongitudinalSection" /> | 983 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 204" /> |
984 </inherits> | 984 </fields> |
985 <fields> | 985 </theme> |
986 <field name="linecolor" type="Color" display="Linienfarbe" | 986 |
987 default="153, 99, 102" /> | 987 <theme name="BedheightDiffAbsHeight2"> |
988 </fields> | 988 <inherits> |
989 </theme> | 989 <inherit from="LongitudinalSection" /> |
990 | 990 </inherits> |
991 <theme name="DensitySubLines"> | 991 <fields> |
992 <inherits> | 992 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 100, 100" /> |
993 <inherit from="LongitudinalSection" /> | 993 </fields> |
994 </inherits> | 994 </theme> |
995 <fields> | 995 |
996 <field name="linecolor" type="Color" display="Linienfarbe" | 996 <theme name="BedheightDiffHeightYear"> |
997 default="153, 99, 102" /> | 997 <inherits> |
998 </fields> | 998 <inherit from="LongitudinalSection" /> |
999 </theme> | 999 </inherits> |
1000 | 1000 <fields> |
1001 <theme name="BedDiameterTopLines"> | 1001 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 0" /> |
1002 <inherits> | 1002 </fields> |
1003 <inherit from="LongitudinalSection" /> | 1003 </theme> |
1004 </inherits> | 1004 |
1005 <fields> | 1005 <theme name="MorphologicWidth"> |
1006 <field name="linecolor" type="Color" display="Linienfarbe" | 1006 <inherits> |
1007 default="255, 0, 0" /> | 1007 <inherit from="LongitudinalSection" /> |
1008 </fields> | 1008 </inherits> |
1009 </theme> | 1009 <fields> |
1010 | 1010 <field name="linecolor" type="Color" default="0, 100, 200" /> |
1011 <theme name="BedDiameterSubLines"> | 1011 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1012 <inherits> | 1012 </fields> |
1013 <inherit from="LongitudinalSection" /> | 1013 </theme> |
1014 </inherits> | 1014 <!-- Flow velocity --> |
1015 <fields> | 1015 <theme name="FlowVelocityVMainChannel"> |
1016 <field name="linecolor" type="Color" display="Linienfarbe" | 1016 <inherits> |
1017 default="255, 0, 0" /> | 1017 <inherit from="LongitudinalSection" /> |
1018 </fields> | 1018 </inherits> |
1019 </theme> | 1019 <fields> |
1020 | 1020 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204" /> |
1021 <theme name="BedLoadDiameterLines"> | 1021 </fields> |
1022 <inherits> | 1022 </theme> |
1023 <inherit from="LongitudinalSection" /> | 1023 |
1024 </inherits> | 1024 <theme name="FlowVelocityVTotalChannel"> |
1025 <fields> | 1025 <inherits> |
1026 <field name="linecolor" type="Color" display="Linienfarbe" | 1026 <inherit from="LongitudinalSection" /> |
1027 default="0, 255, 0" /> | 1027 </inherits> |
1028 </fields> | 1028 <fields> |
1029 </theme> | 1029 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102" /> |
1030 | 1030 </fields> |
1031 <theme name="BedDiameterDataTop"> | 1031 </theme> |
1032 <inherits> | 1032 |
1033 <inherit from="LongitudinalSection" /> | 1033 <theme name="FlowVelocityTau"> |
1034 </inherits> | 1034 <inherits> |
1035 <fields> | 1035 <inherit from="LongitudinalSection" /> |
1036 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | 1036 </inherits> |
1037 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | 1037 <fields> |
1038 <field name="pointsize" type="int" display="Punktdicke" default="2" /> | 1038 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204" /> |
1039 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100" /> | 1039 </fields> |
1040 </fields> | 1040 </theme> |
1041 </theme> | 1041 |
1042 | 1042 <theme name="FlowVelocityDischarge"> |
1043 <theme name="BedDiameterDataSub"> | 1043 <inherits> |
1044 <inherits> | 1044 <inherit from="LongitudinalSection" /> |
1045 <inherit from="LongitudinalSection" /> | 1045 </inherits> |
1046 </inherits> | 1046 <fields> |
1047 <fields> | 1047 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 0" /> |
1048 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | 1048 </fields> |
1049 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | 1049 </theme> |
1050 <field name="pointsize" type="int" display="Punktdicke" default="2" /> | 1050 |
1051 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100" /> | 1051 <!-- Sediment load longitudinal sections, M^3/A --> |
1052 </fields> | 1052 <theme name="SedimentLoadLSM3A"> |
1053 </theme> | 1053 <inherits> |
1054 | 1054 <inherit from="LongitudinalSection" /> |
1055 <theme name="BedloadDiameterData"> | 1055 </inherits> |
1056 <inherits> | 1056 <fields> |
1057 <inherit from="LongitudinalSection" /> | 1057 <field name="linesize" type="int" default="2" /> |
1058 </inherits> | 1058 </fields> |
1059 <fields> | 1059 </theme> |
1060 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | 1060 |
1061 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | 1061 <theme name="SedimentLoadLSM3ACoarse"> |
1062 <field name="pointsize" type="int" display="Punktdicke" default="2" /> | 1062 <inherits> |
1063 <field name="pointcolor" type="Color" display="Punktfarbe" default="100, 0, 0" /> | 1063 <inherit from="SedimentLoadLSM3A" /> |
1064 </fields> | 1064 </inherits> |
1065 </theme> | 1065 <fields> |
1066 <!-- Bedheight differences --> | 1066 <field name="linecolor" type="Color" default="255, 0, 255" /> |
1067 <theme name="BedheightDiffYear"> | 1067 </fields> |
1068 <inherits> | 1068 </theme> |
1069 <inherit from="LongitudinalSection" /> | 1069 |
1070 </inherits> | 1070 <theme name="SedimentLoadLSM3AFineMid"> |
1071 <fields> | 1071 <inherits> |
1072 <field name="linecolor" type="Color" display="Linienfarbe" | 1072 <inherit from="SedimentLoadLSM3A" /> |
1073 default="0, 204, 204" /> | 1073 </inherits> |
1074 </fields> | 1074 <fields> |
1075 </theme> | 1075 <field name="linecolor" type="Color" default="255, 0, 0" /> |
1076 | 1076 </fields> |
1077 <theme name="BedheightDiffMorphWidth"> | 1077 </theme> |
1078 <inherits> | 1078 |
1079 <inherit from="LongitudinalSection" /> | 1079 <theme name="SedimentLoadLSM3ASand"> |
1080 </inherits> | 1080 <inherits> |
1081 <fields> | 1081 <inherit from="SedimentLoadLSM3A" /> |
1082 <field name="linecolor" type="Color" display="Linienfarbe" | 1082 </inherits> |
1083 default="204, 204, 0" /> | 1083 <fields> |
1084 </fields> | 1084 <field name="linecolor" type="Color" default="0, 0, 255" /> |
1085 </theme> | 1085 </fields> |
1086 | 1086 </theme> |
1087 <theme name="BedheightDiffEpoch"> | 1087 |
1088 <inherits> | 1088 <theme name="SedimentLoadLSM3ASuspSand"> |
1089 <inherit from="LongitudinalSection" /> | 1089 <inherits> |
1090 </inherits> | 1090 <inherit from="SedimentLoadLSM3A" /> |
1091 <fields> | 1091 </inherits> |
1092 <field name="linecolor" type="Color" display="Linienfarbe" | 1092 <fields> |
1093 default="204, 0, 204" /> | 1093 <field name="linecolor" type="Color" default="255, 255, 0" /> |
1094 </fields> | 1094 </fields> |
1095 </theme> | 1095 </theme> |
1096 | 1096 |
1097 <theme name="BedheightDiffAbsHeight1"> | 1097 <theme name="SedimentLoadLSM3ASediment"> |
1098 <inherits> | 1098 <inherits> |
1099 <inherit from="LongitudinalSection" /> | 1099 <inherit from="SedimentLoadLSM3A" /> |
1100 </inherits> | 1100 </inherits> |
1101 <fields> | 1101 <fields> |
1102 <field name="linecolor" type="Color" display="Linienfarbe" | 1102 <field name="linecolor" type="Color" default="0, 255, 255" /> |
1103 default="204, 0, 204" /> | 1103 </fields> |
1104 </fields> | 1104 </theme> |
1105 </theme> | 1105 |
1106 | 1106 <theme name="SedimentLoadLSM3ASuspSandBed"> |
1107 <theme name="BedheightDiffAbsHeight2"> | 1107 <inherits> |
1108 <inherits> | 1108 <inherit from="SedimentLoadLSM3A" /> |
1109 <inherit from="LongitudinalSection" /> | 1109 </inherits> |
1110 </inherits> | 1110 <fields> |
1111 <fields> | 1111 <field name="linecolor" type="Color" default="0, 255, 0" /> |
1112 <field name="linecolor" type="Color" display="Linienfarbe" | 1112 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1113 default="255, 100, 100" /> | 1113 </fields> |
1114 </fields> | 1114 </theme> |
1115 </theme> | 1115 |
1116 | 1116 <theme name="SedimentLoadLSM3ATotal"> |
1117 <theme name="BedheightDiffHeightYear"> | 1117 <inherits> |
1118 <inherits> | 1118 <inherit from="SedimentLoadLSM3A" /> |
1119 <inherit from="LongitudinalSection" /> | 1119 </inherits> |
1120 </inherits> | 1120 <fields> |
1121 <fields> | 1121 <field name="linecolor" type="Color" default="0, 100, 200" /> |
1122 <field name="linecolor" type="Color" display="Linienfarbe" | 1122 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1123 default="204, 0, 0" /> | 1123 </fields> |
1124 </fields> | 1124 </theme> |
1125 </theme> | 1125 |
1126 | 1126 <theme name="SedimentLoadLSM3ABed"> |
1127 <theme name="MorphologicWidth"> | 1127 <inherits> |
1128 <inherits> | 1128 <inherit from="SedimentLoadLSM3A" /> |
1129 <inherit from="LongitudinalSection" /> | 1129 </inherits> |
1130 </inherits> | 1130 <fields> |
1131 <fields> | 1131 <field name="linecolor" type="Color" default="200, 200, 200" /> |
1132 <field name="linecolor" type="Color" default="0, 100, 200" /> | 1132 </fields> |
1133 <field name="showlinelabel" type="boolean" | 1133 </theme> |
1134 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1134 |
1135 </fields> | 1135 <theme name="SedimentLoadLSM3ABedSusp"> |
1136 </theme> | 1136 <inherits> |
1137 <!-- Flow velocity --> | 1137 <inherit from="SedimentLoadLSM3A" /> |
1138 <theme name="FlowVelocityVMainChannel"> | 1138 </inherits> |
1139 <inherits> | 1139 <fields> |
1140 <inherit from="LongitudinalSection" /> | 1140 <field name="linecolor" type="Color" default="150, 255, 150" /> |
1141 </inherits> | 1141 </fields> |
1142 <fields> | 1142 </theme> |
1143 <field name="linecolor" type="Color" display="Linienfarbe" | 1143 |
1144 default="204, 204, 204" /> | 1144 <theme name="SedimentLoadLSM3ASusp"> |
1145 </fields> | 1145 <inherits> |
1146 </theme> | 1146 <inherit from="SedimentLoadLSM3A" /> |
1147 | 1147 </inherits> |
1148 <theme name="FlowVelocityVTotalChannel"> | 1148 <fields> |
1149 <inherits> | 1149 <field name="linecolor" type="Color" default="85, 255, 0" /> |
1150 <inherit from="LongitudinalSection" /> | 1150 </fields> |
1151 </inherits> | 1151 </theme> |
1152 <fields> | 1152 |
1153 <field name="linecolor" type="Color" display="Linienfarbe" | 1153 <!-- Sediment load longitudinal sections, T/A --> |
1154 default="0, 0, 102" /> | 1154 <theme name="SedimentLoadLSTACoarse"> |
1155 </fields> | 1155 <inherits> |
1156 </theme> | 1156 <inherit from="LongitudinalSection" /> |
1157 | 1157 </inherits> |
1158 <theme name="FlowVelocityTau"> | 1158 <fields> |
1159 <inherits> | 1159 <field name="linecolor" type="Color" default="255, 0, 255" /> |
1160 <inherit from="LongitudinalSection" /> | 1160 </fields> |
1161 </inherits> | 1161 </theme> |
1162 <fields> | 1162 |
1163 <field name="linecolor" type="Color" display="Linienfarbe" | 1163 <theme name="SedimentLoadLSTAFineMid"> |
1164 default="0, 204, 204" /> | 1164 <inherits> |
1165 </fields> | 1165 <inherit from="LongitudinalSection" /> |
1166 </theme> | 1166 </inherits> |
1167 | 1167 <fields> |
1168 <theme name="FlowVelocityDischarge"> | 1168 <field name="linecolor" type="Color" default="255, 0, 0" /> |
1169 <inherits> | 1169 </fields> |
1170 <inherit from="LongitudinalSection" /> | 1170 </theme> |
1171 </inherits> | 1171 |
1172 <fields> | 1172 <theme name="SedimentLoadLSTASand"> |
1173 <field name="linecolor" type="Color" display="Linienfarbe" | 1173 <inherits> |
1174 default="0, 204, 0" /> | 1174 <inherit from="LongitudinalSection" /> |
1175 </fields> | 1175 </inherits> |
1176 </theme> | 1176 <fields> |
1177 | 1177 <field name="linecolor" type="Color" default="0, 0, 255" /> |
1178 <!-- Sediment load longitudinal sections, M^3/A --> | 1178 </fields> |
1179 <theme name="SedimentLoadLSM3A"> | 1179 </theme> |
1180 <inherits> | 1180 |
1181 <inherit from="LongitudinalSection" /> | 1181 <theme name="SedimentLoadLSTASuspSand"> |
1182 </inherits> | 1182 <inherits> |
1183 <fields> | 1183 <inherit from="LongitudinalSection" /> |
1184 <field name="linesize" type="int" default="2" /> | 1184 </inherits> |
1185 </fields> | 1185 <fields> |
1186 </theme> | 1186 <field name="linecolor" type="Color" default="255, 255, 0" /> |
1187 | 1187 </fields> |
1188 <theme name="SedimentLoadLSM3ACoarse"> | 1188 </theme> |
1189 <inherits> | 1189 |
1190 <inherit from="SedimentLoadLSM3A" /> | 1190 <theme name="SedimentLoadLSTASediment"> |
1191 </inherits> | 1191 <inherits> |
1192 <fields> | 1192 <inherit from="LongitudinalSection" /> |
1193 <field name="linecolor" type="Color" default="255, 0, 255" /> | 1193 </inherits> |
1194 </fields> | 1194 <fields> |
1195 </theme> | 1195 <field name="linecolor" type="Color" default="0, 255, 255" /> |
1196 | 1196 </fields> |
1197 <theme name="SedimentLoadLSM3AFineMid"> | 1197 </theme> |
1198 <inherits> | 1198 |
1199 <inherit from="SedimentLoadLSM3A" /> | 1199 <theme name="SedimentLoadLSTASuspSandBed"> |
1200 </inherits> | 1200 <inherits> |
1201 <fields> | 1201 <inherit from="LongitudinalSection" /> |
1202 <field name="linecolor" type="Color" default="255, 0, 0" /> | 1202 </inherits> |
1203 </fields> | 1203 <fields> |
1204 </theme> | 1204 <field name="linecolor" type="Color" default="0, 255, 0" /> |
1205 | 1205 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1206 <theme name="SedimentLoadLSM3ASand"> | 1206 </fields> |
1207 <inherits> | 1207 </theme> |
1208 <inherit from="SedimentLoadLSM3A" /> | 1208 |
1209 </inherits> | 1209 <theme name="SedimentLoadLSTATotal"> |
1210 <fields> | 1210 <inherits> |
1211 <field name="linecolor" type="Color" default="0, 0, 255" /> | 1211 <inherit from="LongitudinalSection" /> |
1212 </fields> | 1212 </inherits> |
1213 </theme> | 1213 <fields> |
1214 | 1214 <field name="linecolor" type="Color" default="0, 100, 200" /> |
1215 <theme name="SedimentLoadLSM3ASuspSand"> | 1215 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1216 <inherits> | 1216 </fields> |
1217 <inherit from="SedimentLoadLSM3A" /> | 1217 </theme> |
1218 </inherits> | 1218 |
1219 <fields> | 1219 <theme name="SedimentLoadLSTABed"> |
1220 <field name="linecolor" type="Color" default="255, 255, 0" /> | 1220 <inherits> |
1221 </fields> | 1221 <inherit from="LongitudinalSection" /> |
1222 </theme> | 1222 </inherits> |
1223 | 1223 <fields> |
1224 <theme name="SedimentLoadLSM3ASediment"> | 1224 <field name="linecolor" type="Color" default="200, 200, 200" /> |
1225 <inherits> | 1225 </fields> |
1226 <inherit from="SedimentLoadLSM3A" /> | 1226 </theme> |
1227 </inherits> | 1227 |
1228 <fields> | 1228 <theme name="SedimentLoadLSTABedSusp"> |
1229 <field name="linecolor" type="Color" default="0, 255, 255" /> | 1229 <inherits> |
1230 </fields> | 1230 <inherit from="LongitudinalSection" /> |
1231 </theme> | 1231 </inherits> |
1232 | 1232 <fields> |
1233 <theme name="SedimentLoadLSM3ASuspSandBed"> | 1233 <field name="linecolor" type="Color" default="150, 255, 150" /> |
1234 <inherits> | 1234 </fields> |
1235 <inherit from="SedimentLoadLSM3A" /> | 1235 </theme> |
1236 </inherits> | 1236 |
1237 <fields> | 1237 <theme name="SedimentLoadLSTASusp"> |
1238 <field name="linecolor" type="Color" default="0, 255, 0" /> | 1238 <inherits> |
1239 <field name="showlinelabel" type="boolean" | 1239 <inherit from="LongitudinalSection" /> |
1240 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1240 </inherits> |
1241 </fields> | 1241 <fields> |
1242 </theme> | 1242 <field name="linecolor" type="Color" default="85, 255, 0" /> |
1243 | 1243 </fields> |
1244 <theme name="SedimentLoadLSM3ATotal"> | 1244 </theme> |
1245 <inherits> | 1245 |
1246 <inherit from="SedimentLoadLSM3A" /> | 1246 <!-- Sediment load at measurement stations, T/A --> |
1247 </inherits> | 1247 <theme name="SedimentLoad"> |
1248 <fields> | 1248 <inherits> |
1249 <field name="linecolor" type="Color" default="0, 100, 200" /> | 1249 <inherit from="LongitudinalSection" /> |
1250 <field name="showlinelabel" type="boolean" | 1250 </inherits> |
1251 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1251 <fields> |
1252 </fields> | 1252 <field name="linetype" type="Dash" default="10,5" /> |
1253 </theme> | 1253 <field name="showpoints" type="boolean" default="true" /> |
1254 | 1254 <field name="pointsize" type="int" default="3" /> |
1255 <theme name="SedimentLoadLSM3ABed"> | 1255 </fields> |
1256 <inherits> | 1256 </theme> |
1257 <inherit from="SedimentLoadLSM3A" /> | 1257 |
1258 </inherits> | 1258 <theme name="SedimentLoadTACoarse"> |
1259 <fields> | 1259 <inherits> |
1260 <field name="linecolor" type="Color" default="200, 200, 200" /> | 1260 <inherit from="SedimentLoad" /> |
1261 </fields> | 1261 </inherits> |
1262 </theme> | 1262 <fields> |
1263 | 1263 <field name="linecolor" type="Color" default="255, 0, 255" /> |
1264 <theme name="SedimentLoadLSM3ABedSusp"> | 1264 <field name="pointcolor" type="Color" default="255, 0, 255" /> |
1265 <inherits> | 1265 </fields> |
1266 <inherit from="SedimentLoadLSM3A" /> | 1266 </theme> |
1267 </inherits> | 1267 |
1268 <fields> | 1268 <theme name="SedimentLoadTAFineMid"> |
1269 <field name="linecolor" type="Color" default="150, 255, 150" /> | 1269 <inherits> |
1270 </fields> | 1270 <inherit from="SedimentLoad" /> |
1271 </theme> | 1271 </inherits> |
1272 | 1272 <fields> |
1273 <theme name="SedimentLoadLSM3ASusp"> | 1273 <field name="linecolor" type="Color" default="255, 0, 0" /> |
1274 <inherits> | 1274 <field name="pointcolor" type="Color" default="255, 0, 0" /> |
1275 <inherit from="SedimentLoadLSM3A" /> | 1275 </fields> |
1276 </inherits> | 1276 </theme> |
1277 <fields> | 1277 |
1278 <field name="linecolor" type="Color" default="85, 255, 0" /> | 1278 <theme name="SedimentLoadTASand"> |
1279 </fields> | 1279 <inherits> |
1280 </theme> | 1280 <inherit from="SedimentLoad" /> |
1281 | 1281 </inherits> |
1282 <!-- Sediment load longitudinal sections, T/A --> | 1282 <fields> |
1283 <theme name="SedimentLoadLSTACoarse"> | 1283 <field name="linecolor" type="Color" default="0, 0, 255" /> |
1284 <inherits> | 1284 <field name="pointcolor" type="Color" default="0, 0, 255" /> |
1285 <inherit from="LongitudinalSection" /> | 1285 </fields> |
1286 </inherits> | 1286 </theme> |
1287 <fields> | 1287 |
1288 <field name="linecolor" type="Color" default="255, 0, 255" /> | 1288 <theme name="SedimentLoadTASuspSand"> |
1289 </fields> | 1289 <inherits> |
1290 </theme> | 1290 <inherit from="SedimentLoad" /> |
1291 | 1291 </inherits> |
1292 <theme name="SedimentLoadLSTAFineMid"> | 1292 <fields> |
1293 <inherits> | 1293 <field name="linecolor" type="Color" default="255, 255, 0" /> |
1294 <inherit from="LongitudinalSection" /> | 1294 <field name="pointcolor" type="Color" default="255, 255, 0" /> |
1295 </inherits> | 1295 </fields> |
1296 <fields> | 1296 </theme> |
1297 <field name="linecolor" type="Color" default="255, 0, 0" /> | 1297 |
1298 </fields> | 1298 <theme name="SedimentLoadTASediment"> |
1299 </theme> | 1299 <inherits> |
1300 | 1300 <inherit from="SedimentLoad" /> |
1301 <theme name="SedimentLoadLSTASand"> | 1301 </inherits> |
1302 <inherits> | 1302 <fields> |
1303 <inherit from="LongitudinalSection" /> | 1303 <field name="linecolor" type="Color" default="0, 255, 255" /> |
1304 </inherits> | 1304 <field name="pointcolor" type="Color" default="0, 255, 255" /> |
1305 <fields> | 1305 </fields> |
1306 <field name="linecolor" type="Color" default="0, 0, 255" /> | 1306 </theme> |
1307 </fields> | 1307 |
1308 </theme> | 1308 <theme name="SedimentLoadTASuspSandBed"> |
1309 | 1309 <inherits> |
1310 <theme name="SedimentLoadLSTASuspSand"> | 1310 <inherit from="SedimentLoad" /> |
1311 <inherits> | 1311 </inherits> |
1312 <inherit from="LongitudinalSection" /> | 1312 <fields> |
1313 </inherits> | 1313 <field name="linecolor" type="Color" default="0, 255, 0" /> |
1314 <fields> | 1314 <field name="pointcolor" type="Color" default="0, 255, 0" /> |
1315 <field name="linecolor" type="Color" default="255, 255, 0" /> | 1315 </fields> |
1316 </fields> | 1316 </theme> |
1317 </theme> | 1317 |
1318 | 1318 <theme name="SedimentLoadTATotal"> |
1319 <theme name="SedimentLoadLSTASediment"> | 1319 <inherits> |
1320 <inherits> | 1320 <inherit from="SedimentLoad" /> |
1321 <inherit from="LongitudinalSection" /> | 1321 </inherits> |
1322 </inherits> | 1322 <fields> |
1323 <fields> | 1323 <field name="linecolor" type="Color" default="0, 100, 200" /> |
1324 <field name="linecolor" type="Color" default="0, 255, 255" /> | 1324 <field name="pointcolor" type="Color" default="0, 100, 200" /> |
1325 </fields> | 1325 </fields> |
1326 </theme> | 1326 </theme> |
1327 | 1327 |
1328 <theme name="SedimentLoadLSTASuspSandBed"> | 1328 <theme name="SedimentLoadTABed"> |
1329 <inherits> | 1329 <inherits> |
1330 <inherit from="LongitudinalSection" /> | 1330 <inherit from="SedimentLoad" /> |
1331 </inherits> | 1331 </inherits> |
1332 <fields> | 1332 <fields> |
1333 <field name="linecolor" type="Color" default="0, 255, 0" /> | 1333 <field name="linecolor" type="Color" default="200, 200, 200" /> |
1334 <field name="showlinelabel" type="boolean" | 1334 <field name="pointcolor" type="Color" default="200, 200, 200" /> |
1335 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1335 </fields> |
1336 </fields> | 1336 </theme> |
1337 </theme> | 1337 |
1338 | 1338 <theme name="SedimentLoadTABedSusp"> |
1339 <theme name="SedimentLoadLSTATotal"> | 1339 <inherits> |
1340 <inherits> | 1340 <inherit from="SedimentLoad" /> |
1341 <inherit from="LongitudinalSection" /> | 1341 </inherits> |
1342 </inherits> | 1342 <fields> |
1343 <fields> | 1343 <field name="linecolor" type="Color" default="150, 255, 150" /> |
1344 <field name="linecolor" type="Color" default="0, 100, 200" /> | 1344 <field name="pointcolor" type="Color" default="150, 255, 150" /> |
1345 <field name="showlinelabel" type="boolean" | 1345 </fields> |
1346 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1346 </theme> |
1347 </fields> | 1347 |
1348 </theme> | 1348 <theme name="SedimentLoadTASusp"> |
1349 | 1349 <inherits> |
1350 <theme name="SedimentLoadLSTABed"> | 1350 <inherit from="SedimentLoad" /> |
1351 <inherits> | 1351 </inherits> |
1352 <inherit from="LongitudinalSection" /> | 1352 <fields> |
1353 </inherits> | 1353 <field name="linecolor" type="Color" default="85, 255, 0" /> |
1354 <fields> | 1354 <field name="pointcolor" type="Color" default="85, 255, 0" /> |
1355 <field name="linecolor" type="Color" default="200, 200, 200" /> | 1355 </fields> |
1356 </fields> | 1356 </theme> |
1357 </theme> | 1357 |
1358 | 1358 <!-- Sediment load at measurement stations, M3/A --> |
1359 <theme name="SedimentLoadLSTABedSusp"> | 1359 <theme name="SedimentLoadM3A"> |
1360 <inherits> | 1360 <inherits> |
1361 <inherit from="LongitudinalSection" /> | 1361 <inherit from="SedimentLoad" /> |
1362 </inherits> | 1362 </inherits> |
1363 <fields> | 1363 <fields> |
1364 <field name="linecolor" type="Color" default="150, 255, 150" /> | 1364 <field name="linesize" type="int" default="2" /> |
1365 </fields> | 1365 </fields> |
1366 </theme> | 1366 </theme> |
1367 | 1367 |
1368 <theme name="SedimentLoadLSTASusp"> | 1368 <theme name="SedimentLoadM3ACoarse"> |
1369 <inherits> | 1369 <inherits> |
1370 <inherit from="LongitudinalSection" /> | 1370 <inherit from="SedimentLoadM3A" /> |
1371 </inherits> | 1371 </inherits> |
1372 <fields> | 1372 <fields> |
1373 <field name="linecolor" type="Color" default="85, 255, 0" /> | 1373 <field name="linecolor" type="Color" default="255, 0, 255" /> |
1374 </fields> | 1374 <field name="pointcolor" type="Color" default="255, 0, 255" /> |
1375 </theme> | 1375 </fields> |
1376 | 1376 </theme> |
1377 <!-- Sediment load at measurement stations, T/A --> | 1377 |
1378 <theme name="SedimentLoad"> | 1378 <theme name="SedimentLoadM3AFineMid"> |
1379 <inherits> | 1379 <inherits> |
1380 <inherit from="LongitudinalSection" /> | 1380 <inherit from="SedimentLoadM3A" /> |
1381 </inherits> | 1381 </inherits> |
1382 <fields> | 1382 <fields> |
1383 <field name="linetype" type="Dash" default="10,5" /> | 1383 <field name="linecolor" type="Color" default="255, 0, 0" /> |
1384 <field name="showpoints" type="boolean" default="true" /> | 1384 <field name="pointcolor" type="Color" default="255, 0, 0" /> |
1385 <field name="pointsize" type="int" default="3" /> | 1385 </fields> |
1386 </fields> | 1386 </theme> |
1387 </theme> | 1387 |
1388 | 1388 <theme name="SedimentLoadM3ASand"> |
1389 <theme name="SedimentLoadTACoarse"> | 1389 <inherits> |
1390 <inherits> | 1390 <inherit from="SedimentLoadM3A" /> |
1391 <inherit from="SedimentLoad" /> | 1391 </inherits> |
1392 </inherits> | 1392 <fields> |
1393 <fields> | 1393 <field name="linecolor" type="Color" default="0, 0, 255" /> |
1394 <field name="linecolor" type="Color" default="255, 0, 255" /> | 1394 <field name="pointcolor" type="Color" default="0, 0, 255" /> |
1395 <field name="pointcolor" type="Color" default="255, 0, 255" /> | 1395 </fields> |
1396 </fields> | 1396 </theme> |
1397 </theme> | 1397 |
1398 | 1398 <theme name="SedimentLoadM3ASuspSand"> |
1399 <theme name="SedimentLoadTAFineMid"> | 1399 <inherits> |
1400 <inherits> | 1400 <inherit from="SedimentLoadM3A" /> |
1401 <inherit from="SedimentLoad" /> | 1401 </inherits> |
1402 </inherits> | 1402 <fields> |
1403 <fields> | 1403 <field name="linecolor" type="Color" default="255, 255, 0" /> |
1404 <field name="linecolor" type="Color" default="255, 0, 0" /> | 1404 <field name="pointcolor" type="Color" default="255, 255, 0" /> |
1405 <field name="pointcolor" type="Color" default="255, 0, 0" /> | 1405 </fields> |
1406 </fields> | 1406 </theme> |
1407 </theme> | 1407 |
1408 | 1408 <theme name="SedimentLoadM3ASediment"> |
1409 <theme name="SedimentLoadTASand"> | 1409 <inherits> |
1410 <inherits> | 1410 <inherit from="SedimentLoadM3A" /> |
1411 <inherit from="SedimentLoad" /> | 1411 </inherits> |
1412 </inherits> | 1412 <fields> |
1413 <fields> | 1413 <field name="linecolor" type="Color" default="0, 255, 255" /> |
1414 <field name="linecolor" type="Color" default="0, 0, 255" /> | 1414 <field name="pointcolor" type="Color" default="0, 255, 255" /> |
1415 <field name="pointcolor" type="Color" default="0, 0, 255" /> | 1415 </fields> |
1416 </fields> | 1416 </theme> |
1417 </theme> | 1417 |
1418 | 1418 <theme name="SedimentLoadM3ASuspSandBed"> |
1419 <theme name="SedimentLoadTASuspSand"> | 1419 <inherits> |
1420 <inherits> | 1420 <inherit from="SedimentLoadM3A" /> |
1421 <inherit from="SedimentLoad" /> | 1421 </inherits> |
1422 </inherits> | 1422 <fields> |
1423 <fields> | 1423 <field name="linecolor" type="Color" default="0, 255, 0" /> |
1424 <field name="linecolor" type="Color" default="255, 255, 0" /> | 1424 <field name="pointcolor" type="Color" default="0, 255, 0" /> |
1425 <field name="pointcolor" type="Color" default="255, 255, 0" /> | 1425 </fields> |
1426 </fields> | 1426 </theme> |
1427 </theme> | 1427 |
1428 | 1428 <theme name="SedimentLoadM3ATotal"> |
1429 <theme name="SedimentLoadTASediment"> | 1429 <inherits> |
1430 <inherits> | 1430 <inherit from="SedimentLoadM3A" /> |
1431 <inherit from="SedimentLoad" /> | 1431 </inherits> |
1432 </inherits> | 1432 <fields> |
1433 <fields> | 1433 <field name="linecolor" type="Color" default="0, 100, 200" /> |
1434 <field name="linecolor" type="Color" default="0, 255, 255" /> | 1434 <field name="pointcolor" type="Color" default="0, 100, 200" /> |
1435 <field name="pointcolor" type="Color" default="0, 255, 255" /> | 1435 </fields> |
1436 </fields> | 1436 </theme> |
1437 </theme> | 1437 |
1438 | 1438 <theme name="SedimentLoadM3ABed"> |
1439 <theme name="SedimentLoadTASuspSandBed"> | 1439 <inherits> |
1440 <inherits> | 1440 <inherit from="SedimentLoadM3A" /> |
1441 <inherit from="SedimentLoad" /> | 1441 </inherits> |
1442 </inherits> | 1442 <fields> |
1443 <fields> | 1443 <field name="linecolor" type="Color" default="200, 200, 200" /> |
1444 <field name="linecolor" type="Color" default="0, 255, 0" /> | 1444 <field name="pointcolor" type="Color" default="200, 200, 200" /> |
1445 <field name="pointcolor" type="Color" default="0, 255, 0" /> | 1445 </fields> |
1446 </fields> | 1446 </theme> |
1447 </theme> | 1447 |
1448 | 1448 <theme name="SedimentLoadM3ABedSusp"> |
1449 <theme name="SedimentLoadTATotal"> | 1449 <inherits> |
1450 <inherits> | 1450 <inherit from="SedimentLoadM3A" /> |
1451 <inherit from="SedimentLoad" /> | 1451 </inherits> |
1452 </inherits> | 1452 <fields> |
1453 <fields> | 1453 <field name="linecolor" type="Color" default="150, 255, 150" /> |
1454 <field name="linecolor" type="Color" default="0, 100, 200" /> | 1454 <field name="pointcolor" type="Color" default="150, 255, 150" /> |
1455 <field name="pointcolor" type="Color" default="0, 100, 200" /> | 1455 </fields> |
1456 </fields> | 1456 </theme> |
1457 </theme> | 1457 |
1458 | 1458 <theme name="SedimentLoadM3ASusp"> |
1459 <theme name="SedimentLoadTABed"> | 1459 <inherits> |
1460 <inherits> | 1460 <inherit from="SedimentLoadM3A" /> |
1461 <inherit from="SedimentLoad" /> | 1461 </inherits> |
1462 </inherits> | 1462 <fields> |
1463 <fields> | 1463 <field name="linecolor" type="Color" default="85, 255, 0" /> |
1464 <field name="linecolor" type="Color" default="200, 200, 200" /> | 1464 <field name="pointcolor" type="Color" default="85, 255, 0" /> |
1465 <field name="pointcolor" type="Color" default="200, 200, 200" /> | 1465 </fields> |
1466 </fields> | 1466 </theme> |
1467 </theme> | 1467 |
1468 | 1468 |
1469 <theme name="SedimentLoadTABedSusp"> | 1469 <theme name="LongitudinalSectionArea"> |
1470 <inherits> | 1470 <inherits> |
1471 <inherit from="SedimentLoad" /> | 1471 <inherit from="Areas" /> |
1472 </inherits> | 1472 </inherits> |
1473 <fields> | 1473 <fields> |
1474 <field name="linecolor" type="Color" default="150, 255, 150" /> | 1474 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" default="true" hints="hidden" /> |
1475 <field name="pointcolor" type="Color" default="150, 255, 150" /> | 1475 <field name="areashowborder" type="boolean" display="Begrenzung" default="false" hints="hidden" /> |
1476 </fields> | 1476 <field name="areabordercolor" type="Color" default="0, 0, 0" display="Begrenzungslinienfarbe" hints="hidden" /> |
1477 </theme> | 1477 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" hints="hidden" /> |
1478 | 1478 <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="false" /> |
1479 <theme name="SedimentLoadTASusp"> | 1479 </fields> |
1480 <inherits> | 1480 </theme> |
1481 <inherit from="SedimentLoad" /> | 1481 |
1482 </inherits> | 1482 |
1483 <fields> | 1483 |
1484 <field name="linecolor" type="Color" default="85, 255, 0" /> | 1484 <theme name="CrossSection"> |
1485 <field name="pointcolor" type="Color" default="85, 255, 0" /> | 1485 <inherits> |
1486 </fields> | 1486 <inherit from="Lines" /> |
1487 </theme> | 1487 <inherit from="Points" /> |
1488 | 1488 <inherit from="Label" /> |
1489 <!-- Sediment load at measurement stations, M3/A --> | 1489 <inherit from="MinMaxPoints" /> |
1490 <theme name="SedimentLoadM3A"> | 1490 </inherits> |
1491 <inherits> | 1491 <fields> |
1492 <inherit from="SedimentLoad" /> | 1492 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> |
1493 </inherits> | 1493 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
1494 <fields> | 1494 </fields> |
1495 <field name="linesize" type="int" default="2" /> | 1495 </theme> |
1496 </fields> | 1496 |
1497 </theme> | 1497 <theme name="CrossSectionWaterLine"> |
1498 | 1498 <inherits> |
1499 <theme name="SedimentLoadM3ACoarse"> | 1499 <inherit from="Lines" /> |
1500 <inherits> | 1500 <inherit from="Points" /> |
1501 <inherit from="SedimentLoadM3A" /> | 1501 <inherit from="Label" /> |
1502 </inherits> | 1502 </inherits> |
1503 <fields> | 1503 <fields> |
1504 <field name="linecolor" type="Color" default="255, 0, 255" /> | 1504 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> |
1505 <field name="pointcolor" type="Color" default="255, 0, 255" /> | 1505 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
1506 </fields> | 1506 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,153" /> |
1507 </theme> | 1507 <field name="showwidth" type="boolean" display="Breite anzeigen" default="false" /> |
1508 | 1508 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" default="true" /> |
1509 <theme name="SedimentLoadM3AFineMid"> | 1509 <field name="showlinelabel" type="boolean" default="true" display="Beschriftung anzeigen" /> |
1510 <inherits> | 1510 <field name="showmiddleheight" type="boolean" display="Wasserstand anzeigen" default="false" /> |
1511 <inherit from="SedimentLoadM3A" /> | 1511 </fields> |
1512 </inherits> | 1512 </theme> |
1513 <fields> | 1513 |
1514 <field name="linecolor" type="Color" default="255, 0, 0" /> | 1514 <theme name="Hyk"> |
1515 <field name="pointcolor" type="Color" default="255, 0, 0" /> | 1515 <inherits> |
1516 </fields> | 1516 <inherit from="Text" /> |
1517 </theme> | 1517 </inherits> |
1518 | 1518 <fields> |
1519 <theme name="SedimentLoadM3ASand"> | 1519 <field name="textorientation" type="boolean" display="Textausrichtung" default="true" /> |
1520 <inherits> | 1520 </fields> |
1521 <inherit from="SedimentLoadM3A" /> | 1521 </theme> |
1522 </inherits> | 1522 |
1523 <fields> | 1523 <theme name="CrossSectionArea"> |
1524 <field name="linecolor" type="Color" default="0, 0, 255" /> | 1524 <inherits> |
1525 <field name="pointcolor" type="Color" default="0, 0, 255" /> | 1525 <inherit from="Areas" /> |
1526 </fields> | 1526 </inherits> |
1527 </theme> | 1527 <fields> |
1528 | 1528 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" default="true" hints="hidden" /> |
1529 <theme name="SedimentLoadM3ASuspSand"> | 1529 <field name="areashowborder" type="boolean" display="Begrenzung" default="false" hints="hidden" /> |
1530 <inherits> | 1530 <field name="areabordercolor" type="Color" default="0, 0, 0" display="Begrenzungslinienfarbe" hints="hidden" /> |
1531 <inherit from="SedimentLoadM3A" /> | 1531 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" hints="hidden" /> |
1532 </inherits> | 1532 <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="true" /> |
1533 <fields> | 1533 </fields> |
1534 <field name="linecolor" type="Color" default="255, 255, 0" /> | 1534 </theme> |
1535 <field name="pointcolor" type="Color" default="255, 255, 0" /> | 1535 |
1536 </fields> | 1536 |
1537 </theme> | 1537 |
1538 | 1538 <theme name="DischargeCurve"> |
1539 <theme name="SedimentLoadM3ASediment"> | 1539 <inherits> |
1540 <inherits> | 1540 <inherit from="Lines" /> |
1541 <inherit from="SedimentLoadM3A" /> | 1541 <inherit from="Label" /> |
1542 </inherits> | 1542 <inherit from="MinMaxPoints" /> |
1543 <fields> | 1543 </inherits> |
1544 <field name="linecolor" type="Color" default="0, 255, 255" /> | 1544 <fields> |
1545 <field name="pointcolor" type="Color" default="0, 255, 255" /> | 1545 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153" /> |
1546 </fields> | 1546 <field name="linesize" type="int" display="Liniendicke" default="2" /> |
1547 </theme> | 1547 </fields> |
1548 | 1548 </theme> |
1549 <theme name="SedimentLoadM3ASuspSandBed"> | 1549 |
1550 <inherits> | 1550 <theme name="ExtremeWQCurve"> |
1551 <inherit from="SedimentLoadM3A" /> | 1551 <inherits> |
1552 </inherits> | 1552 <inherit from="Lines" /> |
1553 <fields> | 1553 <inherit from="MinMaxPoints" /> |
1554 <field name="linecolor" type="Color" default="0, 255, 0" /> | 1554 </inherits> |
1555 <field name="pointcolor" type="Color" default="0, 255, 0" /> | 1555 <fields> |
1556 </fields> | 1556 <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde" default="true" /> |
1557 </theme> | 1557 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153" /> |
1558 | 1558 <field name="linesize" type="int" display="Liniendicke" default="2" /> |
1559 <theme name="SedimentLoadM3ATotal"> | 1559 <field name="showlinelabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
1560 <inherits> | 1560 </fields> |
1561 <inherit from="SedimentLoadM3A" /> | 1561 </theme> |
1562 </inherits> | 1562 |
1563 <fields> | 1563 <theme name="ExtremeWQBaseCurve"> |
1564 <field name="linecolor" type="Color" default="0, 100, 200" /> | 1564 <inherits> |
1565 <field name="pointcolor" type="Color" default="0, 100, 200" /> | 1565 <inherit from="Lines" /> |
1566 </fields> | 1566 <inherit from="Points" /> |
1567 </theme> | 1567 </inherits> |
1568 | 1568 <fields> |
1569 <theme name="SedimentLoadM3ABed"> | 1569 <field name="pointsize" type="int" display="Punktdicke" default="2" /> |
1570 <inherits> | 1570 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
1571 <inherit from="SedimentLoadM3A" /> | 1571 <field name="showlinelabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
1572 </inherits> | 1572 </fields> |
1573 <fields> | 1573 </theme> |
1574 <field name="linecolor" type="Color" default="200, 200, 200" /> | 1574 |
1575 <field name="pointcolor" type="Color" default="200, 200, 200" /> | 1575 |
1576 </fields> | 1576 |
1577 </theme> | 1577 <theme name="DurationCurve"> |
1578 | 1578 <inherits> |
1579 <theme name="SedimentLoadM3ABedSusp"> | 1579 <inherit from="Lines" /> |
1580 <inherits> | 1580 <inherit from="Points" /> |
1581 <inherit from="SedimentLoadM3A" /> | 1581 <inherit from="Label" /> |
1582 </inherits> | 1582 <inherit from="MinMaxPoints" /> |
1583 <fields> | 1583 </inherits> |
1584 <field name="linecolor" type="Color" default="150, 255, 150" /> | 1584 <fields> |
1585 <field name="pointcolor" type="Color" default="150, 255, 150" /> | 1585 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> |
1586 </fields> | 1586 <field name="linesize" type="int" display="Liniendicke" default="2" /> |
1587 </theme> | 1587 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
1588 | 1588 </fields> |
1589 <theme name="SedimentLoadM3ASusp"> | 1589 </theme> |
1590 <inherits> | 1590 |
1591 <inherit from="SedimentLoadM3A" /> | 1591 <theme name="DurationCurveW"> |
1592 </inherits> | 1592 <inherits> |
1593 <fields> | 1593 <inherit from="DurationCurve" /> |
1594 <field name="linecolor" type="Color" default="85, 255, 0" /> | 1594 </inherits> |
1595 <field name="pointcolor" type="Color" default="85, 255, 0" /> | 1595 <fields> |
1596 </fields> | 1596 <field name="linecolor" type="Color" display="Linienfarbe" default="0,51,204" /> |
1597 </theme> | 1597 </fields> |
1598 | 1598 </theme> |
1599 | 1599 |
1600 <theme name="LongitudinalSectionArea"> | 1600 <theme name="DurationCurveQ"> |
1601 <inherits> | 1601 <inherits> |
1602 <inherit from="Areas" /> | 1602 <inherit from="DurationCurve" /> |
1603 </inherits> | 1603 </inherits> |
1604 <fields> | 1604 <fields> |
1605 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | 1605 <field name="linecolor" type="Color" display="Linienfarbe" default="0,204,0" /> |
1606 default="true" hints="hidden" /> | 1606 </fields> |
1607 <field name="areashowborder" type="boolean" display="Begrenzung" | 1607 </theme> |
1608 default="false" hints="hidden" /> | 1608 |
1609 <field name="areabordercolor" type="Color" default="0, 0, 0" | 1609 |
1610 display="Begrenzungslinienfarbe" hints="hidden" /> | 1610 |
1611 <field name="showarea" type="boolean" display="Flaeche anzeigen" | 1611 <theme name="FixPoints"> |
1612 default="true" hints="hidden" /> | 1612 <inherits> |
1613 <field name="showarealabel" type="boolean" | 1613 <inherit from="ColorfulPoints" /> |
1614 display="Flächenbeschriftung anzeigen" default="false"/> | 1614 <inherit from="Label" /> |
1615 </fields> | 1615 </inherits> |
1616 </theme> | 1616 <fields> |
1617 | 1617 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
1618 | 1618 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="true" hints="hidden" /> |
1619 | 1619 </fields> |
1620 <theme name="CrossSection"> | 1620 </theme> |
1621 <inherits> | 1621 |
1622 <inherit from="Lines" /> | 1622 <theme name="FixLines"> |
1623 <inherit from="Points" /> | 1623 <inherits> |
1624 <inherit from="Label" /> | 1624 <inherit from="Lines" /> |
1625 <inherit from="MinMaxPoints" /> | 1625 <inherit from="Points" /> |
1626 </inherits> | 1626 <inherit from="Label" /> |
1627 <fields> | 1627 </inherits> |
1628 <field name="showpoints" type="boolean" display="Punkte anzeigen" | 1628 <fields> |
1629 default="false" /> | 1629 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
1630 <field name="showpointlabel" type="boolean" | 1630 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" hints="hidden" /> |
1631 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | 1631 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
1632 </fields> | 1632 </fields> |
1633 </theme> | 1633 </theme> |
1634 | 1634 |
1635 <theme name="CrossSectionWaterLine"> | 1635 <theme name="FixAreas"> |
1636 <inherits> | 1636 <inherits> |
1637 <inherit from="Lines" /> | 1637 <inherit from="Areas" /> |
1638 <inherit from="Points" /> | 1638 </inherits> |
1639 <inherit from="Label" /> | 1639 <fields> |
1640 </inherits> | 1640 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" default="true" hints="hidden" /> |
1641 <fields> | 1641 <field name="areashowborder" type="boolean" display="Begrenzung" default="false" hints="hidden" /> |
1642 <field name="showpoints" type="boolean" display="Punkte anzeigen" | 1642 <field name="areabordercolor" type="Color" default="0, 0, 0" display="Begrenzungslinienfarbe" hints="hidden" /> |
1643 default="false" /> | 1643 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" hints="hidden" /> |
1644 <field name="showpointlabel" type="boolean" | 1644 <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="false" /> |
1645 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | 1645 </fields> |
1646 <field name="linecolor" type="Color" display="Linienfarbe" | 1646 </theme> |
1647 default="0,0,153" /> | 1647 |
1648 <field name="showwidth" type="boolean" display="Breite anzeigen" | 1648 <theme name="FixingCalculatedPoint"> |
1649 default="false" /> | 1649 <inherits> |
1650 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" | 1650 <inherit from="FixPoints" /> |
1651 default="true" /> | 1651 </inherits> |
1652 <field name="showlinelabel" type="boolean" default="true" | 1652 <fields> |
1653 display="Beschriftung anzeigen" /> | 1653 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0" /> |
1654 <field name="showmiddleheight" type="boolean" | 1654 <field name="pointsize" type="int" display="Punktdicke" default="5" /> |
1655 display="Wasserstand anzeigen" default="false" /> | 1655 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" /> |
1656 </fields> | 1656 </fields> |
1657 </theme> | 1657 </theme> |
1658 | 1658 |
1659 <theme name="Hyk"> | 1659 <theme name="FixingWQCurve"> |
1660 <inherits> | 1660 <inherits> |
1661 <inherit from="Text" /> | 1661 <inherit from="FixLines" /> |
1662 </inherits> | 1662 </inherits> |
1663 <fields> | 1663 <fields> |
1664 <field name="textorientation" type="boolean" display="Textausrichtung" | 1664 <field name="linecolor" type="Color" default="227, 27, 162" /> |
1665 default="true" /> | 1665 </fields> |
1666 </fields> | 1666 </theme> |
1667 </theme> | 1667 |
1668 | 1668 <theme name="FixingDerivedCurve"> |
1669 <theme name="CrossSectionArea"> | 1669 <inherits> |
1670 <inherits> | 1670 <inherit from="FixLines" /> |
1671 <inherit from="Areas" /> | 1671 </inherits> |
1672 </inherits> | 1672 <fields> |
1673 <fields> | 1673 <field name="linecolor" type="Color" default="227, 27, 162" /> |
1674 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | 1674 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" hints="hidden" hidden="true" /> |
1675 default="true" hints="hidden" /> | 1675 <field name="pointsize" type="int" display="Punktdicke" default="5" hints="hidden" /> |
1676 <field name="areashowborder" type="boolean" display="Begrenzung" | 1676 </fields> |
1677 default="false" hints="hidden" /> | 1677 </theme> |
1678 <field name="areabordercolor" type="Color" default="0, 0, 0" | 1678 |
1679 display="Begrenzungslinienfarbe" hints="hidden" /> | 1679 <theme name="FixingSectorAverageWQ0"> |
1680 <field name="showarea" type="boolean" display="Flaeche anzeigen" | 1680 <inherits> |
1681 default="true" hints="hidden" /> | 1681 <inherit from="FixPoints" /> |
1682 <field name="showarealabel" type="boolean" | 1682 </inherits> |
1683 display="Flächenbeschriftung anzeigen" default="true"/> | 1683 <fields> |
1684 </fields> | 1684 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0" /> |
1685 </theme> | 1685 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true" /> |
1686 | 1686 </fields> |
1687 | 1687 </theme> |
1688 | 1688 |
1689 <theme name="DischargeCurve"> | 1689 <theme name="FixingSectorAverageWQ1"> |
1690 <inherits> | 1690 <inherits> |
1691 <inherit from="Lines" /> | 1691 <inherit from="FixPoints" /> |
1692 <inherit from="Label" /> | 1692 </inherits> |
1693 <inherit from="MinMaxPoints" /> | 1693 <fields> |
1694 </inherits> | 1694 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255" /> |
1695 <fields> | 1695 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true" /> |
1696 <field name="linecolor" type="Color" display="Linienfarbe" | 1696 </fields> |
1697 default="0, 0, 153" /> | 1697 </theme> |
1698 <field name="linesize" type="int" display="Liniendicke" | 1698 |
1699 default="2" /> | 1699 <theme name="FixingSectorAverageWQ2"> |
1700 </fields> | 1700 <inherits> |
1701 </theme> | 1701 <inherit from="FixPoints" /> |
1702 | 1702 </inherits> |
1703 <theme name="ExtremeWQCurve"> | 1703 <fields> |
1704 <inherits> | 1704 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255" /> |
1705 <inherit from="Lines" /> | 1705 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true" /> |
1706 <inherit from="MinMaxPoints" /> | 1706 </fields> |
1707 </inherits> | 1707 </theme> |
1708 <fields> | 1708 |
1709 <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde" | 1709 <theme name="FixingSectorAverageWQ3"> |
1710 default="true" /> | 1710 <inherits> |
1711 <field name="linecolor" type="Color" display="Linienfarbe" | 1711 <inherit from="FixPoints" /> |
1712 default="0, 0, 153" /> | 1712 </inherits> |
1713 <field name="linesize" type="int" display="Liniendicke" | 1713 <fields> |
1714 default="2" /> | 1714 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0" /> |
1715 <field name="showlinelabel" type="boolean" | 1715 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true" /> |
1716 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | 1716 </fields> |
1717 </fields> | 1717 </theme> |
1718 </theme> | 1718 |
1719 | 1719 <theme name="FixingAnalysisEventsWQ"> |
1720 <theme name="ExtremeWQBaseCurve"> | 1720 <inherits> |
1721 <inherits> | 1721 <inherit from="FixPoints" /> |
1722 <inherit from="Lines" /> | 1722 </inherits> |
1723 <inherit from="Points" /> | 1723 <fields> |
1724 </inherits> | 1724 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0" /> |
1725 <fields> | 1725 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true" /> |
1726 <field name="pointsize" type="int" display="Punktdicke" | 1726 </fields> |
1727 default="2" /> | 1727 </theme> |
1728 <field name="showpointlabel" type="boolean" | 1728 |
1729 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | 1729 <theme name="FixingReferenceEvents"> |
1730 <field name="showlinelabel" type="boolean" | 1730 <inherits> |
1731 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | 1731 <inherit from="FixPoints" /> |
1732 </fields> | 1732 </inherits> |
1733 </theme> | 1733 <fields> |
1734 | 1734 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160" /> |
1735 | 1735 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true" /> |
1736 | 1736 </fields> |
1737 <theme name="DurationCurve"> | 1737 </theme> |
1738 <inherits> | 1738 |
1739 <inherit from="Lines" /> | 1739 <theme name="FixingOutliers"> |
1740 <inherit from="Points" /> | 1740 <inherits> |
1741 <inherit from="Label" /> | 1741 <inherit from="FixPoints" /> |
1742 <inherit from="MinMaxPoints" /> | 1742 </inherits> |
1743 </inherits> | 1743 <fields> |
1744 <fields> | 1744 </fields> |
1745 <field name="showpoints" type="boolean" display="Punkte anzeigen" | 1745 </theme> |
1746 default="false" /> | 1746 |
1747 <field name="linesize" type="int" display="Liniendicke" | 1747 <theme name="FixingDeltaWtAverage"> |
1748 default="2" /> | 1748 <inherits> |
1749 <field name="showpointlabel" type="boolean" | 1749 <inherit from="FixLines" /> |
1750 display="Punktbeschriftung anzeigen" default="false" | 1750 </inherits> |
1751 hints="hidden"/> | 1751 <fields> |
1752 </fields> | 1752 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
1753 </theme> | 1753 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="true" /> |
1754 | 1754 </fields> |
1755 <theme name="DurationCurveW"> | 1755 </theme> |
1756 <inherits> | 1756 |
1757 <inherit from="DurationCurve" /> | 1757 <theme name="FixingDeltaWtAverage0"> |
1758 </inherits> | 1758 <inherits> |
1759 <fields> | 1759 <inherit from="FixingDeltaWtAverage" /> |
1760 <field name="linecolor" type="Color" display="Linienfarbe" | 1760 </inherits> |
1761 default="0,51,204" /> | 1761 <fields> |
1762 </fields> | 1762 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 0" /> |
1763 </theme> | 1763 </fields> |
1764 | 1764 </theme> |
1765 <theme name="DurationCurveQ"> | 1765 |
1766 <inherits> | 1766 <theme name="FixingDeltaWtAverage1"> |
1767 <inherit from="DurationCurve" /> | 1767 <inherits> |
1768 </inherits> | 1768 <inherit from="FixingDeltaWtAverage" /> |
1769 <fields> | 1769 </inherits> |
1770 <field name="linecolor" type="Color" display="Linienfarbe" | 1770 <fields> |
1771 default="0,204,0" /> | 1771 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> |
1772 </fields> | 1772 </fields> |
1773 </theme> | 1773 </theme> |
1774 | 1774 |
1775 | 1775 <theme name="FixingDeltaWtAverage2"> |
1776 | 1776 <inherits> |
1777 <theme name="FixPoints"> | 1777 <inherit from="FixingDeltaWtAverage" /> |
1778 <inherits> | 1778 </inherits> |
1779 <inherit from="ColorfulPoints" /> | 1779 <fields> |
1780 <inherit from="Label" /> | 1780 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255" /> |
1781 </inherits> | 1781 </fields> |
1782 <fields> | 1782 </theme> |
1783 <field name="pointsize" type="int" display="Punktdicke" | 1783 |
1784 default="3" /> | 1784 <theme name="FixingDeltaWtAverage3"> |
1785 <field name="showpointlabel" type="boolean" | 1785 <inherits> |
1786 display="Beschriftung anzeigen" default="true" hints="hidden" /> | 1786 <inherit from="FixingDeltaWtAverage" /> |
1787 </fields> | 1787 </inherits> |
1788 </theme> | 1788 <fields> |
1789 | 1789 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0" /> |
1790 <theme name="FixLines"> | 1790 </fields> |
1791 <inherits> | 1791 </theme> |
1792 <inherit from="Lines" /> | 1792 |
1793 <inherit from="Points" /> | 1793 <theme name="FixingDeltaWtAnalysis"> |
1794 <inherit from="Label" /> | 1794 <inherits> |
1795 </inherits> | 1795 <inherit from="FixPoints" /> |
1796 <fields> | 1796 </inherits> |
1797 <field name="showpointlabel" type="boolean" | 1797 <fields> |
1798 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 1798 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true" /> |
1799 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | 1799 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0" /> |
1800 default="false" hints="hidden" /> | 1800 </fields> |
1801 <field name="pointsize" type="int" display="Punktdicke" | 1801 </theme> |
1802 default="3" /> | 1802 |
1803 </fields> | 1803 <theme name="FixingLSAverage0"> |
1804 </theme> | 1804 <inherits> |
1805 | 1805 <inherit from="FixLines" /> |
1806 <theme name="FixAreas"> | 1806 </inherits> |
1807 <inherits> | 1807 <fields> |
1808 <inherit from="Areas" /> | 1808 <field name="linecolor" type="Color" default="0, 128, 0" /> |
1809 </inherits> | 1809 </fields> |
1810 <fields> | 1810 </theme> |
1811 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | 1811 |
1812 default="true" hints="hidden" /> | 1812 <theme name="FixingLSAverage1"> |
1813 <field name="areashowborder" type="boolean" display="Begrenzung" | 1813 <inherits> |
1814 default="false" hints="hidden" /> | 1814 <inherit from="FixLines" /> |
1815 <field name="areabordercolor" type="Color" default="0, 0, 0" | 1815 </inherits> |
1816 display="Begrenzungslinienfarbe" hints="hidden" /> | 1816 <fields> |
1817 <field name="showarea" type="boolean" display="Flaeche anzeigen" | 1817 <field name="linecolor" type="Color" default="0, 0, 255" /> |
1818 default="true" hints="hidden" /> | 1818 </fields> |
1819 <field name="showarealabel" type="boolean" | 1819 </theme> |
1820 display="Flächenbeschriftung anzeigen" default="false"/> | 1820 |
1821 </fields> | 1821 <theme name="FixingLSAverage2"> |
1822 </theme> | 1822 <inherits> |
1823 | 1823 <inherit from="FixLines" /> |
1824 <theme name="FixingCalculatedPoint"> | 1824 </inherits> |
1825 <inherits> | 1825 <fields> |
1826 <inherit from="FixPoints" /> | 1826 <field name="linecolor" type="Color" default="255, 0, 255" /> |
1827 </inherits> | 1827 </fields> |
1828 <fields> | 1828 </theme> |
1829 <field name="pointcolor" type="Color" display="Punktfarbe" | 1829 |
1830 default="0, 0, 0" /> | 1830 <theme name="FixingLSAverage3"> |
1831 <field name="pointsize" type="int" display="Punktdicke" | 1831 <inherits> |
1832 default="5"/> | 1832 <inherit from="FixLines" /> |
1833 <field name="showpointlabel" type="boolean" | 1833 </inherits> |
1834 display="Punktbeschriftung anzeigen" default="false"/> | 1834 <fields> |
1835 </fields> | 1835 <field name="linecolor" type="Color" default="255, 0, 0" /> |
1836 </theme> | 1836 </fields> |
1837 | 1837 </theme> |
1838 <theme name="FixingWQCurve"> | 1838 |
1839 <inherits> | 1839 <theme name="FixingSectorDeviationLS0"> |
1840 <inherit from="FixLines" /> | 1840 <inherits> |
1841 </inherits> | 1841 <inherit from="FixAreas" /> |
1842 <fields> | 1842 </inherits> |
1843 <field name="linecolor" type="Color" default="227, 27, 162" /> | 1843 <fields> |
1844 </fields> | 1844 <field name="areabgcolor" type="Color" display="Fuellfarbe" default="0, 128, 0" /> |
1845 </theme> | 1845 </fields> |
1846 | 1846 </theme> |
1847 <theme name="FixingDerivedCurve"> | 1847 <theme name="FixingSectorDeviationLS1"> |
1848 <inherits> | 1848 <inherits> |
1849 <inherit from="FixLines" /> | 1849 <inherit from="FixAreas" /> |
1850 </inherits> | 1850 </inherits> |
1851 <fields> | 1851 <fields> |
1852 <field name="linecolor" type="Color" default="227, 27, 162" /> | 1852 <field name="areabgcolor" type="Color" display="Fuellfarbe" default="0, 0, 255" /> |
1853 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | 1853 |
1854 default="false" hints="hidden" hidden="true" /> | 1854 </fields> |
1855 <field name="pointsize" type="int" display="Punktdicke" | 1855 </theme> |
1856 default="5" hints="hidden" /> | 1856 |
1857 </fields> | 1857 <theme name="FixingSectorDeviationLS2"> |
1858 </theme> | 1858 <inherits> |
1859 | 1859 <inherit from="FixAreas" /> |
1860 <theme name="FixingSectorAverageWQ0"> | 1860 </inherits> |
1861 <inherits> | 1861 <fields> |
1862 <inherit from="FixPoints" /> | 1862 <field name="areabgcolor" type="Color" display="Fuellfarbe" default="255, 0, 255" /> |
1863 </inherits> | 1863 </fields> |
1864 <fields> | 1864 </theme> |
1865 <field name="pointcolor" type="Color" display="Punktfarbe" | 1865 |
1866 default="0, 128, 0" /> | 1866 <theme name="FixingSectorDeviationLS3"> |
1867 <field name="showpointlabel" type="boolean" | 1867 <inherits> |
1868 display="Punktbeschriftung anzeigen" default="true"/> | 1868 <inherit from="FixAreas" /> |
1869 </fields> | 1869 </inherits> |
1870 </theme> | 1870 <fields> |
1871 | 1871 <field name="areabgcolor" type="Color" display="Fuellfarbe" default="255, 0, 0" /> |
1872 <theme name="FixingSectorAverageWQ1"> | 1872 </fields> |
1873 <inherits> | 1873 </theme> |
1874 <inherit from="FixPoints" /> | 1874 |
1875 </inherits> | 1875 <theme name="FixLSDeviation"> |
1876 <fields> | 1876 <inherits> |
1877 <field name="pointcolor" type="Color" display="Punktfarbe" | 1877 <inherit from="FixAreas" /> |
1878 default="0, 0, 255" /> | 1878 </inherits> |
1879 <field name="showpointlabel" type="boolean" | 1879 <fields> |
1880 display="Punktbeschriftung anzeigen" default="true"/> | 1880 <field name="areabgcolor" type="Color" display="Fuellfarbe" default="100, 100, 100" /> |
1881 </fields> | 1881 </fields> |
1882 </theme> | 1882 </theme> |
1883 | 1883 |
1884 <theme name="FixingSectorAverageWQ2"> | 1884 <theme name="FixLSAnalysis"> |
1885 <inherits> | 1885 <inherits> |
1886 <inherit from="FixPoints" /> | 1886 <inherit from="FixLines" /> |
1887 </inherits> | 1887 </inherits> |
1888 <fields> | 1888 <fields> |
1889 <field name="pointcolor" type="Color" display="Punktfarbe" | 1889 <field name="linecolor" type="Color" default="0, 255, 0" /> |
1890 default="255, 0, 255" /> | 1890 </fields> |
1891 <field name="showpointlabel" type="boolean" | 1891 </theme> |
1892 display="Punktbeschriftung anzeigen" default="true"/> | 1892 |
1893 </fields> | 1893 <theme name="FixLSReference"> |
1894 </theme> | 1894 <inherits> |
1895 | 1895 <inherit from="FixLines" /> |
1896 <theme name="FixingSectorAverageWQ3"> | 1896 </inherits> |
1897 <inherits> | 1897 <fields> |
1898 <inherit from="FixPoints" /> | 1898 <field name="linecolor" type="Color" default="0, 80, 160" /> |
1899 </inherits> | 1899 </fields> |
1900 <fields> | 1900 </theme> |
1901 <field name="pointcolor" type="Color" display="Punktfarbe" | 1901 |
1902 default="255, 0, 0" /> | 1902 <theme name="FixDeltaWtDeviation"> |
1903 <field name="showpointlabel" type="boolean" | 1903 <inherits> |
1904 display="Punktbeschriftung anzeigen" default="true"/> | 1904 <inherit from="FixAreas" /> |
1905 </fields> | 1905 </inherits> |
1906 </theme> | 1906 <fields> |
1907 | 1907 <field name="areabgcolor" type="Color" default="0, 0, 0" display="Füllfarbe" /> |
1908 <theme name="FixingAnalysisEventsWQ"> | 1908 </fields> |
1909 <inherits> | 1909 </theme> |
1910 <inherit from="FixPoints" /> | 1910 |
1911 </inherits> | 1911 <theme name="FixingDeltaWtAnalysisPeriods"> |
1912 <fields> | 1912 <inherits> |
1913 <field name="pointcolor" type="Color" display="Punktfarbe" | 1913 <inherit from="FixAreas" /> |
1914 default="0, 255, 0" /> | 1914 </inherits> |
1915 <field name="showpointlabel" type="boolean" | 1915 <fields> |
1916 display="Punktbeschriftung anzeigen" default="true"/> | 1916 <field name="areabgcolor" type="Color" default="255, 0, 0" display="Füllfarbe" /> |
1917 </fields> | 1917 </fields> |
1918 </theme> | 1918 </theme> |
1919 | 1919 |
1920 <theme name="FixingReferenceEvents"> | 1920 <theme name="FixingReferencePeriod"> |
1921 <inherits> | 1921 <inherits> |
1922 <inherit from="FixPoints" /> | 1922 <inherit from="FixAreas" /> |
1923 </inherits> | 1923 </inherits> |
1924 <fields> | 1924 <fields> |
1925 <field name="pointcolor" type="Color" display="Punktfarbe" | 1925 <field name="areabgcolor" type="Color" default="0, 0, 255" display="Füllfarbe" /> |
1926 default="0, 80, 160" /> | 1926 </fields> |
1927 <field name="showpointlabel" type="boolean" | 1927 </theme> |
1928 display="Punktbeschriftung anzeigen" default="true"/> | 1928 |
1929 </fields> | 1929 <theme name="QSectors"> |
1930 </theme> | 1930 <inherits> |
1931 | 1931 <inherit from="FixLines" /> |
1932 <theme name="FixingOutliers"> | 1932 </inherits> |
1933 <inherits> | 1933 <fields> |
1934 <inherit from="FixPoints" /> | 1934 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="true" hints="hidden" /> |
1935 </inherits> | 1935 </fields> |
1936 <fields> | 1936 </theme> |
1937 </fields> | 1937 |
1938 </theme> | 1938 |
1939 | 1939 |
1940 <theme name="FixingDeltaWtAverage"> | 1940 <theme name="MapLines"> |
1941 <inherits> | 1941 <fields> |
1942 <inherit from="FixLines" /> | 1942 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 205" /> |
1943 </inherits> | 1943 <field name="linesize" type="int" display="Liniendicke" default="3" hints="hidden" /> |
1944 <fields> | 1944 </fields> |
1945 <field name="showpointlabel" type="boolean" | 1945 </theme> |
1946 display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> | 1946 |
1947 <field name="showlinelabel" type="boolean" | 1947 <theme name="Floodmaps"> |
1948 display="Beschriftung anzeigen" default="true" /> | 1948 <inherits> |
1949 </fields> | 1949 <inherit from="Map" /> |
1950 </theme> | 1950 </inherits> |
1951 | 1951 </theme> |
1952 <theme name="FixingDeltaWtAverage0"> | 1952 |
1953 <inherits> | 1953 <theme name="Floodplains"> |
1954 <inherit from="FixingDeltaWtAverage" /> | 1954 <inherits> |
1955 </inherits> | 1955 <inherit from="Map" /> |
1956 <fields> | 1956 </inherits> |
1957 <field name="linecolor" type="Color" display="Linienfarbe" | 1957 </theme> |
1958 default="0, 128, 0" /> | 1958 |
1959 </fields> | 1959 <theme name="Floodmarks"> |
1960 </theme> | 1960 <inherits> |
1961 | 1961 <inherit from="MapLines" /> |
1962 <theme name="FixingDeltaWtAverage1"> | 1962 <inherit from="Symbol" /> |
1963 <inherits> | 1963 </inherits> |
1964 <inherit from="FixingDeltaWtAverage" /> | 1964 </theme> |
1965 </inherits> | 1965 |
1966 <fields> | 1966 <theme name="WSPLGEN"> |
1967 <field name="linecolor" type="Color" display="Linienfarbe" | 1967 <inherits> |
1968 default="0, 0, 255" /> | 1968 <inherit from="Uesk" /> |
1969 </fields> | 1969 </inherits> |
1970 </theme> | 1970 <fields> |
1971 | 1971 <field name="startcolor" type="Color" display="Farbverlauf Startfarbe" default="178, 201, 215" /> |
1972 <theme name="FixingDeltaWtAverage2"> | 1972 <field name="endcolor" type="Color" display="Farbverlauf Endfarbe" default="2, 27, 42" /> |
1973 <inherits> | 1973 <field name="numclasses" type="int" display="Anzahl Klassen" default="6" /> |
1974 <inherit from="FixingDeltaWtAverage" /> | 1974 </fields> |
1975 </inherits> | 1975 </theme> |
1976 <fields> | 1976 |
1977 <field name="linecolor" type="Color" display="Linienfarbe" | 1977 <theme name="RiverAxis"> |
1978 default="255, 0, 255" /> | 1978 <inherits> |
1979 </fields> | 1979 <inherit from="MapLines" /> |
1980 </theme> | 1980 </inherits> |
1981 | 1981 <fields> |
1982 <theme name="FixingDeltaWtAverage3"> | 1982 </fields> |
1983 <inherits> | 1983 </theme> |
1984 <inherit from="FixingDeltaWtAverage" /> | 1984 |
1985 </inherits> | 1985 <theme name="Kms"> |
1986 <fields> | 1986 <inherits> |
1987 <field name="linecolor" type="Color" display="Linienfarbe" | 1987 <inherit from="MapLines" /> |
1988 default="255, 0, 0" /> | 1988 <inherit from="Label" /> |
1989 </fields> | 1989 <inherit from="Symbol" /> |
1990 </theme> | 1990 </inherits> |
1991 | 1991 </theme> |
1992 <theme name="FixingDeltaWtAnalysis"> | 1992 |
1993 <inherits> | 1993 |
1994 <inherit from="FixPoints" /> | 1994 <theme name="Fixpoints"> |
1995 </inherits> | 1995 <inherits> |
1996 <fields> | 1996 <inherit from="MapLines" /> |
1997 <field name="showpointlabel" type="boolean" | 1997 <inherit from="Symbol" /> |
1998 display="Punktbeschriftung anzeigen" default="true"/> | 1998 </inherits> |
1999 <field name="pointcolor" type="Color" display="Punktfarbe" | 1999 </theme> |
2000 default="0, 255, 0" /> | 2000 |
2001 </fields> | 2001 <theme name="Floodmarks"> |
2002 </theme> | 2002 <inherits> |
2003 | 2003 <inherit from="MapLines" /> |
2004 <theme name="FixingLSAverage0"> | 2004 <inherit from="Symbol" /> |
2005 <inherits> | 2005 </inherits> |
2006 <inherit from="FixLines" /> | 2006 </theme> |
2007 </inherits> | 2007 |
2008 <fields> | 2008 |
2009 <field name="linecolor" type="Color" default="0, 128, 0" /> | 2009 <theme name="GaugeLocation"> |
2010 </fields> | 2010 <inherits> |
2011 </theme> | 2011 <inherit from="MapLines" /> |
2012 | 2012 <inherit from="Symbol" /> |
2013 <theme name="FixingLSAverage1"> | 2013 </inherits> |
2014 <inherits> | 2014 </theme> |
2015 <inherit from="FixLines" /> | 2015 |
2016 </inherits> | 2016 <theme name="Qps"> |
2017 <fields> | 2017 <inherits> |
2018 <field name="linecolor" type="Color" default="0, 0, 255" /> | 2018 <inherit from="MapLines" /> |
2019 </fields> | 2019 </inherits> |
2020 </theme> | 2020 </theme> |
2021 | 2021 |
2022 <theme name="FixingLSAverage2"> | 2022 <theme name="Hws"> |
2023 <inherits> | 2023 <inherits> |
2024 <inherit from="FixLines" /> | 2024 <inherit from="MapLines" /> |
2025 </inherits> | 2025 </inherits> |
2026 <fields> | 2026 </theme> |
2027 <field name="linecolor" type="Color" default="255, 0, 255" /> | 2027 |
2028 </fields> | 2028 <theme name="HwsPoints"> |
2029 </theme> | 2029 <inherits> |
2030 | 2030 <inherit from="MapLines" /> |
2031 <theme name="FixingLSAverage3"> | 2031 <inherit from="Label" /> |
2032 <inherits> | 2032 <inherit from="Symbol" /> |
2033 <inherit from="FixLines" /> | 2033 </inherits> |
2034 </inherits> | 2034 </theme> |
2035 <fields> | 2035 |
2036 <field name="linecolor" type="Color" default="255, 0, 0" /> | 2036 <theme name="Catchment"> |
2037 </fields> | 2037 <inherits> |
2038 </theme> | 2038 <inherit from="Map" /> |
2039 | 2039 </inherits> |
2040 <theme name="FixingSectorDeviationLS0"> | 2040 </theme> |
2041 <inherits> | 2041 |
2042 <inherit from="FixAreas" /> | 2042 <theme name="FloodmapLines"> |
2043 </inherits> | 2043 <inherits> |
2044 <fields> | 2044 <inherit from="MapLines" /> |
2045 <field name="areabgcolor" type="Color" display="Fuellfarbe" | 2045 </inherits> |
2046 default="0, 128, 0" /> | 2046 <fields> |
2047 </fields> | 2047 <field name="linecolor" type="Color" display="Linienfarbe" default="140, 200, 130" /> |
2048 </theme> | 2048 </fields> |
2049 <theme name="FixingSectorDeviationLS1"> | 2049 </theme> |
2050 <inherits> | 2050 |
2051 <inherit from="FixAreas" /> | 2051 <theme name="Buildings"> |
2052 </inherits> | 2052 <inherits> |
2053 <fields> | 2053 <inherit from="MapLines" /> |
2054 <field name="areabgcolor" type="Color" display="Fuellfarbe" | 2054 </inherits> |
2055 default="0, 0, 255" /> | 2055 </theme> |
2056 | 2056 |
2057 </fields> | 2057 <theme name="HydrBoundariesLines"> |
2058 </theme> | 2058 <inherits> |
2059 | 2059 <inherit from="MapLines" /> |
2060 <theme name="FixingSectorDeviationLS2"> | 2060 </inherits> |
2061 <inherits> | 2061 </theme> |
2062 <inherit from="FixAreas" /> | 2062 |
2063 </inherits> | 2063 <theme name="HydrBoundariesPolys"> |
2064 <fields> | 2064 <inherits> |
2065 <field name="areabgcolor" type="Color" display="Fuellfarbe" | 2065 <inherit from="Map" /> |
2066 default="255, 0, 255" /> | 2066 </inherits> |
2067 </fields> | 2067 </theme> |
2068 </theme> | 2068 |
2069 | 2069 <theme name="Jetties"> |
2070 <theme name="FixingSectorDeviationLS3"> | 2070 <inherits> |
2071 <inherits> | 2071 <inherit from="MapLines" /> |
2072 <inherit from="FixAreas" /> | 2072 <inherit from="Label" /> |
2073 </inherits> | 2073 <inherit from="Symbol" /> |
2074 <fields> | 2074 </inherits> |
2075 <field name="areabgcolor" type="Color" display="Fuellfarbe" | 2075 </theme> |
2076 default="255, 0, 0" /> | 2076 |
2077 </fields> | 2077 |
2078 </theme> | 2078 |
2079 | 2079 <theme name="HistoricalDischargeCurve"> |
2080 <theme name="FixLSDeviation"> | 2080 <inherits> |
2081 <inherits> | 2081 <inherit from="Lines" /> |
2082 <inherit from="FixAreas" /> | 2082 <inherit from="Points" /> |
2083 </inherits> | 2083 </inherits> |
2084 <fields> | 2084 <fields> |
2085 <field name="areabgcolor" type="Color" display="Fuellfarbe" | 2085 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153" /> |
2086 default="100, 100, 100" /> | 2086 <field name="linesize" type="int" display="Liniendicke" default="2" /> |
2087 </fields> | 2087 </fields> |
2088 </theme> | 2088 </theme> |
2089 | 2089 |
2090 <theme name="FixLSAnalysis"> | 2090 <theme name="HistoricalDischargeCurveQ"> |
2091 <inherits> | 2091 <inherits> |
2092 <inherit from="FixLines" /> | 2092 <inherit from="HistoricalDischargeCurve" /> |
2093 </inherits> | 2093 <inherit from="MinMaxPoints" /> |
2094 <fields> | 2094 </inherits> |
2095 <field name="linecolor" type="Color" default="0, 255, 0" /> | 2095 <fields> |
2096 </fields> | 2096 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
2097 </theme> | 2097 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
2098 | 2098 </fields> |
2099 <theme name="FixLSReference"> | 2099 </theme> |
2100 <inherits> | 2100 |
2101 <inherit from="FixLines" /> | 2101 <theme name="HistoricalDischargeCurveQDiff"> |
2102 </inherits> | 2102 <inherits> |
2103 <fields> | 2103 <inherit from="HistoricalDischargeCurve" /> |
2104 <field name="linecolor" type="Color" default="0, 80, 160" /> | 2104 <inherit from="MinMaxPoints" /> |
2105 </fields> | 2105 </inherits> |
2106 </theme> | 2106 <fields> |
2107 | 2107 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204" /> |
2108 <theme name="FixDeltaWtDeviation"> | 2108 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
2109 <inherits> | 2109 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
2110 <inherit from="FixAreas"/> | 2110 </fields> |
2111 </inherits> | 2111 </theme> |
2112 <fields> | 2112 |
2113 <field name="areabgcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/> | 2113 <theme name="HistoricalDischargeCurveW"> |
2114 </fields> | 2114 <inherits> |
2115 </theme> | 2115 <inherit from="HistoricalDischargeCurve" /> |
2116 | 2116 <inherit from="MinMaxPoints" /> |
2117 <theme name="FixingDeltaWtAnalysisPeriods"> | 2117 </inherits> |
2118 <inherits> | 2118 <fields> |
2119 <inherit from="FixAreas"/> | 2119 <field name="linecolor" type="Color" display="Linienfarbe" default="100, 100, 153" /> |
2120 </inherits> | 2120 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
2121 <fields> | 2121 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
2122 <field name="areabgcolor" type="Color" default="255, 0, 0" display="Füllfarbe" /> | 2122 </fields> |
2123 </fields> | 2123 </theme> |
2124 </theme> | 2124 |
2125 | 2125 <theme name="HistoricalDischargeCurveWDiff"> |
2126 <theme name="FixingReferencePeriod"> | 2126 <inherits> |
2127 <inherits> | 2127 <inherit from="HistoricalDischargeCurve" /> |
2128 <inherit from="FixAreas"/> | 2128 <inherit from="MinMaxPoints" /> |
2129 </inherits> | 2129 </inherits> |
2130 <fields> | 2130 <fields> |
2131 <field name="areabgcolor" type="Color" default="0, 0, 255" display="Füllfarbe" /> | 2131 <field name="linecolor" type="Color" display="Linienfarbe" default="250, 250, 204" /> |
2132 </fields> | 2132 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
2133 </theme> | 2133 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
2134 | 2134 </fields> |
2135 <theme name="QSectors"> | 2135 </theme> |
2136 <inherits> | 2136 |
2137 <inherit from="FixLines" /> | 2137 <theme name="HistoricalDischargeWQW"> |
2138 </inherits> | 2138 <!-- the facet has no styling... |
2139 <fields> | 2139 <inherits> |
2140 <field name="showlinelabel" type="boolean" | 2140 <inherit from="HistoricalDischargeCurve" /> |
2141 display="Beschriftung anzeigen" default="true" hints="hidden" /> | 2141 <inherit from="Label" /> |
2142 </fields> | 2142 </inherits> |
2143 </theme> | 2143 <fields> |
2144 | 2144 <field name="linecolor" type="Color" display="Linienfarbe" |
2145 | 2145 default="0, 0, 255" /> |
2146 | 2146 <field name="linesize" type="int" display="Liniendicke" |
2147 <theme name="MapLines"> | 2147 default="1" /> |
2148 <fields> | 2148 <field name="linetype" type="Dash" display="Linienart" |
2149 <field name="linecolor" type="Color" display="Linienfarbe" | 2149 default="10" /> |
2150 default="0, 0, 205" /> | 2150 <field name="showlines" type="boolean" display="Linie anzeigen" |
2151 <field name="linesize" type="int" display="Liniendicke" | 2151 default="true" hints="hidden" /> |
2152 default="3" hints="hidden" /> | 2152 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" |
2153 </fields> | 2153 default="false" /> |
2154 </theme> | 2154 <field name="pointsize" type="int" display="Punktdicke" |
2155 | 2155 default="3" /> |
2156 <theme name="Floodmaps"> | 2156 <field name="showlinelabel" type="boolean" |
2157 <inherits> | 2157 display="Beschriftung anzeigen" default="false" /> |
2158 <inherit from="Map" /> | 2158 <field name="showpointlabel" type="boolean" |
2159 </inherits> | 2159 display="Beschriftung anzeigen" default="false" hints="hidden" /> |
2160 </theme> | 2160 </fields> --> |
2161 | 2161 </theme> |
2162 <theme name="Floodplains"> | 2162 |
2163 <inherits> | 2163 <theme name="HistoricalDischargeWQQ"> |
2164 <inherit from="Map" /> | 2164 <inherits> |
2165 </inherits> | 2165 <inherit from="HistoricalDischargeCurve" /> |
2166 </theme> | 2166 <inherit from="Label" /> |
2167 | 2167 </inherits> |
2168 <theme name="Floodmarks"> | 2168 <fields> |
2169 <inherits> | 2169 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204" /> |
2170 <inherit from="MapLines" /> | 2170 <field name="linesize" type="int" display="Liniendicke" default="1" /> |
2171 <inherit from="Symbol" /> | 2171 <field name="linetype" type="Dash" display="Linienart" default="10" /> |
2172 </inherits> | 2172 <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="hidden" /> |
2173 </theme> | 2173 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" /> |
2174 | 2174 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
2175 <theme name="WSPLGEN"> | 2175 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" /> |
2176 <inherits> | 2176 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden" /> |
2177 <inherit from="Uesk" /> | 2177 </fields> |
2178 </inherits> | 2178 </theme> |
2179 <fields> | 2179 |
2180 <field name="startcolor" type="Color" | 2180 |
2181 display="Farbverlauf Startfarbe" default="178, 201, 215" /> | 2181 |
2182 <field name="endcolor" type="Color" | 2182 <theme name="ReferenceCurve"> |
2183 display="Farbverlauf Endfarbe" default="2, 27, 42" /> | 2183 <inherits> |
2184 <field name="numclasses" type="int" display="Anzahl Klassen" | 2184 <inherit from="Lines" /> |
2185 default="6" /> | 2185 <inherit from="Points" /> |
2186 </fields> | 2186 <inherit from="Label" /> |
2187 </theme> | 2187 <inherit from="MinMaxPoints" /> |
2188 | 2188 </inherits> |
2189 <theme name="RiverAxis"> | 2189 <fields> |
2190 <inherits> | 2190 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> |
2191 <inherit from="MapLines" /> | 2191 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
2192 </inherits> | 2192 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204" /> |
2193 <fields> | 2193 </fields> |
2194 </fields> | 2194 </theme> |
2195 </theme> | 2195 |
2196 | 2196 <theme name="ReferenceCurveNormalized"> |
2197 <theme name="Kms"> | 2197 <inherits> |
2198 <inherits> | 2198 <inherit from="ReferenceCurve" /> |
2199 <inherit from="MapLines" /> | 2199 </inherits> |
2200 <inherit from="Label" /> | 2200 <fields> |
2201 <inherit from="Symbol" /> | 2201 </fields> |
2202 </inherits> | 2202 </theme> |
2203 </theme> | 2203 |
2204 | 2204 |
2205 | 2205 |
2206 <theme name="Fixpoints"> | 2206 <theme name="SQMeasurements"> |
2207 <inherits> | 2207 <inherits> |
2208 <inherit from="MapLines" /> | 2208 <inherit from="Points" /> |
2209 <inherit from="Symbol" /> | 2209 <inherit from="Label" /> |
2210 </inherits> | 2210 </inherits> |
2211 </theme> | 2211 <fields> |
2212 | 2212 <field name="textorientation" type="boolean" display="Textausrichtung" default="true" /> |
2213 <theme name="Floodmarks"> | 2213 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true" /> |
2214 <inherits> | 2214 </fields> |
2215 <inherit from="MapLines" /> | 2215 </theme> |
2216 <inherit from="Symbol" /> | 2216 |
2217 </inherits> | 2217 <theme name="SQMeasurementsOverview"> |
2218 </theme> | 2218 <inherits> |
2219 | 2219 <inherit from="Points" /> |
2220 | 2220 <inherit from="Label" /> |
2221 <theme name="GaugeLocation"> | 2221 </inherits> |
2222 <inherits> | 2222 <fields> |
2223 <inherit from="MapLines" /> | 2223 <field name="textorientation" type="boolean" display="Textausrichtung" default="true" /> |
2224 <inherit from="Symbol" /> | 2224 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" /> |
2225 </inherits> | 2225 </fields> |
2226 </theme> | 2226 </theme> |
2227 | 2227 |
2228 <theme name="Qps"> | 2228 <theme name="SQOutliers"> |
2229 <inherits> | 2229 <inherits> |
2230 <inherit from="MapLines" /> | 2230 <inherit from="Points" /> |
2231 </inherits> | 2231 <inherit from="Label" /> |
2232 </theme> | 2232 </inherits> |
2233 | 2233 <fields> |
2234 <theme name="Hws"> | 2234 <field name="textorientation" type="boolean" display="Textausrichtung" default="true" /> |
2235 <inherits> | 2235 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true" /> |
2236 <inherit from="MapLines" /> | 2236 </fields> |
2237 </inherits> | 2237 </theme> |
2238 </theme> | 2238 |
2239 | 2239 <theme name="SQCurve"> |
2240 <theme name="HwsPoints"> | 2240 <inherits> |
2241 <inherits> | 2241 <inherit from="Lines" /> |
2242 <inherit from="MapLines"/> | 2242 <inherit from="Points" /> |
2243 <inherit from="Label" /> | 2243 <inherit from="Label" /> |
2244 <inherit from="Symbol" /> | 2244 </inherits> |
2245 </inherits> | 2245 <fields> |
2246 </theme> | 2246 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> |
2247 | 2247 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
2248 <theme name="Catchment"> | 2248 <field name="linecolor" type="Color" default="0, 0, 0" /> |
2249 <inherits> | 2249 <field name="linesize" type="int" display="Liniendicke" default="2" /> |
2250 <inherit from="Map" /> | 2250 </fields> |
2251 </inherits> | 2251 </theme> |
2252 </theme> | 2252 |
2253 | 2253 <theme name="SQMeasurementsA"> |
2254 <theme name="FloodmapLines"> | 2254 <inherits> |
2255 <inherits> | 2255 <inherit from="SQMeasurements" /> |
2256 <inherit from="MapLines" /> | 2256 </inherits> |
2257 </inherits> | 2257 <fields> |
2258 <fields> | 2258 <field name="pointsize" type="int" default="4" /> |
2259 <field name="linecolor" type="Color" display="Linienfarbe" | 2259 <field name="pointcolor" type="color" default="0, 0, 255" /> |
2260 default="140, 200, 130" /> | 2260 </fields> |
2261 </fields> | 2261 </theme> |
2262 </theme> | 2262 <theme name="SQMeasurementsB"> |
2263 | 2263 <inherits> |
2264 <theme name="Buildings"> | 2264 <inherit from="SQMeasurements" /> |
2265 <inherits> | 2265 </inherits> |
2266 <inherit from="MapLines" /> | 2266 <fields> |
2267 </inherits> | 2267 <field name="pointsize" type="int" default="4" /> |
2268 </theme> | 2268 <field name="pointcolor" type="color" default="0, 255, 255" /> |
2269 | 2269 </fields> |
2270 <theme name="HydrBoundariesLines"> | 2270 </theme> |
2271 <inherits> | 2271 <theme name="SQMeasurementsC"> |
2272 <inherit from="MapLines" /> | 2272 <inherits> |
2273 </inherits> | 2273 <inherit from="SQMeasurements" /> |
2274 </theme> | 2274 </inherits> |
2275 | 2275 <fields> |
2276 <theme name="HydrBoundariesPolys"> | 2276 <field name="pointsize" type="int" default="4" /> |
2277 <inherits> | 2277 <field name="pointcolor" type="color" default="0, 255, 0" /> |
2278 <inherit from="Map" /> | 2278 </fields> |
2279 </inherits> | 2279 </theme> |
2280 </theme> | 2280 <theme name="SQMeasurementsD"> |
2281 | 2281 <inherits> |
2282 <theme name="Jetties"> | 2282 <inherit from="SQMeasurements" /> |
2283 <inherits> | 2283 </inherits> |
2284 <inherit from="MapLines"/> | 2284 <fields> |
2285 <inherit from="Label" /> | 2285 <field name="pointsize" type="int" default="4" /> |
2286 <inherit from="Symbol" /> | 2286 <field name="pointcolor" type="color" default="255, 0, 255" /> |
2287 </inherits> | 2287 </fields> |
2288 </theme> | 2288 </theme> |
2289 | 2289 <theme name="SQMeasurementsE"> |
2290 | 2290 <inherits> |
2291 | 2291 <inherit from="SQMeasurements" /> |
2292 <theme name="HistoricalDischargeCurve"> | 2292 </inherits> |
2293 <inherits> | 2293 <fields> |
2294 <inherit from="Lines" /> | 2294 <field name="pointsize" type="int" default="4" /> |
2295 <inherit from="Points" /> | 2295 <field name="pointcolor" type="color" default="255, 255, 0" /> |
2296 </inherits> | 2296 </fields> |
2297 <fields> | 2297 </theme> |
2298 <field name="linecolor" type="Color" display="Linienfarbe" | 2298 <theme name="SQMeasurementsF"> |
2299 default="0, 0, 153" /> | 2299 <inherits> |
2300 <field name="linesize" type="int" display="Liniendicke" | 2300 <inherit from="SQMeasurements" /> |
2301 default="2" /> | 2301 </inherits> |
2302 </fields> | 2302 <fields> |
2303 </theme> | 2303 <field name="pointsize" type="int" default="4" /> |
2304 | 2304 <field name="pointcolor" type="color" default="255, 0, 0" /> |
2305 <theme name="HistoricalDischargeCurveQ"> | 2305 </fields> |
2306 <inherits> | 2306 </theme> |
2307 <inherit from="HistoricalDischargeCurve" /> | 2307 <theme name="SQMeasurementsG"> |
2308 <inherit from="MinMaxPoints" /> | 2308 <inherits> |
2309 </inherits> | 2309 <inherit from="SQMeasurements" /> |
2310 <fields> | 2310 </inherits> |
2311 <field name="showlinelabel" type="boolean" | 2311 <fields> |
2312 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 2312 <field name="pointsize" type="int" default="4" /> |
2313 <field name="showpointlabel" type="boolean" | 2313 <field name="pointcolor" type="color" default="0, 0, 0" /> |
2314 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 2314 </fields> |
2315 </fields> | 2315 </theme> |
2316 </theme> | 2316 |
2317 | 2317 <theme name="SQMeasurementsOverviewA"> |
2318 <theme name="HistoricalDischargeCurveQDiff"> | 2318 <inherits> |
2319 <inherits> | 2319 <inherit from="SQMeasurementsOverview" /> |
2320 <inherit from="HistoricalDischargeCurve" /> | 2320 </inherits> |
2321 <inherit from="MinMaxPoints" /> | 2321 <fields> |
2322 </inherits> | 2322 <field name="pointsize" type="int" default="4" /> |
2323 <fields> | 2323 <field name="pointcolor" type="color" default="0, 0, 255" /> |
2324 <field name="linecolor" type="Color" display="Linienfarbe" | 2324 </fields> |
2325 default="204, 204, 204" /> | 2325 </theme> |
2326 <field name="showlinelabel" type="boolean" | 2326 <theme name="SQMeasurementsOverviewB"> |
2327 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 2327 <inherits> |
2328 <field name="showpointlabel" type="boolean" | 2328 <inherit from="SQMeasurementsOverview" /> |
2329 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 2329 </inherits> |
2330 </fields> | 2330 <fields> |
2331 </theme> | 2331 <field name="pointsize" type="int" default="4" /> |
2332 | 2332 <field name="pointcolor" type="color" default="0, 255, 255" /> |
2333 <theme name="HistoricalDischargeCurveW"> | 2333 </fields> |
2334 <inherits> | 2334 </theme> |
2335 <inherit from="HistoricalDischargeCurve" /> | 2335 <theme name="SQMeasurementsOverviewC"> |
2336 <inherit from="MinMaxPoints" /> | 2336 <inherits> |
2337 </inherits> | 2337 <inherit from="SQMeasurementsOverview" /> |
2338 <fields> | 2338 </inherits> |
2339 <field name="linecolor" type="Color" display="Linienfarbe" | 2339 <fields> |
2340 default="100, 100, 153" /> | 2340 <field name="pointsize" type="int" default="4" /> |
2341 <field name="showlinelabel" type="boolean" | 2341 <field name="pointcolor" type="color" default="0, 255, 0" /> |
2342 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 2342 </fields> |
2343 <field name="showpointlabel" type="boolean" | 2343 </theme> |
2344 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 2344 <theme name="SQMeasurementsOverviewD"> |
2345 </fields> | 2345 <inherits> |
2346 </theme> | 2346 <inherit from="SQMeasurementsOverview" /> |
2347 | 2347 </inherits> |
2348 <theme name="HistoricalDischargeCurveWDiff"> | 2348 <fields> |
2349 <inherits> | 2349 <field name="pointsize" type="int" default="4" /> |
2350 <inherit from="HistoricalDischargeCurve" /> | 2350 <field name="pointcolor" type="color" default="255, 0, 255" /> |
2351 <inherit from="MinMaxPoints" /> | 2351 </fields> |
2352 </inherits> | 2352 </theme> |
2353 <fields> | 2353 <theme name="SQMeasurementsOverviewE"> |
2354 <field name="linecolor" type="Color" display="Linienfarbe" | 2354 <inherits> |
2355 default="250, 250, 204" /> | 2355 <inherit from="SQMeasurementsOverview" /> |
2356 <field name="showlinelabel" type="boolean" | 2356 </inherits> |
2357 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 2357 <fields> |
2358 <field name="showpointlabel" type="boolean" | 2358 <field name="pointsize" type="int" default="4" /> |
2359 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 2359 <field name="pointcolor" type="color" default="255, 255, 0" /> |
2360 </fields> | 2360 </fields> |
2361 </theme> | 2361 </theme> |
2362 | 2362 <theme name="SQMeasurementsOverviewF"> |
2363 <theme name="HistoricalDischargeWQW"> | 2363 <inherits> |
2364 <!-- the facet has no styling... | 2364 <inherit from="SQMeasurementsOverview" /> |
2365 <inherits> | 2365 </inherits> |
2366 <inherit from="HistoricalDischargeCurve" /> | 2366 <fields> |
2367 <inherit from="Label" /> | 2367 <field name="pointsize" type="int" default="4" /> |
2368 </inherits> | 2368 <field name="pointcolor" type="color" default="255, 0, 0" /> |
2369 <fields> | 2369 </fields> |
2370 <field name="linecolor" type="Color" display="Linienfarbe" | 2370 </theme> |
2371 default="0, 0, 255" /> | 2371 <theme name="SQMeasurementsOverviewG"> |
2372 <field name="linesize" type="int" display="Liniendicke" | 2372 <inherits> |
2373 default="1" /> | 2373 <inherit from="SQMeasurementsOverview" /> |
2374 <field name="linetype" type="Dash" display="Linienart" | 2374 </inherits> |
2375 default="10" /> | 2375 <fields> |
2376 <field name="showlines" type="boolean" display="Linie anzeigen" | 2376 <field name="pointsize" type="int" default="4" /> |
2377 default="true" hints="hidden" /> | 2377 <field name="pointcolor" type="color" default="0, 0, 0" /> |
2378 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | 2378 </fields> |
2379 default="false" /> | 2379 </theme> |
2380 <field name="pointsize" type="int" display="Punktdicke" | 2380 |
2381 default="3" /> | 2381 <theme name="SQOutliersA"> |
2382 <field name="showlinelabel" type="boolean" | 2382 <inherits> |
2383 display="Beschriftung anzeigen" default="false" /> | 2383 <inherit from="SQOutliers" /> |
2384 <field name="showpointlabel" type="boolean" | 2384 </inherits> |
2385 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 2385 <fields> |
2386 </fields>--> | 2386 <field name="pointsize" type="int" default="6" /> |
2387 </theme> | 2387 <field name="pointcolor" type="color" default="100, 100, 255" /> |
2388 | 2388 </fields> |
2389 <theme name="HistoricalDischargeWQQ"> | 2389 </theme> |
2390 <inherits> | 2390 <theme name="SQOutliersB"> |
2391 <inherit from="HistoricalDischargeCurve" /> | 2391 <inherits> |
2392 <inherit from="Label" /> | 2392 <inherit from="SQOutliers" /> |
2393 </inherits> | 2393 </inherits> |
2394 <fields> | 2394 <fields> |
2395 <field name="linecolor" type="Color" display="Linienfarbe" | 2395 <field name="pointsize" type="int" default="6" /> |
2396 default="204, 204, 204" /> | 2396 <field name="pointcolor" type="color" default="100, 255, 255" /> |
2397 <field name="linesize" type="int" display="Liniendicke" | 2397 </fields> |
2398 default="1" /> | 2398 </theme> |
2399 <field name="linetype" type="Dash" display="Linienart" | 2399 <theme name="SQOutliersC"> |
2400 default="10" /> | 2400 <inherits> |
2401 <field name="showlines" type="boolean" display="Linie anzeigen" | 2401 <inherit from="SQOutliers" /> |
2402 default="true" hints="hidden" /> | 2402 </inherits> |
2403 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | 2403 <fields> |
2404 default="false" /> | 2404 <field name="pointsize" type="int" default="6" /> |
2405 <field name="pointsize" type="int" display="Punktdicke" | 2405 <field name="pointcolor" type="color" default="100, 255, 100" /> |
2406 default="3" /> | 2406 </fields> |
2407 <field name="showlinelabel" type="boolean" | 2407 </theme> |
2408 display="Beschriftung anzeigen" default="false" /> | 2408 <theme name="SQOutliersD"> |
2409 <field name="showpointlabel" type="boolean" | 2409 <inherits> |
2410 display="Beschriftung anzeigen" default="false" hints="hidden" /> | 2410 <inherit from="SQOutliers" /> |
2411 </fields> | 2411 </inherits> |
2412 </theme> | 2412 <fields> |
2413 | 2413 <field name="pointsize" type="int" default="6" /> |
2414 | 2414 <field name="pointcolor" type="color" default="255, 100, 255" /> |
2415 | 2415 </fields> |
2416 <theme name="ReferenceCurve"> | 2416 </theme> |
2417 <inherits> | 2417 <theme name="SQOutliersE"> |
2418 <inherit from="Lines" /> | 2418 <inherits> |
2419 <inherit from="Points" /> | 2419 <inherit from="SQOutliers" /> |
2420 <inherit from="Label" /> | 2420 </inherits> |
2421 <inherit from="MinMaxPoints" /> | 2421 <fields> |
2422 </inherits> | 2422 <field name="pointsize" type="int" default="6" /> |
2423 <fields> | 2423 <field name="pointcolor" type="color" default="255, 255, 100" /> |
2424 <field name="showpoints" type="boolean" display="Punkte anzeigen" | 2424 </fields> |
2425 default="false" /> | 2425 </theme> |
2426 <field name="showpointlabel" type="boolean" | 2426 <theme name="SQOutliersF"> |
2427 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | 2427 <inherits> |
2428 <field name="linecolor" type="Color" display="Linienfarbe" | 2428 <inherit from="SQOutliers" /> |
2429 default="204, 204, 204" /> | 2429 </inherits> |
2430 </fields> | 2430 <fields> |
2431 </theme> | 2431 <field name="pointsize" type="int" default="6" /> |
2432 | 2432 <field name="pointcolor" type="color" default="255, 100, 100" /> |
2433 <theme name="ReferenceCurveNormalized"> | 2433 </fields> |
2434 <inherits> | 2434 </theme> |
2435 <inherit from="ReferenceCurve" /> | 2435 <theme name="SQOutliersG"> |
2436 </inherits> | 2436 <inherits> |
2437 <fields> | 2437 <inherit from="SQOutliers" /> |
2438 </fields> | 2438 </inherits> |
2439 </theme> | 2439 <fields> |
2440 | 2440 <field name="pointsize" type="int" default="6" /> |
2441 | 2441 <field name="pointcolor" type="color" default="100, 100, 100" /> |
2442 | 2442 </fields> |
2443 <theme name="SQMeasurements"> | 2443 </theme> |
2444 <inherits> | 2444 |
2445 <inherit from="Points" /> | 2445 <theme name="SQOutliersOverviewA"> |
2446 <inherit from="Label" /> | 2446 <inherits> |
2447 </inherits> | 2447 <inherit from="SQOutliersA" /> |
2448 <fields> | 2448 </inherits> |
2449 <field name="textorientation" type="boolean" display="Textausrichtung" | 2449 <fields> |
2450 default="true" /> | 2450 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" /> |
2451 <field name="showpointlabel" type="boolean" | 2451 </fields> |
2452 display="Punktbeschriftung anzeigen" default="true"/> | 2452 </theme> |
2453 </fields> | 2453 <theme name="SQOutliersOverviewB"> |
2454 </theme> | 2454 <inherits> |
2455 | 2455 <inherit from="SQOutliersB" /> |
2456 <theme name="SQMeasurementsOverview"> | 2456 </inherits> |
2457 <inherits> | 2457 <fields> |
2458 <inherit from="Points" /> | 2458 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" /> |
2459 <inherit from="Label" /> | 2459 </fields> |
2460 </inherits> | 2460 </theme> |
2461 <fields> | 2461 <theme name="SQOutliersOverviewC"> |
2462 <field name="textorientation" type="boolean" display="Textausrichtung" | 2462 <inherits> |
2463 default="true" /> | 2463 <inherit from="SQOutliersC" /> |
2464 <field name="showpointlabel" type="boolean" | 2464 </inherits> |
2465 display="Punktbeschriftung anzeigen" default="false"/> | 2465 <fields> |
2466 </fields> | 2466 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" /> |
2467 </theme> | 2467 </fields> |
2468 | 2468 </theme> |
2469 <theme name="SQOutliers"> | 2469 <theme name="SQOutliersOverviewD"> |
2470 <inherits> | 2470 <inherits> |
2471 <inherit from="Points" /> | 2471 <inherit from="SQOutliersD" /> |
2472 <inherit from="Label" /> | 2472 </inherits> |
2473 </inherits> | 2473 <fields> |
2474 <fields> | 2474 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" /> |
2475 <field name="textorientation" type="boolean" display="Textausrichtung" | 2475 </fields> |
2476 default="true" /> | 2476 </theme> |
2477 <field name="showpointlabel" type="boolean" | 2477 <theme name="SQOutliersOverviewE"> |
2478 display="Punktbeschriftung anzeigen" default="true"/> | 2478 <inherits> |
2479 </fields> | 2479 <inherit from="SQOutliersE" /> |
2480 </theme> | 2480 </inherits> |
2481 | 2481 <fields> |
2482 <theme name="SQCurve"> | 2482 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" /> |
2483 <inherits> | 2483 </fields> |
2484 <inherit from="Lines" /> | 2484 </theme> |
2485 <inherit from="Points" /> | 2485 <theme name="SQOutliersOverviewF"> |
2486 <inherit from="Label" /> | 2486 <inherits> |
2487 </inherits> | 2487 <inherit from="SQOutliersF" /> |
2488 <fields> | 2488 </inherits> |
2489 <field name="showpoints" type="boolean" display="Punkte anzeigen" | 2489 <fields> |
2490 default="false" /> | 2490 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" /> |
2491 <field name="showpointlabel" type="boolean" | 2491 </fields> |
2492 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | 2492 </theme> |
2493 <field name="linecolor" type="Color" default="0, 0, 0" /> | 2493 <theme name="SQOutliersOverviewG"> |
2494 <field name="linesize" type="int" display="Liniendicke" default="2"/> | 2494 <inherits> |
2495 </fields> | 2495 <inherit from="SQOutliersG" /> |
2496 </theme> | 2496 </inherits> |
2497 | 2497 <fields> |
2498 <theme name="SQMeasurementsA"> | 2498 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" /> |
2499 <inherits> | 2499 </fields> |
2500 <inherit from="SQMeasurements" /> | 2500 </theme> |
2501 </inherits> | 2501 |
2502 <fields> | 2502 <theme name="SQCurveA"> |
2503 <field name="pointsize" type="int" default="4" /> | 2503 <inherits> |
2504 <field name="pointcolor" type="color" default="0, 0, 255" /> | 2504 <inherit from="SQCurve" /> |
2505 </fields> | 2505 </inherits> |
2506 </theme> | 2506 <fields> |
2507 <theme name="SQMeasurementsB"> | 2507 <field name="linecolor" type="color" default="0, 0, 175" /> |
2508 <inherits> | 2508 </fields> |
2509 <inherit from="SQMeasurements" /> | 2509 </theme> |
2510 </inherits> | 2510 <theme name="SQCurveB"> |
2511 <fields> | 2511 <inherits> |
2512 <field name="pointsize" type="int" default="4" /> | 2512 <inherit from="SQCurve" /> |
2513 <field name="pointcolor" type="color" default="0, 255, 255" /> | 2513 </inherits> |
2514 </fields> | 2514 <fields> |
2515 </theme> | 2515 <field name="linecolor" type="color" default="0, 175, 175" /> |
2516 <theme name="SQMeasurementsC"> | 2516 </fields> |
2517 <inherits> | 2517 </theme> |
2518 <inherit from="SQMeasurements" /> | 2518 <theme name="SQCurveC"> |
2519 </inherits> | 2519 <inherits> |
2520 <fields> | 2520 <inherit from="SQCurve" /> |
2521 <field name="pointsize" type="int" default="4" /> | 2521 </inherits> |
2522 <field name="pointcolor" type="color" default="0, 255, 0" /> | 2522 <fields> |
2523 </fields> | 2523 <field name="linecolor" type="color" default="0, 175, 0" /> |
2524 </theme> | 2524 </fields> |
2525 <theme name="SQMeasurementsD"> | 2525 </theme> |
2526 <inherits> | 2526 <theme name="SQCurveD"> |
2527 <inherit from="SQMeasurements" /> | 2527 <inherits> |
2528 </inherits> | 2528 <inherit from="SQCurve" /> |
2529 <fields> | 2529 </inherits> |
2530 <field name="pointsize" type="int" default="4" /> | 2530 <fields> |
2531 <field name="pointcolor" type="color" default="255, 0, 255" /> | 2531 <field name="linecolor" type="color" default="175, 0, 175" /> |
2532 </fields> | 2532 </fields> |
2533 </theme> | 2533 </theme> |
2534 <theme name="SQMeasurementsE"> | 2534 <theme name="SQCurveE"> |
2535 <inherits> | 2535 <inherits> |
2536 <inherit from="SQMeasurements" /> | 2536 <inherit from="SQCurve" /> |
2537 </inherits> | 2537 </inherits> |
2538 <fields> | 2538 <fields> |
2539 <field name="pointsize" type="int" default="4" /> | 2539 <field name="linecolor" type="color" default="175, 175, 0" /> |
2540 <field name="pointcolor" type="color" default="255, 255, 0" /> | 2540 </fields> |
2541 </fields> | 2541 </theme> |
2542 </theme> | 2542 <theme name="SQCurveF"> |
2543 <theme name="SQMeasurementsF"> | 2543 <inherits> |
2544 <inherits> | 2544 <inherit from="SQCurve" /> |
2545 <inherit from="SQMeasurements" /> | 2545 </inherits> |
2546 </inherits> | 2546 <fields> |
2547 <fields> | 2547 <field name="linecolor" type="color" default="175, 0, 0" /> |
2548 <field name="pointsize" type="int" default="4" /> | 2548 </fields> |
2549 <field name="pointcolor" type="color" default="255, 0, 0" /> | 2549 </theme> |
2550 </fields> | 2550 <theme name="SQCurveG"> |
2551 </theme> | 2551 <inherits> |
2552 <theme name="SQMeasurementsG"> | 2552 <inherit from="SQCurve" /> |
2553 <inherits> | 2553 </inherits> |
2554 <inherit from="SQMeasurements" /> | 2554 <fields> |
2555 </inherits> | 2555 <field name="linecolor" type="color" default="175, 175, 175" /> |
2556 <fields> | 2556 </fields> |
2557 <field name="pointsize" type="int" default="4" /> | 2557 </theme> |
2558 <field name="pointcolor" type="color" default="0, 0, 0" /> | 2558 |
2559 </fields> | 2559 <theme name="SQOutlierCurveA"> |
2560 </theme> | 2560 <inherits> |
2561 | 2561 <inherit from="SQCurveA" /> |
2562 <theme name="SQMeasurementsOverviewA"> | 2562 </inherits> |
2563 <inherits> | 2563 <fields> |
2564 <inherit from="SQMeasurementsOverview" /> | 2564 <field name="linesize" type="int" display="Liniendicke" default="1" /> |
2565 </inherits> | 2565 </fields> |
2566 <fields> | 2566 </theme> |
2567 <field name="pointsize" type="int" default="4" /> | 2567 <theme name="SQOutlierCurveB"> |
2568 <field name="pointcolor" type="color" default="0, 0, 255" /> | 2568 <inherits> |
2569 </fields> | 2569 <inherit from="SQCurveB" /> |
2570 </theme> | 2570 </inherits> |
2571 <theme name="SQMeasurementsOverviewB"> | 2571 <fields> |
2572 <inherits> | 2572 <field name="linesize" type="int" display="Liniendicke" default="1" /> |
2573 <inherit from="SQMeasurementsOverview" /> | 2573 </fields> |
2574 </inherits> | 2574 </theme> |
2575 <fields> | 2575 <theme name="SQOutlierCurveC"> |
2576 <field name="pointsize" type="int" default="4" /> | 2576 <inherits> |
2577 <field name="pointcolor" type="color" default="0, 255, 255" /> | 2577 <inherit from="SQCurveC" /> |
2578 </fields> | 2578 </inherits> |
2579 </theme> | 2579 <fields> |
2580 <theme name="SQMeasurementsOverviewC"> | 2580 <field name="linesize" type="int" display="Liniendicke" default="1" /> |
2581 <inherits> | 2581 </fields> |
2582 <inherit from="SQMeasurementsOverview" /> | 2582 </theme> |
2583 </inherits> | 2583 <theme name="SQOutlierCurveD"> |
2584 <fields> | 2584 <inherits> |
2585 <field name="pointsize" type="int" default="4" /> | 2585 <inherit from="SQCurveD" /> |
2586 <field name="pointcolor" type="color" default="0, 255, 0" /> | 2586 </inherits> |
2587 </fields> | 2587 <fields> |
2588 </theme> | 2588 <field name="linesize" type="int" display="Liniendicke" default="1" /> |
2589 <theme name="SQMeasurementsOverviewD"> | 2589 </fields> |
2590 <inherits> | 2590 </theme> |
2591 <inherit from="SQMeasurementsOverview" /> | 2591 <theme name="SQOutlierCurveE"> |
2592 </inherits> | 2592 <inherits> |
2593 <fields> | 2593 <inherit from="SQCurveE" /> |
2594 <field name="pointsize" type="int" default="4" /> | 2594 </inherits> |
2595 <field name="pointcolor" type="color" default="255, 0, 255" /> | 2595 <fields> |
2596 </fields> | 2596 <field name="linesize" type="int" display="Liniendicke" default="1" /> |
2597 </theme> | 2597 </fields> |
2598 <theme name="SQMeasurementsOverviewE"> | 2598 </theme> |
2599 <inherits> | 2599 <theme name="SQOutlierCurveF"> |
2600 <inherit from="SQMeasurementsOverview" /> | 2600 <inherits> |
2601 </inherits> | 2601 <inherit from="SQCurveF" /> |
2602 <fields> | 2602 </inherits> |
2603 <field name="pointsize" type="int" default="4" /> | 2603 <fields> |
2604 <field name="pointcolor" type="color" default="255, 255, 0" /> | 2604 <field name="linesize" type="int" display="Liniendicke" default="1" /> |
2605 </fields> | 2605 </fields> |
2606 </theme> | 2606 </theme> |
2607 <theme name="SQMeasurementsOverviewF"> | 2607 <theme name="SQOutlierCurveG"> |
2608 <inherits> | 2608 <inherits> |
2609 <inherit from="SQMeasurementsOverview" /> | 2609 <inherit from="SQCurveG" /> |
2610 </inherits> | 2610 </inherits> |
2611 <fields> | 2611 <fields> |
2612 <field name="pointsize" type="int" default="4" /> | 2612 <field name="linesize" type="int" display="Liniendicke" default="1" /> |
2613 <field name="pointcolor" type="color" default="255, 0, 0" /> | 2613 </fields> |
2614 </fields> | 2614 </theme> |
2615 </theme> | 2615 |
2616 <theme name="SQMeasurementsOverviewG"> | 2616 <theme name="Porosity"> |
2617 <inherits> | 2617 <inherits> |
2618 <inherit from="SQMeasurementsOverview" /> | 2618 <inherit from="LongitudinalSection" /> |
2619 </inherits> | 2619 </inherits> |
2620 <fields> | 2620 <fields> |
2621 <field name="pointsize" type="int" default="4" /> | 2621 <field name="linecolor" type="color" default="175, 175, 175" /> |
2622 <field name="pointcolor" type="color" default="0, 0, 0" /> | 2622 </fields> |
2623 </fields> | 2623 </theme> |
2624 </theme> | 2624 |
2625 | 2625 <!-- S-INFO Data-Themes --> |
2626 <theme name="SQOutliersA"> | 2626 <theme name="SInfoBedHeightMin"> |
2627 <inherits> | 2627 <inherits> |
2628 <inherit from="SQOutliers" /> | 2628 <inherit from="LongitudinalSectionW" /> |
2629 </inherits> | 2629 </inherits> |
2630 <fields> | 2630 <fields> |
2631 <field name="pointsize" type="int" default="6" /> | 2631 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 0" /> |
2632 <field name="pointcolor" type="color" default="100, 100, 255" /> | 2632 </fields> |
2633 </fields> | 2633 </theme> |
2634 </theme> | 2634 <theme name="SInfoBedHeightMax"> |
2635 <theme name="SQOutliersB"> | 2635 <inherits> |
2636 <inherits> | 2636 <inherit from="LongitudinalSectionW" /> |
2637 <inherit from="SQOutliers" /> | 2637 </inherits> |
2638 </inherits> | 2638 <fields> |
2639 <fields> | 2639 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 0" /> |
2640 <field name="pointsize" type="int" default="6" /> | 2640 </fields> |
2641 <field name="pointcolor" type="color" default="100, 255, 255" /> | 2641 </theme> |
2642 </fields> | 2642 |
2643 </theme> | 2643 <!-- S-INFO Flow-Depth Themes --> |
2644 <theme name="SQOutliersC"> | 2644 <theme name="SInfoFlowDepth"> |
2645 <inherits> | 2645 <inherits> |
2646 <inherit from="SQOutliers" /> | 2646 <inherit from="LongitudinalSectionW" /> |
2647 </inherits> | 2647 </inherits> |
2648 <fields> | 2648 <fields> |
2649 <field name="pointsize" type="int" default="6" /> | 2649 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> |
2650 <field name="pointcolor" type="color" default="100, 255, 100" /> | 2650 </fields> |
2651 </fields> | 2651 </theme> |
2652 </theme> | 2652 <theme name="SInfoFlowDepthWithTkh"> |
2653 <theme name="SQOutliersD"> | 2653 <inherits> |
2654 <inherits> | 2654 <inherit from="LongitudinalSectionW" /> |
2655 <inherit from="SQOutliers" /> | 2655 </inherits> |
2656 </inherits> | 2656 <fields> |
2657 <fields> | 2657 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 255" /> |
2658 <field name="pointsize" type="int" default="6" /> | 2658 </fields> |
2659 <field name="pointcolor" type="color" default="255, 100, 255" /> | 2659 </theme> |
2660 </fields> | 2660 <theme name="SInfoFlowDepthMin"> |
2661 </theme> | 2661 <inherits> |
2662 <theme name="SQOutliersE"> | 2662 <inherit from="LongitudinalSectionW" /> |
2663 <inherits> | 2663 </inherits> |
2664 <inherit from="SQOutliers" /> | 2664 <fields> |
2665 </inherits> | 2665 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 255" /> |
2666 <fields> | 2666 </fields> |
2667 <field name="pointsize" type="int" default="6" /> | 2667 </theme> |
2668 <field name="pointcolor" type="color" default="255, 255, 100" /> | 2668 <theme name="SInfoFlowDepthMax"> |
2669 </fields> | 2669 <inherits> |
2670 </theme> | 2670 <inherit from="LongitudinalSectionW" /> |
2671 <theme name="SQOutliersF"> | 2671 </inherits> |
2672 <inherits> | 2672 <fields> |
2673 <inherit from="SQOutliers" /> | 2673 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> |
2674 </inherits> | 2674 </fields> |
2675 <fields> | 2675 </theme> |
2676 <field name="pointsize" type="int" default="6" /> | 2676 <theme name="SInfoFlowDepthCurrent"> |
2677 <field name="pointcolor" type="color" default="255, 100, 100" /> | 2677 <inherits> |
2678 </fields> | 2678 <inherit from="LongitudinalSectionW" /> |
2679 </theme> | 2679 </inherits> |
2680 <theme name="SQOutliersG"> | 2680 <fields> |
2681 <inherits> | 2681 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 128" /> |
2682 <inherit from="SQOutliers" /> | 2682 </fields> |
2683 </inherits> | 2683 </theme> |
2684 <fields> | 2684 <theme name="SInfoFlowDepthHistorical"> |
2685 <field name="pointsize" type="int" default="6" /> | 2685 <inherits> |
2686 <field name="pointcolor" type="color" default="100, 100, 100" /> | 2686 <inherit from="LongitudinalSectionW" /> |
2687 </fields> | 2687 </inherits> |
2688 </theme> | 2688 <fields> |
2689 | 2689 <field name="linecolor" type="Color" display="Linienfarbe" default="51, 102, 255" /> |
2690 <theme name="SQOutliersOverviewA"> | 2690 </fields> |
2691 <inherits> | 2691 </theme> |
2692 <inherit from="SQOutliersA" /> | 2692 <theme name="SInfoTkh"> |
2693 </inherits> | 2693 <inherits> |
2694 <fields> | 2694 <inherit from="Lines" /> |
2695 <field name="showpointlabel" type="boolean" | 2695 <inherit from="Points" /> |
2696 display="Punktbeschriftung anzeigen" default="false"/> | 2696 <inherit from="Label" /> |
2697 </fields> | 2697 </inherits> |
2698 </theme> | 2698 <fields> |
2699 <theme name="SQOutliersOverviewB"> | 2699 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> |
2700 <inherits> | 2700 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> |
2701 <inherit from="SQOutliersB" /> | 2701 |
2702 </inherits> | 2702 <field name="calculateRange" type="boolean" display="Ausdehnung berechnen" default="true" hints="hidden" /> |
2703 <fields> | 2703 |
2704 <field name="showpointlabel" type="boolean" | 2704 <!-- Areas use 'showborder' instead of showlines (but inconsistently uses 'linecolor' and 'linesize'), so we hide 'showline' and replace it with 'showbordder' --> |
2705 display="Punktbeschriftung anzeigen" default="false"/> | 2705 <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="hidden" /> |
2706 </fields> | 2706 <field name="showborder" type="boolean" display="Linien anzeigen" default="true" /> |
2707 </theme> | 2707 <field name="linecolor" type="Color" display="Linienfarbe" default="228, 108, 10" /> |
2708 <theme name="SQOutliersOverviewC"> | 2708 <field name="linesize" type="int" display="Liniendicke" default="1" /> |
2709 <inherits> | 2709 |
2710 <inherit from="SQOutliersC" /> | 2710 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="false" /> |
2711 </inherits> | 2711 |
2712 <fields> | 2712 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" /> |
2713 <field name="showpointlabel" type="boolean" | 2713 <field name="areabgcolor" type="Color" default="245, 245, 220" display="Füllfarbe" /> |
2714 display="Punktbeschriftung anzeigen" default="false"/> | 2714 <field name="areabgpattern" type="areapattern" default="patternFill" display="Flächentyp" /> |
2715 </fields> | 2715 <field name="areatransparency" type="int" default="20" /> |
2716 </theme> | 2716 |
2717 <theme name="SQOutliersOverviewD"> | 2717 <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> |
2718 <inherits> | 2718 |
2719 <inherit from="SQOutliersD" /> | 2719 <field name="showmaximum" type="boolean" display="Maximum anzeigen" default="false" /> |
2720 </inherits> | 2720 </fields> |
2721 <fields> | 2721 </theme> |
2722 <field name="showpointlabel" type="boolean" | 2722 <theme name="SInfoFlowDepthDevelopment"> |
2723 display="Punktbeschriftung anzeigen" default="false"/> | 2723 <inherits> |
2724 </fields> | 2724 <inherit from="LongitudinalSectionW" /> |
2725 </theme> | 2725 </inherits> |
2726 <theme name="SQOutliersOverviewE"> | 2726 <fields> |
2727 <inherits> | 2727 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> |
2728 <inherit from="SQOutliersE" /> | 2728 </fields> |
2729 </inherits> | 2729 </theme> |
2730 <fields> | 2730 <theme name="SInfoFlowDepthDevelopmentPerYear"> |
2731 <field name="showpointlabel" type="boolean" | 2731 <inherits> |
2732 display="Punktbeschriftung anzeigen" default="false"/> | 2732 <inherit from="LongitudinalSectionW" /> |
2733 </fields> | 2733 </inherits> |
2734 </theme> | 2734 <fields> |
2735 <theme name="SQOutliersOverviewF"> | 2735 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> |
2736 <inherits> | 2736 </fields> |
2737 <inherit from="SQOutliersF" /> | 2737 </theme> |
2738 </inherits> | 2738 <theme name="SInfoWaterlevelDifference"> |
2739 <fields> | 2739 <inherits> |
2740 <field name="showpointlabel" type="boolean" | 2740 <inherit from="LongitudinalSectionW" /> |
2741 display="Punktbeschriftung anzeigen" default="false"/> | 2741 </inherits> |
2742 </fields> | 2742 <fields> |
2743 </theme> | 2743 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102" /> |
2744 <theme name="SQOutliersOverviewG"> | 2744 </fields> |
2745 <inherits> | 2745 </theme> |
2746 <inherit from="SQOutliersG" /> | 2746 <theme name="SInfoBedHeightDifference"> |
2747 </inherits> | 2747 <inherits> |
2748 <fields> | 2748 <inherit from="LongitudinalSectionW" /> |
2749 <field name="showpointlabel" type="boolean" | 2749 </inherits> |
2750 display="Punktbeschriftung anzeigen" default="false"/> | 2750 <fields> |
2751 </fields> | 2751 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0" /> |
2752 </theme> | 2752 </fields> |
2753 | 2753 </theme> |
2754 <theme name="SQCurveA"> | 2754 <theme name="SInfoPredefinedChannelWidth"> |
2755 <inherits> | 2755 <inherits> |
2756 <inherit from="SQCurve" /> | 2756 <inherit from="LongitudinalSectionW" /> |
2757 </inherits> | 2757 </inherits> |
2758 <fields> | 2758 <fields> |
2759 <field name="linecolor" type="color" default="0, 0, 175" /> | 2759 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 64, 0" /> |
2760 </fields> | 2760 </fields> |
2761 </theme> | 2761 </theme> |
2762 <theme name="SQCurveB"> | 2762 <theme name="SInfoPredefinedChannelDepth"> |
2763 <inherits> | 2763 <inherits> |
2764 <inherit from="SQCurve" /> | 2764 <inherit from="LongitudinalSectionW" /> |
2765 </inherits> | 2765 </inherits> |
2766 <fields> | 2766 <fields> |
2767 <field name="linecolor" type="color" default="0, 175, 175" /> | 2767 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 64, 64" /> |
2768 </fields> | 2768 </fields> |
2769 </theme> | 2769 </theme> |
2770 <theme name="SQCurveC"> | 2770 <theme name="SInfoPredefinedTkh"> |
2771 <inherits> | 2771 <inherits> |
2772 <inherit from="SQCurve" /> | 2772 <inherit from="SInfoTkh" /> |
2773 </inherits> | 2773 </inherits> |
2774 <fields> | 2774 <fields> |
2775 <field name="linecolor" type="color" default="0, 175, 0" /> | 2775 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 64, 10" /> |
2776 </fields> | 2776 <field name="areabgcolor" type="Color" default="255, 240, 224" display="Füllfarbe" /> |
2777 </theme> | 2777 <field name="areabgpattern" type="areapattern" default="patternFill" display="Flächentyp" /> |
2778 <theme name="SQCurveD"> | 2778 <field name="areatransparency" type="int" default="20" /> |
2779 <inherits> | 2779 </fields> |
2780 <inherit from="SQCurve" /> | 2780 </theme> |
2781 </inherits> | 2781 <theme name="SInfoPredefinedDepthEvol"> |
2782 <fields> | 2782 <inherits> |
2783 <field name="linecolor" type="color" default="175, 0, 175" /> | 2783 <inherit from="LongitudinalSectionW" /> |
2784 </fields> | 2784 </inherits> |
2785 </theme> | 2785 <fields> |
2786 <theme name="SQCurveE"> | 2786 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 192" /> |
2787 <inherits> | 2787 </fields> |
2788 <inherit from="SQCurve" /> | 2788 </theme> |
2789 </inherits> | 2789 <theme name="SInfoPredefinedDepthEvolPerYear"> |
2790 <fields> | 2790 <inherits> |
2791 <field name="linecolor" type="color" default="175, 175, 0" /> | 2791 <inherit from="LongitudinalSectionW" /> |
2792 </fields> | 2792 </inherits> |
2793 </theme> | 2793 <fields> |
2794 <theme name="SQCurveF"> | 2794 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 128" /> |
2795 <inherits> | 2795 </fields> |
2796 <inherit from="SQCurve" /> | 2796 </theme> |
2797 </inherits> | 2797 <theme name="SInfoPredefinedFlowDepth"> |
2798 <fields> | 2798 <inherits> |
2799 <field name="linecolor" type="color" default="175, 0, 0" /> | 2799 <inherit from="LongitudinalSectionW" /> |
2800 </fields> | 2800 </inherits> |
2801 </theme> | 2801 <fields> |
2802 <theme name="SQCurveG"> | 2802 <field name="linecolor" type="Color" display="Linienfarbe" default="96, 128, 192" /> |
2803 <inherits> | 2803 </fields> |
2804 <inherit from="SQCurve" /> | 2804 </theme> |
2805 </inherits> | 2805 <theme name="SInfoInfrastructureHeight"> |
2806 <fields> | 2806 <inherits> |
2807 <field name="linecolor" type="color" default="175, 175, 175" /> | 2807 <inherit from="LongitudinalSectionPoints" /> |
2808 </fields> | 2808 <inherit from="Label" /> |
2809 </theme> | 2809 </inherits> |
2810 | 2810 <fields> |
2811 <theme name="SQOutlierCurveA"> | 2811 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
2812 <inherits> | 2812 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 192, 0" /> |
2813 <inherit from="SQCurveA" /> | 2813 </fields> |
2814 </inherits> | 2814 </theme> |
2815 <fields> | 2815 <theme name="SInfoCollisionCount"> |
2816 <field name="linesize" type="int" display="Liniendicke" default="1"/> | 2816 <inherits> |
2817 </fields> | 2817 <inherit from="LongitudinalSectionPoints" /> |
2818 </theme> | 2818 </inherits> |
2819 <theme name="SQOutlierCurveB"> | 2819 <fields> |
2820 <inherits> | 2820 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
2821 <inherit from="SQCurveB" /> | 2821 <field name="pointcolor" type="Color" display="Punktfarbe" default="64, 192, 64" /> |
2822 </inherits> | 2822 </fields> |
2823 <fields> | 2823 </theme> |
2824 <field name="linesize" type="int" display="Liniendicke" default="1"/> | 2824 <theme name="SInfoCollisionCount2"> |
2825 </fields> | 2825 <inherits> |
2826 </theme> | 2826 <inherit from="LongitudinalSectionPoints" /> |
2827 <theme name="SQOutlierCurveC"> | 2827 </inherits> |
2828 <inherits> | 2828 <fields> |
2829 <inherit from="SQCurveC" /> | 2829 <field name="pointsize" type="int" display="Punktdicke" default="2" /> |
2830 </inherits> | 2830 <field name="pointcolor" type="Color" display="Punktfarbe" default="192, 0, 0" /> |
2831 <fields> | 2831 </fields> |
2832 <field name="linesize" type="int" display="Liniendicke" default="1"/> | 2832 </theme> |
2833 </fields> | 2833 <theme name="SInfoCollisionCount3"> |
2834 </theme> | 2834 <inherits> |
2835 <theme name="SQOutlierCurveD"> | 2835 <inherit from="LongitudinalSectionPoints" /> |
2836 <inherits> | 2836 </inherits> |
2837 <inherit from="SQCurveD" /> | 2837 <fields> |
2838 </inherits> | 2838 <field name="pointsize" type="int" display="Punktdicke" default="2" /> |
2839 <fields> | 2839 <field name="pointcolor" type="Color" display="Punktfarbe" default="48, 96, 255" /> |
2840 <field name="linesize" type="int" display="Liniendicke" default="1"/> | 2840 </fields> |
2841 </fields> | 2841 </theme> |
2842 </theme> | 2842 <theme name="SInfoFloodDuration"> |
2843 <theme name="SQOutlierCurveE"> | 2843 <inherits> |
2844 <inherits> | 2844 <inherit from="LongitudinalSectionPoints" /> |
2845 <inherit from="SQCurveE" /> | 2845 </inherits> |
2846 </inherits> | 2846 <fields> |
2847 <fields> | 2847 <field name="pointsize" type="int" display="Punktdicke" default="3" /> |
2848 <field name="linesize" type="int" display="Liniendicke" default="1"/> | 2848 <field name="pointcolor" type="Color" display="Punktfarbe" default="68, 216, 40" /> |
2849 </fields> | 2849 </fields> |
2850 </theme> | 2850 </theme> |
2851 <theme name="SQOutlierCurveF"> | 2851 <theme name="SInfoMainValues"> |
2852 <inherits> | 2852 <inherits> |
2853 <inherit from="SQCurveF" /> | 2853 <inherit from="MainValuesW" /> |
2854 </inherits> | 2854 </inherits> |
2855 <fields> | 2855 <fields> |
2856 <field name="linesize" type="int" display="Liniendicke" default="1"/> | 2856 <field name="linecolor" type="Color" display="Farbe" default="0, 96, 192" /> |
2857 </fields> | 2857 </fields> |
2858 </theme> | 2858 </theme> |
2859 <theme name="SQOutlierCurveG"> | |
2860 <inherits> | |
2861 <inherit from="SQCurveG" /> | |
2862 </inherits> | |
2863 <fields> | |
2864 <field name="linesize" type="int" display="Liniendicke" default="1"/> | |
2865 </fields> | |
2866 </theme> | |
2867 | |
2868 <theme name="Porosity"> | |
2869 <inherits> | |
2870 <inherit from="LongitudinalSection" /> | |
2871 </inherits> | |
2872 <fields> | |
2873 <field name="linecolor" type="color" default="175, 175, 175" /> | |
2874 </fields> | |
2875 </theme> | |
2876 | |
2877 <!-- S-INFO Data-Themes --> | |
2878 <theme name="SInfoBedHeightMin"> | |
2879 <inherits> | |
2880 <inherit from="LongitudinalSectionW" /> | |
2881 </inherits> | |
2882 <fields> | |
2883 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 0" /> | |
2884 </fields> | |
2885 </theme> | |
2886 <theme name="SInfoBedHeightMax"> | |
2887 <inherits> | |
2888 <inherit from="LongitudinalSectionW" /> | |
2889 </inherits> | |
2890 <fields> | |
2891 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 0" /> | |
2892 </fields> | |
2893 </theme> | |
2894 | |
2895 <!-- S-INFO Flow-Depth Themes --> | |
2896 <theme name="SInfoFlowDepth"> | |
2897 <inherits> | |
2898 <inherit from="LongitudinalSectionW" /> | |
2899 </inherits> | |
2900 <fields> | |
2901 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> | |
2902 </fields> | |
2903 </theme> | |
2904 <theme name="SInfoFlowDepthWithTkh"> | |
2905 <inherits> | |
2906 <inherit from="LongitudinalSectionW" /> | |
2907 </inherits> | |
2908 <fields> | |
2909 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 255" /> | |
2910 </fields> | |
2911 </theme> | |
2912 <theme name="SInfoFlowDepthMin"> | |
2913 <inherits> | |
2914 <inherit from="LongitudinalSectionW" /> | |
2915 </inherits> | |
2916 <fields> | |
2917 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 255" /> | |
2918 </fields> | |
2919 </theme> | |
2920 <theme name="SInfoFlowDepthMax"> | |
2921 <inherits> | |
2922 <inherit from="LongitudinalSectionW" /> | |
2923 </inherits> | |
2924 <fields> | |
2925 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> | |
2926 </fields> | |
2927 </theme> | |
2928 <theme name="SInfoFlowDepthCurrent"> | |
2929 <inherits> | |
2930 <inherit from="LongitudinalSectionW" /> | |
2931 </inherits> | |
2932 <fields> | |
2933 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 128" /> | |
2934 </fields> | |
2935 </theme> | |
2936 <theme name="SInfoFlowDepthHistorical"> | |
2937 <inherits> | |
2938 <inherit from="LongitudinalSectionW" /> | |
2939 </inherits> | |
2940 <fields> | |
2941 <field name="linecolor" type="Color" display="Linienfarbe" default="51, 102, 255" /> | |
2942 </fields> | |
2943 </theme> | |
2944 <theme name="SInfoTkh"> | |
2945 <inherits> | |
2946 <inherit from="Lines" /> | |
2947 <inherit from="Points" /> | |
2948 <inherit from="Label" /> | |
2949 </inherits> | |
2950 <fields> | |
2951 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false" /> | |
2952 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
2953 | |
2954 <field name="calculateRange" type="boolean" display="Ausdehnung berechnen" default="true" hints="hidden" /> | |
2955 | |
2956 <!-- Areas use 'showborder' instead of showlines (but inconsistently uses 'linecolor' and 'linesize'), so we hide 'showline' and replace it with 'showbordder' --> | |
2957 <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="hidden"/> | |
2958 <field name="showborder" type="boolean" display="Linien anzeigen" default="true" /> | |
2959 <field name="linecolor" type="Color" display="Linienfarbe" default="228, 108, 10" /> | |
2960 <field name="linesize" type="int" display="Liniendicke" default="1"/> | |
2961 | |
2962 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="false" /> | |
2963 | |
2964 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" /> | |
2965 <field name="areabgcolor" type="Color" default="245, 245, 220" display="Füllfarbe" /> | |
2966 <field name="areabgpattern" type="areapattern" default="patternFill" display="Flächentyp" /> | |
2967 <field name="areatransparency" type="int" default="20" /> | |
2968 | |
2969 <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="false" hints="hidden"/> | |
2970 | |
2971 <field name="showmaximum" type="boolean" display="Maximum anzeigen" default="false" /> | |
2972 </fields> | |
2973 </theme> | |
2974 <theme name="SInfoFlowDepthDevelopment"> | |
2975 <inherits> | |
2976 <inherit from="LongitudinalSectionW" /> | |
2977 </inherits> | |
2978 <fields> | |
2979 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> | |
2980 </fields> | |
2981 </theme> | |
2982 <theme name="SInfoFlowDepthDevelopmentPerYear"> | |
2983 <inherits> | |
2984 <inherit from="LongitudinalSectionW" /> | |
2985 </inherits> | |
2986 <fields> | |
2987 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255" /> | |
2988 </fields> | |
2989 </theme> | |
2990 <theme name="SInfoWaterlevelDifference"> | |
2991 <inherits> | |
2992 <inherit from="LongitudinalSectionW" /> | |
2993 </inherits> | |
2994 <fields> | |
2995 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102" /> | |
2996 </fields> | |
2997 </theme> | |
2998 <theme name="SInfoBedHeightDifference"> | |
2999 <inherits> | |
3000 <inherit from="LongitudinalSectionW" /> | |
3001 </inherits> | |
3002 <fields> | |
3003 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0" /> | |
3004 </fields> | |
3005 </theme> | |
3006 <theme name="SInfoPredefinedChannelWidth"> | |
3007 <inherits> | |
3008 <inherit from="LongitudinalSectionW" /> | |
3009 </inherits> | |
3010 <fields> | |
3011 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 64, 0" /> | |
3012 </fields> | |
3013 </theme> | |
3014 <theme name="SInfoPredefinedChannelDepth"> | |
3015 <inherits> | |
3016 <inherit from="LongitudinalSectionW" /> | |
3017 </inherits> | |
3018 <fields> | |
3019 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 64, 64" /> | |
3020 </fields> | |
3021 </theme> | |
3022 <theme name="SInfoPredefinedTkh"> | |
3023 <inherits> | |
3024 <inherit from="SInfoTkh" /> | |
3025 </inherits> | |
3026 <fields> | |
3027 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 64, 10" /> | |
3028 <field name="areabgcolor" type="Color" default="255, 240, 224" display="Füllfarbe" /> | |
3029 <field name="areabgpattern" type="areapattern" default="patternFill" display="Flächentyp" /> | |
3030 <field name="areatransparency" type="int" default="20" /> | |
3031 </fields> | |
3032 </theme> | |
3033 <theme name="SInfoPredefinedDepthEvol"> | |
3034 <inherits> | |
3035 <inherit from="LongitudinalSectionW" /> | |
3036 </inherits> | |
3037 <fields> | |
3038 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 192" /> | |
3039 </fields> | |
3040 </theme> | |
3041 <theme name="SInfoPredefinedDepthEvolPerYear"> | |
3042 <inherits> | |
3043 <inherit from="LongitudinalSectionW" /> | |
3044 </inherits> | |
3045 <fields> | |
3046 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 128" /> | |
3047 </fields> | |
3048 </theme> | |
3049 <theme name="SInfoPredefinedFlowDepth"> | |
3050 <inherits> | |
3051 <inherit from="LongitudinalSectionW" /> | |
3052 </inherits> | |
3053 <fields> | |
3054 <field name="linecolor" type="Color" display="Linienfarbe" default="96, 128, 192" /> | |
3055 </fields> | |
3056 </theme> | |
3057 <theme name="SInfoInfrastructureHeight"> | |
3058 <inherits> | |
3059 <inherit from="LongitudinalSectionPoints" /> | |
3060 <inherit from="Label" /> | |
3061 </inherits> | |
3062 <fields> | |
3063 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | |
3064 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 192, 0" /> | |
3065 </fields> | |
3066 </theme> | |
3067 <theme name="SInfoCollisionCount"> | |
3068 <inherits> | |
3069 <inherit from="LongitudinalSectionPoints" /> | |
3070 </inherits> | |
3071 <fields> | |
3072 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | |
3073 <field name="pointcolor" type="Color" display="Punktfarbe" default="64, 192, 64" /> | |
3074 </fields> | |
3075 </theme> | |
3076 <theme name="SInfoCollisionCount2"> | |
3077 <inherits> | |
3078 <inherit from="LongitudinalSectionPoints" /> | |
3079 </inherits> | |
3080 <fields> | |
3081 <field name="pointsize" type="int" display="Punktdicke" default="2" /> | |
3082 <field name="pointcolor" type="Color" display="Punktfarbe" default="192, 0, 0" /> | |
3083 </fields> | |
3084 </theme> | |
3085 <theme name="SInfoCollisionCount3"> | |
3086 <inherits> | |
3087 <inherit from="LongitudinalSectionPoints" /> | |
3088 </inherits> | |
3089 <fields> | |
3090 <field name="pointsize" type="int" display="Punktdicke" default="2" /> | |
3091 <field name="pointcolor" type="Color" display="Punktfarbe" default="48, 96, 255" /> | |
3092 </fields> | |
3093 </theme> | |
3094 <theme name="SInfoFloodDuration"> | |
3095 <inherits> | |
3096 <inherit from="LongitudinalSectionPoints" /> | |
3097 </inherits> | |
3098 <fields> | |
3099 <field name="pointsize" type="int" display="Punktdicke" default="3" /> | |
3100 <field name="pointcolor" type="Color" display="Punktfarbe" default="68, 216, 40" /> | |
3101 </fields> | |
3102 </theme> | |
3103 <theme name="SInfoMainValues"> | |
3104 <inherits> | |
3105 <inherit from="MainValuesW" /> | |
3106 </inherits> | |
3107 <fields> | |
3108 <field name="linecolor" type="Color" display="Farbe" default="0, 96, 192" /> | |
3109 </fields> | |
3110 </theme> | |
3111 | |
3112 | |
3113 </themegroup> | 2859 </themegroup> |