comparison flys-artifacts/doc/conf/default-themes.xml @ 3468:f37e7e8907cb

merged flys-artifacts/2.8.1
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:14:39 +0200
parents fed6685692d2
children 25cce741d03c
comparison
equal deleted inserted replaced
3387:5ffad8bde8ad 3468:f37e7e8907cb
1 <?xml version="1.0" encoding="UTF-8"?>
2 <themegroup name="default">
3 <theme name="DischargeCurve">
4 <inherits>
5 <inherit from="HiddenColorLines" />
6 <inherit from="MinMaxPoints" />
7 </inherits>
8 <fields>
9 <field name="linecolor" type="Color" display="Linienfarbe"
10 default="0, 0, 153" />
11 <field name="linesize" type="int" display="Liniendicke"
12 default="2" hints="h" />
13 </fields>
14 </theme>
15
16 <!-- concrete theme for historical discharge curves -->
17 <theme name="HistoricalDischargeCurveQ">
18 <inherits>
19 <inherit from="HiddenColorLines" />
20 <inherit from="MinMaxPoints" />
21 </inherits>
22 <fields>
23 <field name="linecolor" type="Color" display="Linienfarbe"
24 default="0, 0, 153" />
25 <field name="linesize" type="int" display="Liniendicke"
26 default="2" hints="h" />
27 </fields>
28 </theme>
29
30 <theme name="HistoricalDischargeCurveQDiff">
31 <inherits>
32 <inherit from="HiddenColorLines" />
33 <inherit from="MinMaxPoints" />
34 </inherits>
35 <fields>
36 <field name="linecolor" type="Color" display="Linienfarbe"
37 default="204, 204, 204" />
38 <field name="linesize" type="int" display="Liniendicke"
39 default="2" hints="h" />
40 </fields>
41 </theme>
42
43
44 <!-- Discharge Longitudinal Section -->
45 <theme name="LongitudinalSectionW">
46 <inherits>
47 <inherit from="HiddenColorLines" />
48 <inherit from="MinMaxPoints" />
49 </inherits>
50 <fields>
51 <field name="bandwidth" type="double" display="Bandbreite"
52 default="0"/>
53 <field name="linecolor" type="Color" display="Linienfarbe"
54 default="204, 204, 204" />
55 </fields>
56 </theme>
57
58 <theme name="LongitudinalSectionW_HQ1">
59 <inherits>
60 <inherit from="LongitudinalSectionW" />
61 </inherits>
62 <fields>
63 <field name="linecolor" type="Color" display="Linienfarbe"
64 default="0, 0, 102" />
65 </fields>
66 </theme>
67
68 <theme name="LongitudinalSectionW_HQ2">
69 <inherits>
70 <inherit from="LongitudinalSectionW" />
71 </inherits>
72 <fields>
73 <field name="linecolor" type="Color" display="Linienfarbe"
74 default="0, 0, 102" />
75 </fields>
76 </theme>
77
78 <theme name="LongitudinalSectionW_HQ5">
79 <inherits>
80 <inherit from="LongitudinalSectionW" />
81 </inherits>
82 <fields>
83 <field name="linecolor" type="Color" display="Linienfarbe"
84 default="0, 153, 51" />
85 </fields>
86 </theme>
87
88 <theme name="LongitudinalSectionW_HQ10">
89 <inherits>
90 <inherit from="LongitudinalSectionW" />
91 </inherits>
92 <fields>
93 <field name="linecolor" type="Color" display="Linienfarbe"
94 default="0, 204, 204" />
95 </fields>
96 </theme>
97
98 <theme name="LongitudinalSectionW_HQ20">
99 <inherits>
100 <inherit from="LongitudinalSectionW" />
101 </inherits>
102 <fields>
103 <field name="linecolor" type="Color" display="Linienfarbe"
104 default="153, 153, 0" />
105 </fields>
106 </theme>
107
108 <theme name="LongitudinalSectionW_HQ25">
109 <inherits>
110 <inherit from="LongitudinalSectionW" />
111 </inherits>
112 <fields>
113 <field name="linecolor" type="Color" display="Linienfarbe"
114 default="102, 51, 0" />
115 </fields>
116 </theme>
117
118 <theme name="LongitudinalSectionW_HQ50">
119 <inherits>
120 <inherit from="LongitudinalSectionW" />
121 </inherits>
122 <fields>
123 <field name="linecolor" type="Color" display="Linienfarbe"
124 default="255, 153, 0" />
125 </fields>
126 </theme>
127
128 <theme name="LongitudinalSectionW_HQ100">
129 <inherits>
130 <inherit from="LongitudinalSectionW" />
131 </inherits>
132 <fields>
133 <field name="linecolor" type="Color" display="Linienfarbe"
134 default="255, 0, 255" />
135 </fields>
136 </theme>
137
138 <theme name="LongitudinalSectionW_HQ200">
139 <inherits>
140 <inherit from="LongitudinalSectionW" />
141 </inherits>
142 <fields>
143 <field name="linecolor" type="Color" display="Linienfarbe"
144 default="255, 0, 255" />
145 </fields>
146 </theme>
147
148 <theme name="LongitudinalSectionW_HQ500">
149 <inherits>
150 <inherit from="LongitudinalSectionW" />
151 </inherits>
152 <fields>
153 <field name="linecolor" type="Color" display="Linienfarbe"
154 default="102, 0, 102" />
155 </fields>
156 </theme>
157
158 <theme name="LongitudinalSectionW_HQ1000">
159 <inherits>
160 <inherit from="LongitudinalSectionW" />
161 </inherits>
162 <fields>
163 <field name="linecolor" type="Color" display="Linienfarbe"
164 default="0, 0, 0" />
165 </fields>
166 </theme>
167
168 <theme name="LongitudinalSectionW_HQRZ">
169 <inherits>
170 <inherit from="LongitudinalSectionW" />
171 </inherits>
172 <fields>
173 <field name="linecolor" type="Color" display="Linienfarbe"
174 default="102, 0, 102" />
175 </fields>
176 </theme>
177
178 <theme name="LongitudinalSectionW_HSQ">
179 <inherits>
180 <inherit from="LongitudinalSectionW" />
181 </inherits>
182 <fields>
183 <field name="linecolor" type="Color" display="Linienfarbe"
184 default="253, 153, 0" />
185 </fields>
186 </theme>
187
188 <theme name="LongitudinalSectionW_MHQ">
189 <inherits>
190 <inherit from="LongitudinalSectionW" />
191 </inherits>
192 <fields>
193 <field name="linecolor" type="Color" display="Linienfarbe"
194 default="102, 255, 102" />
195 </fields>
196 </theme>
197
198 <theme name="LongitudinalSectionW_MNQ">
199 <inherits>
200 <inherit from="LongitudinalSectionW" />
201 </inherits>
202 <fields>
203 <field name="linecolor" type="Color" display="Linienfarbe"
204 default="0, 255, 255" />
205 </fields>
206 </theme>
207
208 <theme name="LongitudinalSectionW_MQ">
209 <inherits>
210 <inherit from="LongitudinalSectionW" />
211 </inherits>
212 <fields>
213 <field name="linecolor" type="Color" display="Linienfarbe"
214 default="0, 51, 204" />
215 </fields>
216 </theme>
217
218 <theme name="LongitudinalSectionW_NQ">
219 <inherits>
220 <inherit from="LongitudinalSectionW" />
221 </inherits>
222 <fields>
223 <field name="linecolor" type="Color" display="Linienfarbe"
224 default="153, 204, 255" />
225 </fields>
226 </theme>
227
228 <theme name="LongitudinalSectionW_HQExtrem">
229 <inherits>
230 <inherit from="LongitudinalSectionW" />
231 </inherits>
232 <fields>
233 <field name="linecolor" type="Color" display="Linienfarbe"
234 default="0, 0, 0" />
235 </fields>
236 </theme>
237
238 <theme name="LongitudinalSectionPoints">
239 <inherits>
240 <inherit from="LongitudinalSectionW" />
241 </inherits>
242 <fields>
243 <field name="showlines" type="boolean" display="Linie anzeigen"
244 default="false" />
245 <field name="showpoints" type="boolean" display="Punkte anzeigen"
246 default="true" />
247 </fields>
248 </theme>
249
250 <theme name="LongitudinalSectionW_HQ1_Points">
251 <inherits>
252 <inherit from="LongitudinalSectionPoints" />
253 </inherits>
254 <fields>
255 <field name="linecolor" type="Color" display="Linienfarbe"
256 default="0, 0, 102" />
257 </fields>
258 </theme>
259
260 <theme name="LongitudinalSectionW_HQ2_Points">
261 <inherits>
262 <inherit from="LongitudinalSectionPoints" />
263 </inherits>
264 <fields>
265 <field name="linecolor" type="Color" display="Linienfarbe"
266 default="0, 0, 102" />
267 </fields>
268 </theme>
269
270 <theme name="LongitudinalSectionW_HQ5_Points">
271 <inherits>
272 <inherit from="LongitudinalSectionPoints" />
273 </inherits>
274 <fields>
275 <field name="linecolor" type="Color" display="Linienfarbe"
276 default="0, 153, 51" />
277 </fields>
278 </theme>
279
280 <theme name="LongitudinalSectionW_HQ10_Points">
281 <inherits>
282 <inherit from="LongitudinalSectionPoints" />
283 </inherits>
284 <fields>
285 <field name="linecolor" type="Color" display="Linienfarbe"
286 default="0, 204, 204" />
287 </fields>
288 </theme>
289
290 <theme name="LongitudinalSectionW_HQ20_Points">
291 <inherits>
292 <inherit from="LongitudinalSectionPoints" />
293 </inherits>
294 <fields>
295 <field name="linecolor" type="Color" display="Linienfarbe"
296 default="153, 153, 0" />
297 </fields>
298 </theme>
299
300 <theme name="LongitudinalSectionW_HQ25_Points">
301 <inherits>
302 <inherit from="LongitudinalSectionPoints" />
303 </inherits>
304 <fields>
305 <field name="linecolor" type="Color" display="Linienfarbe"
306 default="102, 51, 0" />
307 </fields>
308 </theme>
309
310 <theme name="LongitudinalSectionW_HQ50_Points">
311 <inherits>
312 <inherit from="LongitudinalSectionPoints" />
313 </inherits>
314 <fields>
315 <field name="linecolor" type="Color" display="Linienfarbe"
316 default="255, 153, 153" />
317 </fields>
318 </theme>
319
320 <theme name="LongitudinalSectionW_HQ100_Points">
321 <inherits>
322 <inherit from="LongitudinalSectionPoints" />
323 </inherits>
324 <fields>
325 <field name="linecolor" type="Color" display="Linienfarbe"
326 default="255, 0, 51" />
327 </fields>
328 </theme>
329
330 <theme name="LongitudinalSectionW_HQ200_Points">
331 <inherits>
332 <inherit from="LongitudinalSectionPoints" />
333 </inherits>
334 <fields>
335 <field name="linecolor" type="Color" display="Linienfarbe"
336 default="255, 0, 255" />
337 </fields>
338 </theme>
339
340 <theme name="LongitudinalSectionW_HQ500_Points">
341 <inherits>
342 <inherit from="LongitudinalSectionPoints" />
343 </inherits>
344 <fields>
345 <field name="linecolor" type="Color" display="Linienfarbe"
346 default="102, 0, 102" />
347 </fields>
348 </theme>
349
350 <theme name="LongitudinalSectionW_HQ1000_Points">
351 <inherits>
352 <inherit from="LongitudinalSectionPoints" />
353 </inherits>
354 <fields>
355 <field name="linecolor" type="Color" display="Linienfarbe"
356 default="0, 0, 0" />
357 </fields>
358 </theme>
359
360 <theme name="LongitudinalSectionW_HQRZ_Points">
361 <inherits>
362 <inherit from="LongitudinalSectionPoints" />
363 </inherits>
364 <fields>
365 <field name="linecolor" type="Color" display="Linienfarbe"
366 default="102, 0, 102" />
367 </fields>
368 </theme>
369
370 <theme name="LongitudinalSectionW_HSQ_Points">
371 <inherits>
372 <inherit from="LongitudinalSectionPoints" />
373 </inherits>
374 <fields>
375 <field name="linecolor" type="Color" display="Linienfarbe"
376 default="253, 153, 0" />
377 </fields>
378 </theme>
379
380 <theme name="LongitudinalSectionW_MHQ_Points">
381 <inherits>
382 <inherit from="LongitudinalSectionPoints" />
383 </inherits>
384 <fields>
385 <field name="linecolor" type="Color" display="Linienfarbe"
386 default="102, 255, 102" />
387 </fields>
388 </theme>
389
390 <theme name="LongitudinalSectionW_MNQ_Points">
391 <inherits>
392 <inherit from="LongitudinalSectionPoints" />
393 </inherits>
394 <fields>
395 <field name="linecolor" type="Color" display="Linienfarbe"
396 default="0, 255, 255" />
397 </fields>
398 </theme>
399
400 <theme name="LongitudinalSectionW_MQ_Points">
401 <inherits>
402 <inherit from="LongitudinalSectionPoints" />
403 </inherits>
404 <fields>
405 <field name="linecolor" type="Color" display="Linienfarbe"
406 default="0, 51, 204" />
407 </fields>
408 </theme>
409
410 <theme name="LongitudinalSectionW_NQ_Points">
411 <inherits>
412 <inherit from="LongitudinalSectionPoints" />
413 </inherits>
414 <fields>
415 <field name="linecolor" type="Color" display="Linienfarbe"
416 default="153, 204, 255" />
417 </fields>
418 </theme>
419
420 <theme name="LongitudinalSectionW_HQExtrem_Points">
421 <inherits>
422 <inherit from="LongitudinalSectionPoints" />
423 </inherits>
424 <fields>
425 <field name="linecolor" type="Color" display="Linienfarbe"
426 default="0, 0, 0" />
427 </fields>
428 </theme>
429
430 <!-- Longitudinal Section Q's -->
431
432 <theme name="LongitudinalSectionQ">
433 <inherits>
434 <inherit from="HiddenColorLines" />
435 <inherit from="MinMaxPoints" />
436 </inherits>
437 <fields>
438 <field name="linecolor" type="Color" display="Linienfarbe"
439 default="204, 204, 204" />
440 </fields>
441 </theme>
442
443 <theme name="LongitudinalSectionQ_HQ1">
444 <inherits>
445 <inherit from="LongitudinalSectionQ" />
446 </inherits>
447 <fields>
448 <field name="linecolor" type="Color" display="Linienfarbe"
449 default="0, 0, 102" />
450 </fields>
451 </theme>
452
453 <theme name="LongitudinalSectionQ_HQ2">
454 <inherits>
455 <inherit from="LongitudinalSectionQ" />
456 </inherits>
457 <fields>
458 <field name="linecolor" type="Color" display="Linienfarbe"
459 default="0, 0, 102" />
460 </fields>
461 </theme>
462
463 <theme name="LongitudinalSectionQ_HQ5">
464 <inherits>
465 <inherit from="LongitudinalSectionQ" />
466 </inherits>
467 <fields>
468 <field name="linecolor" type="Color" display="Linienfarbe"
469 default="0, 153, 51" />
470 </fields>
471 </theme>
472
473 <theme name="LongitudinalSectionQ_HQ10">
474 <inherits>
475 <inherit from="LongitudinalSectionQ" />
476 </inherits>
477 <fields>
478 <field name="linecolor" type="Color" display="Linienfarbe"
479 default="0, 204, 204" />
480 </fields>
481 </theme>
482
483 <theme name="LongitudinalSectionQ_HQ20">
484 <inherits>
485 <inherit from="LongitudinalSectionQ" />
486 </inherits>
487 <fields>
488 <field name="linecolor" type="Color" display="Linienfarbe"
489 default="153, 153, 0" />
490 </fields>
491 </theme>
492
493 <theme name="LongitudinalSectionQ_HQ25">
494 <inherits>
495 <inherit from="LongitudinalSectionQ" />
496 </inherits>
497 <fields>
498 <field name="linecolor" type="Color" display="Linienfarbe"
499 default="102, 51, 0" />
500 </fields>
501 </theme>
502
503 <theme name="LongitudinalSectionQ_HQ50">
504 <inherits>
505 <inherit from="LongitudinalSectionQ" />
506 </inherits>
507 <fields>
508 <field name="linecolor" type="Color" display="Linienfarbe"
509 default="255, 153, 153" />
510 </fields>
511 </theme>
512
513 <theme name="LongitudinalSectionQ_HQ100">
514 <inherits>
515 <inherit from="LongitudinalSectionQ" />
516 </inherits>
517 <fields>
518 <field name="linecolor" type="Color" display="Linienfarbe"
519 default="255, 0, 51" />
520 </fields>
521 </theme>
522
523 <theme name="LongitudinalSectionQ_HQ200">
524 <inherits>
525 <inherit from="LongitudinalSectionQ" />
526 </inherits>
527 <fields>
528 <field name="linecolor" type="Color" display="Linienfarbe"
529 default="255, 0, 255" />
530 </fields>
531 </theme>
532
533 <theme name="LongitudinalSectionQ_HQ500">
534 <inherits>
535 <inherit from="LongitudinalSectionQ" />
536 </inherits>
537 <fields>
538 <field name="linecolor" type="Color" display="Linienfarbe"
539 default="102, 0, 102" />
540 </fields>
541 </theme>
542
543 <theme name="LongitudinalSectionQ_HQ1000">
544 <inherits>
545 <inherit from="LongitudinalSectionQ" />
546 </inherits>
547 <fields>
548 <field name="linecolor" type="Color" display="Linienfarbe"
549 default="0, 0, 0" />
550 </fields>
551 </theme>
552
553 <theme name="LongitudinalSectionQ_HQRZ">
554 <inherits>
555 <inherit from="LongitudinalSectionQ" />
556 </inherits>
557 <fields>
558 <field name="linecolor" type="Color" display="Linienfarbe"
559 default="102, 0, 102" />
560 </fields>
561 </theme>
562
563 <theme name="LongitudinalSectionQ_HSQ">
564 <inherits>
565 <inherit from="LongitudinalSectionQ" />
566 </inherits>
567 <fields>
568 <field name="linecolor" type="Color" display="Linienfarbe"
569 default="253, 153, 0" />
570 </fields>
571 </theme>
572
573 <theme name="LongitudinalSectionQ_MHQ">
574 <inherits>
575 <inherit from="LongitudinalSectionQ" />
576 </inherits>
577 <fields>
578 <field name="linecolor" type="Color" display="Linienfarbe"
579 default="102, 255, 102" />
580 </fields>
581 </theme>
582
583 <theme name="LongitudinalSectionQ_MNQ">
584 <inherits>
585 <inherit from="LongitudinalSectionQ" />
586 </inherits>
587 <fields>
588 <field name="linecolor" type="Color" display="Linienfarbe"
589 default="0, 255, 255" />
590 </fields>
591 </theme>
592
593 <theme name="LongitudinalSectionQ_MQ">
594 <inherits>
595 <inherit from="LongitudinalSectionQ" />
596 </inherits>
597 <fields>
598 <field name="linecolor" type="Color" display="Linienfarbe"
599 default="0, 51, 204" />
600 </fields>
601 </theme>
602
603 <theme name="LongitudinalSectionQ_NQ">
604 <inherits>
605 <inherit from="LongitudinalSectionQ" />
606 </inherits>
607 <fields>
608 <field name="linecolor" type="Color" display="Linienfarbe"
609 default="153, 204, 255" />
610 </fields>
611 </theme>
612
613 <theme name="LongitudinalSectionQ_HQExtrem">
614 <inherits>
615 <inherit from="LongitudinalSectionQ" />
616 </inherits>
617 <fields>
618 <field name="linecolor" type="Color" display="Linienfarbe"
619 default="0, 0, 0" />
620 </fields>
621 </theme>
622
623 <!-- Main Values -->
624 <theme name="MainValuesQ">
625 <inherits>
626 <inherit from="HiddenColorLines" />
627 <inherit from="Text" />
628 </inherits>
629 <fields>
630 <field name="linecolor" type="Color" display="Farbe"
631 default="200, 0, 15" />
632 <field name="textcolor" type="Color" display="Farbe"
633 default="200, 0, 15" />
634 <field name="showhorizontalline" type="boolean"
635 display="Horizontale Linie" default="true" />
636 <field name="showverticalline" type="boolean" display="Vertikale Linie"
637 default="true" />
638 <field name="textorientation" type="boolean" display="Textausrichtung"
639 default="true" />
640 </fields>
641 </theme>
642
643 <theme name="MainValuesW">
644 <inherits>
645 <inherit from="HiddenColorLines" />
646 <inherit from="Text" />
647 </inherits>
648 <fields>
649 <field name="linecolor" type="Color" display="Farbe"
650 default="0, 215, 0" />
651 <field name="textcolor" type="Color" display="Farbe"
652 default="0, 215, 0" />
653 <field name="showhorizontalline" type="boolean"
654 display="Horizontale Linie" default="true" />
655 <field name="showverticalline" type="boolean" display="Vertikale Linie"
656 default="true" />
657 <field name="textorientation" type="boolean" display="Textausrichtung"
658 default="true" />
659 </fields>
660 </theme>
661
662 <!-- Computed Discharge Curves -->
663 <theme name="ComputedDischargeCurve">
664 <inherits>
665 <inherit from="HiddenColorLines" />
666 <inherit from="MinMaxPoints" />
667 </inherits>
668 <fields>
669 <field name="linecolor" type="Color" display="Linienfarbe"
670 default="0, 0, 153" />
671 <field name="linesize" type="int" display="Liniendicke"
672 default="2" hints="h" />
673 </fields>
674 </theme>
675
676 <theme name="ComputedDischargeCurveQ">
677 <inherits>
678 <inherit from="HiddenColorLines" />
679 <inherit from="MinMaxPoints" />
680 <inherit from="Text" />
681 </inherits>
682 <fields>
683 <field name="linecolor" type="Color" display="Farbe"
684 default="200, 0, 15" />
685 <field name="textcolor" type="Color" display="Farbe"
686 default="200, 0, 15" />
687 </fields>
688 </theme>
689
690 <theme name="ComputedDischargeCurveW">
691 <inherits>
692 <inherit from="HiddenColorLines" />
693 <inherit from="MinMaxPoints" />
694 <inherit from="Text" />
695 </inherits>
696 <fields>
697 <field name="linecolor" type="Color" display="Farbe"
698 default="0, 215, 0" />
699 <field name="textcolor" type="Color" display="Farbe"
700 default="0, 215, 0" />
701 <field name="textorientation" type="boolean" display="Textausrichtung"
702 default="true" />
703 </fields>
704 </theme>
705
706 <!-- Cross Sections -->
707 <theme name="CrossSection">
708 <inherits>
709 <inherit from="HiddenColorLines" />
710 <inherit from="MinMaxPoints" />
711 </inherits>
712 <fields>
713 <field name="linecolor" type="Color" display="Linienfarbe"
714 default="0,0,0" />
715 <field name="linesize" type="int" display="Liniendicke"
716 default="1" hints="h" />
717 </fields>
718 </theme>
719
720 <theme name="CrossSectionWaterLine">
721 <inherits>
722 <inherit from="HiddenColorLines" />
723 </inherits>
724 <fields>
725 <field name="linecolor" type="Color" display="Linienfarbe"
726 default="0,0,153" />
727 <field name="linesize" type="int" display="Liniendicke"
728 default="1" hints="h" />
729 <field name="showwidth" type="boolean" display="Breite anzeigen"
730 default="false" />
731 <field name="showlevel" type="boolean" display="Wasserstand anzeigen"
732 default="false" />
733 <field name="showmiddleheight" type="boolean"
734 display="Wasserstand anzeigen" default="false" />
735 </fields>
736 </theme>
737
738 <theme name="Hyk">
739 <inherits>
740 <inherit from="Text" />
741 </inherits>
742 <fields>
743 <field name="textorientation" type="boolean" display="Textausrichtung"
744 default="true" />
745 </fields>
746 </theme>
747
748 <!-- Relative Points -->
749 <theme name="RelativePoint">
750 <inherits>
751 <inherit from="LongitudinalSectionPoints" />
752 </inherits>
753 <!--fields> <field name="linecolor" type="Color" display="Linienfarbe"
754 default="0, 0, 0"/> </fields -->
755 </theme>
756
757 <!-- Duration Curves -->
758 <theme name="DurationCurveW">
759 <inherits>
760 <inherit from="HiddenColorLines" />
761 <inherit from="MinMaxPoints" />
762 </inherits>
763 <fields>
764 <field name="linecolor" type="Color" display="Linienfarbe"
765 default="0,51,204" />
766 <field name="linesize" type="int" display="Liniendicke"
767 default="2" hints="h" />
768 </fields>
769 </theme>
770
771 <theme name="DurationCurveQ">
772 <inherits>
773 <inherit from="HiddenColorLines" />
774 <inherit from="MinMaxPoints" />
775 </inherits>
776 <fields>
777 <field name="linecolor" type="Color" display="Linienfarbe"
778 default="0,204,0" />
779 <field name="linesize" type="int" display="Liniendicke"
780 default="2" hints="h" />
781 </fields>
782 </theme>
783
784 <!-- Differences -->
785 <theme name="Differences">
786 <inherits>
787 <inherit from="HiddenColorLines" />
788 <inherit from="MinMaxPoints" />
789 </inherits>
790 <fields>
791 <field name="linecolor" type="Color" display="Linienfarbe"
792 default="204, 204, 204" />
793 </fields>
794 </theme>
795
796 <!-- Reference Curves -->
797 <theme name="ReferenceCurveNormalized">
798 <inherits>
799 <inherit from="HiddenColorLines" />
800 <inherit from="MinMaxPoints" />
801 </inherits>
802 <fields>
803 <field name="linecolor" type="Color" display="Linienfarbe"
804 default="204, 204, 204" />
805 </fields>
806 </theme>
807
808 <theme name="ReferenceCurve">
809 <inherits>
810 <inherit from="HiddenColorLines" />
811 <inherit from="MinMaxPoints" />
812 </inherits>
813 <fields>
814 <field name="linecolor" type="Color" display="Linienfarbe"
815 default="204, 204, 204" />
816 </fields>
817 </theme>
818
819 <!-- General -->
820 <theme name="WKms">
821 <inherits>
822 <inherit from="HiddenColorLines" />
823 <inherit from="MinMaxPoints" />
824 </inherits>
825 <fields>
826 <field name="linecolor" type="Color" display="Linienfarbe"
827 default="204, 204, 204" />
828 </fields>
829 </theme>
830
831 <theme name="WQKms">
832 <inherits>
833 <inherit from="HiddenColorLines" />
834 <inherit from="MinMaxPoints" />
835 </inherits>
836 <fields>
837 <field name="linecolor" type="Color" display="Linienfarbe"
838 default="204, 204, 204" />
839 </fields>
840 </theme>
841
842 <theme name="WQPoints">
843 <inherits>
844 <inherit from="Points" />
845 </inherits>
846 <fields>
847 <field name="showlines" type="boolean" display="Linie anzeigen"
848 default="false" />
849 <field name="showpoints" type="boolean" display="Punkte anzeigen"
850 default="true" />
851 <field name="linecolor" type="Color" display="Linienfarbe"
852 default="204, 0, 0" />
853 </fields>
854 </theme>
855
856 <!-- Discharge Longitudinal Section -->
857 <theme name="DischargeLongitudinalSectionW">
858 <inherits>
859 <inherit from="HiddenColorLines" />
860 <inherit from="MinMaxPoints" />
861 </inherits>
862 <fields>
863 <field name="linecolor" type="Color" display="Linienfarbe"
864 default="204, 204, 204" />
865 </fields>
866 </theme>
867
868
869 <theme name="DischargeLongitudinalSectionC">
870 <inherits>
871 <inherit from="HiddenColorLines" />
872 <inherit from="MinMaxPoints" />
873 </inherits>
874 <fields>
875 <field name="linecolor" type="Color" display="Linienfarbe"
876 default="255, 0 , 0" />
877 </fields>
878 </theme>
879
880 <theme name="DischargeLongitudinalSectionQ">
881 <inherits>
882 <inherit from="HiddenColorLines" />
883 <inherit from="MinMaxPoints" />
884 </inherits>
885 <fields>
886 <field name="linecolor" type="Color" display="Linienfarbe"
887 default="204, 204, 204" />
888 </fields>
889 </theme>
890
891
892 <!-- Annotations -->
893 <theme name="Annotations">
894 <inherits>
895 <inherit from="HiddenColorLines" />
896 <inherit from="Text" />
897 <inherit from="AnnotationText" />
898 </inherits>
899 <fields>
900 <field name="linecolor" type="Color" display="Linienfarbe"
901 default="0, 0, 0" />
902 </fields>
903 </theme>
904
905 <!-- Manual Points -->
906 <theme name="ManualPoints">
907 <inherits>
908 <inherit from="Points" />
909 </inherits>
910 <fields>
911 <field name="linecolor" type="Color" display="Linienfarbe"
912 default="250, 0, 0" />
913 <field name="font" type="Font" display="Schriftart"
914 default="arial" />
915 <field name="textcolor" type="Color" display="Schriftfarbe"
916 default="0, 0, 0" />
917 <field name="textsize" type="int" display="Schriftgröße"
918 default="10" />
919 <field name="textstyle" type="Style" display="Schriftstil"
920 default="standard" />
921 <field name="pointsize" type="int" display="Punktdicke"
922 default="3" hints="h" />
923 <field name="backgroundcolor" type="Color" display="Texthintergrund"
924 default="255, 255, 255" />
925 <field name="textorientation" type="boolean" display="Textausrichtung"
926 default="true" />
927 <field name="showbackground" type="boolean"
928 display="Hintergrund anzeigen" default="false" />
929 </fields>
930 </theme>
931
932 <!-- Height Marks -->
933 <theme name="heightmarks_points">
934 <inherits>
935 <inherit from="Points" />
936 </inherits>
937 <fields>
938 <field name="linecolor" type="Color" display="Linienfarbe"
939 default="0, 0, 0" />
940 </fields>
941 </theme>
942
943 <!-- Areas -->
944 <theme name="Area">
945 <inherits>
946 <inherit from="Areas" />
947 </inherits>
948 </theme>
949
950 <!-- Map -->
951 <theme name="Floodmaps">
952 <inherits>
953 <inherit from="Floodmap" />
954 </inherits>
955 </theme>
956
957 <theme name="Floodplains">
958 <inherits>
959 <inherit from="Floodplain" />
960 </inherits>
961 </theme>
962
963 <theme name="WSPLGEN">
964 <inherits>
965 <inherit from="WSPLGENS" />
966 </inherits>
967 </theme>
968
969 <theme name="RiverAxis">
970 <inherits>
971 <inherit from="RiverAxes" />
972 </inherits>
973 </theme>
974
975 <theme name="Kms">
976 <inherits>
977 <inherit from="Km" />
978 </inherits>
979 </theme>
980
981
982 <theme name="Fixpoints">
983 <inherits>
984 <inherit from="Fixpoint" />
985 </inherits>
986 </theme>
987
988
989 <theme name="GaugeLocation">
990 <inherits>
991 <inherit from="GaugeLocations" />
992 </inherits>
993 </theme>
994
995
996 <theme name="Qps">
997 <inherits>
998 <inherit from="Qp" />
999 </inherits>
1000 </theme>
1001
1002 <theme name="Hws">
1003 <inherits>
1004 <inherit from="Hw" />
1005 </inherits>
1006 </theme>
1007
1008 <theme name="Catchment">
1009 <inherits>
1010 <inherit from="Catchments" />
1011 </inherits>
1012 </theme>
1013
1014 <theme name="FloodmapLines">
1015 <inherits>
1016 <inherit from="FloodmapLine" />
1017 </inherits>
1018 </theme>
1019
1020 <theme name="Buildings">
1021 <inherits>
1022 <inherit from="Building" />
1023 </inherits>
1024 </theme>
1025
1026 <theme name="HydrBoundariesLines">
1027 <inherits>
1028 <inherit from="HydrBoundariesLine" />
1029 </inherits>
1030 </theme>
1031
1032 <theme name="HydrBoundariesPolys">
1033 <inherits>
1034 <inherit from="HydrBoundariesPoly" />
1035 </inherits>
1036 </theme>
1037
1038 <!-- MIDDLE BED HEIGHT -->
1039 <theme name="MiddleBedHeightSingle">
1040 <inherits>
1041 <inherit from="HiddenColorLines" />
1042 <inherit from="MinMaxPoints" />
1043 </inherits>
1044 <fields>
1045 <field name="linecolor" type="Color" display="Linienfarbe"
1046 default="204, 204, 204" />
1047 </fields>
1048 </theme>
1049
1050 <theme name="MiddleBedHeightEpoch">
1051 <inherits>
1052 <inherit from="FlowVelocityVMainChannel" />
1053 </inherits>
1054 <fields>
1055 <field name="linecolor" type="Color" display="Linienfarbe"
1056 default="0, 0, 102" />
1057 </fields>
1058 </theme>
1059
1060
1061 <!-- FLOW VELOCITY -->
1062 <theme name="FlowVelocityVMainChannel">
1063 <inherits>
1064 <inherit from="HiddenColorLines" />
1065 <inherit from="MinMaxPoints" />
1066 </inherits>
1067 <fields>
1068 <field name="linecolor" type="Color" display="Linienfarbe"
1069 default="204, 204, 204" />
1070 </fields>
1071 </theme>
1072
1073 <theme name="FlowVelocityVTotalChannel">
1074 <inherits>
1075 <inherit from="FlowVelocityVMainChannel" />
1076 </inherits>
1077 <fields>
1078 <field name="linecolor" type="Color" display="Linienfarbe"
1079 default="0, 0, 102" />
1080 </fields>
1081 </theme>
1082
1083 <theme name="FlowVelocityTau">
1084 <inherits>
1085 <inherit from="HiddenColorLines" />
1086 <inherit from="MinMaxPoints" />
1087 </inherits>
1088 <fields>
1089 <field name="linecolor" type="Color" display="Linienfarbe"
1090 default="0, 204, 204" />
1091 </fields>
1092 </theme>
1093
1094
1095 <!-- SQ Relation -->
1096 <theme name="SQMeasurements">
1097 <inherits>
1098 <inherit from="ColorPoints" />
1099 </inherits>
1100 <fields>
1101 <field name="showlines" type="boolean" display="Linie anzeigen"
1102 default="false" hidden="true" />
1103 <field name="pointcolor" type="Color" default="#0099FF" />
1104 </fields>
1105 </theme>
1106
1107 <theme name="SQOutliers">
1108 <inherits>
1109 <inherit from="ColorPoints" />
1110 </inherits>
1111 <fields>
1112 <field name="showlines" type="boolean" display="Linie anzeigen"
1113 default="false" hidden="true" />
1114 <field name="pointcolor" type="Color" default="#CC0000" />
1115 </fields>
1116 </theme>
1117
1118 <theme name="SQCurve">
1119 <inherits>
1120 <inherit from="HiddenColorLines" />
1121 </inherits>
1122 <fields>
1123 <field name="linecolor" type="Color" default="#000000" />
1124 </fields>
1125 </theme>
1126
1127 <theme name="FixingWQCurve">
1128 <inherits>
1129 <inherit from="HiddenColorLines" />
1130 </inherits>
1131 <fields>
1132 <field name="linecolor" type="Color" default="227, 27, 162" />
1133 </fields>
1134 </theme>
1135
1136 <theme name="FixingDerivedCurve">
1137 <inherits>
1138 <inherit from="HiddenColorLines" />
1139 </inherits>
1140 <fields>
1141 <field name="linecolor" type="Color" default="227, 27, 162" />
1142 </fields>
1143 </theme>
1144
1145 <theme name="FixingSectorAverageWQ0">
1146 <inherits>
1147 <inherit from="ColorPoints" />
1148 </inherits>
1149 <fields>
1150 <field name="showlines" type="boolean" default="false" />
1151 <field name="showlinelabel" type="boolean"
1152 display="Beschriftung anzeigen" default="false" hints="h" />
1153 <field name="pointsize" type="int" display="Punktdicke"
1154 default="3" />
1155 <field name="pointcolor" type="Color" display="Punktfarbe"
1156 default="0, 128, 0" />
1157 <field name="showpointlabel" type="boolean"
1158 display="Punktbeschriftung anzeigen" default="false"/>
1159 </fields>
1160 </theme>
1161 <theme name="FixingSectorAverageWQ1">
1162 <inherits>
1163 <inherit from="ColorPoints" />
1164 </inherits>
1165 <fields>
1166 <field name="showlinelabel" type="boolean"
1167 display="Beschriftung anzeigen" default="false" hints="h" />
1168 <field name="showlines" type="boolean" default="false" />
1169 <field name="pointsize" type="int" display="Punktdicke"
1170 default="3" />
1171 <field name="pointcolor" type="Color" display="Punktfarbe"
1172 default="0, 0, 255" />
1173 <field name="showpointlabel" type="boolean"
1174 display="Punktbeschriftung anzeigen" default="false"/>
1175 </fields>
1176 </theme>
1177 <theme name="FixingSectorAverageWQ2">
1178 <inherits>
1179 <inherit from="ColorPoints" />
1180 </inherits>
1181 <fields>
1182 <field name="showlinelabel" type="boolean"
1183 display="Beschriftung anzeigen" default="false" hints="h" />
1184 <field name="showlines" type="boolean" default="false" />
1185 <field name="pointsize" type="int" display="Punktdicke"
1186 default="3" />
1187 <field name="pointcolor" type="Color" display="Punktfarbe"
1188 default="255, 0, 255" />
1189 <field name="showpointlabel" type="boolean"
1190 display="Punktbeschriftung anzeigen" default="false"/>
1191 </fields>
1192 </theme>
1193 <theme name="FixingSectorAverageWQ3">
1194 <inherits>
1195 <inherit from="ColorPoints" />
1196 </inherits>
1197 <fields>
1198 <field name="showlinelabel" type="boolean"
1199 display="Beschriftung anzeigen" default="false" hints="h" />
1200 <field name="showlines" type="boolean" default="false" />
1201 <field name="pointsize" type="int" display="Punktdicke"
1202 default="3" />
1203 <field name="pointcolor" type="Color" display="Punktfarbe"
1204 default="255, 0, 0" />
1205 <field name="showpointlabel" type="boolean"
1206 display="Punktbeschriftung anzeigen" default="false"/>
1207 </fields>
1208 </theme>
1209
1210 <theme name="FixingAnalysisEventsWQ">
1211 <inherits>
1212 <inherit from="ColorPoints" />
1213 </inherits>
1214 <fields>
1215 <field name="showlines" type="boolean" default="false" />
1216 <field name="pointsize" type="int" display="Punktdicke"
1217 default="3" />
1218 <field name="pointcolor" type="Color" display="Punktfarbe"
1219 default="0, 255, 0" />
1220 <field name="showpointlabel" type="boolean"
1221 display="Punktbeschriftung anzeigen" default="false"/>
1222 </fields>
1223 </theme>
1224
1225 <theme name="FixingReferenceEvents">
1226 <inherits>
1227 <inherit from="ColorPoints" />
1228 </inherits>
1229 <fields>
1230 <field name="showlines" type="boolean" default="false"
1231 hidden="true" />
1232 <field name="showlinelabel" type="boolean" default="false"
1233 hidden="true" />
1234 <field name="linetype" type="Dash" display="Linienart"
1235 default="10" hidden="true" />
1236 <field name="linesize" type="int" display="Liniendicke"
1237 default="1" hidden="true" />
1238 <field name="pointsize" type="int" display="Punktdicke"
1239 default="3" />
1240 <field name="pointcolor" type="Color" display="Punktfarbe"
1241 default="0, 80, 160" />
1242 <field name="showpointlabel" type="boolean"
1243 display="Punktbeschriftung anzeigen" default="true"/>
1244 </fields>
1245 </theme>
1246
1247 <theme name="FixingOutliers">
1248 <inherits>
1249 <inherit from="ColorPoints" />
1250 </inherits>
1251 <fields>
1252 <field name="showpointlabel" type="boolean"
1253 display="Punktbeschriftung anzeigen" default="false"/>
1254 </fields>
1255 </theme>
1256
1257 <theme name="FixingDeltaWtAverage0">
1258 <inherits>
1259 <inherit from="ColorPoints" />
1260 </inherits>
1261 <fields>
1262 <field name="showlinelabel" type="boolean"
1263 display="Beschriftung anzeigen" default="false" hints="h" />
1264 <field name="pointsize" type="int" display="Punktdicke"
1265 default="3" />
1266 <field name="pointcolor" type="Color" display="Punktfarbe"
1267 default="0, 128, 0" />
1268 </fields>
1269 </theme>
1270 <theme name="FixingDeltaWtAverage1">
1271 <inherits>
1272 <inherit from="ColorPoints" />
1273 </inherits>
1274 <fields>
1275 <field name="showlinelabel" type="boolean"
1276 display="Beschriftung anzeigen" default="false" hints="h" />
1277 <field name="pointsize" type="int" display="Punktdicke"
1278 default="3" />
1279 <field name="pointcolor" type="Color" display="Punktfarbe"
1280 default="0, 0, 255" />
1281 </fields>
1282 </theme>
1283 <theme name="FixingDeltaWtAverage2">
1284 <inherits>
1285 <inherit from="ColorPoints" />
1286 </inherits>
1287 <fields>
1288 <field name="showlinelabel" type="boolean"
1289 display="Beschriftung anzeigen" default="false" hints="h" />
1290 <field name="pointsize" type="int" display="Punktdicke"
1291 default="3" />
1292 <field name="pointcolor" type="Color" display="Punktfarbe"
1293 default="255, 0, 255" />
1294 </fields>
1295 </theme>
1296 <theme name="FixingDeltaWtAverage3">
1297 <inherits>
1298 <inherit from="ColorPoints" />
1299 </inherits>
1300 <fields>
1301 <field name="showlinelabel" type="boolean"
1302 display="Beschriftung anzeigen" default="false" hints="h" />
1303 <field name="pointsize" type="int" display="Punktdicke"
1304 default="3" />
1305 <field name="pointcolor" type="Color" display="Punktfarbe"
1306 default="255, 0, 0" />
1307 </fields>
1308 </theme>
1309
1310 <theme name="FixingDeltaWtAnalysis">
1311 <inherits>
1312 <inherit from="ColorPoints" />
1313 </inherits>
1314 <fields>
1315 <field name="showlinelabel" type="boolean"
1316 display="Beschriftung anzeigen" default="false" hints="h" />
1317 <field name="showlines" type="boolean" default="false" />
1318 <field name="pointsize" type="int" display="Punktdicke"
1319 default="3" />
1320 <field name="pointcolor" type="Color" display="Punktfarbe"
1321 default="0, 255, 0" />
1322 <field name="textorientation" type="boolean" default="true" display="Text horizontal"/>
1323 </fields>
1324 </theme>
1325
1326 <theme name="FixingLSAverage0">
1327 <inherits>
1328 <inherit from="HiddenColorLines" />
1329 </inherits>
1330 <fields>
1331 <field name="linecolor" type="Color" default="0, 128, 0" />
1332 <field name="showlinelabel" type="boolean"
1333 display="Beschriftung anzeigen" default="false" hints="h" />
1334 </fields>
1335 </theme>
1336 <theme name="FixingLSAverage1">
1337 <inherits>
1338 <inherit from="HiddenColorLines" />
1339 </inherits>
1340 <fields>
1341 <field name="linecolor" type="Color" default="0, 0, 255" />
1342 <field name="showlinelabel" type="boolean"
1343 display="Beschriftung anzeigen" default="false" hints="h" />
1344 </fields>
1345 </theme>
1346 <theme name="FixingLSAverage2">
1347 <inherits>
1348 <inherit from="HiddenColorLines" />
1349 </inherits>
1350 <fields>
1351 <field name="linecolor" type="Color" default="255, 0, 255" />
1352 <field name="showlinelabel" type="boolean"
1353 display="Beschriftung anzeigen" default="false" hints="h" />
1354 </fields>
1355 </theme>
1356 <theme name="FixingLSAverage3">
1357 <inherits>
1358 <inherit from="HiddenColorLines" />
1359 </inherits>
1360 <fields>
1361 <field name="linecolor" type="Color" default="255, 0, 0" />
1362 <field name="showlinelabel" type="boolean"
1363 display="Beschriftung anzeigen" default="false" hints="h" />
1364 </fields>
1365 </theme>
1366
1367 <theme name="FixingSectorDeviationLS0">
1368 <inherits>
1369 <inherit from="Areas" />
1370 </inherits>
1371 <fields>
1372 <field name="fillcolor" type="Color" display="Fuellfarbe"
1373 default="0, 128, 0" />
1374 <field name="transparent" type="boolean" display="Transparenz"
1375 default="true" />
1376 </fields>
1377 </theme>
1378 <theme name="FixingSectorDeviationLS1">
1379 <inherits>
1380 <inherit from="Areas" />
1381 </inherits>
1382 <fields>
1383 <field name="fillcolor" type="Color" display="Fuellfarbe"
1384 default="0, 0, 255" />
1385 <field name="transparent" type="boolean" display="Transparenz"
1386 default="true" />
1387 </fields>
1388 </theme>
1389 <theme name="FixingSectorDeviationLS2">
1390 <inherits>
1391 <inherit from="Areas" />
1392 </inherits>
1393 <fields>
1394 <field name="fillcolor" type="Color" display="Fuellfarbe"
1395 default="255, 0, 255" />
1396 <field name="transparent" type="boolean" display="Transparenz"
1397 default="true" />
1398 </fields>
1399 </theme>
1400 <theme name="FixingSectorDeviationLS3">
1401 <inherits>
1402 <inherit from="Areas" />
1403 </inherits>
1404 <fields>
1405 <field name="fillcolor" type="Color" display="Fuellfarbe"
1406 default="255, 0, 0" />
1407 <field name="transparent" type="boolean" display="Transparenz"
1408 default="true" />
1409 </fields>
1410 </theme>
1411 <theme name="FixLSDeviation">
1412 <inherits>
1413 <inherit from="Areas" />
1414 </inherits>
1415 <fields>
1416 <field name="fillcolor" type="Color" display="Fuellfarbe"
1417 default="100, 100, 100" />
1418 <field name="transparent" type="boolean" display="Transparenz"
1419 default="true" />
1420 </fields>
1421 </theme>
1422 <theme name="FixLSAnalysis">
1423 <inherits>
1424 <inherit from="HiddenColorLines" />
1425 </inherits>
1426 <fields>
1427 <field name="linecolor" type="Color" default="0, 255, 0" />
1428 <field name="showlinelabel" type="boolean"
1429 display="Beschriftung anzeigen" default="false" hints="h" />
1430 </fields>
1431 </theme>
1432 <theme name="FixLSReference">
1433 <inherits>
1434 <inherit from="HiddenColorLines" />
1435 </inherits>
1436 <fields>
1437 <field name="linecolor" type="Color" default="0, 80, 160" />
1438 <field name="showlinelabel" type="boolean"
1439 display="Beschriftung anzeigen" default="false" hints="h" />
1440 </fields>
1441 </theme>
1442 <theme name="FixDeltaWtDeviation">
1443 <inherits>
1444 <inherit from="Areas"/>
1445 </inherits>
1446 <fields>
1447 <field name="alpha" type="int" default="50" disply="Alpha-Transparenz"/>
1448 <field name="fillcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/>
1449 </fields>
1450 </theme>
1451 <theme name="FixingDeltaWtAnalysisPeriods">
1452 <inherits>
1453 <inherit from="Areas"/>
1454 </inherits>
1455 <fields>
1456 <field name="alpha" type="int" default="80" disply="Alpha-Transparenz"/>
1457 <field name="fillcolor" type="Color" default="255, 0, 0" display="Hauptfarbe"/>
1458 <field name="backgroundcolor" type="Color" default="0, 0, 255" display="Wechselfarbe"/>
1459 </fields>
1460 </theme>
1461
1462 </themegroup>

http://dive4elements.wald.intevation.org