Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes.xml @ 3239:fb11bd37ddb8
Improved the structure of themes.xml; moved theme groups to own XML files.
flys-artifacts/trunk@4871 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 04 Jul 2012 06:35:47 +0000 |
parents | cdbc457e23e2 |
children | 1dca41dba135 |
comparison
equal
deleted
inserted
replaced
3238:112c3f0fc075 | 3239:fb11bd37ddb8 |
---|---|
1 <!DOCTYPE themes [ | |
2 <!ENTITY default-themes SYSTEM "conf/default-themes.xml"> | |
3 <!ENTITY second-themes SYSTEM "conf/second-themes.xml"> | |
4 <!ENTITY virtual-themes SYSTEM "conf/virtual-themes.xml"> | |
5 ]> | |
1 <themes> | 6 <themes> |
2 | 7 &default-themes; |
3 <!-- Concrete themes are following now! --> | 8 &second-themes; |
4 <themegroup name="default"> | 9 &virtual-themes; |
5 <theme name="DischargeCurve"> | |
6 <inherits> | |
7 <inherit from="HiddenColorLines"/> | |
8 <inherit from="MinMaxPoints"/> | |
9 </inherits> | |
10 <fields> | |
11 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> | |
12 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
13 </fields> | |
14 </theme> | |
15 | |
16 | |
17 <!-- concrete theme for historical discharge curves --> | |
18 <theme name="HistoricalDischargeCurveQ"> | |
19 <inherits> | |
20 <inherit from="HiddenColorLines"/> | |
21 <inherit from="MinMaxPoints"/> | |
22 </inherits> | |
23 <fields> | |
24 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> | |
25 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
26 </fields> | |
27 </theme> | |
28 | |
29 <theme name="HistoricalDischargeCurveQDiff"> | |
30 <inherits> | |
31 <inherit from="HiddenColorLines"/> | |
32 <inherit from="MinMaxPoints"/> | |
33 </inherits> | |
34 <fields> | |
35 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
36 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
37 </fields> | |
38 </theme> | |
39 | |
40 | |
41 <!-- | |
42 Discharge Longitudinal Section | |
43 --> | |
44 <theme name="LongitudinalSectionW"> | |
45 <inherits> | |
46 <inherit from="HiddenColorLines"/> | |
47 <inherit from="MinMaxPoints"/> | |
48 </inherits> | |
49 <fields> | |
50 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
51 </fields> | |
52 </theme> | |
53 | |
54 <theme name="LongitudinalSectionW_HQ1"> | |
55 <inherits> | |
56 <inherit from="LongitudinalSectionW"/> | |
57 </inherits> | |
58 <fields> | |
59 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
60 </fields> | |
61 </theme> | |
62 | |
63 <theme name="LongitudinalSectionW_HQ2"> | |
64 <inherits> | |
65 <inherit from="LongitudinalSectionW"/> | |
66 </inherits> | |
67 <fields> | |
68 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
69 </fields> | |
70 </theme> | |
71 | |
72 <theme name="LongitudinalSectionW_HQ5"> | |
73 <inherits> | |
74 <inherit from="LongitudinalSectionW"/> | |
75 </inherits> | |
76 <fields> | |
77 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/> | |
78 </fields> | |
79 </theme> | |
80 | |
81 <theme name="LongitudinalSectionW_HQ10"> | |
82 <inherits> | |
83 <inherit from="LongitudinalSectionW"/> | |
84 </inherits> | |
85 <fields> | |
86 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> | |
87 </fields> | |
88 </theme> | |
89 | |
90 <theme name="LongitudinalSectionW_HQ20"> | |
91 <inherits> | |
92 <inherit from="LongitudinalSectionW"/> | |
93 </inherits> | |
94 <fields> | |
95 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/> | |
96 </fields> | |
97 </theme> | |
98 | |
99 <theme name="LongitudinalSectionW_HQ25"> | |
100 <inherits> | |
101 <inherit from="LongitudinalSectionW"/> | |
102 </inherits> | |
103 <fields> | |
104 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/> | |
105 </fields> | |
106 </theme> | |
107 | |
108 <theme name="LongitudinalSectionW_HQ50"> | |
109 <inherits> | |
110 <inherit from="LongitudinalSectionW"/> | |
111 </inherits> | |
112 <fields> | |
113 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 0"/> | |
114 </fields> | |
115 </theme> | |
116 | |
117 <theme name="LongitudinalSectionW_HQ100"> | |
118 <inherits> | |
119 <inherit from="LongitudinalSectionW"/> | |
120 </inherits> | |
121 <fields> | |
122 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> | |
123 </fields> | |
124 </theme> | |
125 | |
126 <theme name="LongitudinalSectionW_HQ200"> | |
127 <inherits> | |
128 <inherit from="LongitudinalSectionW"/> | |
129 </inherits> | |
130 <fields> | |
131 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> | |
132 </fields> | |
133 </theme> | |
134 | |
135 <theme name="LongitudinalSectionW_HQ500"> | |
136 <inherits> | |
137 <inherit from="LongitudinalSectionW"/> | |
138 </inherits> | |
139 <fields> | |
140 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> | |
141 </fields> | |
142 </theme> | |
143 | |
144 <theme name="LongitudinalSectionW_HQ1000"> | |
145 <inherits> | |
146 <inherit from="LongitudinalSectionW"/> | |
147 </inherits> | |
148 <fields> | |
149 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
150 </fields> | |
151 </theme> | |
152 | |
153 <theme name="LongitudinalSectionW_HQRZ"> | |
154 <inherits> | |
155 <inherit from="LongitudinalSectionW"/> | |
156 </inherits> | |
157 <fields> | |
158 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> | |
159 </fields> | |
160 </theme> | |
161 | |
162 <theme name="LongitudinalSectionW_HSQ"> | |
163 <inherits> | |
164 <inherit from="LongitudinalSectionW"/> | |
165 </inherits> | |
166 <fields> | |
167 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/> | |
168 </fields> | |
169 </theme> | |
170 | |
171 <theme name="LongitudinalSectionW_MHQ"> | |
172 <inherits> | |
173 <inherit from="LongitudinalSectionW"/> | |
174 </inherits> | |
175 <fields> | |
176 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> | |
177 </fields> | |
178 </theme> | |
179 | |
180 <theme name="LongitudinalSectionW_MNQ"> | |
181 <inherits> | |
182 <inherit from="LongitudinalSectionW"/> | |
183 </inherits> | |
184 <fields> | |
185 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> | |
186 </fields> | |
187 </theme> | |
188 | |
189 <theme name="LongitudinalSectionW_MQ"> | |
190 <inherits> | |
191 <inherit from="LongitudinalSectionW"/> | |
192 </inherits> | |
193 <fields> | |
194 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/> | |
195 </fields> | |
196 </theme> | |
197 | |
198 <theme name="LongitudinalSectionW_NQ"> | |
199 <inherits> | |
200 <inherit from="LongitudinalSectionW"/> | |
201 </inherits> | |
202 <fields> | |
203 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/> | |
204 </fields> | |
205 </theme> | |
206 | |
207 <theme name="LongitudinalSectionW_HQExtrem"> | |
208 <inherits> | |
209 <inherit from="LongitudinalSectionW"/> | |
210 </inherits> | |
211 <fields> | |
212 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
213 </fields> | |
214 </theme> | |
215 | |
216 <theme name="LongitudinalSectionPoints"> | |
217 <inherits> | |
218 <inherit from="LongitudinalSectionW"/> | |
219 </inherits> | |
220 <fields> | |
221 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | |
222 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | |
223 </fields> | |
224 </theme> | |
225 | |
226 <theme name="LongitudinalSectionW_HQ1_Points"> | |
227 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
228 <fields> | |
229 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
230 </fields> | |
231 </theme> | |
232 | |
233 <theme name="LongitudinalSectionW_HQ2_Points"> | |
234 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
235 <fields> | |
236 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
237 </fields> | |
238 </theme> | |
239 | |
240 <theme name="LongitudinalSectionW_HQ5_Points"> | |
241 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
242 <fields> | |
243 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/> | |
244 </fields> | |
245 </theme> | |
246 | |
247 <theme name="LongitudinalSectionW_HQ10_Points"> | |
248 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
249 <fields> | |
250 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> | |
251 </fields> | |
252 </theme> | |
253 | |
254 <theme name="LongitudinalSectionW_HQ20_Points"> | |
255 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
256 <fields> | |
257 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/> | |
258 </fields> | |
259 </theme> | |
260 | |
261 <theme name="LongitudinalSectionW_HQ25_Points"> | |
262 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
263 <fields> | |
264 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/> | |
265 </fields> | |
266 </theme> | |
267 | |
268 <theme name="LongitudinalSectionW_HQ50_Points"> | |
269 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
270 <fields> | |
271 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/> | |
272 </fields> | |
273 </theme> | |
274 | |
275 <theme name="LongitudinalSectionW_HQ100_Points"> | |
276 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
277 <fields> | |
278 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/> | |
279 </fields> | |
280 </theme> | |
281 | |
282 <theme name="LongitudinalSectionW_HQ200_Points"> | |
283 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
284 <fields> | |
285 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> | |
286 </fields> | |
287 </theme> | |
288 | |
289 <theme name="LongitudinalSectionW_HQ500_Points"> | |
290 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
291 <fields> | |
292 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> | |
293 </fields> | |
294 </theme> | |
295 | |
296 <theme name="LongitudinalSectionW_HQ1000_Points"> | |
297 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
298 <fields> | |
299 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
300 </fields> | |
301 </theme> | |
302 | |
303 <theme name="LongitudinalSectionW_HQRZ_Points"> | |
304 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
305 <fields> | |
306 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> | |
307 </fields> | |
308 </theme> | |
309 | |
310 <theme name="LongitudinalSectionW_HSQ_Points"> | |
311 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
312 <fields> | |
313 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/> | |
314 </fields> | |
315 </theme> | |
316 | |
317 <theme name="LongitudinalSectionW_MHQ_Points"> | |
318 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
319 <fields> | |
320 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> | |
321 </fields> | |
322 </theme> | |
323 | |
324 <theme name="LongitudinalSectionW_MNQ_Points"> | |
325 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
326 <fields> | |
327 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> | |
328 </fields> | |
329 </theme> | |
330 | |
331 <theme name="LongitudinalSectionW_MQ_Points"> | |
332 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
333 <fields> | |
334 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/> | |
335 </fields> | |
336 </theme> | |
337 | |
338 <theme name="LongitudinalSectionW_NQ_Points"> | |
339 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
340 <fields> | |
341 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/> | |
342 </fields> | |
343 </theme> | |
344 | |
345 <theme name="LongitudinalSectionW_HQExtrem_Points"> | |
346 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
347 <fields> | |
348 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
349 </fields> | |
350 </theme> | |
351 | |
352 <!-- | |
353 Longitudinal Section Q's | |
354 --> | |
355 | |
356 <theme name="LongitudinalSectionQ"> | |
357 <inherits> | |
358 <inherit from="HiddenColorLines"/> | |
359 <inherit from="MinMaxPoints"/> | |
360 </inherits> | |
361 <fields> | |
362 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
363 </fields> | |
364 </theme> | |
365 | |
366 <theme name="LongitudinalSectionQ_HQ1"> | |
367 <inherits> | |
368 <inherit from="LongitudinalSectionQ"/> | |
369 </inherits> | |
370 <fields> | |
371 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
372 </fields> | |
373 </theme> | |
374 | |
375 <theme name="LongitudinalSectionQ_HQ2"> | |
376 <inherits> | |
377 <inherit from="LongitudinalSectionQ"/> | |
378 </inherits> | |
379 <fields> | |
380 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
381 </fields> | |
382 </theme> | |
383 | |
384 <theme name="LongitudinalSectionQ_HQ5"> | |
385 <inherits> | |
386 <inherit from="LongitudinalSectionQ"/> | |
387 </inherits> | |
388 <fields> | |
389 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/> | |
390 </fields> | |
391 </theme> | |
392 | |
393 <theme name="LongitudinalSectionQ_HQ10"> | |
394 <inherits> | |
395 <inherit from="LongitudinalSectionQ"/> | |
396 </inherits> | |
397 <fields> | |
398 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> | |
399 </fields> | |
400 </theme> | |
401 | |
402 <theme name="LongitudinalSectionQ_HQ20"> | |
403 <inherits> | |
404 <inherit from="LongitudinalSectionQ"/> | |
405 </inherits> | |
406 <fields> | |
407 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/> | |
408 </fields> | |
409 </theme> | |
410 | |
411 <theme name="LongitudinalSectionQ_HQ25"> | |
412 <inherits> | |
413 <inherit from="LongitudinalSectionQ"/> | |
414 </inherits> | |
415 <fields> | |
416 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/> | |
417 </fields> | |
418 </theme> | |
419 | |
420 <theme name="LongitudinalSectionQ_HQ50"> | |
421 <inherits> | |
422 <inherit from="LongitudinalSectionQ"/> | |
423 </inherits> | |
424 <fields> | |
425 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/> | |
426 </fields> | |
427 </theme> | |
428 | |
429 <theme name="LongitudinalSectionQ_HQ100"> | |
430 <inherits> | |
431 <inherit from="LongitudinalSectionQ"/> | |
432 </inherits> | |
433 <fields> | |
434 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/> | |
435 </fields> | |
436 </theme> | |
437 | |
438 <theme name="LongitudinalSectionQ_HQ200"> | |
439 <inherits> | |
440 <inherit from="LongitudinalSectionQ"/> | |
441 </inherits> | |
442 <fields> | |
443 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> | |
444 </fields> | |
445 </theme> | |
446 | |
447 <theme name="LongitudinalSectionQ_HQ500"> | |
448 <inherits> | |
449 <inherit from="LongitudinalSectionQ"/> | |
450 </inherits> | |
451 <fields> | |
452 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> | |
453 </fields> | |
454 </theme> | |
455 | |
456 <theme name="LongitudinalSectionQ_HQ1000"> | |
457 <inherits> | |
458 <inherit from="LongitudinalSectionQ"/> | |
459 </inherits> | |
460 <fields> | |
461 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
462 </fields> | |
463 </theme> | |
464 | |
465 <theme name="LongitudinalSectionQ_HQRZ"> | |
466 <inherits> | |
467 <inherit from="LongitudinalSectionQ"/> | |
468 </inherits> | |
469 <fields> | |
470 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> | |
471 </fields> | |
472 </theme> | |
473 | |
474 <theme name="LongitudinalSectionQ_HSQ"> | |
475 <inherits> | |
476 <inherit from="LongitudinalSectionQ"/> | |
477 </inherits> | |
478 <fields> | |
479 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/> | |
480 </fields> | |
481 </theme> | |
482 | |
483 <theme name="LongitudinalSectionQ_MHQ"> | |
484 <inherits> | |
485 <inherit from="LongitudinalSectionQ"/> | |
486 </inherits> | |
487 <fields> | |
488 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> | |
489 </fields> | |
490 </theme> | |
491 | |
492 <theme name="LongitudinalSectionQ_MNQ"> | |
493 <inherits> | |
494 <inherit from="LongitudinalSectionQ"/> | |
495 </inherits> | |
496 <fields> | |
497 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> | |
498 </fields> | |
499 </theme> | |
500 | |
501 <theme name="LongitudinalSectionQ_MQ"> | |
502 <inherits> | |
503 <inherit from="LongitudinalSectionQ"/> | |
504 </inherits> | |
505 <fields> | |
506 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/> | |
507 </fields> | |
508 </theme> | |
509 | |
510 <theme name="LongitudinalSectionQ_NQ"> | |
511 <inherits> | |
512 <inherit from="LongitudinalSectionQ"/> | |
513 </inherits> | |
514 <fields> | |
515 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/> | |
516 </fields> | |
517 </theme> | |
518 | |
519 <theme name="LongitudinalSectionQ_HQExtrem"> | |
520 <inherits> | |
521 <inherit from="LongitudinalSectionQ"/> | |
522 </inherits> | |
523 <fields> | |
524 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
525 </fields> | |
526 </theme> | |
527 | |
528 <!-- | |
529 Main Values | |
530 --> | |
531 <theme name="MainValuesQ"> | |
532 <inherits> | |
533 <inherit from="HiddenColorLines"/> | |
534 <inherit from="Text"/> | |
535 </inherits> | |
536 <fields> | |
537 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> | |
538 <field name="textcolor" type="Color" display="Farbe" default="200, 0, 15"/> | |
539 <field name="showhorizontalline" type="boolean" display="Horizontale Linie" default="true"/> | |
540 <field name="showverticalline" type="boolean" display="Vertikale Linie" default="true"/> | |
541 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
542 </fields> | |
543 </theme> | |
544 | |
545 <theme name="MainValuesW"> | |
546 <inherits> | |
547 <inherit from="HiddenColorLines"/> | |
548 <inherit from="Text"/> | |
549 </inherits> | |
550 <fields> | |
551 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> | |
552 <field name="textcolor" type="Color" display="Farbe" default="0, 215, 0"/> | |
553 <field name="showhorizontalline" type="boolean" display="Horizontale Linie" default="true"/> | |
554 <field name="showverticalline" type="boolean" display="Vertikale Linie" default="true"/> | |
555 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
556 </fields> | |
557 </theme> | |
558 | |
559 <!-- | |
560 Computed Discharge Curves | |
561 --> | |
562 <theme name="ComputedDischargeCurve"> | |
563 <inherits> | |
564 <inherit from="HiddenColorLines"/> | |
565 <inherit from="MinMaxPoints"/> | |
566 </inherits> | |
567 <fields> | |
568 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> | |
569 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
570 </fields> | |
571 </theme> | |
572 | |
573 <theme name="ComputedDischargeCurveQ"> | |
574 <inherits> | |
575 <inherit from="HiddenColorLines"/> | |
576 <inherit from="MinMaxPoints"/> | |
577 <inherit from="Text"/> | |
578 </inherits> | |
579 <fields> | |
580 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> | |
581 <field name="textcolor" type="Color" display="Farbe" default="200, 0, 15"/> | |
582 </fields> | |
583 </theme> | |
584 | |
585 <theme name="ComputedDischargeCurveW"> | |
586 <inherits> | |
587 <inherit from="HiddenColorLines"/> | |
588 <inherit from="MinMaxPoints"/> | |
589 <inherit from="Text"/> | |
590 </inherits> | |
591 <fields> | |
592 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> | |
593 <field name="textcolor" type="Color" display="Farbe" default="0, 215, 0"/> | |
594 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
595 </fields> | |
596 </theme> | |
597 | |
598 <!-- | |
599 Cross Sections | |
600 --> | |
601 <theme name="CrossSection"> | |
602 <inherits> | |
603 <inherit from="HiddenColorLines"/> | |
604 <inherit from="MinMaxPoints"/> | |
605 </inherits> | |
606 <fields> | |
607 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,0"/> | |
608 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | |
609 </fields> | |
610 </theme> | |
611 | |
612 <theme name="CrossSectionWaterLine"> | |
613 <inherits> | |
614 <inherit from="HiddenColorLines"/> | |
615 </inherits> | |
616 <fields> | |
617 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,153"/> | |
618 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | |
619 <field name="showwidth" type="boolean" display="Breite anzeigen" default="false"/> | |
620 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" default="false"/> | |
621 <field name="showmiddleheight" type="boolean" display="Wasserstand anzeigen" default="false"/> | |
622 </fields> | |
623 </theme> | |
624 | |
625 <theme name="Hyk"> | |
626 <inherits> | |
627 <inherit from="Text"/> | |
628 </inherits> | |
629 <fields> | |
630 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
631 </fields> | |
632 </theme> | |
633 | |
634 <!-- | |
635 Relative Points | |
636 --> | |
637 <theme name="RelativePoint"> | |
638 <inherits> | |
639 <inherit from="LongitudinalSectionPoints"/></inherits> | |
640 <!--fields> | |
641 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
642 </fields--> | |
643 </theme> | |
644 | |
645 <!-- | |
646 Duration Curves | |
647 --> | |
648 <theme name="DurationCurveW"> | |
649 <inherits> | |
650 <inherit from="HiddenColorLines"/> | |
651 <inherit from="MinMaxPoints"/> | |
652 </inherits> | |
653 <fields> | |
654 <field name="linecolor" type="Color" display="Linienfarbe" default="0,51,204"/> | |
655 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
656 </fields> | |
657 </theme> | |
658 | |
659 <theme name="DurationCurveQ"> | |
660 <inherits> | |
661 <inherit from="HiddenColorLines"/> | |
662 <inherit from="MinMaxPoints"/> | |
663 </inherits> | |
664 <fields> | |
665 <field name="linecolor" type="Color" display="Linienfarbe" default="0,204,0"/> | |
666 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
667 </fields> | |
668 </theme> | |
669 | |
670 <!-- Differences --> | |
671 <theme name="Differences"> | |
672 <inherits> | |
673 <inherit from="HiddenColorLines"/> | |
674 <inherit from="MinMaxPoints"/> | |
675 </inherits> | |
676 <fields> | |
677 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
678 </fields> | |
679 </theme> | |
680 | |
681 <!-- Reference Curves --> | |
682 <theme name="ReferenceCurveNormalized"> | |
683 <inherits> | |
684 <inherit from="HiddenColorLines"/> | |
685 <inherit from="MinMaxPoints"/> | |
686 </inherits> | |
687 <fields> | |
688 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
689 </fields> | |
690 </theme> | |
691 | |
692 <theme name="ReferenceCurve"> | |
693 <inherits> | |
694 <inherit from="HiddenColorLines"/> | |
695 <inherit from="MinMaxPoints"/> | |
696 </inherits> | |
697 <fields> | |
698 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
699 </fields> | |
700 </theme> | |
701 | |
702 <!-- General --> | |
703 <theme name="WKms"> | |
704 <inherits> | |
705 <inherit from="HiddenColorLines"/> | |
706 <inherit from="MinMaxPoints"/> | |
707 </inherits> | |
708 <fields> | |
709 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
710 </fields> | |
711 </theme> | |
712 | |
713 <theme name="WQKms"> | |
714 <inherits> | |
715 <inherit from="HiddenColorLines"/> | |
716 <inherit from="MinMaxPoints"/> | |
717 </inherits> | |
718 <fields> | |
719 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
720 </fields> | |
721 </theme> | |
722 | |
723 <theme name="WQPoints"> | |
724 <inherits><inherit from="Points"/></inherits> | |
725 <fields> | |
726 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | |
727 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | |
728 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 0"/> | |
729 </fields> | |
730 </theme> | |
731 | |
732 <!-- | |
733 Discharge Longitudinal Section | |
734 --> | |
735 <theme name="DischargeLongitudinalSectionW"> | |
736 <inherits> | |
737 <inherit from="HiddenColorLines"/> | |
738 <inherit from="MinMaxPoints"/> | |
739 </inherits> | |
740 <fields> | |
741 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
742 </fields> | |
743 </theme> | |
744 | |
745 | |
746 <theme name="DischargeLongitudinalSectionC"> | |
747 <inherits> | |
748 <inherit from="HiddenColorLines"/> | |
749 <inherit from="MinMaxPoints"/> | |
750 </inherits> | |
751 <fields> | |
752 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0 , 0"/> | |
753 </fields> | |
754 </theme> | |
755 | |
756 <theme name="DischargeLongitudinalSectionQ"> | |
757 <inherits> | |
758 <inherit from="HiddenColorLines"/> | |
759 <inherit from="MinMaxPoints"/> | |
760 </inherits> | |
761 <fields> | |
762 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
763 </fields> | |
764 </theme> | |
765 | |
766 | |
767 <!-- Annotations --> | |
768 <theme name="Annotations"> | |
769 <inherits> | |
770 <inherit from="HiddenColorLines"/> | |
771 <inherit from="Text"/> | |
772 <inherit from="AnnotationText"/> | |
773 </inherits> | |
774 <fields> | |
775 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
776 </fields> | |
777 </theme> | |
778 | |
779 <!-- Manual Points --> | |
780 <theme name="ManualPoints"> | |
781 <inherits> | |
782 <inherit from="Points"/> | |
783 </inherits> | |
784 <fields> | |
785 <field name="linecolor" type="Color" display="Linienfarbe" default="250, 0, 0"/> | |
786 <field name="font" type="Font" display="Schriftart" default="arial"/> | |
787 <field name="textcolor" type="Color" display="Schriftfarbe" default="0, 0, 0"/> | |
788 <field name="textsize" type="int" display="Schriftgröße" default="10"/> | |
789 <field name="textstyle" type="Style" display="Schriftstil" default="standard"/> | |
790 <field name="pointsize" type="int" display="Punktdicke" default="3" hints="h"/> | |
791 <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> | |
792 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
793 <field name="showbackground" type="boolean" display="Hintergrund anzeigen" default="false"/> | |
794 </fields> | |
795 </theme> | |
796 | |
797 <!-- Height Marks --> | |
798 <theme name="heightmarks_points"> | |
799 <inherits> | |
800 <inherit from="Points"/> | |
801 </inherits> | |
802 <fields> | |
803 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
804 </fields> | |
805 </theme> | |
806 | |
807 <!-- Areas --> | |
808 <theme name="Area"> | |
809 <inherits> | |
810 <inherit from="Areas"/> | |
811 </inherits> | |
812 </theme> | |
813 | |
814 <!-- Map --> | |
815 <theme name="Floodmaps"> | |
816 <inherits> | |
817 <inherit from="Floodmap"/> | |
818 </inherits> | |
819 </theme> | |
820 | |
821 <theme name="Floodplains"> | |
822 <inherits> | |
823 <inherit from="Floodplain"/> | |
824 </inherits> | |
825 </theme> | |
826 | |
827 <theme name="WSPLGEN"> | |
828 <inherits> | |
829 <inherit from="WSPLGENS"/> | |
830 </inherits> | |
831 </theme> | |
832 | |
833 <theme name="RiverAxis"> | |
834 <inherits> | |
835 <inherit from="RiverAxes"/> | |
836 </inherits> | |
837 </theme> | |
838 | |
839 <theme name="Kms"> | |
840 <inherits> | |
841 <inherit from="Km"/> | |
842 </inherits> | |
843 </theme> | |
844 | |
845 | |
846 <theme name="Fixpoints"> | |
847 <inherits> | |
848 <inherit from="Fixpoint"/> | |
849 </inherits> | |
850 </theme> | |
851 | |
852 | |
853 <theme name="GaugeLocation"> | |
854 <inherits> | |
855 <inherit from="GaugeLocations"/> | |
856 </inherits> | |
857 </theme> | |
858 | |
859 | |
860 <theme name="Qps"> | |
861 <inherits> | |
862 <inherit from="Qp"/> | |
863 </inherits> | |
864 </theme> | |
865 | |
866 <theme name="Hws"> | |
867 <inherits> | |
868 <inherit from="Hw"/> | |
869 </inherits> | |
870 </theme> | |
871 | |
872 <theme name="Catchment"> | |
873 <inherits> | |
874 <inherit from="Catchments"/> | |
875 </inherits> | |
876 </theme> | |
877 | |
878 <theme name="FloodmapLines"> | |
879 <inherits> | |
880 <inherit from="FloodmapLine"/> | |
881 </inherits> | |
882 </theme> | |
883 | |
884 <theme name="Buildings"> | |
885 <inherits> | |
886 <inherit from="Building"/> | |
887 </inherits> | |
888 </theme> | |
889 | |
890 <theme name="HydrBoundariesLines"> | |
891 <inherits> | |
892 <inherit from="HydrBoundariesLine"/> | |
893 </inherits> | |
894 </theme> | |
895 | |
896 <theme name="HydrBoundariesPolys"> | |
897 <inherits> | |
898 <inherit from="HydrBoundariesPoly"/> | |
899 </inherits> | |
900 </theme> | |
901 | |
902 <!-- | |
903 MIDDLE BED HEIGHT | |
904 --> | |
905 <theme name="MiddleBedHeightSingle"> | |
906 <inherits> | |
907 <inherit from="HiddenColorLines"/> | |
908 <inherit from="MinMaxPoints"/> | |
909 </inherits> | |
910 <fields> | |
911 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
912 </fields> | |
913 </theme> | |
914 | |
915 <theme name="MiddleBedHeightEpoch"> | |
916 <inherits> | |
917 <inherit from="FlowVelocityVMainChannel"/> | |
918 </inherits> | |
919 <fields> | |
920 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
921 </fields> | |
922 </theme> | |
923 | |
924 <!-- | |
925 SQ Relation | |
926 --> | |
927 <theme name="SQMeasurements"> | |
928 <inherits> | |
929 <inherit from="ColorPoints"/> | |
930 </inherits> | |
931 <fields> | |
932 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> | |
933 <field name="pointcolor" type="Color" default="#0099FF"/> | |
934 </fields> | |
935 </theme> | |
936 | |
937 <theme name="SQOutliers"> | |
938 <inherits> | |
939 <inherit from="ColorPoints"/> | |
940 </inherits> | |
941 <fields> | |
942 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> | |
943 <field name="pointcolor" type="Color" default="#CC0000"/> | |
944 </fields> | |
945 </theme> | |
946 | |
947 <theme name="SQCurve"> | |
948 <inherits> | |
949 <inherit from="HiddenColorLines"/> | |
950 </inherits> | |
951 <fields> | |
952 <field name="linecolor" type="Color" default="#000000"/> | |
953 </fields> | |
954 </theme> | |
955 | |
956 <theme name="FixingSectorAverageWQ0"> | |
957 <inherits> | |
958 <inherit from="ColorPoints"/> | |
959 </inherits> | |
960 <fields> | |
961 <field name="showlines" type="boolean" default="false"/> | |
962 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
963 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
964 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/> | |
965 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
966 </fields> | |
967 </theme> | |
968 <theme name="FixingSectorAverageWQ1"> | |
969 <inherits> | |
970 <inherit from="ColorPoints"/> | |
971 </inherits> | |
972 <fields> | |
973 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
974 <field name="showlines" type="boolean" default="false"/> | |
975 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
976 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/> | |
977 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
978 </fields> | |
979 </theme> | |
980 <theme name="FixingSectorAverageWQ2"> | |
981 <inherits> | |
982 <inherit from="ColorPoints"/> | |
983 </inherits> | |
984 <fields> | |
985 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
986 <field name="showlines" type="boolean" default="false"/> | |
987 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
988 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/> | |
989 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
990 </fields> | |
991 </theme> | |
992 <theme name="FixingSectorAverageWQ3"> | |
993 <inherits> | |
994 <inherit from="ColorPoints"/> | |
995 </inherits> | |
996 <fields> | |
997 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
998 <field name="showlines" type="boolean" default="false"/> | |
999 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
1000 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> | |
1001 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
1002 </fields> | |
1003 </theme> | |
1004 | |
1005 <theme name="FixingAnalysisEventsWQ"> | |
1006 <inherits> | |
1007 <inherit from="ColorPoints"/> | |
1008 </inherits> | |
1009 <fields> | |
1010 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1011 <field name="showlines" type="boolean" default="false"/> | |
1012 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
1013 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> | |
1014 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
1015 </fields> | |
1016 </theme> | |
1017 | |
1018 <theme name="FixingReferenceEventsWQ"> | |
1019 <inherits> | |
1020 <inherit from="ColorPoints"/> | |
1021 </inherits> | |
1022 <fields> | |
1023 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1024 <field name="showlines" type="boolean" default="false"/> | |
1025 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
1026 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/> | |
1027 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
1028 </fields> | |
1029 </theme> | |
1030 | |
1031 <theme name="FixingOutliers"> | |
1032 <inherits> | |
1033 <inherit from="ColorPoints"/> | |
1034 </inherits> | |
1035 <fields> | |
1036 <field name="showlines" type="boolean" default="false"/> | |
1037 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
1038 </fields> | |
1039 </theme> | |
1040 | |
1041 <theme name="FixingWQCurve"> | |
1042 <inherits> | |
1043 <inherit from="HiddenColorLines"/> | |
1044 </inherits> | |
1045 <fields> | |
1046 <field name="linecolor" type="Color" default="227, 27, 162"/> | |
1047 </fields> | |
1048 </theme> | |
1049 | |
1050 <theme name="FixingDeltaWtAverage0"> | |
1051 <inherits> | |
1052 <inherit from="ColorPoints"/> | |
1053 </inherits> | |
1054 <fields> | |
1055 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1056 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
1057 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/> | |
1058 </fields> | |
1059 </theme> | |
1060 <theme name="FixingDeltaWtAverage1"> | |
1061 <inherits> | |
1062 <inherit from="ColorPoints"/> | |
1063 </inherits> | |
1064 <fields> | |
1065 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1066 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
1067 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/> | |
1068 </fields> | |
1069 </theme> | |
1070 <theme name="FixingDeltaWtAverage2"> | |
1071 <inherits> | |
1072 <inherit from="ColorPoints"/> | |
1073 </inherits> | |
1074 <fields> | |
1075 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1076 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
1077 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/> | |
1078 </fields> | |
1079 </theme> | |
1080 <theme name="FixingDeltaWtAverage3"> | |
1081 <inherits> | |
1082 <inherit from="ColorPoints"/> | |
1083 </inherits> | |
1084 <fields> | |
1085 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1086 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
1087 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> | |
1088 </fields> | |
1089 </theme> | |
1090 | |
1091 | |
1092 <theme name="FixingDeltaWtAnalysis"> | |
1093 <inherits> | |
1094 <inherit from="ColorPoints"/> | |
1095 </inherits> | |
1096 <fields> | |
1097 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1098 <field name="showlines" type="boolean" default="false"/> | |
1099 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
1100 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> | |
1101 </fields> | |
1102 </theme> | |
1103 | |
1104 <theme name="FixingDeltaWtReference"> | |
1105 <inherits> | |
1106 <inherit from="ColorPoints"/> | |
1107 </inherits> | |
1108 <fields> | |
1109 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1110 <field name="showlines" type="boolean" default="false"/> | |
1111 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
1112 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/> | |
1113 </fields> | |
1114 </theme> | |
1115 | |
1116 <theme name="FixingLSAverage0"> | |
1117 <inherits> | |
1118 <inherit from="HiddenColorLines"/> | |
1119 </inherits> | |
1120 <fields> | |
1121 <field name="linecolor" type="Color" default="0, 128, 0"/> | |
1122 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1123 </fields> | |
1124 </theme> | |
1125 <theme name="FixingLSAverage1"> | |
1126 <inherits> | |
1127 <inherit from="HiddenColorLines"/> | |
1128 </inherits> | |
1129 <fields> | |
1130 <field name="linecolor" type="Color" default="0, 0, 255"/> | |
1131 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1132 </fields> | |
1133 </theme> | |
1134 <theme name="FixingLSAverage2"> | |
1135 <inherits> | |
1136 <inherit from="HiddenColorLines"/> | |
1137 </inherits> | |
1138 <fields> | |
1139 <field name="linecolor" type="Color" default="255, 0, 255"/> | |
1140 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1141 </fields> | |
1142 </theme> | |
1143 <theme name="FixingLSAverage3"> | |
1144 <inherits> | |
1145 <inherit from="HiddenColorLines"/> | |
1146 </inherits> | |
1147 <fields> | |
1148 <field name="linecolor" type="Color" default="255, 0, 0"/> | |
1149 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1150 </fields> | |
1151 </theme> | |
1152 | |
1153 <theme name="FixingSectorDeviationLS0"> | |
1154 <inherits> | |
1155 <inherit from="Areas"/> | |
1156 </inherits> | |
1157 <fields> | |
1158 <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 128, 0"/> | |
1159 <field name="transparent" type="boolean" display="Transparenz" default="true"/> | |
1160 </fields> | |
1161 </theme> | |
1162 <theme name="FixingSectorDeviationLS1"> | |
1163 <inherits> | |
1164 <inherit from="Areas"/> | |
1165 </inherits> | |
1166 <fields> | |
1167 <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 0, 255"/> | |
1168 <field name="transparent" type="boolean" display="Transparenz" default="true"/> | |
1169 </fields> | |
1170 </theme> | |
1171 <theme name="FixingSectorDeviationLS2"> | |
1172 <inherits> | |
1173 <inherit from="Areas"/> | |
1174 </inherits> | |
1175 <fields> | |
1176 <field name="fillcolor" type="Color" display="Fuellfarbe" default="255, 0, 255"/> | |
1177 <field name="transparent" type="boolean" display="Transparenz" default="true"/> | |
1178 </fields> | |
1179 </theme> | |
1180 <theme name="FixingSectorDeviationLS3"> | |
1181 <inherits> | |
1182 <inherit from="Areas"/> | |
1183 </inherits> | |
1184 <fields> | |
1185 <field name="fillcolor" type="Color" display="Fuellfarbe" default="255, 0, 0"/> | |
1186 <field name="transparent" type="boolean" display="Transparenz" default="true"/> | |
1187 </fields> | |
1188 </theme> | |
1189 <theme name="FixLSDeviation"> | |
1190 <inherits> | |
1191 <inherit from="Areas"/> | |
1192 </inherits> | |
1193 <fields> | |
1194 <field name="fillcolor" type="Color" display="Fuellfarbe" default="100, 100, 100"/> | |
1195 <field name="transparent" type="boolean" display="Transparenz" default="true"/> | |
1196 </fields> | |
1197 </theme> | |
1198 <theme name="FixLSAnalysis"> | |
1199 <inherits> | |
1200 <inherit from="HiddenColorLines"/> | |
1201 </inherits> | |
1202 <fields> | |
1203 <field name="linecolor" type="Color" default="0, 255, 0"/> | |
1204 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1205 </fields> | |
1206 </theme> | |
1207 <theme name="FixLSReference"> | |
1208 <inherits> | |
1209 <inherit from="HiddenColorLines"/> | |
1210 </inherits> | |
1211 <fields> | |
1212 <field name="linecolor" type="Color" default="0, 80, 160"/> | |
1213 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
1214 </fields> | |
1215 </theme> | |
1216 | |
1217 </themegroup> | |
1218 | |
1219 <themegroup name="default-2"> | |
1220 <theme name="DischargeCurve"> | |
1221 <inherits> | |
1222 <inherit from="HiddenColorLines"/> | |
1223 <inherit from="MinMaxPoints"/> | |
1224 </inherits> | |
1225 <fields> | |
1226 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 153"/> | |
1227 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
1228 </fields> | |
1229 </theme> | |
1230 | |
1231 | |
1232 <!-- concrete theme for historical discharge curves --> | |
1233 <theme name="HistoricalDischargeCurveQ"> | |
1234 <inherits> | |
1235 <inherit from="HiddenColorLines"/> | |
1236 <inherit from="MinMaxPoints"/> | |
1237 </inherits> | |
1238 <fields> | |
1239 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 153"/> | |
1240 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
1241 </fields> | |
1242 </theme> | |
1243 | |
1244 <theme name="HistoricalDischargeCurveQDiff"> | |
1245 <inherits> | |
1246 <inherit from="HiddenColorLines"/> | |
1247 <inherit from="MinMaxPoints"/> | |
1248 </inherits> | |
1249 <fields> | |
1250 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 204"/> | |
1251 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
1252 </fields> | |
1253 </theme> | |
1254 | |
1255 | |
1256 <!-- | |
1257 Discharge Longitudinal Section | |
1258 --> | |
1259 <theme name="LongitudinalSectionW"> | |
1260 <inherits> | |
1261 <inherit from="HiddenColorLines"/> | |
1262 <inherit from="MinMaxPoints"/> | |
1263 </inherits> | |
1264 <fields> | |
1265 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 204"/> | |
1266 </fields> | |
1267 </theme> | |
1268 | |
1269 <theme name="LongitudinalSectionW_HQ1"> | |
1270 <inherits> | |
1271 <inherit from="LongitudinalSectionW"/> | |
1272 </inherits> | |
1273 <fields> | |
1274 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 102, 102"/> | |
1275 </fields> | |
1276 </theme> | |
1277 | |
1278 <theme name="LongitudinalSectionW_HQ2"> | |
1279 <inherits> | |
1280 <inherit from="LongitudinalSectionW"/> | |
1281 </inherits> | |
1282 <fields> | |
1283 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 102, 102"/> | |
1284 </fields> | |
1285 </theme> | |
1286 | |
1287 <theme name="LongitudinalSectionW_HQ5"> | |
1288 <inherits> | |
1289 <inherit from="LongitudinalSectionW"/> | |
1290 </inherits> | |
1291 <fields> | |
1292 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 51"/> | |
1293 </fields> | |
1294 </theme> | |
1295 | |
1296 <theme name="LongitudinalSectionW_HQ10"> | |
1297 <inherits> | |
1298 <inherit from="LongitudinalSectionW"/> | |
1299 </inherits> | |
1300 <fields> | |
1301 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 204"/> | |
1302 </fields> | |
1303 </theme> | |
1304 | |
1305 <theme name="LongitudinalSectionW_HQ20"> | |
1306 <inherits> | |
1307 <inherit from="LongitudinalSectionW"/> | |
1308 </inherits> | |
1309 <fields> | |
1310 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 0, 0"/> | |
1311 </fields> | |
1312 </theme> | |
1313 | |
1314 <theme name="LongitudinalSectionW_HQ25"> | |
1315 <inherits> | |
1316 <inherit from="LongitudinalSectionW"/> | |
1317 </inherits> | |
1318 <fields> | |
1319 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 102, 0"/> | |
1320 </fields> | |
1321 </theme> | |
1322 | |
1323 <theme name="LongitudinalSectionW_HQ50"> | |
1324 <inherits> | |
1325 <inherit from="LongitudinalSectionW"/> | |
1326 </inherits> | |
1327 <fields> | |
1328 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 153"/> | |
1329 </fields> | |
1330 </theme> | |
1331 | |
1332 <theme name="LongitudinalSectionW_HQ100"> | |
1333 <inherits> | |
1334 <inherit from="LongitudinalSectionW"/> | |
1335 </inherits> | |
1336 <fields> | |
1337 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/> | |
1338 </fields> | |
1339 </theme> | |
1340 | |
1341 <theme name="LongitudinalSectionW_HQ200"> | |
1342 <inherits> | |
1343 <inherit from="LongitudinalSectionW"/> | |
1344 </inherits> | |
1345 <fields> | |
1346 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> | |
1347 </fields> | |
1348 </theme> | |
1349 | |
1350 <theme name="LongitudinalSectionW_HQ500"> | |
1351 <inherits> | |
1352 <inherit from="LongitudinalSectionW"/> | |
1353 </inherits> | |
1354 <fields> | |
1355 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 102, 102"/> | |
1356 </fields> | |
1357 </theme> | |
1358 | |
1359 <theme name="LongitudinalSectionW_HQ1000"> | |
1360 <inherits> | |
1361 <inherit from="LongitudinalSectionW"/> | |
1362 </inherits> | |
1363 <fields> | |
1364 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> | |
1365 </fields> | |
1366 </theme> | |
1367 | |
1368 <theme name="LongitudinalSectionW_HQRZ"> | |
1369 <inherits> | |
1370 <inherit from="LongitudinalSectionW"/> | |
1371 </inherits> | |
1372 <fields> | |
1373 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
1374 </fields> | |
1375 </theme> | |
1376 | |
1377 <theme name="LongitudinalSectionW_HSQ"> | |
1378 <inherits> | |
1379 <inherit from="LongitudinalSectionW"/> | |
1380 </inherits> | |
1381 <fields> | |
1382 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 255"/> | |
1383 </fields> | |
1384 </theme> | |
1385 | |
1386 <theme name="LongitudinalSectionW_MHQ"> | |
1387 <inherits> | |
1388 <inherit from="LongitudinalSectionW"/> | |
1389 </inherits> | |
1390 <fields> | |
1391 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 0"/> | |
1392 </fields> | |
1393 </theme> | |
1394 | |
1395 <theme name="LongitudinalSectionW_MNQ"> | |
1396 <inherits> | |
1397 <inherit from="LongitudinalSectionW"/> | |
1398 </inherits> | |
1399 <fields> | |
1400 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 0"/> | |
1401 </fields> | |
1402 </theme> | |
1403 | |
1404 <theme name="LongitudinalSectionW_MQ"> | |
1405 <inherits> | |
1406 <inherit from="LongitudinalSectionW"/> | |
1407 </inherits> | |
1408 <fields> | |
1409 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 0"/> | |
1410 </fields> | |
1411 </theme> | |
1412 | |
1413 <theme name="LongitudinalSectionW_NQ"> | |
1414 <inherits> | |
1415 <inherit from="LongitudinalSectionW"/> | |
1416 </inherits> | |
1417 <fields> | |
1418 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 0, 255"/> | |
1419 </fields> | |
1420 </theme> | |
1421 | |
1422 <theme name="LongitudinalSectionW_HQExtrem"> | |
1423 <inherits> | |
1424 <inherit from="LongitudinalSectionW"/> | |
1425 </inherits> | |
1426 <fields> | |
1427 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/> | |
1428 </fields> | |
1429 </theme> | |
1430 | |
1431 <theme name="LongitudinalSectionPoints"> | |
1432 <inherits> | |
1433 <inherit from="LongitudinalSectionW"/> | |
1434 </inherits> | |
1435 <fields> | |
1436 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | |
1437 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | |
1438 </fields> | |
1439 </theme> | |
1440 | |
1441 <theme name="LongitudinalSectionW_HQ1_Points"> | |
1442 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1443 <fields> | |
1444 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
1445 </fields> | |
1446 </theme> | |
1447 | |
1448 <theme name="LongitudinalSectionW_HQ2_Points"> | |
1449 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1450 <fields> | |
1451 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 1"/> | |
1452 </fields> | |
1453 </theme> | |
1454 | |
1455 <theme name="LongitudinalSectionW_HQ5_Points"> | |
1456 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1457 <fields> | |
1458 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 0"/> | |
1459 </fields> | |
1460 </theme> | |
1461 | |
1462 <theme name="LongitudinalSectionW_HQ10_Points"> | |
1463 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1464 <fields> | |
1465 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> | |
1466 </fields> | |
1467 </theme> | |
1468 | |
1469 <theme name="LongitudinalSectionW_HQ20_Points"> | |
1470 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1471 <fields> | |
1472 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/> | |
1473 </fields> | |
1474 </theme> | |
1475 | |
1476 <theme name="LongitudinalSectionW_HQ25_Points"> | |
1477 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1478 <fields> | |
1479 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/> | |
1480 </fields> | |
1481 </theme> | |
1482 | |
1483 <theme name="LongitudinalSectionW_HQ50_Points"> | |
1484 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1485 <fields> | |
1486 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/> | |
1487 </fields> | |
1488 </theme> | |
1489 | |
1490 <theme name="LongitudinalSectionW_HQ100_Points"> | |
1491 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1492 <fields> | |
1493 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/> | |
1494 </fields> | |
1495 </theme> | |
1496 | |
1497 <theme name="LongitudinalSectionW_HQ200_Points"> | |
1498 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1499 <fields> | |
1500 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> | |
1501 </fields> | |
1502 </theme> | |
1503 | |
1504 <theme name="LongitudinalSectionW_HQ500_Points"> | |
1505 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1506 <fields> | |
1507 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> | |
1508 </fields> | |
1509 </theme> | |
1510 | |
1511 <theme name="LongitudinalSectionW_HQ1000_Points"> | |
1512 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1513 <fields> | |
1514 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
1515 </fields> | |
1516 </theme> | |
1517 | |
1518 <theme name="LongitudinalSectionW_HQRZ_Points"> | |
1519 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1520 <fields> | |
1521 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> | |
1522 </fields> | |
1523 </theme> | |
1524 | |
1525 <theme name="LongitudinalSectionW_HSQ_Points"> | |
1526 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1527 <fields> | |
1528 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/> | |
1529 </fields> | |
1530 </theme> | |
1531 | |
1532 <theme name="LongitudinalSectionW_MHQ_Points"> | |
1533 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1534 <fields> | |
1535 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> | |
1536 </fields> | |
1537 </theme> | |
1538 | |
1539 <theme name="LongitudinalSectionW_MNQ_Points"> | |
1540 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1541 <fields> | |
1542 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> | |
1543 </fields> | |
1544 </theme> | |
1545 | |
1546 <theme name="LongitudinalSectionW_MQ_Points"> | |
1547 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1548 <fields> | |
1549 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/> | |
1550 </fields> | |
1551 </theme> | |
1552 | |
1553 <theme name="LongitudinalSectionW_NQ_Points"> | |
1554 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1555 <fields> | |
1556 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/> | |
1557 </fields> | |
1558 </theme> | |
1559 | |
1560 <theme name="LongitudinalSectionW_HQExtrem_Points"> | |
1561 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> | |
1562 <fields> | |
1563 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
1564 </fields> | |
1565 </theme> | |
1566 | |
1567 <!-- | |
1568 Longitudinal Section Q's | |
1569 --> | |
1570 | |
1571 <theme name="LongitudinalSectionQ"> | |
1572 <inherits> | |
1573 <inherit from="HiddenColorLines"/> | |
1574 <inherit from="MinMaxPoints"/> | |
1575 </inherits> | |
1576 <fields> | |
1577 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
1578 </fields> | |
1579 </theme> | |
1580 | |
1581 <theme name="LongitudinalSectionQ_HQ1"> | |
1582 <inherits> | |
1583 <inherit from="LongitudinalSectionQ"/> | |
1584 </inherits> | |
1585 <fields> | |
1586 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
1587 </fields> | |
1588 </theme> | |
1589 | |
1590 <theme name="LongitudinalSectionQ_HQ2"> | |
1591 <inherits> | |
1592 <inherit from="LongitudinalSectionQ"/> | |
1593 </inherits> | |
1594 <fields> | |
1595 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
1596 </fields> | |
1597 </theme> | |
1598 | |
1599 <theme name="LongitudinalSectionQ_HQ5"> | |
1600 <inherits> | |
1601 <inherit from="LongitudinalSectionQ"/> | |
1602 </inherits> | |
1603 <fields> | |
1604 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/> | |
1605 </fields> | |
1606 </theme> | |
1607 | |
1608 <theme name="LongitudinalSectionQ_HQ10"> | |
1609 <inherits> | |
1610 <inherit from="LongitudinalSectionQ"/> | |
1611 </inherits> | |
1612 <fields> | |
1613 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> | |
1614 </fields> | |
1615 </theme> | |
1616 | |
1617 <theme name="LongitudinalSectionQ_HQ20"> | |
1618 <inherits> | |
1619 <inherit from="LongitudinalSectionQ"/> | |
1620 </inherits> | |
1621 <fields> | |
1622 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/> | |
1623 </fields> | |
1624 </theme> | |
1625 | |
1626 <theme name="LongitudinalSectionQ_HQ25"> | |
1627 <inherits> | |
1628 <inherit from="LongitudinalSectionQ"/> | |
1629 </inherits> | |
1630 <fields> | |
1631 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/> | |
1632 </fields> | |
1633 </theme> | |
1634 | |
1635 <theme name="LongitudinalSectionQ_HQ50"> | |
1636 <inherits> | |
1637 <inherit from="LongitudinalSectionQ"/> | |
1638 </inherits> | |
1639 <fields> | |
1640 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/> | |
1641 </fields> | |
1642 </theme> | |
1643 | |
1644 <theme name="LongitudinalSectionQ_HQ100"> | |
1645 <inherits> | |
1646 <inherit from="LongitudinalSectionQ"/> | |
1647 </inherits> | |
1648 <fields> | |
1649 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/> | |
1650 </fields> | |
1651 </theme> | |
1652 | |
1653 <theme name="LongitudinalSectionQ_HQ200"> | |
1654 <inherits> | |
1655 <inherit from="LongitudinalSectionQ"/> | |
1656 </inherits> | |
1657 <fields> | |
1658 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> | |
1659 </fields> | |
1660 </theme> | |
1661 | |
1662 <theme name="LongitudinalSectionQ_HQ500"> | |
1663 <inherits> | |
1664 <inherit from="LongitudinalSectionQ"/> | |
1665 </inherits> | |
1666 <fields> | |
1667 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> | |
1668 </fields> | |
1669 </theme> | |
1670 | |
1671 <theme name="LongitudinalSectionQ_HQ1000"> | |
1672 <inherits> | |
1673 <inherit from="LongitudinalSectionQ"/> | |
1674 </inherits> | |
1675 <fields> | |
1676 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
1677 </fields> | |
1678 </theme> | |
1679 | |
1680 <theme name="LongitudinalSectionQ_HQRZ"> | |
1681 <inherits> | |
1682 <inherit from="LongitudinalSectionQ"/> | |
1683 </inherits> | |
1684 <fields> | |
1685 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> | |
1686 </fields> | |
1687 </theme> | |
1688 | |
1689 <theme name="LongitudinalSectionQ_HSQ"> | |
1690 <inherits> | |
1691 <inherit from="LongitudinalSectionQ"/> | |
1692 </inherits> | |
1693 <fields> | |
1694 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/> | |
1695 </fields> | |
1696 </theme> | |
1697 | |
1698 <theme name="LongitudinalSectionQ_MHQ"> | |
1699 <inherits> | |
1700 <inherit from="LongitudinalSectionQ"/> | |
1701 </inherits> | |
1702 <fields> | |
1703 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> | |
1704 </fields> | |
1705 </theme> | |
1706 | |
1707 <theme name="LongitudinalSectionQ_MNQ"> | |
1708 <inherits> | |
1709 <inherit from="LongitudinalSectionQ"/> | |
1710 </inherits> | |
1711 <fields> | |
1712 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> | |
1713 </fields> | |
1714 </theme> | |
1715 | |
1716 <theme name="LongitudinalSectionQ_MQ"> | |
1717 <inherits> | |
1718 <inherit from="LongitudinalSectionQ"/> | |
1719 </inherits> | |
1720 <fields> | |
1721 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/> | |
1722 </fields> | |
1723 </theme> | |
1724 | |
1725 <theme name="LongitudinalSectionQ_NQ"> | |
1726 <inherits> | |
1727 <inherit from="LongitudinalSectionQ"/> | |
1728 </inherits> | |
1729 <fields> | |
1730 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/> | |
1731 </fields> | |
1732 </theme> | |
1733 | |
1734 <theme name="LongitudinalSectionQ_HQExtrem"> | |
1735 <inherits> | |
1736 <inherit from="LongitudinalSectionQ"/> | |
1737 </inherits> | |
1738 <fields> | |
1739 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
1740 </fields> | |
1741 </theme> | |
1742 | |
1743 | |
1744 <!-- | |
1745 Computed Discharge Curves | |
1746 --> | |
1747 <theme name="ComputedDischargeCurve"> | |
1748 <inherits> | |
1749 <inherit from="HiddenColorLines"/> | |
1750 <inherit from="MinMaxPoints"/> | |
1751 </inherits> | |
1752 <fields> | |
1753 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> | |
1754 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
1755 </fields> | |
1756 </theme> | |
1757 | |
1758 <theme name="ComputedDischargeCurveQ"> | |
1759 <inherits> | |
1760 <inherit from="HiddenColorLines"/> | |
1761 <inherit from="MinMaxPoints"/> | |
1762 <inherit from="Text"/> | |
1763 </inherits> | |
1764 <fields> | |
1765 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> | |
1766 <field name="textcolor" type="Color" display="Farbe" default="200, 0, 15"/> | |
1767 </fields> | |
1768 </theme> | |
1769 | |
1770 <theme name="ComputedDischargeCurveW"> | |
1771 <inherits> | |
1772 <inherit from="HiddenColorLines"/> | |
1773 <inherit from="MinMaxPoints"/> | |
1774 <inherit from="Text"/> | |
1775 </inherits> | |
1776 <fields> | |
1777 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> | |
1778 <field name="textcolor" type="Color" display="Farbe" default="0, 215, 0"/> | |
1779 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
1780 </fields> | |
1781 </theme> | |
1782 | |
1783 <!-- | |
1784 Cross Sections | |
1785 --> | |
1786 <theme name="CrossSection"> | |
1787 <inherits> | |
1788 <inherit from="HiddenColorLines"/> | |
1789 <inherit from="MinMaxPoints"/> | |
1790 </inherits> | |
1791 <fields> | |
1792 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,0"/> | |
1793 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | |
1794 </fields> | |
1795 </theme> | |
1796 | |
1797 <theme name="CrossSectionWaterLine"> | |
1798 <inherits> | |
1799 <inherit from="HiddenColorLines"/> | |
1800 </inherits> | |
1801 <fields> | |
1802 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,153"/> | |
1803 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | |
1804 <field name="showwidth" type="boolean" display="Breite anzeigen" default="false"/> | |
1805 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" default="false"/> | |
1806 <field name="showmiddleheight" type="boolean" display="Wasserstand anzeigen" default="false"/> | |
1807 </fields> | |
1808 </theme> | |
1809 | |
1810 <theme name="Hyk"> | |
1811 <inherits> | |
1812 <inherit from="Text"/> | |
1813 </inherits> | |
1814 <fields> | |
1815 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
1816 </fields> | |
1817 </theme> | |
1818 | |
1819 <!-- | |
1820 Duration Curves | |
1821 --> | |
1822 <theme name="DurationCurveW"> | |
1823 <inherits> | |
1824 <inherit from="HiddenColorLines"/> | |
1825 <inherit from="MinMaxPoints"/> | |
1826 </inherits> | |
1827 <fields> | |
1828 <field name="linecolor" type="Color" display="Linienfarbe" default="0,51,204"/> | |
1829 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
1830 </fields> | |
1831 </theme> | |
1832 | |
1833 <theme name="DurationCurveQ"> | |
1834 <inherits> | |
1835 <inherit from="HiddenColorLines"/> | |
1836 <inherit from="MinMaxPoints"/> | |
1837 </inherits> | |
1838 <fields> | |
1839 <field name="linecolor" type="Color" display="Linienfarbe" default="0,204,0"/> | |
1840 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> | |
1841 </fields> | |
1842 </theme> | |
1843 | |
1844 <!-- Differences --> | |
1845 <theme name="Differences"> | |
1846 <inherits> | |
1847 <inherit from="HiddenColorLines"/> | |
1848 <inherit from="MinMaxPoints"/> | |
1849 </inherits> | |
1850 <fields> | |
1851 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
1852 </fields> | |
1853 </theme> | |
1854 | |
1855 <!-- Reference Curves --> | |
1856 <theme name="ReferenceCurveNormalized"> | |
1857 <inherits> | |
1858 <inherit from="HiddenColorLines"/> | |
1859 <inherit from="MinMaxPoints"/> | |
1860 </inherits> | |
1861 <fields> | |
1862 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
1863 </fields> | |
1864 </theme> | |
1865 | |
1866 <theme name="ReferenceCurve"> | |
1867 <inherits> | |
1868 <inherit from="HiddenColorLines"/> | |
1869 <inherit from="MinMaxPoints"/> | |
1870 </inherits> | |
1871 <fields> | |
1872 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
1873 </fields> | |
1874 </theme> | |
1875 | |
1876 <!-- General --> | |
1877 <theme name="WKms"> | |
1878 <inherits> | |
1879 <inherit from="HiddenColorLines"/> | |
1880 <inherit from="MinMaxPoints"/> | |
1881 </inherits> | |
1882 <fields> | |
1883 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
1884 </fields> | |
1885 </theme> | |
1886 | |
1887 <theme name="WQKms"> | |
1888 <inherits> | |
1889 <inherit from="HiddenColorLines"/> | |
1890 <inherit from="MinMaxPoints"/> | |
1891 </inherits> | |
1892 <fields> | |
1893 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
1894 </fields> | |
1895 </theme> | |
1896 | |
1897 <theme name="WQPoints"> | |
1898 <inherits><inherit from="Points"/></inherits> | |
1899 <fields> | |
1900 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | |
1901 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | |
1902 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 0"/> | |
1903 </fields> | |
1904 </theme> | |
1905 | |
1906 <!-- | |
1907 Discharge Longitudinal Section | |
1908 --> | |
1909 <theme name="DischargeLongitudinalSectionW"> | |
1910 <inherits> | |
1911 <inherit from="HiddenColorLines"/> | |
1912 <inherit from="MinMaxPoints"/> | |
1913 </inherits> | |
1914 <fields> | |
1915 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
1916 </fields> | |
1917 </theme> | |
1918 | |
1919 | |
1920 <theme name="DischargeLongitudinalSectionC"> | |
1921 <inherits> | |
1922 <inherit from="HiddenColorLines"/> | |
1923 <inherit from="MinMaxPoints"/> | |
1924 </inherits> | |
1925 <fields> | |
1926 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0 , 0"/> | |
1927 </fields> | |
1928 </theme> | |
1929 | |
1930 <theme name="DischargeLongitudinalSectionQ"> | |
1931 <inherits> | |
1932 <inherit from="HiddenColorLines"/> | |
1933 <inherit from="MinMaxPoints"/> | |
1934 </inherits> | |
1935 <fields> | |
1936 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
1937 </fields> | |
1938 </theme> | |
1939 | |
1940 | |
1941 <!-- Annotations --> | |
1942 <theme name="Annotations"> | |
1943 <inherits> | |
1944 <inherit from="HiddenColorLines"/> | |
1945 <inherit from="Text"/> | |
1946 <inherit from="AnnotationText"/> | |
1947 </inherits> | |
1948 <fields> | |
1949 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
1950 </fields> | |
1951 </theme> | |
1952 | |
1953 <!-- Manual Points --> | |
1954 <theme name="ManualPoints"> | |
1955 <inherits> | |
1956 <inherit from="Points"/> | |
1957 </inherits> | |
1958 <fields> | |
1959 <field name="linecolor" type="Color" display="Linienfarbe" default="250, 0, 0"/> | |
1960 <field name="font" type="Font" display="Schriftart" default="arial"/> | |
1961 <field name="textcolor" type="Color" display="Schriftfarbe" default="0, 0, 0"/> | |
1962 <field name="textsize" type="int" display="Schriftgröße" default="10"/> | |
1963 <field name="textstyle" type="Style" display="Schriftstil" default="standard"/> | |
1964 <field name="pointsize" type="int" display="Punktdicke" default="3" hints="h"/> | |
1965 <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> | |
1966 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
1967 <field name="showbackground" type="boolean" display="Hintergrund anzeigen" default="false"/> | |
1968 </fields> | |
1969 </theme> | |
1970 | |
1971 <!-- Height Marks --> | |
1972 <theme name="heightmarks_points"> | |
1973 <inherits> | |
1974 <inherit from="Points"/> | |
1975 </inherits> | |
1976 <fields> | |
1977 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
1978 </fields> | |
1979 </theme> | |
1980 | |
1981 <!-- Areas --> | |
1982 <theme name="Area"> | |
1983 <inherits> | |
1984 <inherit from="Areas"/> | |
1985 </inherits> | |
1986 </theme> | |
1987 | |
1988 <!-- Map --> | |
1989 <theme name="Floodmaps"> | |
1990 <inherits> | |
1991 <inherit from="Floodmap"/> | |
1992 </inherits> | |
1993 </theme> | |
1994 | |
1995 <theme name="Floodplains"> | |
1996 <inherits> | |
1997 <inherit from="Floodplain"/> | |
1998 </inherits> | |
1999 </theme> | |
2000 | |
2001 <theme name="WSPLGEN"> | |
2002 <inherits> | |
2003 <inherit from="WSPLGENS"/> | |
2004 </inherits> | |
2005 </theme> | |
2006 | |
2007 <theme name="RiverAxis"> | |
2008 <inherits> | |
2009 <inherit from="RiverAxes"/> | |
2010 </inherits> | |
2011 </theme> | |
2012 | |
2013 <theme name="Kms"> | |
2014 <inherits> | |
2015 <inherit from="Km"/> | |
2016 </inherits> | |
2017 </theme> | |
2018 | |
2019 | |
2020 <theme name="Fixpoints"> | |
2021 <inherits> | |
2022 <inherit from="Fixpoint"/> | |
2023 </inherits> | |
2024 </theme> | |
2025 | |
2026 <theme name="GaugeLocation"> | |
2027 <inherits> | |
2028 <inherit from="GaugeLocations"/> | |
2029 </inherits> | |
2030 </theme> | |
2031 | |
2032 <theme name="Qps"> | |
2033 <inherits> | |
2034 <inherit from="Qp"/> | |
2035 </inherits> | |
2036 </theme> | |
2037 | |
2038 <theme name="Hws"> | |
2039 <inherits> | |
2040 <inherit from="Hw"/> | |
2041 </inherits> | |
2042 </theme> | |
2043 | |
2044 <theme name="Catchment"> | |
2045 <inherits> | |
2046 <inherit from="Catchments"/> | |
2047 </inherits> | |
2048 </theme> | |
2049 | |
2050 <theme name="FloodmapLines"> | |
2051 <inherits> | |
2052 <inherit from="FloodmapLine"/> | |
2053 </inherits> | |
2054 </theme> | |
2055 | |
2056 <theme name="Buildings"> | |
2057 <inherits> | |
2058 <inherit from="Building"/> | |
2059 </inherits> | |
2060 </theme> | |
2061 | |
2062 <theme name="HydrBoundariesLines"> | |
2063 <inherits> | |
2064 <inherit from="HydrBoundariesLine"/> | |
2065 </inherits> | |
2066 </theme> | |
2067 | |
2068 <theme name="HydrBoundariesPolys"> | |
2069 <inherits> | |
2070 <inherit from="HydrBoundariesPoly"/> | |
2071 </inherits> | |
2072 </theme> | |
2073 | |
2074 <!-- | |
2075 MIDDLE BED HEIGHT | |
2076 --> | |
2077 <theme name="MiddleBedHeightSingle"> | |
2078 <inherits> | |
2079 <inherit from="HiddenColorLines"/> | |
2080 <inherit from="MinMaxPoints"/> | |
2081 </inherits> | |
2082 <fields> | |
2083 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
2084 </fields> | |
2085 </theme> | |
2086 | |
2087 <theme name="MiddleBedHeightEpoch"> | |
2088 <inherits> | |
2089 <inherit from="FlowVelocityVMainChannel"/> | |
2090 </inherits> | |
2091 <fields> | |
2092 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
2093 </fields> | |
2094 </theme> | |
2095 | |
2096 <!-- | |
2097 SQ Relation | |
2098 --> | |
2099 <theme name="SQMeasurements"> | |
2100 <inherits> | |
2101 <inherit from="ColorPoints"/> | |
2102 </inherits> | |
2103 <fields> | |
2104 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> | |
2105 <field name="pointcolor" type="Color" default="#0099FF"/> | |
2106 </fields> | |
2107 </theme> | |
2108 | |
2109 <theme name="SQOutliers"> | |
2110 <inherits> | |
2111 <inherit from="ColorPoints"/> | |
2112 </inherits> | |
2113 <fields> | |
2114 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> | |
2115 <field name="pointcolor" type="Color" default="#CC0000"/> | |
2116 </fields> | |
2117 </theme> | |
2118 | |
2119 <theme name="SQCurve"> | |
2120 <inherits> | |
2121 <inherit from="HiddenColorLines"/> | |
2122 </inherits> | |
2123 <fields> | |
2124 <field name="linecolor" type="Color" default="#000000"/> | |
2125 </fields> | |
2126 </theme> | |
2127 | |
2128 <theme name="FixingDeltaWtAverage0"> | |
2129 <inherits> | |
2130 <inherit from="ColorPoints"/> | |
2131 </inherits> | |
2132 <fields> | |
2133 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2134 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/> | |
2135 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2136 </fields> | |
2137 </theme> | |
2138 <theme name="FixingDeltaWtAverage1"> | |
2139 <inherits> | |
2140 <inherit from="ColorPoints"/> | |
2141 </inherits> | |
2142 <fields> | |
2143 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2144 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2145 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/> | |
2146 </fields> | |
2147 </theme> | |
2148 <theme name="FixingDeltaWtAverage2"> | |
2149 <inherits> | |
2150 <inherit from="ColorPoints"/> | |
2151 </inherits> | |
2152 <fields> | |
2153 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2154 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2155 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/> | |
2156 </fields> | |
2157 </theme> | |
2158 <theme name="FixingDeltaWtAverage3"> | |
2159 <inherits> | |
2160 <inherit from="ColorPoints"/> | |
2161 </inherits> | |
2162 <fields> | |
2163 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2164 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2165 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> | |
2166 </fields> | |
2167 </theme> | |
2168 | |
2169 <theme name="FixingDeltaWtAnalysis"> | |
2170 <inherits> | |
2171 <inherit from="ColorPoints"/> | |
2172 </inherits> | |
2173 <fields> | |
2174 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2175 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> | |
2176 </fields> | |
2177 </theme> | |
2178 | |
2179 <theme name="FixingDeltaWtReference"> | |
2180 <inherits> | |
2181 <inherit from="ColorPoints"/> | |
2182 </inherits> | |
2183 <fields> | |
2184 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2185 <field name="showlines" type="boolean" default="false"/> | |
2186 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> | |
2187 </fields> | |
2188 </theme> | |
2189 | |
2190 <theme name="FixingSectorAverageWQ0"> | |
2191 <inherits> | |
2192 <inherit from="ColorPoints"/> | |
2193 </inherits> | |
2194 <fields> | |
2195 <field name="showlines" type="boolean" default="false"/> | |
2196 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2197 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2198 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/> | |
2199 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2200 </fields> | |
2201 </theme> | |
2202 <theme name="FixingSectorAverageWQ1"> | |
2203 <inherits> | |
2204 <inherit from="ColorPoints"/> | |
2205 </inherits> | |
2206 <fields> | |
2207 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2208 <field name="showlines" type="boolean" default="false"/> | |
2209 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2210 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/> | |
2211 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2212 </fields> | |
2213 </theme> | |
2214 <theme name="FixingSectorAverageWQ2"> | |
2215 <inherits> | |
2216 <inherit from="ColorPoints"/> | |
2217 </inherits> | |
2218 <fields> | |
2219 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2220 <field name="showlines" type="boolean" default="false"/> | |
2221 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2222 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/> | |
2223 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2224 </fields> | |
2225 </theme> | |
2226 <theme name="FixingSectorAverageWQ3"> | |
2227 <inherits> | |
2228 <inherit from="ColorPoints"/> | |
2229 </inherits> | |
2230 <fields> | |
2231 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2232 <field name="showlines" type="boolean" default="false"/> | |
2233 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2234 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> | |
2235 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2236 </fields> | |
2237 </theme> | |
2238 | |
2239 <theme name="FixingAnalysisEventsWQ"> | |
2240 <inherits> | |
2241 <inherit from="ColorPoints"/> | |
2242 </inherits> | |
2243 <fields> | |
2244 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2245 <field name="showlines" type="boolean" default="false"/> | |
2246 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2247 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> | |
2248 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2249 </fields> | |
2250 </theme> | |
2251 | |
2252 <theme name="FixingReferenceEventsWQ"> | |
2253 <inherits> | |
2254 <inherit from="ColorPoints"/> | |
2255 </inherits> | |
2256 <fields> | |
2257 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2258 <field name="showlines" type="boolean" default="false"/> | |
2259 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2260 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/> | |
2261 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2262 </fields> | |
2263 </theme> | |
2264 | |
2265 <theme name="FixingSectorDeviationLS"> | |
2266 <inherits> | |
2267 <inherit from="Areas"/> | |
2268 </inherits> | |
2269 </theme> | |
2270 | |
2271 <theme name="FixingOutliers"> | |
2272 <inherits> | |
2273 <inherit from="ColorPoints"/> | |
2274 </inherits> | |
2275 <fields> | |
2276 <field name="showlines" value="false"/> | |
2277 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2278 </fields> | |
2279 </theme> | |
2280 | |
2281 <theme name="FixingWQCurve"> | |
2282 <inherits> | |
2283 <inherit from="HiddenColorLines"/> | |
2284 </inherits> | |
2285 <fields> | |
2286 <field name="linecolor" type="Color" default="227, 27, 162"/> | |
2287 </fields> | |
2288 </theme> | |
2289 </themegroup> | |
2290 | |
2291 <!-- Virtual themes are following now! | |
2292 DO NOT USE VIRTUAL THEMES FOR FACETS! | |
2293 Please implement concrete themes! --> | |
2294 <themegroup name="virtual"> | |
2295 <theme name="Lines" type="virtual"> | |
2296 <fields> | |
2297 <field name="showlines" type="boolean" display="Linie anzeigen" default="true"/> | |
2298 <field name="linesize" type="int" display="Liniendicke" default="1"/> | |
2299 <field name="linetype" type="Dash" display="Linienart" default="10"/> | |
2300 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2301 <field name="linelabelfont" type="Font" display="Beschriftung: Schriftart" default="arial"/> | |
2302 <field name="linelabelcolor" type="Color" display="Beschriftung: Schriftfarbe" default="0, 0, 0"/> | |
2303 <field name="linelabelsize" type="int" display="Beschriftung: Schriftgröße" default="10"/> | |
2304 <field name="linelabelstyle" type="Style" display="Beschriftung: Schriftstil" default="standard"/> | |
2305 <field name="linelabelbgcolor" type="Color" display="Beschriftung: Hintergrundfarbe" default="0, 0, 0"/> | |
2306 <field name="linelabelshowbg" type="boolean" display="Beschriftung: Hintergrund füllen" default="false"/> | |
2307 <!--orientation? --> | |
2308 </fields> | |
2309 </theme> | |
2310 | |
2311 <theme name="Points" type="virtual"> | |
2312 <fields> | |
2313 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | |
2314 <field name="linesize" type="int" display="Liniendicke" default="1"/> | |
2315 <field name="linetype" type="Dash" display="Linienart" default="10"/> | |
2316 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | |
2317 </fields> | |
2318 </theme> | |
2319 | |
2320 <theme name="ColorLines" type="virtual"> | |
2321 <inherits> | |
2322 <inherit from="Lines"/> | |
2323 </inherits> | |
2324 <fields> | |
2325 <field name="linecolor" type="Color" display="Linienfarbe" default="Color.BLACK"/> | |
2326 </fields> | |
2327 </theme> | |
2328 | |
2329 <theme name="HiddenColorLines" type="virtual"> | |
2330 <inherits> | |
2331 <inherit from="ColorLines"/> | |
2332 </inherits> | |
2333 <fields> | |
2334 <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="h"/> | |
2335 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | |
2336 <field name="linetype" type="Dash" display="Linienart" default="10" hints="h"/> | |
2337 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" hints="h"/> | |
2338 <field name="pointsize" type="int" display="Punktdicke" default="5" hints="h"/> | |
2339 </fields> | |
2340 </theme> | |
2341 | |
2342 <theme name="ColorPoints" type="virtual"> | |
2343 <fields> | |
2344 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="true"/> | |
2345 <field name="pointsize" type="int" display="Punktdicke" default="5"/> | |
2346 <field name="pointcolor" type="Color" display="Punktfarbe" default="Color.BLACK"/> | |
2347 </fields> | |
2348 </theme> | |
2349 | |
2350 <theme name="MinMaxPoints" type="virtual"> | |
2351 <fields> | |
2352 <field name="showminimum" type="boolean" display="Minimum anzeigen" default="false" hints="h"/> | |
2353 <field name="showmaximum" type="boolean" display="Minimum anzeigen" default="false" hints="h"/> | |
2354 </fields> | |
2355 </theme> | |
2356 | |
2357 <theme name="Text" type="virtual"> | |
2358 <fields> | |
2359 <field name="font" type="Font" display="Schriftart" default="arial"/> | |
2360 <field name="textcolor" type="Color" display="Schriftfarbe" default="0, 0, 0"/> | |
2361 <field name="textsize" type="int" display="Schriftgröße" default="10"/> | |
2362 <field name="textstyle" type="Style" display="Schriftstil" default="standard"/> | |
2363 </fields> | |
2364 </theme> | |
2365 | |
2366 <theme name="AnnotationText" type="virtual"> | |
2367 <fields> | |
2368 <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> | |
2369 <field name="textorientation" type="boolean" display="Textausrichtung" default="false"/> | |
2370 <field name="showbackground" type="boolean" display="Hintergrund anzeigen" default="false"/> | |
2371 </fields> | |
2372 </theme> | |
2373 | |
2374 <!-- Area relevant theme(s) --> | |
2375 <theme name="Areas"> | |
2376 <inherits> | |
2377 <inherit from="Text"/> | |
2378 </inherits> | |
2379 <fields> | |
2380 <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> | |
2381 <field name="showbackground" type="boolean" display="Hintergrund anzeigen" default="false"/> | |
2382 <field name="linecolor" type="Color" display="Linienfarbe" default="Color.BLACK"/> | |
2383 <field name="showlines" type="boolean" display="Linie anzeigen" default="true"/> | |
2384 <field name="linesize" type="int" display="Liniendicke" default="1"/> | |
2385 <field name="linetype" type="Dash" display="Linienart" default="10"/> | |
2386 <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 100, 0"/> | |
2387 <field name="showarea" type="boolean" display="Flaeche beschriften" default="false"/> | |
2388 <field name="showborder" type="boolean" display="Flaechebegrenzungslinie anzeigen" default="false"/> | |
2389 <field name="transparent" type="boolean" display="Transparenz" default="false"/> | |
2390 </fields> | |
2391 </theme> | |
2392 | |
2393 | |
2394 <!-- MAP relevant themes --> | |
2395 <theme name="WSPLGENS"> | |
2396 <fields> | |
2397 <field name="wsplgen_cat1" type="Color" display="Hintergrund" default="178, 201, 215"/> | |
2398 <field name="wsplgen_cat2" type="Color" display="Hintergrund" default="111, 147, 170"/> | |
2399 <field name="wsplgen_cat3" type="Color" display="Hintergrund" default="66, 111, 139"/> | |
2400 <field name="wsplgen_cat4" type="Color" display="Hintergrund" default="33, 79, 108"/> | |
2401 <field name="wsplgen_cat5" type="Color" display="Hintergrund" default="2, 27, 42"/> | |
2402 </fields> | |
2403 </theme> | |
2404 | |
2405 <theme name="RiverAxes"> | |
2406 <fields> | |
2407 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 205"/> | |
2408 <field name="linesize" type="int" display="Liniendicke" default="3" hints="h"/> | |
2409 </fields> | |
2410 </theme> | |
2411 | |
2412 <theme name="Km"> | |
2413 <fields> | |
2414 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> | |
2415 <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> | |
2416 <field name="textcolor" type="Color" display="Schriftfarbe" default="0, 0, 0"/> | |
2417 <field name="textsize" type="int" display="Schriftgröße" default="10"/> | |
2418 <field name="symbol" type="Symbol" display="Symbol" default="square"/> | |
2419 </fields> | |
2420 </theme> | |
2421 | |
2422 <theme name="Fixpoint"> | |
2423 <fields> | |
2424 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> | |
2425 <field name="linesize" type="int" display="Liniendicke" default="3" hints="h"/> | |
2426 <field name="symbol" type="Symbol" display="Symbol" default="point"/> | |
2427 </fields> | |
2428 </theme> | |
2429 | |
2430 <theme name="Floodmap"> | |
2431 <fields> | |
2432 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
2433 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | |
2434 <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/> | |
2435 </fields> | |
2436 </theme> | |
2437 | |
2438 <theme name="GaugeLocations"> | |
2439 <fields> | |
2440 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
2441 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | |
2442 <field name="symbol" type="Symbol" display="Symbol" default="point"/> | |
2443 </fields> | |
2444 </theme> | |
2445 | |
2446 <theme name="Qp"> | |
2447 <fields> | |
2448 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/> | |
2449 <field name="linesize" type="int" display="Liniendicke" default="3" hints="h"/> | |
2450 </fields> | |
2451 </theme> | |
2452 | |
2453 <theme name="Hw"> | |
2454 <fields> | |
2455 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> | |
2456 <field name="linesize" type="int" display="Liniendicke" default="3" hints="h"/> | |
2457 </fields> | |
2458 </theme> | |
2459 | |
2460 <theme name="Catchments"> | |
2461 <fields> | |
2462 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
2463 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | |
2464 <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/> | |
2465 </fields> | |
2466 </theme> | |
2467 | |
2468 <theme name="Floodplain"> | |
2469 <fields> | |
2470 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> | |
2471 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> | |
2472 <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/> | |
2473 </fields> | |
2474 </theme> | |
2475 | |
2476 <theme name="FloodmapLine"> | |
2477 <fields> | |
2478 <field name="linecolor" type="Color" display="Linienfarbe" default="140, 200, 130"/> | |
2479 <field name="linesize" type="int" display="Liniendicke" default="3" hints="h"/> | |
2480 </fields> | |
2481 </theme> | |
2482 | |
2483 <theme name="Building"> | |
2484 <fields> | |
2485 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> | |
2486 <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> | |
2487 </fields> | |
2488 </theme> | |
2489 | |
2490 <theme name="HydrBoundariesLine"> | |
2491 <fields> | |
2492 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> | |
2493 <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> | |
2494 </fields> | |
2495 </theme> | |
2496 | |
2497 <theme name="HydrBoundariesPoly"> | |
2498 <fields> | |
2499 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> | |
2500 <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> | |
2501 <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/> | |
2502 </fields> | |
2503 </theme> | |
2504 | |
2505 | |
2506 <!-- | |
2507 FLOW VELOCITY | |
2508 --> | |
2509 <theme name="FlowVelocityVMainChannel"> | |
2510 <inherits> | |
2511 <inherit from="HiddenColorLines"/> | |
2512 <inherit from="MinMaxPoints"/> | |
2513 </inherits> | |
2514 <fields> | |
2515 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
2516 </fields> | |
2517 </theme> | |
2518 | |
2519 <theme name="FlowVelocityVTotalChannel"> | |
2520 <inherits> | |
2521 <inherit from="FlowVelocityVMainChannel"/> | |
2522 </inherits> | |
2523 <fields> | |
2524 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
2525 </fields> | |
2526 </theme> | |
2527 | |
2528 <theme name="FlowVelocityTau"> | |
2529 <inherits> | |
2530 <inherit from="HiddenColorLines"/> | |
2531 <inherit from="MinMaxPoints"/> | |
2532 </inherits> | |
2533 <fields> | |
2534 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> | |
2535 </fields> | |
2536 </theme> | |
2537 | |
2538 | |
2539 <!-- | |
2540 MIDDLE BED HEIGHT | |
2541 --> | |
2542 <theme name="MiddleBedHeightSingle"> | |
2543 <inherits> | |
2544 <inherit from="HiddenColorLines"/> | |
2545 <inherit from="MinMaxPoints"/> | |
2546 </inherits> | |
2547 <fields> | |
2548 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> | |
2549 </fields> | |
2550 </theme> | |
2551 | |
2552 <theme name="MiddleBedHeightEpoch"> | |
2553 <inherits> | |
2554 <inherit from="FlowVelocityVMainChannel"/> | |
2555 </inherits> | |
2556 <fields> | |
2557 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> | |
2558 </fields> | |
2559 </theme> | |
2560 | |
2561 | |
2562 <!-- | |
2563 SQ Relation | |
2564 --> | |
2565 <theme name="SQMeasurements"> | |
2566 <inherits> | |
2567 <inherit from="ColorPoints"/> | |
2568 </inherits> | |
2569 <fields> | |
2570 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> | |
2571 <field name="pointcolor" type="Color" default="#0099FF"/> | |
2572 </fields> | |
2573 </theme> | |
2574 | |
2575 <theme name="SQOutliers"> | |
2576 <inherits> | |
2577 <inherit from="ColorPoints"/> | |
2578 </inherits> | |
2579 <fields> | |
2580 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> | |
2581 <field name="pointcolor" type="Color" default="#CC0000"/> | |
2582 </fields> | |
2583 </theme> | |
2584 | |
2585 <theme name="SQCurve"> | |
2586 <inherits> | |
2587 <inherit from="HiddenColorLines"/> | |
2588 </inherits> | |
2589 <fields> | |
2590 <field name="linecolor" type="Color" default="#000000"/> | |
2591 </fields> | |
2592 </theme> | |
2593 | |
2594 <theme name="FixingSectorAverageWQ0"> | |
2595 <inherits> | |
2596 <inherit from="ColorPoints"/> | |
2597 </inherits> | |
2598 <fields> | |
2599 <field name="showlines" type="boolean" default="false"/> | |
2600 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2601 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2602 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/> | |
2603 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2604 </fields> | |
2605 </theme> | |
2606 <theme name="FixingSectorAverageWQ1"> | |
2607 <inherits> | |
2608 <inherit from="ColorPoints"/> | |
2609 </inherits> | |
2610 <fields> | |
2611 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2612 <field name="showlines" type="boolean" default="false"/> | |
2613 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2614 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/> | |
2615 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2616 </fields> | |
2617 </theme> | |
2618 <theme name="FixingSectorAverageWQ2"> | |
2619 <inherits> | |
2620 <inherit from="ColorPoints"/> | |
2621 </inherits> | |
2622 <fields> | |
2623 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2624 <field name="showlines" type="boolean" default="false"/> | |
2625 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2626 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/> | |
2627 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2628 </fields> | |
2629 </theme> | |
2630 <theme name="FixingSectorAverageWQ3"> | |
2631 <inherits> | |
2632 <inherit from="ColorPoints"/> | |
2633 </inherits> | |
2634 <fields> | |
2635 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2636 <field name="showlines" type="boolean" default="false"/> | |
2637 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2638 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> | |
2639 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2640 </fields> | |
2641 </theme> | |
2642 | |
2643 <theme name="FixingAnalysisEventsWQ"> | |
2644 <inherits> | |
2645 <inherit from="ColorPoints"/> | |
2646 </inherits> | |
2647 <fields> | |
2648 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2649 <field name="showlines" type="boolean" default="false"/> | |
2650 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2651 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> | |
2652 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2653 </fields> | |
2654 </theme> | |
2655 | |
2656 <theme name="FixingReferenceEventsWQ"> | |
2657 <inherits> | |
2658 <inherit from="ColorPoints"/> | |
2659 </inherits> | |
2660 <fields> | |
2661 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> | |
2662 <field name="showlines" type="boolean" default="false"/> | |
2663 <field name="pointsize" type="int" display="Punktdicke" default="3"/> | |
2664 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/> | |
2665 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2666 </fields> | |
2667 </theme> | |
2668 | |
2669 <theme name="FixingOutliers"> | |
2670 <inherits> | |
2671 <inherit from="ColorPoints"/> | |
2672 </inherits> | |
2673 <fields> | |
2674 <field name="showlines" value="false"/> | |
2675 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> | |
2676 </fields> | |
2677 </theme> | |
2678 | |
2679 <theme name="FixingWQCurve"> | |
2680 <inherits> | |
2681 <inherit from="HiddenColorLines"/> | |
2682 </inherits> | |
2683 <fields> | |
2684 <field name="linecolor" type="Color" default="227, 27, 162"/> | |
2685 </fields> | |
2686 </theme> | |
2687 | |
2688 </themegroup> | |
2689 | |
2690 | 10 |
2691 <!-- | 11 <!-- |
2692 Mappings are following now. A mapping maps between a name of a facet | 12 Mappings are following now. A mapping maps between a name of a facet |
2693 and a theme. | 13 and a theme. |
2694 Always the first matching mapping is taken, so consider putting most | 14 Always the first matching mapping is taken, so consider putting most |