Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default.xml @ 7730:e1b831fe435a slt-simplify-cross-sections
Merged default into slt-simplify-cross-sections branch and updated package and class names.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 20 Jan 2014 14:04:20 +0100 |
parents | 46f902aa6b54 |
children | 28c403ec0a27 |
comparison
equal
deleted
inserted
replaced
5084:ca45dd039b54 | 7730:e1b831fe435a |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <themegroup name="default"> | |
3 <theme name="MainValuesQ"> | |
4 <inherits> | |
5 <inherit from="Lines" /> | |
6 </inherits> | |
7 <fields> | |
8 <field name="linecolor" type="Color" display="Farbe" | |
9 default="200, 0, 15" /> | |
10 <field name="textorientation" type="boolean" display="Textausrichtung" | |
11 default="true" /> | |
12 <field name="showlinelabel" type="boolean" | |
13 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | |
14 </fields> | |
15 </theme> | |
16 | |
17 <theme name="MainValuesQVerticalText"> | |
18 <inherits> | |
19 <inherit from="Lines" /> | |
20 </inherits> | |
21 <fields> | |
22 <field name="linecolor" type="Color" display="Farbe" | |
23 default="200, 0, 15" /> | |
24 <field name="textorientation" type="boolean" display="Textausrichtung" | |
25 default="false" /> | |
26 <field name="showlinelabel" type="boolean" | |
27 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | |
28 </fields> | |
29 </theme> | |
30 | |
31 <theme name="MainValuesW"> | |
32 <inherits> | |
33 <inherit from="Lines" /> | |
34 </inherits> | |
35 <fields> | |
36 <field name="linecolor" type="Color" display="Farbe" | |
37 default="0, 215, 0" /> | |
38 <field name="textorientation" type="boolean" display="Textausrichtung" | |
39 default="true" /> | |
40 <field name="showlinelabel" type="boolean" | |
41 display="Linienbeschriftung anzeigen" default="false" hints="hidden" /> | |
42 </fields> | |
43 </theme> | |
44 | |
45 <theme name="RelativePoint"> | |
46 <inherits> | |
47 <inherit from="Points" /> | |
48 </inherits> | |
49 </theme> | |
50 | |
51 <theme name="Annotations"> | |
52 <inherits> | |
53 <inherit from="Lines" /> | |
54 <inherit from="Points" /> | |
55 <inherit from="Text" /> | |
56 </inherits> | |
57 <fields> | |
58 </fields> | |
59 </theme> | |
60 | |
61 <theme name="ManualPoints"> | |
62 <inherits> | |
63 <inherit from="Points" /> | |
64 <inherit from="Label" /> | |
65 </inherits> | |
66 <fields> | |
67 <field name="pointsize" type="int" display="Punktdicke" | |
68 default="3" hints="hidden" /> | |
69 <field name="textorientation" type="boolean" display="Textausrichtung" | |
70 default="true" /> | |
71 </fields> | |
72 </theme> | |
73 | |
74 <theme name="WKms"> | |
75 <inherits> | |
76 <inherit from="Lines" /> | |
77 <inherit from="Points" /> | |
78 <inherit from="MinMaxPoints" /> | |
79 </inherits> | |
80 <fields> | |
81 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
82 default="false" /> | |
83 <field name="showpointlabel" type="boolean" | |
84 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
85 <field name="linecolor" type="Color" display="Linienfarbe" | |
86 default="204, 204, 204" /> | |
87 <field name="textorientation" type="boolean" display="Textausrichtung" | |
88 default="true" /> | |
89 </fields> | |
90 </theme> | |
91 | |
92 <theme name="WKmsAnnotation"> | |
93 <inherits> | |
94 <inherit from="Lines" /> | |
95 <inherit from="Label" /> | |
96 </inherits> | |
97 <fields> | |
98 <field name="linecolor" type="Color" display="Linienfarbe" | |
99 default="204, 204, 204" /> | |
100 <field name="pointsize" type="int" display="Punktdicke" | |
101 default="3" hints="hidden" /> | |
102 </fields> | |
103 </theme> | |
104 | |
105 <theme name="WQKms"> | |
106 <inherits> | |
107 <inherit from="Lines" /> | |
108 <inherit from="Points" /> | |
109 <inherit from="MinMaxPoints" /> | |
110 </inherits> | |
111 <fields> | |
112 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
113 default="false" /> | |
114 <field name="showpointlabel" type="boolean" | |
115 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
116 <field name="linecolor" type="Color" display="Linienfarbe" | |
117 default="204, 204, 204" /> | |
118 </fields> | |
119 </theme> | |
120 | |
121 <theme name="WQKmsHorizontal"> | |
122 <inherits> | |
123 <inherit from="WQKms" /> | |
124 </inherits> | |
125 <fields> | |
126 <field name="linecolor" type="Color" display="Linienfarbe" | |
127 default="204, 204, 204" /> | |
128 <field name="textorientation" type="boolean" display="Textausrichtung" | |
129 default="true" /> | |
130 </fields> | |
131 </theme> | |
132 | |
133 | |
134 <theme name="WQPoints"> | |
135 <inherits> | |
136 <inherit from="Points" /> | |
137 <inherit from="Label" /> | |
138 </inherits> | |
139 <fields> | |
140 <field name="pointcolor" type="Color" display="Linienfarbe" | |
141 default="204, 0, 0" /> | |
142 </fields> | |
143 </theme> | |
144 | |
145 <theme name="heightmarks_points"> | |
146 <inherits> | |
147 <inherit from="Points" /> | |
148 <inherit from="Label" /> | |
149 </inherits> | |
150 <fields> | |
151 <field name="pointcolor" type="Color" display="Linienfarbe" | |
152 default="0, 0, 0" /> | |
153 </fields> | |
154 </theme> | |
155 | |
156 <theme name="Area"> | |
157 <inherits> | |
158 <inherit from="Areas" /> | |
159 </inherits> | |
160 <fields> | |
161 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
162 default="true" hints="hidden" /> | |
163 <field name="areashowborder" type="boolean" display="Begrenzung" | |
164 default="false" hints="hidden" /> | |
165 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
166 display="Begrenzungslinienfarbe" hints="hidden" /> | |
167 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
168 default="true" hints="hidden" /> | |
169 <field name="showarealabel" type="boolean" | |
170 display="Flächenbeschriftung anzeigen" default="false"/> | |
171 </fields> | |
172 </theme> | |
173 <!-- top level classes defining additional attributes--> | |
174 <theme name="LongitudinalSection"> | |
175 <inherits> | |
176 <inherit from="Lines" /> | |
177 <inherit from="Points" /> | |
178 <inherit from="MinMaxPoints" /> | |
179 <inherit from="Label" /> | |
180 </inherits> | |
181 <fields> | |
182 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
183 default="false" /> | |
184 <field name="showpointlabel" type="boolean" | |
185 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
186 </fields> | |
187 </theme> | |
188 | |
189 <theme name="LongitudinalSectionW"> | |
190 <inherits> | |
191 <inherit from="LongitudinalSection" /> | |
192 </inherits> | |
193 <fields> | |
194 <field name="bandwidth" type="double" display="Bandbreite" | |
195 default="0"/> | |
196 <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe" | |
197 default="104, 104, 104"/> | |
198 <field name="transparency" type="int" default="20" display="Transparenz"/> | |
199 </fields> | |
200 </theme> | |
201 | |
202 <theme name="LongitudinalSectionPoints"> | |
203 <inherits> | |
204 <inherit from="Points" /> | |
205 </inherits> | |
206 <fields> | |
207 </fields> | |
208 </theme> | |
209 | |
210 <theme name="Differences"> | |
211 <inherits> | |
212 <inherit from="Lines" /> | |
213 <inherit from="Points" /> | |
214 <inherit from="MinMaxPoints" /> | |
215 </inherits> | |
216 <fields> | |
217 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
218 default="false" /> | |
219 <field name="showpointlabel" type="boolean" | |
220 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
221 <field name="linecolor" type="Color" display="Linienfarbe" | |
222 default="204, 204, 204" /> | |
223 </fields> | |
224 </theme> | |
225 | |
226 | |
227 <!-- Classes defining special values --> | |
228 <theme name="LongitudinalSectionW_HQ1"> | |
229 <inherits> | |
230 <inherit from="LongitudinalSectionW" /> | |
231 </inherits> | |
232 <fields> | |
233 <field name="linecolor" type="Color" display="Linienfarbe" | |
234 default="0, 0, 102" /> | |
235 </fields> | |
236 </theme> | |
237 | |
238 <theme name="LongitudinalSectionW_HQ2"> | |
239 <inherits> | |
240 <inherit from="LongitudinalSectionW" /> | |
241 </inherits> | |
242 <fields> | |
243 <field name="linecolor" type="Color" display="Linienfarbe" | |
244 default="0, 0, 102" /> | |
245 </fields> | |
246 </theme> | |
247 | |
248 <theme name="LongitudinalSectionW_HQ5"> | |
249 <inherits> | |
250 <inherit from="LongitudinalSectionW" /> | |
251 </inherits> | |
252 <fields> | |
253 <field name="linecolor" type="Color" display="Linienfarbe" | |
254 default="0, 153, 51" /> | |
255 </fields> | |
256 </theme> | |
257 | |
258 <theme name="LongitudinalSectionW_HQ10"> | |
259 <inherits> | |
260 <inherit from="LongitudinalSectionW" /> | |
261 </inherits> | |
262 <fields> | |
263 <field name="linecolor" type="Color" display="Linienfarbe" | |
264 default="0, 204, 204" /> | |
265 </fields> | |
266 </theme> | |
267 | |
268 <theme name="LongitudinalSectionW_HQ20"> | |
269 <inherits> | |
270 <inherit from="LongitudinalSectionW" /> | |
271 </inherits> | |
272 <fields> | |
273 <field name="linecolor" type="Color" display="Linienfarbe" | |
274 default="153, 153, 0" /> | |
275 </fields> | |
276 </theme> | |
277 | |
278 <theme name="LongitudinalSectionW_HQ25"> | |
279 <inherits> | |
280 <inherit from="LongitudinalSectionW" /> | |
281 </inherits> | |
282 <fields> | |
283 <field name="linecolor" type="Color" display="Linienfarbe" | |
284 default="102, 51, 0" /> | |
285 </fields> | |
286 </theme> | |
287 | |
288 <theme name="LongitudinalSectionW_HQ50"> | |
289 <inherits> | |
290 <inherit from="LongitudinalSectionW" /> | |
291 </inherits> | |
292 <fields> | |
293 <field name="linecolor" type="Color" display="Linienfarbe" | |
294 default="255, 153, 0" /> | |
295 </fields> | |
296 </theme> | |
297 | |
298 <theme name="LongitudinalSectionW_HQ100"> | |
299 <inherits> | |
300 <inherit from="LongitudinalSectionW" /> | |
301 </inherits> | |
302 <fields> | |
303 <field name="linecolor" type="Color" display="Linienfarbe" | |
304 default="255, 0, 255" /> | |
305 </fields> | |
306 </theme> | |
307 | |
308 <theme name="LongitudinalSectionW_HQ200"> | |
309 <inherits> | |
310 <inherit from="LongitudinalSectionW" /> | |
311 </inherits> | |
312 <fields> | |
313 <field name="linecolor" type="Color" display="Linienfarbe" | |
314 default="255, 100, 255" /> | |
315 </fields> | |
316 </theme> | |
317 | |
318 <theme name="LongitudinalSectionW_HQ300"> | |
319 <inherits> | |
320 <inherit from="LongitudinalSectionW" /> | |
321 </inherits> | |
322 <fields> | |
323 <field name="linecolor" type="Color" display="Linienfarbe" | |
324 default="255, 0, 100" /> | |
325 </fields> | |
326 </theme> | |
327 | |
328 <theme name="LongitudinalSectionW_HQ500"> | |
329 <inherits> | |
330 <inherit from="LongitudinalSectionW" /> | |
331 </inherits> | |
332 <fields> | |
333 <field name="linecolor" type="Color" display="Linienfarbe" | |
334 default="102, 0, 102" /> | |
335 </fields> | |
336 </theme> | |
337 | |
338 <theme name="LongitudinalSectionW_HQ1000"> | |
339 <inherits> | |
340 <inherit from="LongitudinalSectionW" /> | |
341 </inherits> | |
342 <fields> | |
343 <field name="linecolor" type="Color" display="Linienfarbe" | |
344 default="0, 0, 0" /> | |
345 </fields> | |
346 </theme> | |
347 | |
348 <theme name="LongitudinalSectionW_HQRZ"> | |
349 <inherits> | |
350 <inherit from="LongitudinalSectionW" /> | |
351 </inherits> | |
352 <fields> | |
353 <field name="linecolor" type="Color" display="Linienfarbe" | |
354 default="102, 0, 102" /> | |
355 </fields> | |
356 </theme> | |
357 | |
358 <theme name="LongitudinalSectionW_HSQ"> | |
359 <inherits> | |
360 <inherit from="LongitudinalSectionW" /> | |
361 </inherits> | |
362 <fields> | |
363 <field name="linecolor" type="Color" display="Linienfarbe" | |
364 default="253, 153, 0" /> | |
365 </fields> | |
366 </theme> | |
367 | |
368 <theme name="LongitudinalSectionW_MHQ"> | |
369 <inherits> | |
370 <inherit from="LongitudinalSectionW" /> | |
371 </inherits> | |
372 <fields> | |
373 <field name="linecolor" type="Color" display="Linienfarbe" | |
374 default="102, 255, 102" /> | |
375 </fields> | |
376 </theme> | |
377 | |
378 <theme name="LongitudinalSectionW_MNQ"> | |
379 <inherits> | |
380 <inherit from="LongitudinalSectionW" /> | |
381 </inherits> | |
382 <fields> | |
383 <field name="linecolor" type="Color" display="Linienfarbe" | |
384 default="0, 255, 255" /> | |
385 </fields> | |
386 </theme> | |
387 | |
388 <theme name="LongitudinalSectionW_MQ"> | |
389 <inherits> | |
390 <inherit from="LongitudinalSectionW" /> | |
391 </inherits> | |
392 <fields> | |
393 <field name="linecolor" type="Color" display="Linienfarbe" | |
394 default="0, 51, 204" /> | |
395 </fields> | |
396 </theme> | |
397 | |
398 <theme name="LongitudinalSectionW_NQ"> | |
399 <inherits> | |
400 <inherit from="LongitudinalSectionW" /> | |
401 </inherits> | |
402 <fields> | |
403 <field name="linecolor" type="Color" display="Linienfarbe" | |
404 default="153, 204, 255" /> | |
405 </fields> | |
406 </theme> | |
407 | |
408 <theme name="LongitudinalSectionW_HQExtrem"> | |
409 <inherits> | |
410 <inherit from="LongitudinalSectionW" /> | |
411 </inherits> | |
412 <fields> | |
413 <field name="linecolor" type="Color" display="Linienfarbe" | |
414 default="0, 0, 0" /> | |
415 </fields> | |
416 </theme> | |
417 | |
418 <theme name="LongitudinalSectionW_HQ1_Points"> | |
419 <inherits> | |
420 <inherit from="LongitudinalSectionPoints" /> | |
421 </inherits> | |
422 <fields> | |
423 <field name="pointcolor" type="Color" display="Punktfarbe" | |
424 default="0, 0, 102" /> | |
425 </fields> | |
426 </theme> | |
427 | |
428 <theme name="LongitudinalSectionW_HQ2_Points"> | |
429 <inherits> | |
430 <inherit from="LongitudinalSectionPoints" /> | |
431 </inherits> | |
432 <fields> | |
433 <field name="pointcolor" type="Color" display="Punktfarbe" | |
434 default="0, 0, 102" /> | |
435 </fields> | |
436 </theme> | |
437 | |
438 <theme name="LongitudinalSectionW_HQ5_Points"> | |
439 <inherits> | |
440 <inherit from="LongitudinalSectionPoints" /> | |
441 </inherits> | |
442 <fields> | |
443 <field name="pointcolor" type="Color" display="Punktfarbe" | |
444 default="0, 153, 51" /> | |
445 </fields> | |
446 </theme> | |
447 | |
448 <theme name="LongitudinalSectionW_HQ10_Points"> | |
449 <inherits> | |
450 <inherit from="LongitudinalSectionPoints" /> | |
451 </inherits> | |
452 <fields> | |
453 <field name="pointcolor" type="Color" display="Punktfarbe" | |
454 default="0, 204, 204" /> | |
455 </fields> | |
456 </theme> | |
457 | |
458 <theme name="LongitudinalSectionW_HQ20_Points"> | |
459 <inherits> | |
460 <inherit from="LongitudinalSectionPoints" /> | |
461 </inherits> | |
462 <fields> | |
463 <field name="pointcolor" type="Color" display="Punktfarbe" | |
464 default="153, 153, 0" /> | |
465 </fields> | |
466 </theme> | |
467 | |
468 <theme name="LongitudinalSectionW_HQ25_Points"> | |
469 <inherits> | |
470 <inherit from="LongitudinalSectionPoints" /> | |
471 </inherits> | |
472 <fields> | |
473 <field name="pointcolor" type="Color" display="Punktfarbe" | |
474 default="102, 51, 0" /> | |
475 </fields> | |
476 </theme> | |
477 | |
478 <theme name="LongitudinalSectionW_HQ50_Points"> | |
479 <inherits> | |
480 <inherit from="LongitudinalSectionPoints" /> | |
481 </inherits> | |
482 <fields> | |
483 <field name="pointcolor" type="Color" display="Punktfarbe" | |
484 default="255, 153, 153" /> | |
485 </fields> | |
486 </theme> | |
487 | |
488 <theme name="LongitudinalSectionW_HQ100_Points"> | |
489 <inherits> | |
490 <inherit from="LongitudinalSectionPoints" /> | |
491 </inherits> | |
492 <fields> | |
493 <field name="pointcolor" type="Color" display="Punktfarbe" | |
494 default="255, 0, 51" /> | |
495 </fields> | |
496 </theme> | |
497 | |
498 <theme name="LongitudinalSectionW_HQ200_Points"> | |
499 <inherits> | |
500 <inherit from="LongitudinalSectionPoints" /> | |
501 </inherits> | |
502 <fields> | |
503 <field name="pointcolor" type="Color" display="Punktfarbe" | |
504 default="255, 0, 255" /> | |
505 </fields> | |
506 </theme> | |
507 | |
508 <theme name="LongitudinalSectionW_HQ300_Points"> | |
509 <inherits> | |
510 <inherit from="LongitudinalSectionPoints" /> | |
511 </inherits> | |
512 <fields> | |
513 <field name="pointcolor" type="Color" display="Punktfarbe" | |
514 default="255, 100, 255" /> | |
515 </fields> | |
516 </theme> | |
517 | |
518 <theme name="LongitudinalSectionW_HQ500_Points"> | |
519 <inherits> | |
520 <inherit from="LongitudinalSectionPoints" /> | |
521 </inherits> | |
522 <fields> | |
523 <field name="pointcolor" type="Color" display="Punktfarbe" | |
524 default="102, 0, 102" /> | |
525 </fields> | |
526 </theme> | |
527 | |
528 <theme name="LongitudinalSectionW_HQ1000_Points"> | |
529 <inherits> | |
530 <inherit from="LongitudinalSectionPoints" /> | |
531 </inherits> | |
532 <fields> | |
533 <field name="pointcolor" type="Color" display="Punktfarbe" | |
534 default="0, 0, 0" /> | |
535 </fields> | |
536 </theme> | |
537 | |
538 <theme name="LongitudinalSectionW_HQRZ_Points"> | |
539 <inherits> | |
540 <inherit from="LongitudinalSectionPoints" /> | |
541 </inherits> | |
542 <fields> | |
543 <field name="pointcolor" type="Color" display="Punktfarbe" | |
544 default="102, 0, 102" /> | |
545 </fields> | |
546 </theme> | |
547 | |
548 <theme name="LongitudinalSectionW_HSQ_Points"> | |
549 <inherits> | |
550 <inherit from="LongitudinalSectionPoints" /> | |
551 </inherits> | |
552 <fields> | |
553 <field name="pointcolor" type="Color" display="Punktfarbe" | |
554 default="253, 153, 0" /> | |
555 </fields> | |
556 </theme> | |
557 | |
558 <theme name="LongitudinalSectionW_MHQ_Points"> | |
559 <inherits> | |
560 <inherit from="LongitudinalSectionPoints" /> | |
561 </inherits> | |
562 <fields> | |
563 <field name="pointcolor" type="Color" display="Punktfarbe" | |
564 default="102, 255, 102" /> | |
565 </fields> | |
566 </theme> | |
567 | |
568 <theme name="LongitudinalSectionW_MNQ_Points"> | |
569 <inherits> | |
570 <inherit from="LongitudinalSectionPoints" /> | |
571 </inherits> | |
572 <fields> | |
573 <field name="pointcolor" type="Color" display="Punktfarbe" | |
574 default="0, 255, 255" /> | |
575 </fields> | |
576 </theme> | |
577 | |
578 <theme name="LongitudinalSectionW_MQ_Points"> | |
579 <inherits> | |
580 <inherit from="LongitudinalSectionPoints" /> | |
581 </inherits> | |
582 <fields> | |
583 <field name="pointcolor" type="Color" display="Punktfarbe" | |
584 default="0, 51, 204" /> | |
585 </fields> | |
586 </theme> | |
587 | |
588 <theme name="LongitudinalSectionW_NQ_Points"> | |
589 <inherits> | |
590 <inherit from="LongitudinalSectionPoints" /> | |
591 </inherits> | |
592 <fields> | |
593 <field name="pointcolor" type="Color" display="Punktfarbe" | |
594 default="153, 204, 255" /> | |
595 </fields> | |
596 </theme> | |
597 | |
598 <theme name="LongitudinalSectionW_HQExtrem_Points"> | |
599 <inherits> | |
600 <inherit from="LongitudinalSectionPoints" /> | |
601 </inherits> | |
602 <fields> | |
603 <field name="pointcolor" type="Color" display="Punktfarbe" | |
604 default="0, 0, 0" /> | |
605 </fields> | |
606 </theme> | |
607 | |
608 <theme name="LongitudinalSectionQ_HQ1"> | |
609 <inherits> | |
610 <inherit from="LongitudinalSection" /> | |
611 </inherits> | |
612 <fields> | |
613 <field name="linecolor" type="Color" display="Linienfarbe" | |
614 default="0, 0, 102" /> | |
615 </fields> | |
616 </theme> | |
617 | |
618 <theme name="LongitudinalSectionQ_HQ2"> | |
619 <inherits> | |
620 <inherit from="LongitudinalSection" /> | |
621 </inherits> | |
622 <fields> | |
623 <field name="linecolor" type="Color" display="Linienfarbe" | |
624 default="0, 0, 102" /> | |
625 </fields> | |
626 </theme> | |
627 | |
628 <theme name="LongitudinalSectionQ_HQ5"> | |
629 <inherits> | |
630 <inherit from="LongitudinalSection" /> | |
631 </inherits> | |
632 <fields> | |
633 <field name="linecolor" type="Color" display="Linienfarbe" | |
634 default="0, 153, 51" /> | |
635 </fields> | |
636 </theme> | |
637 | |
638 <theme name="LongitudinalSectionQ_HQ10"> | |
639 <inherits> | |
640 <inherit from="LongitudinalSection" /> | |
641 </inherits> | |
642 <fields> | |
643 <field name="linecolor" type="Color" display="Linienfarbe" | |
644 default="0, 204, 204" /> | |
645 </fields> | |
646 </theme> | |
647 | |
648 <theme name="LongitudinalSectionQ_HQ20"> | |
649 <inherits> | |
650 <inherit from="LongitudinalSection" /> | |
651 </inherits> | |
652 <fields> | |
653 <field name="linecolor" type="Color" display="Linienfarbe" | |
654 default="153, 153, 0" /> | |
655 </fields> | |
656 </theme> | |
657 | |
658 <theme name="LongitudinalSectionQ_HQ25"> | |
659 <inherits> | |
660 <inherit from="LongitudinalSection" /> | |
661 </inherits> | |
662 <fields> | |
663 <field name="linecolor" type="Color" display="Linienfarbe" | |
664 default="102, 51, 0" /> | |
665 </fields> | |
666 </theme> | |
667 | |
668 <theme name="LongitudinalSectionQ_HQ50"> | |
669 <inherits> | |
670 <inherit from="LongitudinalSection" /> | |
671 </inherits> | |
672 <fields> | |
673 <field name="linecolor" type="Color" display="Linienfarbe" | |
674 default="255, 153, 153" /> | |
675 </fields> | |
676 </theme> | |
677 | |
678 <theme name="LongitudinalSectionQ_HQ100"> | |
679 <inherits> | |
680 <inherit from="LongitudinalSection" /> | |
681 </inherits> | |
682 <fields> | |
683 <field name="linecolor" type="Color" display="Linienfarbe" | |
684 default="255, 0, 51" /> | |
685 </fields> | |
686 </theme> | |
687 | |
688 <theme name="LongitudinalSectionQ_HQ200"> | |
689 <inherits> | |
690 <inherit from="LongitudinalSection" /> | |
691 </inherits> | |
692 <fields> | |
693 <field name="linecolor" type="Color" display="Linienfarbe" | |
694 default="255, 0, 255" /> | |
695 </fields> | |
696 </theme> | |
697 | |
698 <theme name="LongitudinalSectionQ_HQ300"> | |
699 <inherits> | |
700 <inherit from="LongitudinalSection" /> | |
701 </inherits> | |
702 <fields> | |
703 <field name="linecolor" type="Color" display="Linienfarbe" | |
704 default="255, 100, 255" /> | |
705 </fields> | |
706 </theme> | |
707 | |
708 <theme name="LongitudinalSectionQ_HQ500"> | |
709 <inherits> | |
710 <inherit from="LongitudinalSection" /> | |
711 </inherits> | |
712 <fields> | |
713 <field name="linecolor" type="Color" display="Linienfarbe" | |
714 default="102, 0, 102" /> | |
715 </fields> | |
716 </theme> | |
717 | |
718 <theme name="LongitudinalSectionQ_HQ1000"> | |
719 <inherits> | |
720 <inherit from="LongitudinalSection" /> | |
721 </inherits> | |
722 <fields> | |
723 <field name="linecolor" type="Color" display="Linienfarbe" | |
724 default="0, 0, 0" /> | |
725 </fields> | |
726 </theme> | |
727 | |
728 <theme name="LongitudinalSectionQ_HQRZ"> | |
729 <inherits> | |
730 <inherit from="LongitudinalSection" /> | |
731 </inherits> | |
732 <fields> | |
733 <field name="linecolor" type="Color" display="Linienfarbe" | |
734 default="102, 0, 102" /> | |
735 </fields> | |
736 </theme> | |
737 | |
738 <theme name="LongitudinalSectionQ_HSQ"> | |
739 <inherits> | |
740 <inherit from="LongitudinalSection" /> | |
741 </inherits> | |
742 <fields> | |
743 <field name="linecolor" type="Color" display="Linienfarbe" | |
744 default="253, 153, 0" /> | |
745 </fields> | |
746 </theme> | |
747 | |
748 <theme name="LongitudinalSectionQ_MHQ"> | |
749 <inherits> | |
750 <inherit from="LongitudinalSection" /> | |
751 </inherits> | |
752 <fields> | |
753 <field name="linecolor" type="Color" display="Linienfarbe" | |
754 default="102, 255, 102" /> | |
755 </fields> | |
756 </theme> | |
757 | |
758 <theme name="LongitudinalSectionQ_MNQ"> | |
759 <inherits> | |
760 <inherit from="LongitudinalSection" /> | |
761 </inherits> | |
762 <fields> | |
763 <field name="linecolor" type="Color" display="Linienfarbe" | |
764 default="0, 255, 255" /> | |
765 </fields> | |
766 </theme> | |
767 | |
768 <theme name="LongitudinalSectionQ_MQ"> | |
769 <inherits> | |
770 <inherit from="LongitudinalSection" /> | |
771 </inherits> | |
772 <fields> | |
773 <field name="linecolor" type="Color" display="Linienfarbe" | |
774 default="0, 51, 204" /> | |
775 </fields> | |
776 </theme> | |
777 | |
778 <theme name="LongitudinalSectionQ_NQ"> | |
779 <inherits> | |
780 <inherit from="LongitudinalSection" /> | |
781 </inherits> | |
782 <fields> | |
783 <field name="linecolor" type="Color" display="Linienfarbe" | |
784 default="153, 204, 255" /> | |
785 </fields> | |
786 </theme> | |
787 | |
788 <theme name="LongitudinalSectionQ_HQExtrem"> | |
789 <inherits> | |
790 <inherit from="LongitudinalSection" /> | |
791 </inherits> | |
792 <fields> | |
793 <field name="linecolor" type="Color" display="Linienfarbe" | |
794 default="0, 0, 0" /> | |
795 </fields> | |
796 </theme> | |
797 | |
798 <theme name="DischargeLongitudinalSectionW"> | |
799 <inherits> | |
800 <inherit from="LongitudinalSection" /> | |
801 </inherits> | |
802 <fields> | |
803 <field name="linecolor" type="Color" display="Linienfarbe" | |
804 default="204, 204, 204" /> | |
805 </fields> | |
806 </theme> | |
807 | |
808 | |
809 <theme name="DischargeLongitudinalSectionC"> | |
810 <inherits> | |
811 <inherit from="LongitudinalSection" /> | |
812 </inherits> | |
813 <fields> | |
814 <field name="linecolor" type="Color" display="Linienfarbe" | |
815 default="255, 0 , 0" /> | |
816 </fields> | |
817 </theme> | |
818 | |
819 <theme name="DischargeLongitudinalSectionQ"> | |
820 <inherits> | |
821 <inherit from="LongitudinalSection" /> | |
822 </inherits> | |
823 <fields> | |
824 <field name="linecolor" type="Color" display="Linienfarbe" | |
825 default="204, 204, 204" /> | |
826 </fields> | |
827 </theme> | |
828 | |
829 <theme name="LongitudinalSectionQInfoldCut"> | |
830 <inherits> | |
831 <inherit from="LongitudinalSection" /> | |
832 </inherits> | |
833 <fields> | |
834 <field name="linecolor" type="Color" display="Linienfarbe" | |
835 default="102, 102, 102" /> | |
836 </fields> | |
837 </theme> | |
838 | |
839 <theme name="LongitudinalSectionQInfolding"> | |
840 <inherits> | |
841 <inherit from="LongitudinalSection" /> | |
842 </inherits> | |
843 <fields> | |
844 <field name="linecolor" type="Color" display="Linienfarbe" | |
845 default="51, 51, 51" /> | |
846 </fields> | |
847 </theme> | |
848 | |
849 <!-- MIDDLE BED HEIGHT --> | |
850 <theme name="MiddleBedHeightSingle"> | |
851 <inherits> | |
852 <inherit from="Lines" /> | |
853 <inherit from="Points" /> | |
854 <inherit from="MinMaxPoints" /> | |
855 <inherit from="Label" /> | |
856 </inherits> | |
857 <fields> | |
858 <field name="showlines" type="boolean" display="Linie anzeigen" | |
859 default="true" /> | |
860 <field name="linesize" type="int" display="Liniendicke" | |
861 default="1" /> | |
862 <field name="linetype" type="Dash" display="Linienart" | |
863 default="10" /> | |
864 <field name="linecolor" type="Color" display="Linienfarbe" | |
865 /> | |
866 <field name="showlinelabel" type="boolean" | |
867 display="Beschriftung anzeigen" default="false" /> | |
868 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
869 default="false" /> | |
870 <field name="showpointlabel" type="boolean" | |
871 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
872 </fields> | |
873 </theme> | |
874 | |
875 <theme name="MiddleBedHeightEpoch"> | |
876 <inherits> | |
877 <inherit from="LongitudinalSection" /> | |
878 </inherits> | |
879 <fields> | |
880 <field name="linecolor" type="Color" display="Linienfarbe" | |
881 default="0, 0, 102" /> | |
882 </fields> | |
883 </theme> | |
884 | |
885 <!-- Bed Quality --> | |
886 <theme name="PorosityTopLayer"> | |
887 <inherits> | |
888 <inherit from="LongitudinalSection" /> | |
889 </inherits> | |
890 <fields> | |
891 <field name="linecolor" type="Color" display="Linienfarbe" | |
892 default="0, 0, 0" /> | |
893 </fields> | |
894 </theme> | |
895 | |
896 <theme name="PorositySubLayer"> | |
897 <inherits> | |
898 <inherit from="LongitudinalSection" /> | |
899 </inherits> | |
900 <fields> | |
901 <field name="linecolor" type="Color" display="Linienfarbe" | |
902 default="0, 0, 0" /> | |
903 </fields> | |
904 </theme> | |
905 | |
906 <theme name="DensityTopLayer"> | |
907 <inherits> | |
908 <inherit from="LongitudinalSection" /> | |
909 </inherits> | |
910 <fields> | |
911 <field name="linecolor" type="Color" display="Linienfarbe" | |
912 default="153, 99, 102" /> | |
913 </fields> | |
914 </theme> | |
915 | |
916 <theme name="DensitySubLayer"> | |
917 <inherits> | |
918 <inherit from="LongitudinalSection" /> | |
919 </inherits> | |
920 <fields> | |
921 <field name="linecolor" type="Color" display="Linienfarbe" | |
922 default="153, 99, 102" /> | |
923 </fields> | |
924 </theme> | |
925 | |
926 <theme name="BedDiameterTopLayer"> | |
927 <inherits> | |
928 <inherit from="LongitudinalSection" /> | |
929 </inherits> | |
930 <fields> | |
931 <field name="linecolor" type="Color" display="Linienfarbe" | |
932 default="255, 0, 0" /> | |
933 </fields> | |
934 </theme> | |
935 | |
936 <theme name="BedDiameterSubLayer"> | |
937 <inherits> | |
938 <inherit from="LongitudinalSection" /> | |
939 </inherits> | |
940 <fields> | |
941 <field name="linecolor" type="Color" display="Linienfarbe" | |
942 default="255, 0, 0" /> | |
943 </fields> | |
944 </theme> | |
945 | |
946 <theme name="BedLoadDiameter"> | |
947 <inherits> | |
948 <inherit from="LongitudinalSection" /> | |
949 </inherits> | |
950 <fields> | |
951 <field name="linecolor" type="Color" display="Linienfarbe" | |
952 default="0, 255, 0" /> | |
953 </fields> | |
954 </theme> | |
955 | |
956 <theme name="BedDiameterDataTop"> | |
957 <inherits> | |
958 <inherit from="LongitudinalSection" /> | |
959 </inherits> | |
960 <fields> | |
961 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | |
962 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | |
963 <field name="pointsize" type="int" display="Punktdicke" default="2" /> | |
964 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100" /> | |
965 </fields> | |
966 </theme> | |
967 | |
968 <theme name="BedDiameterDataSub"> | |
969 <inherits> | |
970 <inherit from="LongitudinalSection" /> | |
971 </inherits> | |
972 <fields> | |
973 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | |
974 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | |
975 <field name="pointsize" type="int" display="Punktdicke" default="2" /> | |
976 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100" /> | |
977 </fields> | |
978 </theme> | |
979 | |
980 <theme name="BedloadDiameterData"> | |
981 <inherits> | |
982 <inherit from="LongitudinalSection" /> | |
983 </inherits> | |
984 <fields> | |
985 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> | |
986 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> | |
987 <field name="pointsize" type="int" display="Punktdicke" default="2" /> | |
988 <field name="pointcolor" type="Color" display="Punktfarbe" default="100, 0, 0" /> | |
989 </fields> | |
990 </theme> | |
991 <!-- Bedheight differences --> | |
992 <theme name="BedheightDiffYear"> | |
993 <inherits> | |
994 <inherit from="LongitudinalSection" /> | |
995 </inherits> | |
996 <fields> | |
997 <field name="linecolor" type="Color" display="Linienfarbe" | |
998 default="0, 204, 204" /> | |
999 </fields> | |
1000 </theme> | |
1001 | |
1002 <theme name="BedheightDiffMorphWidth"> | |
1003 <inherits> | |
1004 <inherit from="LongitudinalSection" /> | |
1005 </inherits> | |
1006 <fields> | |
1007 <field name="linecolor" type="Color" display="Linienfarbe" | |
1008 default="204, 204, 0" /> | |
1009 </fields> | |
1010 </theme> | |
1011 | |
1012 <theme name="BedheightDiffEpoch"> | |
1013 <inherits> | |
1014 <inherit from="LongitudinalSection" /> | |
1015 </inherits> | |
1016 <fields> | |
1017 <field name="linecolor" type="Color" display="Linienfarbe" | |
1018 default="204, 0, 204" /> | |
1019 </fields> | |
1020 </theme> | |
1021 | |
1022 <theme name="BedheightDiffAbsHeight1"> | |
1023 <inherits> | |
1024 <inherit from="LongitudinalSection" /> | |
1025 </inherits> | |
1026 <fields> | |
1027 <field name="linecolor" type="Color" display="Linienfarbe" | |
1028 default="204, 0, 204" /> | |
1029 </fields> | |
1030 </theme> | |
1031 | |
1032 <theme name="BedheightDiffAbsHeight2"> | |
1033 <inherits> | |
1034 <inherit from="LongitudinalSection" /> | |
1035 </inherits> | |
1036 <fields> | |
1037 <field name="linecolor" type="Color" display="Linienfarbe" | |
1038 default="255, 100, 100" /> | |
1039 </fields> | |
1040 </theme> | |
1041 | |
1042 <theme name="BedheightDiffHeightYear"> | |
1043 <inherits> | |
1044 <inherit from="LongitudinalSection" /> | |
1045 </inherits> | |
1046 <fields> | |
1047 <field name="linecolor" type="Color" display="Linienfarbe" | |
1048 default="204, 0, 0" /> | |
1049 </fields> | |
1050 </theme> | |
1051 | |
1052 <theme name="MorphologicWidth"> | |
1053 <inherits> | |
1054 <inherit from="LongitudinalSection" /> | |
1055 </inherits> | |
1056 <fields> | |
1057 <field name="linecolor" type="Color" default="0, 100, 200" /> | |
1058 <field name="showlinelabel" type="boolean" | |
1059 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1060 </fields> | |
1061 </theme> | |
1062 <!-- Flow velocity --> | |
1063 <theme name="FlowVelocityVMainChannel"> | |
1064 <inherits> | |
1065 <inherit from="LongitudinalSection" /> | |
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="LongitudinalSection" /> | |
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="LongitudinalSection" /> | |
1086 </inherits> | |
1087 <fields> | |
1088 <field name="linecolor" type="Color" display="Linienfarbe" | |
1089 default="0, 204, 204" /> | |
1090 </fields> | |
1091 </theme> | |
1092 | |
1093 <theme name="FlowVelocityDischarge"> | |
1094 <inherits> | |
1095 <inherit from="LongitudinalSection" /> | |
1096 </inherits> | |
1097 <fields> | |
1098 <field name="linecolor" type="Color" display="Linienfarbe" | |
1099 default="0, 204, 0" /> | |
1100 </fields> | |
1101 </theme> | |
1102 | |
1103 <!-- Sediment load, M^3/A --> | |
1104 <theme name="SedimentLoadM3ACoarse"> | |
1105 <inherits> | |
1106 <inherit from="LongitudinalSection" /> | |
1107 </inherits> | |
1108 <fields> | |
1109 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
1110 </fields> | |
1111 </theme> | |
1112 | |
1113 <theme name="SedimentLoadM3AFineMid"> | |
1114 <inherits> | |
1115 <inherit from="LongitudinalSection" /> | |
1116 </inherits> | |
1117 <fields> | |
1118 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
1119 </fields> | |
1120 </theme> | |
1121 | |
1122 <theme name="SedimentLoadM3ASand"> | |
1123 <inherits> | |
1124 <inherit from="LongitudinalSection" /> | |
1125 </inherits> | |
1126 <fields> | |
1127 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
1128 </fields> | |
1129 </theme> | |
1130 | |
1131 <theme name="SedimentLoadM3ASuspSand"> | |
1132 <inherits> | |
1133 <inherit from="LongitudinalSection" /> | |
1134 </inherits> | |
1135 <fields> | |
1136 <field name="linecolor" type="Color" default="255, 255, 0" /> | |
1137 </fields> | |
1138 </theme> | |
1139 | |
1140 <theme name="SedimentLoadM3ASediment"> | |
1141 <inherits> | |
1142 <inherit from="LongitudinalSection" /> | |
1143 </inherits> | |
1144 <fields> | |
1145 <field name="linecolor" type="Color" default="0, 255, 255" /> | |
1146 </fields> | |
1147 </theme> | |
1148 | |
1149 <theme name="SedimentLoadM3ASuspSandBed"> | |
1150 <inherits> | |
1151 <inherit from="LongitudinalSection" /> | |
1152 </inherits> | |
1153 <fields> | |
1154 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
1155 <field name="showlinelabel" type="boolean" | |
1156 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1157 </fields> | |
1158 </theme> | |
1159 | |
1160 <theme name="SedimentLoadM3ATotalLoad"> | |
1161 <inherits> | |
1162 <inherit from="LongitudinalSection" /> | |
1163 </inherits> | |
1164 <fields> | |
1165 <field name="linecolor" type="Color" default="255, 100, 100" /> | |
1166 <field name="showlinelabel" type="boolean" | |
1167 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1168 </fields> | |
1169 </theme> | |
1170 | |
1171 <theme name="SedimentLoadM3ATotal"> | |
1172 <inherits> | |
1173 <inherit from="LongitudinalSection" /> | |
1174 </inherits> | |
1175 <fields> | |
1176 <field name="linecolor" type="Color" default="0, 100, 200" /> | |
1177 <field name="showlinelabel" type="boolean" | |
1178 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1179 </fields> | |
1180 </theme> | |
1181 | |
1182 <theme name="SedimentLoadM3AUnknown"> | |
1183 <inherits> | |
1184 <inherit from="LongitudinalSection" /> | |
1185 </inherits> | |
1186 <fields> | |
1187 <field name="linecolor" type="Color" default="0, 0, 0" /> | |
1188 <field name="showlinelabel" type="boolean" | |
1189 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1190 </fields> | |
1191 </theme> | |
1192 | |
1193 <!-- Sediment load, T/A --> | |
1194 <theme name="SedimentLoadTACoarse"> | |
1195 <inherits> | |
1196 <inherit from="LongitudinalSection" /> | |
1197 </inherits> | |
1198 <fields> | |
1199 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
1200 </fields> | |
1201 </theme> | |
1202 | |
1203 <theme name="SedimentLoadTAFineMid"> | |
1204 <inherits> | |
1205 <inherit from="LongitudinalSection" /> | |
1206 </inherits> | |
1207 <fields> | |
1208 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
1209 </fields> | |
1210 </theme> | |
1211 | |
1212 <theme name="SedimentLoadTASand"> | |
1213 <inherits> | |
1214 <inherit from="LongitudinalSection" /> | |
1215 </inherits> | |
1216 <fields> | |
1217 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
1218 </fields> | |
1219 </theme> | |
1220 | |
1221 <theme name="SedimentLoadTASuspSand"> | |
1222 <inherits> | |
1223 <inherit from="LongitudinalSection" /> | |
1224 </inherits> | |
1225 <fields> | |
1226 <field name="linecolor" type="Color" default="255, 255, 0" /> | |
1227 </fields> | |
1228 </theme> | |
1229 | |
1230 <theme name="SedimentLoadTASediment"> | |
1231 <inherits> | |
1232 <inherit from="LongitudinalSection" /> | |
1233 </inherits> | |
1234 <fields> | |
1235 <field name="linecolor" type="Color" default="0, 255, 255" /> | |
1236 </fields> | |
1237 </theme> | |
1238 | |
1239 <theme name="SedimentLoadTASuspSandBed"> | |
1240 <inherits> | |
1241 <inherit from="LongitudinalSection" /> | |
1242 </inherits> | |
1243 <fields> | |
1244 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
1245 <field name="showlinelabel" type="boolean" | |
1246 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1247 </fields> | |
1248 </theme> | |
1249 | |
1250 <theme name="SedimentLoadTATotalLoad"> | |
1251 <inherits> | |
1252 <inherit from="LongitudinalSection" /> | |
1253 </inherits> | |
1254 <fields> | |
1255 <field name="linecolor" type="Color" default="255, 100, 100" /> | |
1256 <field name="showlinelabel" type="boolean" | |
1257 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1258 </fields> | |
1259 </theme> | |
1260 | |
1261 <theme name="SedimentLoadTATotal"> | |
1262 <inherits> | |
1263 <inherit from="LongitudinalSection" /> | |
1264 </inherits> | |
1265 <fields> | |
1266 <field name="linecolor" type="Color" default="0, 100, 200" /> | |
1267 <field name="showlinelabel" type="boolean" | |
1268 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1269 </fields> | |
1270 </theme> | |
1271 | |
1272 <theme name="SedimentLoadTAUnknown"> | |
1273 <inherits> | |
1274 <inherit from="LongitudinalSection" /> | |
1275 </inherits> | |
1276 <fields> | |
1277 <field name="linecolor" type="Color" default="0, 0, 0" /> | |
1278 <field name="showlinelabel" type="boolean" | |
1279 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1280 </fields> | |
1281 </theme> | |
1282 | |
1283 <theme name="LongitudinalSectionArea"> | |
1284 <inherits> | |
1285 <inherit from="Areas" /> | |
1286 </inherits> | |
1287 <fields> | |
1288 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
1289 default="true" hints="hidden" /> | |
1290 <field name="areashowborder" type="boolean" display="Begrenzung" | |
1291 default="false" hints="hidden" /> | |
1292 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
1293 display="Begrenzungslinienfarbe" hints="hidden" /> | |
1294 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
1295 default="true" hints="hidden" /> | |
1296 <field name="showarealabel" type="boolean" | |
1297 display="Flächenbeschriftung anzeigen" default="false"/> | |
1298 </fields> | |
1299 </theme> | |
1300 | |
1301 | |
1302 | |
1303 <theme name="CrossSection"> | |
1304 <inherits> | |
1305 <inherit from="Lines" /> | |
1306 <inherit from="Points" /> | |
1307 <inherit from="Label" /> | |
1308 <inherit from="MinMaxPoints" /> | |
1309 </inherits> | |
1310 <fields> | |
1311 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
1312 default="false" /> | |
1313 <field name="showpointlabel" type="boolean" | |
1314 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1315 </fields> | |
1316 </theme> | |
1317 | |
1318 <theme name="CrossSectionWaterLine"> | |
1319 <inherits> | |
1320 <inherit from="Lines" /> | |
1321 <inherit from="Points" /> | |
1322 <inherit from="Label" /> | |
1323 </inherits> | |
1324 <fields> | |
1325 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
1326 default="false" /> | |
1327 <field name="showpointlabel" type="boolean" | |
1328 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1329 <field name="linecolor" type="Color" display="Linienfarbe" | |
1330 default="0,0,153" /> | |
1331 <field name="showwidth" type="boolean" display="Breite anzeigen" | |
1332 default="false" /> | |
1333 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" | |
1334 default="true" /> | |
1335 <field name="showlinelabel" type="boolean" default="true" | |
1336 display="Beschriftung anzeigen" /> | |
1337 <field name="showmiddleheight" type="boolean" | |
1338 display="Wasserstand anzeigen" default="false" /> | |
1339 </fields> | |
1340 </theme> | |
1341 | |
1342 <theme name="Hyk"> | |
1343 <inherits> | |
1344 <inherit from="Text" /> | |
1345 </inherits> | |
1346 <fields> | |
1347 <field name="textorientation" type="boolean" display="Textausrichtung" | |
1348 default="true" /> | |
1349 </fields> | |
1350 </theme> | |
1351 | |
1352 <theme name="CrossSectionArea"> | |
1353 <inherits> | |
1354 <inherit from="Areas" /> | |
1355 </inherits> | |
1356 <fields> | |
1357 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
1358 default="true" hints="hidden" /> | |
1359 <field name="areashowborder" type="boolean" display="Begrenzung" | |
1360 default="false" hints="hidden" /> | |
1361 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
1362 display="Begrenzungslinienfarbe" hints="hidden" /> | |
1363 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
1364 default="true" hints="hidden" /> | |
1365 <field name="showarealabel" type="boolean" | |
1366 display="Flächenbeschriftung anzeigen" default="true"/> | |
1367 </fields> | |
1368 </theme> | |
1369 | |
1370 | |
1371 | |
1372 <theme name="DischargeCurve"> | |
1373 <inherits> | |
1374 <inherit from="Lines" /> | |
1375 <inherit from="Points" /> | |
1376 <inherit from="Label" /> | |
1377 <inherit from="MinMaxPoints" /> | |
1378 </inherits> | |
1379 <fields> | |
1380 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1381 default="false" hints="hidden" /> | |
1382 <field name="showpointlabel" type="boolean" | |
1383 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1384 <field name="linecolor" type="Color" display="Linienfarbe" | |
1385 default="0, 0, 153" /> | |
1386 <field name="linesize" type="int" display="Liniendicke" | |
1387 default="2" /> | |
1388 </fields> | |
1389 </theme> | |
1390 | |
1391 <theme name="ComputedDischargeCurve"> | |
1392 <inherits> | |
1393 <inherit from="Lines" /> | |
1394 <inherit from="Points" /> | |
1395 <inherit from="Label" /> | |
1396 <inherit from="MinMaxPoints" /> | |
1397 </inherits> | |
1398 <fields> | |
1399 <field name="linecolor" type="Color" display="Linienfarbe" | |
1400 default="0, 0, 153" /> | |
1401 <field name="linesize" type="int" display="Liniendicke" | |
1402 default="2" /> | |
1403 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1404 default="false" /> | |
1405 <field name="showpointlabel" type="boolean" | |
1406 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1407 </fields> | |
1408 </theme> | |
1409 | |
1410 <theme name="ComputedDischargeCurveQ"> | |
1411 <inherits> | |
1412 <inherit from="ComputedDischargeCurve" /> | |
1413 <inherit from="Text" /> | |
1414 </inherits> | |
1415 <fields> | |
1416 <field name="linecolor" type="Color" display="Farbe" | |
1417 default="200, 0, 15" /> | |
1418 <field name="textcolor" type="Color" display="Farbe" | |
1419 default="200, 0, 15" /> | |
1420 </fields> | |
1421 </theme> | |
1422 | |
1423 <theme name="ComputedDischargeCurveW"> | |
1424 <inherits> | |
1425 <inherit from="ComputedDischargeCurve" /> | |
1426 <inherit from="Text" /> | |
1427 </inherits> | |
1428 <fields> | |
1429 <field name="linecolor" type="Color" display="Farbe" | |
1430 default="0, 215, 0" /> | |
1431 <field name="textcolor" type="Color" display="Farbe" | |
1432 default="0, 215, 0" /> | |
1433 <field name="textorientation" type="boolean" display="Textausrichtung" | |
1434 default="true" /> | |
1435 </fields> | |
1436 </theme> | |
1437 | |
1438 <theme name="GaugeDischargeCurve"> | |
1439 <inherits> | |
1440 <inherit from="DischargeCurve" /> | |
1441 </inherits> | |
1442 <fields> | |
1443 <field name="linecolor" type="Color" display="Linienfarbe" | |
1444 default="0, 0, 153" /> | |
1445 <field name="linesize" type="int" display="Liniendicke" | |
1446 default="2" /> | |
1447 </fields> | |
1448 </theme> | |
1449 | |
1450 <theme name="ExtremeWQCurve"> | |
1451 <inherits> | |
1452 <inherit from="Lines" /> | |
1453 <inherit from="MinMaxPoints" /> | |
1454 </inherits> | |
1455 <fields> | |
1456 <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde" | |
1457 default="true" /> | |
1458 <field name="linecolor" type="Color" display="Linienfarbe" | |
1459 default="0, 0, 153" /> | |
1460 <field name="linesize" type="int" display="Liniendicke" | |
1461 default="2" /> | |
1462 <field name="showlinelabel" type="boolean" | |
1463 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1464 </fields> | |
1465 </theme> | |
1466 | |
1467 <theme name="ExtremeWQBaseCurve"> | |
1468 <inherits> | |
1469 <inherit from="Lines" /> | |
1470 <inherit from="Points" /> | |
1471 </inherits> | |
1472 <fields> | |
1473 <field name="pointsize" type="int" display="Punktdicke" | |
1474 default="2" /> | |
1475 <field name="showpointlabel" type="boolean" | |
1476 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1477 <field name="showlinelabel" type="boolean" | |
1478 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1479 </fields> | |
1480 </theme> | |
1481 | |
1482 | |
1483 | |
1484 <theme name="DurationCurve"> | |
1485 <inherits> | |
1486 <inherit from="Lines" /> | |
1487 <inherit from="Points" /> | |
1488 <inherit from="Label" /> | |
1489 <inherit from="MinMaxPoints" /> | |
1490 </inherits> | |
1491 <fields> | |
1492 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
1493 default="false" /> | |
1494 <field name="linesize" type="int" display="Liniendicke" | |
1495 default="2" /> | |
1496 <field name="showpointlabel" type="boolean" | |
1497 display="Punktbeschriftung anzeigen" default="false" | |
1498 hints="hidden"/> | |
1499 </fields> | |
1500 </theme> | |
1501 | |
1502 <theme name="DurationCurveW"> | |
1503 <inherits> | |
1504 <inherit from="DurationCurve" /> | |
1505 </inherits> | |
1506 <fields> | |
1507 <field name="linecolor" type="Color" display="Linienfarbe" | |
1508 default="0,51,204" /> | |
1509 </fields> | |
1510 </theme> | |
1511 | |
1512 <theme name="DurationCurveQ"> | |
1513 <inherits> | |
1514 <inherit from="DurationCurve" /> | |
1515 </inherits> | |
1516 <fields> | |
1517 <field name="linecolor" type="Color" display="Linienfarbe" | |
1518 default="0,204,0" /> | |
1519 </fields> | |
1520 </theme> | |
1521 | |
1522 | |
1523 | |
1524 <theme name="FixPoints"> | |
1525 <inherits> | |
1526 <inherit from="ColorfulPoints" /> | |
1527 <inherit from="Label" /> | |
1528 </inherits> | |
1529 <fields> | |
1530 <field name="pointsize" type="int" display="Punktdicke" | |
1531 default="3" /> | |
1532 <field name="showpointlabel" type="boolean" | |
1533 display="Beschriftung anzeigen" default="true" hints="hidden" /> | |
1534 </fields> | |
1535 </theme> | |
1536 | |
1537 <theme name="FixLines"> | |
1538 <inherits> | |
1539 <inherit from="Lines" /> | |
1540 <inherit from="Points" /> | |
1541 <inherit from="Label" /> | |
1542 </inherits> | |
1543 <fields> | |
1544 <field name="showpointlabel" type="boolean" | |
1545 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1546 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1547 default="false" hints="hidden" /> | |
1548 <field name="pointsize" type="int" display="Punktdicke" | |
1549 default="3" /> | |
1550 </fields> | |
1551 </theme> | |
1552 | |
1553 <theme name="FixAreas"> | |
1554 <inherits> | |
1555 <inherit from="Areas" /> | |
1556 </inherits> | |
1557 <fields> | |
1558 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
1559 default="true" hints="hidden" /> | |
1560 <field name="areashowborder" type="boolean" display="Begrenzung" | |
1561 default="false" hints="hidden" /> | |
1562 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
1563 display="Begrenzungslinienfarbe" hints="hidden" /> | |
1564 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
1565 default="true" hints="hidden" /> | |
1566 <field name="showarealabel" type="boolean" | |
1567 display="Flächenbeschriftung anzeigen" default="false"/> | |
1568 </fields> | |
1569 </theme> | |
1570 | |
1571 <theme name="FixingCalculatedPoint"> | |
1572 <inherits> | |
1573 <inherit from="FixPoints" /> | |
1574 </inherits> | |
1575 <fields> | |
1576 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1577 default="0, 0, 0" /> | |
1578 <field name="pointsize" type="int" display="Punktdicke" | |
1579 default="5"/> | |
1580 <field name="showpointlabel" type="boolean" | |
1581 display="Punktbeschriftung anzeigen" default="false"/> | |
1582 </fields> | |
1583 </theme> | |
1584 | |
1585 <theme name="FixingWQCurve"> | |
1586 <inherits> | |
1587 <inherit from="FixLines" /> | |
1588 </inherits> | |
1589 <fields> | |
1590 <field name="linecolor" type="Color" default="227, 27, 162" /> | |
1591 </fields> | |
1592 </theme> | |
1593 | |
1594 <theme name="FixingDerivedCurve"> | |
1595 <inherits> | |
1596 <inherit from="FixLines" /> | |
1597 </inherits> | |
1598 <fields> | |
1599 <field name="linecolor" type="Color" default="227, 27, 162" /> | |
1600 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1601 default="false" hints="hidden" hidden="true" /> | |
1602 <field name="pointsize" type="int" display="Punktdicke" | |
1603 default="5" hints="hidden" /> | |
1604 </fields> | |
1605 </theme> | |
1606 | |
1607 <theme name="FixingSectorAverageWQ0"> | |
1608 <inherits> | |
1609 <inherit from="FixPoints" /> | |
1610 </inherits> | |
1611 <fields> | |
1612 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1613 default="0, 128, 0" /> | |
1614 <field name="showpointlabel" type="boolean" | |
1615 display="Punktbeschriftung anzeigen" default="true"/> | |
1616 </fields> | |
1617 </theme> | |
1618 | |
1619 <theme name="FixingSectorAverageWQ1"> | |
1620 <inherits> | |
1621 <inherit from="FixPoints" /> | |
1622 </inherits> | |
1623 <fields> | |
1624 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1625 default="0, 0, 255" /> | |
1626 <field name="showpointlabel" type="boolean" | |
1627 display="Punktbeschriftung anzeigen" default="true"/> | |
1628 </fields> | |
1629 </theme> | |
1630 | |
1631 <theme name="FixingSectorAverageWQ2"> | |
1632 <inherits> | |
1633 <inherit from="FixPoints" /> | |
1634 </inherits> | |
1635 <fields> | |
1636 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1637 default="255, 0, 255" /> | |
1638 <field name="showpointlabel" type="boolean" | |
1639 display="Punktbeschriftung anzeigen" default="true"/> | |
1640 </fields> | |
1641 </theme> | |
1642 | |
1643 <theme name="FixingSectorAverageWQ3"> | |
1644 <inherits> | |
1645 <inherit from="FixPoints" /> | |
1646 </inherits> | |
1647 <fields> | |
1648 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1649 default="255, 0, 0" /> | |
1650 <field name="showpointlabel" type="boolean" | |
1651 display="Punktbeschriftung anzeigen" default="true"/> | |
1652 </fields> | |
1653 </theme> | |
1654 | |
1655 <theme name="FixingAnalysisEventsWQ"> | |
1656 <inherits> | |
1657 <inherit from="FixPoints" /> | |
1658 </inherits> | |
1659 <fields> | |
1660 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1661 default="0, 255, 0" /> | |
1662 <field name="showpointlabel" type="boolean" | |
1663 display="Punktbeschriftung anzeigen" default="true"/> | |
1664 </fields> | |
1665 </theme> | |
1666 | |
1667 <theme name="FixingReferenceEvents"> | |
1668 <inherits> | |
1669 <inherit from="FixPoints" /> | |
1670 </inherits> | |
1671 <fields> | |
1672 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1673 default="0, 80, 160" /> | |
1674 <field name="showpointlabel" type="boolean" | |
1675 display="Punktbeschriftung anzeigen" default="true"/> | |
1676 </fields> | |
1677 </theme> | |
1678 | |
1679 <theme name="FixingOutliers"> | |
1680 <inherits> | |
1681 <inherit from="FixPoints" /> | |
1682 </inherits> | |
1683 <fields> | |
1684 </fields> | |
1685 </theme> | |
1686 | |
1687 <theme name="FixingDeltaWtAverage"> | |
1688 <inherits> | |
1689 <inherit from="FixLines" /> | |
1690 </inherits> | |
1691 <fields> | |
1692 <field name="showpointlabel" type="boolean" | |
1693 display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> | |
1694 <field name="showlinelabel" type="boolean" | |
1695 display="Beschriftung anzeigen" default="true" /> | |
1696 </fields> | |
1697 </theme> | |
1698 | |
1699 <theme name="FixingDeltaWtAverage0"> | |
1700 <inherits> | |
1701 <inherit from="FixingDeltaWtAverage" /> | |
1702 </inherits> | |
1703 <fields> | |
1704 <field name="linecolor" type="Color" display="Linienfarbe" | |
1705 default="0, 128, 0" /> | |
1706 </fields> | |
1707 </theme> | |
1708 | |
1709 <theme name="FixingDeltaWtAverage1"> | |
1710 <inherits> | |
1711 <inherit from="FixingDeltaWtAverage" /> | |
1712 </inherits> | |
1713 <fields> | |
1714 <field name="linecolor" type="Color" display="Linienfarbe" | |
1715 default="0, 0, 255" /> | |
1716 </fields> | |
1717 </theme> | |
1718 | |
1719 <theme name="FixingDeltaWtAverage2"> | |
1720 <inherits> | |
1721 <inherit from="FixingDeltaWtAverage" /> | |
1722 </inherits> | |
1723 <fields> | |
1724 <field name="linecolor" type="Color" display="Linienfarbe" | |
1725 default="255, 0, 255" /> | |
1726 </fields> | |
1727 </theme> | |
1728 | |
1729 <theme name="FixingDeltaWtAverage3"> | |
1730 <inherits> | |
1731 <inherit from="FixingDeltaWtAverage" /> | |
1732 </inherits> | |
1733 <fields> | |
1734 <field name="linecolor" type="Color" display="Linienfarbe" | |
1735 default="255, 0, 0" /> | |
1736 </fields> | |
1737 </theme> | |
1738 | |
1739 <theme name="FixingDeltaWtAnalysis"> | |
1740 <inherits> | |
1741 <inherit from="FixPoints" /> | |
1742 </inherits> | |
1743 <fields> | |
1744 <field name="showpointlabel" type="boolean" | |
1745 display="Punktbeschriftung anzeigen" default="true"/> | |
1746 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1747 default="0, 255, 0" /> | |
1748 </fields> | |
1749 </theme> | |
1750 | |
1751 <theme name="FixingLSAverage0"> | |
1752 <inherits> | |
1753 <inherit from="FixLines" /> | |
1754 </inherits> | |
1755 <fields> | |
1756 <field name="linecolor" type="Color" default="0, 128, 0" /> | |
1757 </fields> | |
1758 </theme> | |
1759 | |
1760 <theme name="FixingLSAverage1"> | |
1761 <inherits> | |
1762 <inherit from="FixLines" /> | |
1763 </inherits> | |
1764 <fields> | |
1765 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
1766 </fields> | |
1767 </theme> | |
1768 | |
1769 <theme name="FixingLSAverage2"> | |
1770 <inherits> | |
1771 <inherit from="FixLines" /> | |
1772 </inherits> | |
1773 <fields> | |
1774 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
1775 </fields> | |
1776 </theme> | |
1777 | |
1778 <theme name="FixingLSAverage3"> | |
1779 <inherits> | |
1780 <inherit from="FixLines" /> | |
1781 </inherits> | |
1782 <fields> | |
1783 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
1784 </fields> | |
1785 </theme> | |
1786 | |
1787 <theme name="FixingSectorDeviationLS0"> | |
1788 <inherits> | |
1789 <inherit from="FixAreas" /> | |
1790 </inherits> | |
1791 <fields> | |
1792 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1793 default="0, 128, 0" /> | |
1794 </fields> | |
1795 </theme> | |
1796 <theme name="FixingSectorDeviationLS1"> | |
1797 <inherits> | |
1798 <inherit from="FixAreas" /> | |
1799 </inherits> | |
1800 <fields> | |
1801 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1802 default="0, 0, 255" /> | |
1803 | |
1804 </fields> | |
1805 </theme> | |
1806 | |
1807 <theme name="FixingSectorDeviationLS2"> | |
1808 <inherits> | |
1809 <inherit from="FixAreas" /> | |
1810 </inherits> | |
1811 <fields> | |
1812 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1813 default="255, 0, 255" /> | |
1814 </fields> | |
1815 </theme> | |
1816 | |
1817 <theme name="FixingSectorDeviationLS3"> | |
1818 <inherits> | |
1819 <inherit from="FixAreas" /> | |
1820 </inherits> | |
1821 <fields> | |
1822 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1823 default="255, 0, 0" /> | |
1824 </fields> | |
1825 </theme> | |
1826 | |
1827 <theme name="FixLSDeviation"> | |
1828 <inherits> | |
1829 <inherit from="FixAreas" /> | |
1830 </inherits> | |
1831 <fields> | |
1832 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1833 default="100, 100, 100" /> | |
1834 </fields> | |
1835 </theme> | |
1836 | |
1837 <theme name="FixLSAnalysis"> | |
1838 <inherits> | |
1839 <inherit from="FixLines" /> | |
1840 </inherits> | |
1841 <fields> | |
1842 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
1843 </fields> | |
1844 </theme> | |
1845 | |
1846 <theme name="FixLSReference"> | |
1847 <inherits> | |
1848 <inherit from="FixLines" /> | |
1849 </inherits> | |
1850 <fields> | |
1851 <field name="linecolor" type="Color" default="0, 80, 160" /> | |
1852 </fields> | |
1853 </theme> | |
1854 | |
1855 <theme name="FixDeltaWtDeviation"> | |
1856 <inherits> | |
1857 <inherit from="FixAreas"/> | |
1858 </inherits> | |
1859 <fields> | |
1860 <field name="areabgcolor" type="Color" default="0, 0, 0" display="FĂĽllfarbe"/> | |
1861 </fields> | |
1862 </theme> | |
1863 | |
1864 <theme name="FixingDeltaWtAnalysisPeriods"> | |
1865 <inherits> | |
1866 <inherit from="FixAreas"/> | |
1867 </inherits> | |
1868 <fields> | |
1869 <field name="areabgcolor" type="Color" default="255, 0, 0" display="FĂĽllfarbe" /> | |
1870 </fields> | |
1871 </theme> | |
1872 | |
1873 <theme name="FixingReferencePeriod"> | |
1874 <inherits> | |
1875 <inherit from="FixAreas"/> | |
1876 </inherits> | |
1877 <fields> | |
1878 <field name="areabgcolor" type="Color" default="0, 0, 255" display="FĂĽllfarbe" /> | |
1879 </fields> | |
1880 </theme> | |
1881 | |
1882 <theme name="QSectors"> | |
1883 <inherits> | |
1884 <inherit from="FixLines" /> | |
1885 </inherits> | |
1886 <fields> | |
1887 <field name="showlinelabel" type="boolean" | |
1888 display="Beschriftung anzeigen" default="true" hints="hidden" /> | |
1889 </fields> | |
1890 </theme> | |
1891 | |
1892 | |
1893 | |
1894 <theme name="MapLines"> | |
1895 <fields> | |
1896 <field name="linecolor" type="Color" display="Linienfarbe" | |
1897 default="0, 0, 205" /> | |
1898 <field name="linesize" type="int" display="Liniendicke" | |
1899 default="3" hints="hidden" /> | |
1900 </fields> | |
1901 </theme> | |
1902 | |
1903 <theme name="Floodmaps"> | |
1904 <inherits> | |
1905 <inherit from="Map" /> | |
1906 </inherits> | |
1907 </theme> | |
1908 | |
1909 <theme name="Floodplains"> | |
1910 <inherits> | |
1911 <inherit from="Map" /> | |
1912 </inherits> | |
1913 </theme> | |
1914 | |
1915 <theme name="Floodmarks"> | |
1916 <inherits> | |
1917 <inherit from="MapLines" /> | |
1918 <inherit from="Symbol" /> | |
1919 </inherits> | |
1920 </theme> | |
1921 | |
1922 <theme name="WSPLGEN"> | |
1923 <inherits> | |
1924 <inherit from="Uesk" /> | |
1925 </inherits> | |
1926 <fields> | |
1927 <field name="startcolor" type="Color" | |
1928 display="Farbverlauf Startfarbe" default="178, 201, 215" /> | |
1929 <field name="endcolor" type="Color" | |
1930 display="Farbverlauf Endfarbe" default="2, 27, 42" /> | |
1931 <field name="numclasses" type="int" display="Anzahl Klassen" | |
1932 default="6" /> | |
1933 </fields> | |
1934 </theme> | |
1935 | |
1936 <theme name="RiverAxis"> | |
1937 <inherits> | |
1938 <inherit from="MapLines" /> | |
1939 </inherits> | |
1940 <fields> | |
1941 </fields> | |
1942 </theme> | |
1943 | |
1944 <theme name="Kms"> | |
1945 <inherits> | |
1946 <inherit from="MapLines" /> | |
1947 <inherit from="Label" /> | |
1948 <inherit from="Symbol" /> | |
1949 </inherits> | |
1950 </theme> | |
1951 | |
1952 | |
1953 <theme name="Fixpoints"> | |
1954 <inherits> | |
1955 <inherit from="MapLines" /> | |
1956 <inherit from="Symbol" /> | |
1957 </inherits> | |
1958 </theme> | |
1959 | |
1960 <theme name="Floodmarks"> | |
1961 <inherits> | |
1962 <inherit from="MapLines" /> | |
1963 <inherit from="Symbol" /> | |
1964 </inherits> | |
1965 </theme> | |
1966 | |
1967 | |
1968 <theme name="GaugeLocation"> | |
1969 <inherits> | |
1970 <inherit from="MapLines" /> | |
1971 <inherit from="Symbol" /> | |
1972 </inherits> | |
1973 </theme> | |
1974 | |
1975 <theme name="Qps"> | |
1976 <inherits> | |
1977 <inherit from="MapLines" /> | |
1978 </inherits> | |
1979 </theme> | |
1980 | |
1981 <theme name="Hws"> | |
1982 <inherits> | |
1983 <inherit from="MapLines" /> | |
1984 </inherits> | |
1985 </theme> | |
1986 | |
1987 <theme name="HwsPoints"> | |
1988 <inherits> | |
1989 <inherit from="MapLines"/> | |
1990 <inherit from="Label" /> | |
1991 <inherit from="Symbol" /> | |
1992 </inherits> | |
1993 </theme> | |
1994 | |
1995 <theme name="Catchment"> | |
1996 <inherits> | |
1997 <inherit from="Map" /> | |
1998 </inherits> | |
1999 </theme> | |
2000 | |
2001 <theme name="FloodmapLines"> | |
2002 <inherits> | |
2003 <inherit from="MapLines" /> | |
2004 </inherits> | |
2005 <fields> | |
2006 <field name="linecolor" type="Color" display="Linienfarbe" | |
2007 default="140, 200, 130" /> | |
2008 </fields> | |
2009 </theme> | |
2010 | |
2011 <theme name="Buildings"> | |
2012 <inherits> | |
2013 <inherit from="MapLines" /> | |
2014 </inherits> | |
2015 </theme> | |
2016 | |
2017 <theme name="HydrBoundariesLines"> | |
2018 <inherits> | |
2019 <inherit from="MapLines" /> | |
2020 </inherits> | |
2021 </theme> | |
2022 | |
2023 <theme name="HydrBoundariesPolys"> | |
2024 <inherits> | |
2025 <inherit from="Map" /> | |
2026 </inherits> | |
2027 </theme> | |
2028 | |
2029 <theme name="Jetties"> | |
2030 <inherits> | |
2031 <inherit from="MapLines"/> | |
2032 <inherit from="Label" /> | |
2033 <inherit from="Symbol" /> | |
2034 </inherits> | |
2035 </theme> | |
2036 | |
2037 | |
2038 | |
2039 <theme name="HistoricalDischargeCurve"> | |
2040 <inherits> | |
2041 <inherit from="Lines" /> | |
2042 <inherit from="Points" /> | |
2043 </inherits> | |
2044 <fields> | |
2045 <field name="linecolor" type="Color" display="Linienfarbe" | |
2046 default="0, 0, 153" /> | |
2047 <field name="linesize" type="int" display="Liniendicke" | |
2048 default="2" /> | |
2049 </fields> | |
2050 </theme> | |
2051 | |
2052 <theme name="HistoricalDischargeCurveQ"> | |
2053 <inherits> | |
2054 <inherit from="HistoricalDischargeCurve" /> | |
2055 <inherit from="MinMaxPoints" /> | |
2056 </inherits> | |
2057 <fields> | |
2058 <field name="showlinelabel" type="boolean" | |
2059 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2060 <field name="showpointlabel" type="boolean" | |
2061 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2062 </fields> | |
2063 </theme> | |
2064 | |
2065 <theme name="HistoricalDischargeCurveQDiff"> | |
2066 <inherits> | |
2067 <inherit from="HistoricalDischargeCurve" /> | |
2068 <inherit from="MinMaxPoints" /> | |
2069 </inherits> | |
2070 <fields> | |
2071 <field name="linecolor" type="Color" display="Linienfarbe" | |
2072 default="204, 204, 204" /> | |
2073 <field name="showlinelabel" type="boolean" | |
2074 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2075 <field name="showpointlabel" type="boolean" | |
2076 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2077 </fields> | |
2078 </theme> | |
2079 | |
2080 <theme name="HistoricalDischargeCurveW"> | |
2081 <inherits> | |
2082 <inherit from="HistoricalDischargeCurve" /> | |
2083 <inherit from="MinMaxPoints" /> | |
2084 </inherits> | |
2085 <fields> | |
2086 <field name="linecolor" type="Color" display="Linienfarbe" | |
2087 default="100, 100, 153" /> | |
2088 <field name="showlinelabel" type="boolean" | |
2089 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2090 <field name="showpointlabel" type="boolean" | |
2091 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2092 </fields> | |
2093 </theme> | |
2094 | |
2095 <theme name="HistoricalDischargeCurveWDiff"> | |
2096 <inherits> | |
2097 <inherit from="HistoricalDischargeCurve" /> | |
2098 <inherit from="MinMaxPoints" /> | |
2099 </inherits> | |
2100 <fields> | |
2101 <field name="linecolor" type="Color" display="Linienfarbe" | |
2102 default="250, 250, 204" /> | |
2103 <field name="showlinelabel" type="boolean" | |
2104 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2105 <field name="showpointlabel" type="boolean" | |
2106 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2107 </fields> | |
2108 </theme> | |
2109 | |
2110 <theme name="HistoricalDischargeWQCurve"> | |
2111 <inherits> | |
2112 <inherit from="HistoricalDischargeCurve" /> | |
2113 </inherits> | |
2114 <fields> | |
2115 <field name="linecolor" type="Color" display="Linienfarbe" | |
2116 default="0, 0, 204" /> | |
2117 <field name="showlinelabel" type="boolean" | |
2118 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2119 <field name="showpointlabel" type="boolean" | |
2120 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2121 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
2122 default="false" /> | |
2123 </fields> | |
2124 </theme> | |
2125 | |
2126 <theme name="HistoricalDischargeWQW"> | |
2127 <!-- the facet has no styling... | |
2128 <inherits> | |
2129 <inherit from="HistoricalDischargeCurve" /> | |
2130 <inherit from="Label" /> | |
2131 </inherits> | |
2132 <fields> | |
2133 <field name="linecolor" type="Color" display="Linienfarbe" | |
2134 default="0, 0, 255" /> | |
2135 <field name="linesize" type="int" display="Liniendicke" | |
2136 default="1" /> | |
2137 <field name="linetype" type="Dash" display="Linienart" | |
2138 default="10" /> | |
2139 <field name="showlines" type="boolean" display="Linie anzeigen" | |
2140 default="true" hints="hidden" /> | |
2141 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
2142 default="false" /> | |
2143 <field name="pointsize" type="int" display="Punktdicke" | |
2144 default="3" /> | |
2145 <field name="showlinelabel" type="boolean" | |
2146 display="Beschriftung anzeigen" default="false" /> | |
2147 <field name="showpointlabel" type="boolean" | |
2148 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2149 </fields>--> | |
2150 </theme> | |
2151 | |
2152 <theme name="HistoricalDischargeWQQ"> | |
2153 <inherits> | |
2154 <inherit from="HistoricalDischargeCurve" /> | |
2155 <inherit from="Label" /> | |
2156 </inherits> | |
2157 <fields> | |
2158 <field name="linecolor" type="Color" display="Linienfarbe" | |
2159 default="204, 204, 204" /> | |
2160 <field name="linesize" type="int" display="Liniendicke" | |
2161 default="1" /> | |
2162 <field name="linetype" type="Dash" display="Linienart" | |
2163 default="10" /> | |
2164 <field name="showlines" type="boolean" display="Linie anzeigen" | |
2165 default="true" hints="hidden" /> | |
2166 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
2167 default="false" /> | |
2168 <field name="pointsize" type="int" display="Punktdicke" | |
2169 default="3" /> | |
2170 <field name="showlinelabel" type="boolean" | |
2171 display="Beschriftung anzeigen" default="false" /> | |
2172 <field name="showpointlabel" type="boolean" | |
2173 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2174 </fields> | |
2175 </theme> | |
2176 | |
2177 | |
2178 | |
2179 <theme name="ReferenceCurve"> | |
2180 <inherits> | |
2181 <inherit from="Lines" /> | |
2182 <inherit from="Points" /> | |
2183 <inherit from="Label" /> | |
2184 <inherit from="MinMaxPoints" /> | |
2185 </inherits> | |
2186 <fields> | |
2187 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
2188 default="false" /> | |
2189 <field name="showpointlabel" type="boolean" | |
2190 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
2191 <field name="linecolor" type="Color" display="Linienfarbe" | |
2192 default="204, 204, 204" /> | |
2193 </fields> | |
2194 </theme> | |
2195 | |
2196 <theme name="ReferenceCurveNormalized"> | |
2197 <inherits> | |
2198 <inherit from="ReferenceCurve" /> | |
2199 </inherits> | |
2200 <fields> | |
2201 </fields> | |
2202 </theme> | |
2203 | |
2204 | |
2205 | |
2206 <theme name="SQMeasurements"> | |
2207 <inherits> | |
2208 <inherit from="Lines" /> | |
2209 <inherit from="Points" /> | |
2210 </inherits> | |
2211 <fields> | |
2212 <field name="pointcolor" type="Color" default="0, 153, 255" /> | |
2213 <field name="showlines" type="boolean" display="Linie anzeigen" | |
2214 default="false" hints="hidden" /> | |
2215 <field name="linesize" type="int" display="Liniendicke" | |
2216 default="1" hints="hidden" /> | |
2217 <field name="linetype" type="Dash" display="Linienart" | |
2218 default="10" hints="hidden" /> | |
2219 <field name="linecolor" type="Color" display="Linienfarbe" | |
2220 default="0, 0, 0" hints="hidden" /> | |
2221 <field name="showlinelabel" type="boolean" | |
2222 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2223 </fields> | |
2224 </theme> | |
2225 | |
2226 <theme name="SQOutliers"> | |
2227 <inherits> | |
2228 <inherit from="Lines" /> | |
2229 <inherit from="Points" /> | |
2230 </inherits> | |
2231 <fields> | |
2232 <field name="pointcolor" type="Color" default="204, 0, 0" /> | |
2233 <field name="showlines" type="boolean" display="Linie anzeigen" | |
2234 default="false" hints="hidden" /> | |
2235 <field name="linesize" type="int" display="Liniendicke" | |
2236 default="1" hints="hidden" /> | |
2237 <field name="linetype" type="Dash" display="Linienart" | |
2238 default="10" hints="hidden" /> | |
2239 <field name="linecolor" type="Color" display="Linienfarbe" | |
2240 default="0, 0, 0" hints="hidden" /> | |
2241 <field name="showlinelabel" type="boolean" | |
2242 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
2243 </fields> | |
2244 </theme> | |
2245 | |
2246 <theme name="SQCurve"> | |
2247 <inherits> | |
2248 <inherit from="Lines" /> | |
2249 <inherit from="Points" /> | |
2250 <inherit from="Label" /> | |
2251 </inherits> | |
2252 <fields> | |
2253 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
2254 default="false" /> | |
2255 <field name="showpointlabel" type="boolean" | |
2256 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
2257 <field name="linecolor" type="Color" default="0, 0, 0" /> | |
2258 </fields> | |
2259 </theme> | |
2260 | |
2261 <theme name="MySQCurve"> | |
2262 <inherits> | |
2263 <inherit from="SQCurve" /> | |
2264 </inherits> | |
2265 <fields> | |
2266 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
2267 </fields> | |
2268 </theme> | |
2269 </themegroup> |