Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default.xml @ 6103:4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
This is a bit of a pity because the small parts had a better understandable structure.
To generate the overview use:
$ xsltproc \
contrib/themes2html.xsl \
doc/conf/themes.xml \
> themes.xhtml
To make this work you have to create a symlink in conf to itself:
$ (cd doc/conf && ln -s . conf)
TODO: We have to introduce a EntityResolver in the server code to
make the inclusion independent of the current working dir of the server.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Sat, 25 May 2013 20:55:11 +0200 |
parents | |
children | 439809f4d2b7 |
comparison
equal
deleted
inserted
replaced
6102:29dc6b6e7199 | 6103:4bbf2ef9bdd8 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <themegroup name="default"> | |
3 <!-- top level classes defining additional attributes--> | |
4 <theme name="LongitudinalSection"> | |
5 <inherits> | |
6 <inherit from="Lines" /> | |
7 <inherit from="Points" /> | |
8 <inherit from="MinMaxPoints" /> | |
9 <inherit from="Label" /> | |
10 </inherits> | |
11 <fields> | |
12 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
13 default="false" /> | |
14 <field name="showpointlabel" type="boolean" | |
15 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
16 </fields> | |
17 </theme> | |
18 | |
19 <theme name="LongitudinalSectionW"> | |
20 <inherits> | |
21 <inherit from="LongitudinalSection" /> | |
22 </inherits> | |
23 <fields> | |
24 <field name="bandwidth" type="double" display="Bandbreite" | |
25 default="0"/> | |
26 <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe" | |
27 default="104, 104, 104"/> | |
28 <field name="transparency" type="int" default="20" display="Transparenz"/> | |
29 </fields> | |
30 </theme> | |
31 | |
32 <theme name="LongitudinalSectionPoints"> | |
33 <inherits> | |
34 <inherit from="Points" /> | |
35 </inherits> | |
36 <fields> | |
37 </fields> | |
38 </theme> | |
39 | |
40 <theme name="Differences"> | |
41 <inherits> | |
42 <inherit from="Lines" /> | |
43 <inherit from="Points" /> | |
44 <inherit from="MinMaxPoints" /> | |
45 </inherits> | |
46 <fields> | |
47 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
48 default="false" /> | |
49 <field name="showpointlabel" type="boolean" | |
50 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
51 <field name="linecolor" type="Color" display="Linienfarbe" | |
52 default="204, 204, 204" /> | |
53 </fields> | |
54 </theme> | |
55 | |
56 | |
57 <!-- Classes defining special values --> | |
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, 100, 255" /> | |
145 </fields> | |
146 </theme> | |
147 | |
148 <theme name="LongitudinalSectionW_HQ300"> | |
149 <inherits> | |
150 <inherit from="LongitudinalSectionW" /> | |
151 </inherits> | |
152 <fields> | |
153 <field name="linecolor" type="Color" display="Linienfarbe" | |
154 default="255, 0, 100" /> | |
155 </fields> | |
156 </theme> | |
157 | |
158 <theme name="LongitudinalSectionW_HQ500"> | |
159 <inherits> | |
160 <inherit from="LongitudinalSectionW" /> | |
161 </inherits> | |
162 <fields> | |
163 <field name="linecolor" type="Color" display="Linienfarbe" | |
164 default="102, 0, 102" /> | |
165 </fields> | |
166 </theme> | |
167 | |
168 <theme name="LongitudinalSectionW_HQ1000"> | |
169 <inherits> | |
170 <inherit from="LongitudinalSectionW" /> | |
171 </inherits> | |
172 <fields> | |
173 <field name="linecolor" type="Color" display="Linienfarbe" | |
174 default="0, 0, 0" /> | |
175 </fields> | |
176 </theme> | |
177 | |
178 <theme name="LongitudinalSectionW_HQRZ"> | |
179 <inherits> | |
180 <inherit from="LongitudinalSectionW" /> | |
181 </inherits> | |
182 <fields> | |
183 <field name="linecolor" type="Color" display="Linienfarbe" | |
184 default="102, 0, 102" /> | |
185 </fields> | |
186 </theme> | |
187 | |
188 <theme name="LongitudinalSectionW_HSQ"> | |
189 <inherits> | |
190 <inherit from="LongitudinalSectionW" /> | |
191 </inherits> | |
192 <fields> | |
193 <field name="linecolor" type="Color" display="Linienfarbe" | |
194 default="253, 153, 0" /> | |
195 </fields> | |
196 </theme> | |
197 | |
198 <theme name="LongitudinalSectionW_MHQ"> | |
199 <inherits> | |
200 <inherit from="LongitudinalSectionW" /> | |
201 </inherits> | |
202 <fields> | |
203 <field name="linecolor" type="Color" display="Linienfarbe" | |
204 default="102, 255, 102" /> | |
205 </fields> | |
206 </theme> | |
207 | |
208 <theme name="LongitudinalSectionW_MNQ"> | |
209 <inherits> | |
210 <inherit from="LongitudinalSectionW" /> | |
211 </inherits> | |
212 <fields> | |
213 <field name="linecolor" type="Color" display="Linienfarbe" | |
214 default="0, 255, 255" /> | |
215 </fields> | |
216 </theme> | |
217 | |
218 <theme name="LongitudinalSectionW_MQ"> | |
219 <inherits> | |
220 <inherit from="LongitudinalSectionW" /> | |
221 </inherits> | |
222 <fields> | |
223 <field name="linecolor" type="Color" display="Linienfarbe" | |
224 default="0, 51, 204" /> | |
225 </fields> | |
226 </theme> | |
227 | |
228 <theme name="LongitudinalSectionW_NQ"> | |
229 <inherits> | |
230 <inherit from="LongitudinalSectionW" /> | |
231 </inherits> | |
232 <fields> | |
233 <field name="linecolor" type="Color" display="Linienfarbe" | |
234 default="153, 204, 255" /> | |
235 </fields> | |
236 </theme> | |
237 | |
238 <theme name="LongitudinalSectionW_HQExtrem"> | |
239 <inherits> | |
240 <inherit from="LongitudinalSectionW" /> | |
241 </inherits> | |
242 <fields> | |
243 <field name="linecolor" type="Color" display="Linienfarbe" | |
244 default="0, 0, 0" /> | |
245 </fields> | |
246 </theme> | |
247 | |
248 <theme name="LongitudinalSectionW_HQ1_Points"> | |
249 <inherits> | |
250 <inherit from="LongitudinalSectionPoints" /> | |
251 </inherits> | |
252 <fields> | |
253 <field name="pointcolor" type="Color" display="Punktfarbe" | |
254 default="0, 0, 102" /> | |
255 </fields> | |
256 </theme> | |
257 | |
258 <theme name="LongitudinalSectionW_HQ2_Points"> | |
259 <inherits> | |
260 <inherit from="LongitudinalSectionPoints" /> | |
261 </inherits> | |
262 <fields> | |
263 <field name="pointcolor" type="Color" display="Punktfarbe" | |
264 default="0, 0, 102" /> | |
265 </fields> | |
266 </theme> | |
267 | |
268 <theme name="LongitudinalSectionW_HQ5_Points"> | |
269 <inherits> | |
270 <inherit from="LongitudinalSectionPoints" /> | |
271 </inherits> | |
272 <fields> | |
273 <field name="pointcolor" type="Color" display="Punktfarbe" | |
274 default="0, 153, 51" /> | |
275 </fields> | |
276 </theme> | |
277 | |
278 <theme name="LongitudinalSectionW_HQ10_Points"> | |
279 <inherits> | |
280 <inherit from="LongitudinalSectionPoints" /> | |
281 </inherits> | |
282 <fields> | |
283 <field name="pointcolor" type="Color" display="Punktfarbe" | |
284 default="0, 204, 204" /> | |
285 </fields> | |
286 </theme> | |
287 | |
288 <theme name="LongitudinalSectionW_HQ20_Points"> | |
289 <inherits> | |
290 <inherit from="LongitudinalSectionPoints" /> | |
291 </inherits> | |
292 <fields> | |
293 <field name="pointcolor" type="Color" display="Punktfarbe" | |
294 default="153, 153, 0" /> | |
295 </fields> | |
296 </theme> | |
297 | |
298 <theme name="LongitudinalSectionW_HQ25_Points"> | |
299 <inherits> | |
300 <inherit from="LongitudinalSectionPoints" /> | |
301 </inherits> | |
302 <fields> | |
303 <field name="pointcolor" type="Color" display="Punktfarbe" | |
304 default="102, 51, 0" /> | |
305 </fields> | |
306 </theme> | |
307 | |
308 <theme name="LongitudinalSectionW_HQ50_Points"> | |
309 <inherits> | |
310 <inherit from="LongitudinalSectionPoints" /> | |
311 </inherits> | |
312 <fields> | |
313 <field name="pointcolor" type="Color" display="Punktfarbe" | |
314 default="255, 153, 153" /> | |
315 </fields> | |
316 </theme> | |
317 | |
318 <theme name="LongitudinalSectionW_HQ100_Points"> | |
319 <inherits> | |
320 <inherit from="LongitudinalSectionPoints" /> | |
321 </inherits> | |
322 <fields> | |
323 <field name="pointcolor" type="Color" display="Punktfarbe" | |
324 default="255, 0, 51" /> | |
325 </fields> | |
326 </theme> | |
327 | |
328 <theme name="LongitudinalSectionW_HQ200_Points"> | |
329 <inherits> | |
330 <inherit from="LongitudinalSectionPoints" /> | |
331 </inherits> | |
332 <fields> | |
333 <field name="pointcolor" type="Color" display="Punktfarbe" | |
334 default="255, 0, 255" /> | |
335 </fields> | |
336 </theme> | |
337 | |
338 <theme name="LongitudinalSectionW_HQ300_Points"> | |
339 <inherits> | |
340 <inherit from="LongitudinalSectionPoints" /> | |
341 </inherits> | |
342 <fields> | |
343 <field name="pointcolor" type="Color" display="Punktfarbe" | |
344 default="255, 100, 255" /> | |
345 </fields> | |
346 </theme> | |
347 | |
348 <theme name="LongitudinalSectionW_HQ500_Points"> | |
349 <inherits> | |
350 <inherit from="LongitudinalSectionPoints" /> | |
351 </inherits> | |
352 <fields> | |
353 <field name="pointcolor" type="Color" display="Punktfarbe" | |
354 default="102, 0, 102" /> | |
355 </fields> | |
356 </theme> | |
357 | |
358 <theme name="LongitudinalSectionW_HQ1000_Points"> | |
359 <inherits> | |
360 <inherit from="LongitudinalSectionPoints" /> | |
361 </inherits> | |
362 <fields> | |
363 <field name="pointcolor" type="Color" display="Punktfarbe" | |
364 default="0, 0, 0" /> | |
365 </fields> | |
366 </theme> | |
367 | |
368 <theme name="LongitudinalSectionW_HQRZ_Points"> | |
369 <inherits> | |
370 <inherit from="LongitudinalSectionPoints" /> | |
371 </inherits> | |
372 <fields> | |
373 <field name="pointcolor" type="Color" display="Punktfarbe" | |
374 default="102, 0, 102" /> | |
375 </fields> | |
376 </theme> | |
377 | |
378 <theme name="LongitudinalSectionW_HSQ_Points"> | |
379 <inherits> | |
380 <inherit from="LongitudinalSectionPoints" /> | |
381 </inherits> | |
382 <fields> | |
383 <field name="pointcolor" type="Color" display="Punktfarbe" | |
384 default="253, 153, 0" /> | |
385 </fields> | |
386 </theme> | |
387 | |
388 <theme name="LongitudinalSectionW_MHQ_Points"> | |
389 <inherits> | |
390 <inherit from="LongitudinalSectionPoints" /> | |
391 </inherits> | |
392 <fields> | |
393 <field name="pointcolor" type="Color" display="Punktfarbe" | |
394 default="102, 255, 102" /> | |
395 </fields> | |
396 </theme> | |
397 | |
398 <theme name="LongitudinalSectionW_MNQ_Points"> | |
399 <inherits> | |
400 <inherit from="LongitudinalSectionPoints" /> | |
401 </inherits> | |
402 <fields> | |
403 <field name="pointcolor" type="Color" display="Punktfarbe" | |
404 default="0, 255, 255" /> | |
405 </fields> | |
406 </theme> | |
407 | |
408 <theme name="LongitudinalSectionW_MQ_Points"> | |
409 <inherits> | |
410 <inherit from="LongitudinalSectionPoints" /> | |
411 </inherits> | |
412 <fields> | |
413 <field name="pointcolor" type="Color" display="Punktfarbe" | |
414 default="0, 51, 204" /> | |
415 </fields> | |
416 </theme> | |
417 | |
418 <theme name="LongitudinalSectionW_NQ_Points"> | |
419 <inherits> | |
420 <inherit from="LongitudinalSectionPoints" /> | |
421 </inherits> | |
422 <fields> | |
423 <field name="pointcolor" type="Color" display="Punktfarbe" | |
424 default="153, 204, 255" /> | |
425 </fields> | |
426 </theme> | |
427 | |
428 <theme name="LongitudinalSectionW_HQExtrem_Points"> | |
429 <inherits> | |
430 <inherit from="LongitudinalSectionPoints" /> | |
431 </inherits> | |
432 <fields> | |
433 <field name="pointcolor" type="Color" display="Punktfarbe" | |
434 default="0, 0, 0" /> | |
435 </fields> | |
436 </theme> | |
437 | |
438 <theme name="LongitudinalSectionQ_HQ1"> | |
439 <inherits> | |
440 <inherit from="LongitudinalSection" /> | |
441 </inherits> | |
442 <fields> | |
443 <field name="linecolor" type="Color" display="Linienfarbe" | |
444 default="0, 0, 102" /> | |
445 </fields> | |
446 </theme> | |
447 | |
448 <theme name="LongitudinalSectionQ_HQ2"> | |
449 <inherits> | |
450 <inherit from="LongitudinalSection" /> | |
451 </inherits> | |
452 <fields> | |
453 <field name="linecolor" type="Color" display="Linienfarbe" | |
454 default="0, 0, 102" /> | |
455 </fields> | |
456 </theme> | |
457 | |
458 <theme name="LongitudinalSectionQ_HQ5"> | |
459 <inherits> | |
460 <inherit from="LongitudinalSection" /> | |
461 </inherits> | |
462 <fields> | |
463 <field name="linecolor" type="Color" display="Linienfarbe" | |
464 default="0, 153, 51" /> | |
465 </fields> | |
466 </theme> | |
467 | |
468 <theme name="LongitudinalSectionQ_HQ10"> | |
469 <inherits> | |
470 <inherit from="LongitudinalSection" /> | |
471 </inherits> | |
472 <fields> | |
473 <field name="linecolor" type="Color" display="Linienfarbe" | |
474 default="0, 204, 204" /> | |
475 </fields> | |
476 </theme> | |
477 | |
478 <theme name="LongitudinalSectionQ_HQ20"> | |
479 <inherits> | |
480 <inherit from="LongitudinalSection" /> | |
481 </inherits> | |
482 <fields> | |
483 <field name="linecolor" type="Color" display="Linienfarbe" | |
484 default="153, 153, 0" /> | |
485 </fields> | |
486 </theme> | |
487 | |
488 <theme name="LongitudinalSectionQ_HQ25"> | |
489 <inherits> | |
490 <inherit from="LongitudinalSection" /> | |
491 </inherits> | |
492 <fields> | |
493 <field name="linecolor" type="Color" display="Linienfarbe" | |
494 default="102, 51, 0" /> | |
495 </fields> | |
496 </theme> | |
497 | |
498 <theme name="LongitudinalSectionQ_HQ50"> | |
499 <inherits> | |
500 <inherit from="LongitudinalSection" /> | |
501 </inherits> | |
502 <fields> | |
503 <field name="linecolor" type="Color" display="Linienfarbe" | |
504 default="255, 153, 153" /> | |
505 </fields> | |
506 </theme> | |
507 | |
508 <theme name="LongitudinalSectionQ_HQ100"> | |
509 <inherits> | |
510 <inherit from="LongitudinalSection" /> | |
511 </inherits> | |
512 <fields> | |
513 <field name="linecolor" type="Color" display="Linienfarbe" | |
514 default="255, 0, 51" /> | |
515 </fields> | |
516 </theme> | |
517 | |
518 <theme name="LongitudinalSectionQ_HQ200"> | |
519 <inherits> | |
520 <inherit from="LongitudinalSection" /> | |
521 </inherits> | |
522 <fields> | |
523 <field name="linecolor" type="Color" display="Linienfarbe" | |
524 default="255, 0, 255" /> | |
525 </fields> | |
526 </theme> | |
527 | |
528 <theme name="LongitudinalSectionQ_HQ300"> | |
529 <inherits> | |
530 <inherit from="LongitudinalSection" /> | |
531 </inherits> | |
532 <fields> | |
533 <field name="linecolor" type="Color" display="Linienfarbe" | |
534 default="255, 100, 255" /> | |
535 </fields> | |
536 </theme> | |
537 | |
538 <theme name="LongitudinalSectionQ_HQ500"> | |
539 <inherits> | |
540 <inherit from="LongitudinalSection" /> | |
541 </inherits> | |
542 <fields> | |
543 <field name="linecolor" type="Color" display="Linienfarbe" | |
544 default="102, 0, 102" /> | |
545 </fields> | |
546 </theme> | |
547 | |
548 <theme name="LongitudinalSectionQ_HQ1000"> | |
549 <inherits> | |
550 <inherit from="LongitudinalSection" /> | |
551 </inherits> | |
552 <fields> | |
553 <field name="linecolor" type="Color" display="Linienfarbe" | |
554 default="0, 0, 0" /> | |
555 </fields> | |
556 </theme> | |
557 | |
558 <theme name="LongitudinalSectionQ_HQRZ"> | |
559 <inherits> | |
560 <inherit from="LongitudinalSection" /> | |
561 </inherits> | |
562 <fields> | |
563 <field name="linecolor" type="Color" display="Linienfarbe" | |
564 default="102, 0, 102" /> | |
565 </fields> | |
566 </theme> | |
567 | |
568 <theme name="LongitudinalSectionQ_HSQ"> | |
569 <inherits> | |
570 <inherit from="LongitudinalSection" /> | |
571 </inherits> | |
572 <fields> | |
573 <field name="linecolor" type="Color" display="Linienfarbe" | |
574 default="253, 153, 0" /> | |
575 </fields> | |
576 </theme> | |
577 | |
578 <theme name="LongitudinalSectionQ_MHQ"> | |
579 <inherits> | |
580 <inherit from="LongitudinalSection" /> | |
581 </inherits> | |
582 <fields> | |
583 <field name="linecolor" type="Color" display="Linienfarbe" | |
584 default="102, 255, 102" /> | |
585 </fields> | |
586 </theme> | |
587 | |
588 <theme name="LongitudinalSectionQ_MNQ"> | |
589 <inherits> | |
590 <inherit from="LongitudinalSection" /> | |
591 </inherits> | |
592 <fields> | |
593 <field name="linecolor" type="Color" display="Linienfarbe" | |
594 default="0, 255, 255" /> | |
595 </fields> | |
596 </theme> | |
597 | |
598 <theme name="LongitudinalSectionQ_MQ"> | |
599 <inherits> | |
600 <inherit from="LongitudinalSection" /> | |
601 </inherits> | |
602 <fields> | |
603 <field name="linecolor" type="Color" display="Linienfarbe" | |
604 default="0, 51, 204" /> | |
605 </fields> | |
606 </theme> | |
607 | |
608 <theme name="LongitudinalSectionQ_NQ"> | |
609 <inherits> | |
610 <inherit from="LongitudinalSection" /> | |
611 </inherits> | |
612 <fields> | |
613 <field name="linecolor" type="Color" display="Linienfarbe" | |
614 default="153, 204, 255" /> | |
615 </fields> | |
616 </theme> | |
617 | |
618 <theme name="LongitudinalSectionQ_HQExtrem"> | |
619 <inherits> | |
620 <inherit from="LongitudinalSection" /> | |
621 </inherits> | |
622 <fields> | |
623 <field name="linecolor" type="Color" display="Linienfarbe" | |
624 default="0, 0, 0" /> | |
625 </fields> | |
626 </theme> | |
627 | |
628 <theme name="DischargeLongitudinalSectionW"> | |
629 <inherits> | |
630 <inherit from="LongitudinalSection" /> | |
631 </inherits> | |
632 <fields> | |
633 <field name="linecolor" type="Color" display="Linienfarbe" | |
634 default="204, 204, 204" /> | |
635 </fields> | |
636 </theme> | |
637 | |
638 | |
639 <theme name="DischargeLongitudinalSectionC"> | |
640 <inherits> | |
641 <inherit from="LongitudinalSection" /> | |
642 </inherits> | |
643 <fields> | |
644 <field name="linecolor" type="Color" display="Linienfarbe" | |
645 default="255, 0 , 0" /> | |
646 </fields> | |
647 </theme> | |
648 | |
649 <theme name="DischargeLongitudinalSectionQ"> | |
650 <inherits> | |
651 <inherit from="LongitudinalSection" /> | |
652 </inherits> | |
653 <fields> | |
654 <field name="linecolor" type="Color" display="Linienfarbe" | |
655 default="204, 204, 204" /> | |
656 </fields> | |
657 </theme> | |
658 | |
659 <theme name="LongitudinalSectionQInfoldCut"> | |
660 <inherits> | |
661 <inherit from="LongitudinalSection" /> | |
662 </inherits> | |
663 <fields> | |
664 <field name="linecolor" type="Color" display="Linienfarbe" | |
665 default="102, 102, 102" /> | |
666 </fields> | |
667 </theme> | |
668 | |
669 <theme name="LongitudinalSectionQInfolding"> | |
670 <inherits> | |
671 <inherit from="LongitudinalSection" /> | |
672 </inherits> | |
673 <fields> | |
674 <field name="linecolor" type="Color" display="Linienfarbe" | |
675 default="51, 51, 51" /> | |
676 </fields> | |
677 </theme> | |
678 | |
679 <!-- MIDDLE BED HEIGHT --> | |
680 <theme name="MiddleBedHeightSingle"> | |
681 <inherits> | |
682 <inherit from="LongitudinalSection" /> | |
683 </inherits> | |
684 <fields> | |
685 <field name="linecolor" type="Color" display="Linienfarbe" | |
686 default="204, 204, 204" /> | |
687 </fields> | |
688 </theme> | |
689 | |
690 <theme name="MiddleBedHeightEpoch"> | |
691 <inherits> | |
692 <inherit from="LongitudinalSection" /> | |
693 </inherits> | |
694 <fields> | |
695 <field name="linecolor" type="Color" display="Linienfarbe" | |
696 default="0, 0, 102" /> | |
697 </fields> | |
698 </theme> | |
699 | |
700 <!-- Bed Quality --> | |
701 <theme name="PorosityTopLayer"> | |
702 <inherits> | |
703 <inherit from="LongitudinalSection" /> | |
704 </inherits> | |
705 <fields> | |
706 <field name="linecolor" type="Color" display="Linienfarbe" | |
707 default="0, 0, 0" /> | |
708 </fields> | |
709 </theme> | |
710 | |
711 <theme name="PorositySubLayer"> | |
712 <inherits> | |
713 <inherit from="LongitudinalSection" /> | |
714 </inherits> | |
715 <fields> | |
716 <field name="linecolor" type="Color" display="Linienfarbe" | |
717 default="0, 0, 0" /> | |
718 </fields> | |
719 </theme> | |
720 | |
721 <theme name="DensityTopLayer"> | |
722 <inherits> | |
723 <inherit from="LongitudinalSection" /> | |
724 </inherits> | |
725 <fields> | |
726 <field name="linecolor" type="Color" display="Linienfarbe" | |
727 default="153, 99, 102" /> | |
728 </fields> | |
729 </theme> | |
730 | |
731 <theme name="DensitySubLayer"> | |
732 <inherits> | |
733 <inherit from="LongitudinalSection" /> | |
734 </inherits> | |
735 <fields> | |
736 <field name="linecolor" type="Color" display="Linienfarbe" | |
737 default="153, 99, 102" /> | |
738 </fields> | |
739 </theme> | |
740 | |
741 <theme name="BedDiameterTopLayer"> | |
742 <inherits> | |
743 <inherit from="LongitudinalSection" /> | |
744 </inherits> | |
745 <fields> | |
746 <field name="linecolor" type="Color" display="Linienfarbe" | |
747 default="255, 0, 0" /> | |
748 </fields> | |
749 </theme> | |
750 | |
751 <theme name="BedDiameterSubLayer"> | |
752 <inherits> | |
753 <inherit from="LongitudinalSection" /> | |
754 </inherits> | |
755 <fields> | |
756 <field name="linecolor" type="Color" display="Linienfarbe" | |
757 default="255, 0, 0" /> | |
758 </fields> | |
759 </theme> | |
760 | |
761 <theme name="BedLoadDiameter"> | |
762 <inherits> | |
763 <inherit from="LongitudinalSection" /> | |
764 </inherits> | |
765 <fields> | |
766 <field name="linecolor" type="Color" display="Linienfarbe" | |
767 default="0, 255, 0" /> | |
768 </fields> | |
769 </theme> | |
770 | |
771 <!-- Bedheight differences --> | |
772 <theme name="BedheightDiffYear"> | |
773 <inherits> | |
774 <inherit from="LongitudinalSection" /> | |
775 </inherits> | |
776 <fields> | |
777 <field name="linecolor" type="Color" display="Linienfarbe" | |
778 default="0, 204, 204" /> | |
779 </fields> | |
780 </theme> | |
781 | |
782 <theme name="BedheightDiffMorphWidth"> | |
783 <inherits> | |
784 <inherit from="LongitudinalSection" /> | |
785 </inherits> | |
786 <fields> | |
787 <field name="linecolor" type="Color" display="Linienfarbe" | |
788 default="204, 204, 0" /> | |
789 </fields> | |
790 </theme> | |
791 | |
792 <theme name="BedheightDiffEpoch"> | |
793 <inherits> | |
794 <inherit from="LongitudinalSection" /> | |
795 </inherits> | |
796 <fields> | |
797 <field name="linecolor" type="Color" display="Linienfarbe" | |
798 default="204, 0, 204" /> | |
799 </fields> | |
800 </theme> | |
801 | |
802 <theme name="BedheightDiffAbsHeight1"> | |
803 <inherits> | |
804 <inherit from="LongitudinalSection" /> | |
805 </inherits> | |
806 <fields> | |
807 <field name="linecolor" type="Color" display="Linienfarbe" | |
808 default="204, 0, 204" /> | |
809 </fields> | |
810 </theme> | |
811 | |
812 <theme name="BedheightDiffAbsHeight2"> | |
813 <inherits> | |
814 <inherit from="LongitudinalSection" /> | |
815 </inherits> | |
816 <fields> | |
817 <field name="linecolor" type="Color" display="Linienfarbe" | |
818 default="255, 100, 100" /> | |
819 </fields> | |
820 </theme> | |
821 | |
822 <theme name="BedheightDiffHeightYear"> | |
823 <inherits> | |
824 <inherit from="LongitudinalSection" /> | |
825 </inherits> | |
826 <fields> | |
827 <field name="linecolor" type="Color" display="Linienfarbe" | |
828 default="204, 0, 0" /> | |
829 </fields> | |
830 </theme> | |
831 | |
832 <theme name="MorphologicWidth"> | |
833 <inherits> | |
834 <inherit from="LongitudinalSection" /> | |
835 </inherits> | |
836 <fields> | |
837 <field name="linecolor" type="Color" default="0, 100, 200" /> | |
838 <field name="showlinelabel" type="boolean" | |
839 display="Beschriftung anzeigen" default="false" hints="h" /> | |
840 </fields> | |
841 </theme> | |
842 <!-- Flow velocity --> | |
843 <theme name="FlowVelocityVMainChannel"> | |
844 <inherits> | |
845 <inherit from="LongitudinalSection" /> | |
846 </inherits> | |
847 <fields> | |
848 <field name="linecolor" type="Color" display="Linienfarbe" | |
849 default="204, 204, 204" /> | |
850 </fields> | |
851 </theme> | |
852 | |
853 <theme name="FlowVelocityVTotalChannel"> | |
854 <inherits> | |
855 <inherit from="LongitudinalSection" /> | |
856 </inherits> | |
857 <fields> | |
858 <field name="linecolor" type="Color" display="Linienfarbe" | |
859 default="0, 0, 102" /> | |
860 </fields> | |
861 </theme> | |
862 | |
863 <theme name="FlowVelocityTau"> | |
864 <inherits> | |
865 <inherit from="LongitudinalSection" /> | |
866 </inherits> | |
867 <fields> | |
868 <field name="linecolor" type="Color" display="Linienfarbe" | |
869 default="0, 204, 204" /> | |
870 </fields> | |
871 </theme> | |
872 | |
873 <theme name="FlowVelocityDischarge"> | |
874 <inherits> | |
875 <inherit from="LongitudinalSection" /> | |
876 </inherits> | |
877 <fields> | |
878 <field name="linecolor" type="Color" display="Linienfarbe" | |
879 default="0, 204, 0" /> | |
880 </fields> | |
881 </theme> | |
882 | |
883 <!-- Sediment load --> | |
884 <theme name="SedimentLoadCoarse"> | |
885 <inherits> | |
886 <inherit from="LongitudinalSection" /> | |
887 </inherits> | |
888 <fields> | |
889 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
890 </fields> | |
891 </theme> | |
892 | |
893 <theme name="SedimentLoadFineMid"> | |
894 <inherits> | |
895 <inherit from="LongitudinalSection" /> | |
896 </inherits> | |
897 <fields> | |
898 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
899 </fields> | |
900 </theme> | |
901 <theme name="SedimentLoadSand"> | |
902 <inherits> | |
903 <inherit from="LongitudinalSection" /> | |
904 </inherits> | |
905 <fields> | |
906 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
907 </fields> | |
908 </theme> | |
909 | |
910 <theme name="SedimentLoadSuspSand"> | |
911 <inherits> | |
912 <inherit from="LongitudinalSection" /> | |
913 </inherits> | |
914 <fields> | |
915 <field name="linecolor" type="Color" default="255, 255, 0" /> | |
916 </fields> | |
917 </theme> | |
918 | |
919 <theme name="SedimentLoadSediment"> | |
920 <inherits> | |
921 <inherit from="LongitudinalSection" /> | |
922 </inherits> | |
923 <fields> | |
924 <field name="linecolor" type="Color" default="0, 255, 255" /> | |
925 </fields> | |
926 </theme> | |
927 <theme name="SedimentLoadSuspSandBed"> | |
928 <inherits> | |
929 <inherit from="LongitudinalSection" /> | |
930 </inherits> | |
931 <fields> | |
932 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
933 <field name="showlinelabel" type="boolean" | |
934 display="Beschriftung anzeigen" default="false" hints="h" /> | |
935 </fields> | |
936 </theme> | |
937 <theme name="SedimentLoadFineTotalLoad"> | |
938 <inherits> | |
939 <inherit from="LongitudinalSection" /> | |
940 </inherits> | |
941 <fields> | |
942 <field name="linecolor" type="Color" default="255, 100, 100" /> | |
943 <field name="showlinelabel" type="boolean" | |
944 display="Beschriftung anzeigen" default="false" hints="h" /> | |
945 </fields> | |
946 </theme> | |
947 <theme name="SedimentLoadTotal"> | |
948 <inherits> | |
949 <inherit from="LongitudinalSection" /> | |
950 </inherits> | |
951 <fields> | |
952 <field name="linecolor" type="Color" default="0, 100, 200" /> | |
953 <field name="showlinelabel" type="boolean" | |
954 display="Beschriftung anzeigen" default="false" hints="h" /> | |
955 </fields> | |
956 </theme> | |
957 | |
958 <theme name="LongitudinalSectionArea"> | |
959 <inherits> | |
960 <inherit from="Areas" /> | |
961 </inherits> | |
962 <fields> | |
963 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
964 default="true" hints="hidden" /> | |
965 <field name="areashowborder" type="boolean" display="Begrenzung" | |
966 default="false" hints="hidden" /> | |
967 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
968 display="Begrenzungslinienfarbe" hints="hidden" /> | |
969 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
970 default="true" hints="hidden" /> | |
971 <field name="showarealabel" type="boolean" | |
972 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> | |
973 </fields> | |
974 </theme> | |
975 | |
976 | |
977 | |
978 <theme name="CrossSection"> | |
979 <inherits> | |
980 <inherit from="Lines" /> | |
981 <inherit from="Points" /> | |
982 <inherit from="Label" /> | |
983 <inherit from="MinMaxPoints" /> | |
984 </inherits> | |
985 <fields> | |
986 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
987 default="false" /> | |
988 <field name="showpointlabel" type="boolean" | |
989 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
990 </fields> | |
991 </theme> | |
992 | |
993 <theme name="CrossSectionWaterLine"> | |
994 <inherits> | |
995 <inherit from="Lines" /> | |
996 <inherit from="Points" /> | |
997 <inherit from="Label" /> | |
998 </inherits> | |
999 <fields> | |
1000 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
1001 default="false" /> | |
1002 <field name="showpointlabel" type="boolean" | |
1003 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1004 <field name="linecolor" type="Color" display="Linienfarbe" | |
1005 default="0,0,153" /> | |
1006 <field name="showwidth" type="boolean" display="Breite anzeigen" | |
1007 default="false" /> | |
1008 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" | |
1009 default="true" /> | |
1010 <field name="showlinelabel" type="boolean" default="true" | |
1011 display="Beschriftung anzeigen" /> | |
1012 <field name="showmiddleheight" type="boolean" | |
1013 display="Wasserstand anzeigen" default="false" /> | |
1014 </fields> | |
1015 </theme> | |
1016 | |
1017 <theme name="Hyk"> | |
1018 <inherits> | |
1019 <inherit from="Text" /> | |
1020 </inherits> | |
1021 <fields> | |
1022 <field name="textorientation" type="boolean" display="Textausrichtung" | |
1023 default="true" /> | |
1024 </fields> | |
1025 </theme> | |
1026 | |
1027 <theme name="CrossSectionArea"> | |
1028 <inherits> | |
1029 <inherit from="Areas" /> | |
1030 </inherits> | |
1031 <fields> | |
1032 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
1033 default="true" hints="hidden" /> | |
1034 <field name="areashowborder" type="boolean" display="Begrenzung" | |
1035 default="false" hints="hidden" /> | |
1036 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
1037 display="Begrenzungslinienfarbe" hints="hidden" /> | |
1038 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
1039 default="true" hints="hidden" /> | |
1040 <field name="showarealabel" type="boolean" | |
1041 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> | |
1042 </fields> | |
1043 </theme> | |
1044 | |
1045 | |
1046 | |
1047 <theme name="DischargeCurve"> | |
1048 <inherits> | |
1049 <inherit from="Lines" /> | |
1050 <inherit from="Points" /> | |
1051 <inherit from="Label" /> | |
1052 <inherit from="MinMaxPoints" /> | |
1053 </inherits> | |
1054 <fields> | |
1055 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1056 default="false" hints="hidden" /> | |
1057 <field name="showpointlabel" type="boolean" | |
1058 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1059 <field name="linecolor" type="Color" display="Linienfarbe" | |
1060 default="0, 0, 153" /> | |
1061 <field name="linesize" type="int" display="Liniendicke" | |
1062 default="2" /> | |
1063 </fields> | |
1064 </theme> | |
1065 | |
1066 <theme name="ComputedDischargeCurve"> | |
1067 <inherits> | |
1068 <inherit from="Lines" /> | |
1069 <inherit from="Points" /> | |
1070 <inherit from="Label" /> | |
1071 <inherit from="MinMaxPoints" /> | |
1072 </inherits> | |
1073 <fields> | |
1074 <field name="linecolor" type="Color" display="Linienfarbe" | |
1075 default="0, 0, 153" /> | |
1076 <field name="linesize" type="int" display="Liniendicke" | |
1077 default="2" /> | |
1078 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1079 default="false" /> | |
1080 <field name="showpointlabel" type="boolean" | |
1081 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1082 </fields> | |
1083 </theme> | |
1084 | |
1085 <theme name="ComputedDischargeCurveQ"> | |
1086 <inherits> | |
1087 <inherit from="ComputedDischargeCurve" /> | |
1088 <inherit from="Text" /> | |
1089 </inherits> | |
1090 <fields> | |
1091 <field name="linecolor" type="Color" display="Farbe" | |
1092 default="200, 0, 15" /> | |
1093 <field name="textcolor" type="Color" display="Farbe" | |
1094 default="200, 0, 15" /> | |
1095 </fields> | |
1096 </theme> | |
1097 | |
1098 <theme name="ComputedDischargeCurveW"> | |
1099 <inherits> | |
1100 <inherit from="ComputedDischargeCurve" /> | |
1101 <inherit from="Text" /> | |
1102 </inherits> | |
1103 <fields> | |
1104 <field name="linecolor" type="Color" display="Farbe" | |
1105 default="0, 215, 0" /> | |
1106 <field name="textcolor" type="Color" display="Farbe" | |
1107 default="0, 215, 0" /> | |
1108 <field name="textorientation" type="boolean" display="Textausrichtung" | |
1109 default="true" /> | |
1110 </fields> | |
1111 </theme> | |
1112 | |
1113 <theme name="GaugeDischargeCurve"> | |
1114 <inherits> | |
1115 <inherit from="DischargeCurve" /> | |
1116 </inherits> | |
1117 <fields> | |
1118 <field name="linecolor" type="Color" display="Linienfarbe" | |
1119 default="0, 0, 153" /> | |
1120 <field name="linesize" type="int" display="Liniendicke" | |
1121 default="2" /> | |
1122 </fields> | |
1123 </theme> | |
1124 | |
1125 <theme name="ExtremeWQCurve"> | |
1126 <inherits> | |
1127 <inherit from="Lines" /> | |
1128 <inherit from="MinMaxPoints" /> | |
1129 </inherits> | |
1130 <fields> | |
1131 <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde" | |
1132 default="true" /> | |
1133 <field name="linecolor" type="Color" display="Linienfarbe" | |
1134 default="0, 0, 153" /> | |
1135 <field name="linesize" type="int" display="Liniendicke" | |
1136 default="2" /> | |
1137 <field name="showlinelabel" type="boolean" | |
1138 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1139 </fields> | |
1140 </theme> | |
1141 | |
1142 <theme name="ExtremeWQBaseCurve"> | |
1143 <inherits> | |
1144 <inherit from="Lines" /> | |
1145 <inherit from="Points" /> | |
1146 </inherits> | |
1147 <fields> | |
1148 <field name="pointsize" type="int" display="Punktdicke" | |
1149 default="2" /> | |
1150 <field name="showpointlabel" type="boolean" | |
1151 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1152 <field name="showlinelabel" type="boolean" | |
1153 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1154 </fields> | |
1155 </theme> | |
1156 | |
1157 | |
1158 | |
1159 <theme name="DurationCurve"> | |
1160 <inherits> | |
1161 <inherit from="Lines" /> | |
1162 <inherit from="Points" /> | |
1163 <inherit from="Label" /> | |
1164 <inherit from="MinMaxPoints" /> | |
1165 </inherits> | |
1166 <fields> | |
1167 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
1168 default="false" /> | |
1169 <field name="linesize" type="int" display="Liniendicke" | |
1170 default="2" /> | |
1171 <field name="showpointlabel" type="boolean" | |
1172 display="Punktbeschriftung anzeigen" default="false" | |
1173 hints="hidden"/> | |
1174 </fields> | |
1175 </theme> | |
1176 | |
1177 <theme name="DurationCurveW"> | |
1178 <inherits> | |
1179 <inherit from="DurationCurve" /> | |
1180 </inherits> | |
1181 <fields> | |
1182 <field name="linecolor" type="Color" display="Linienfarbe" | |
1183 default="0,51,204" /> | |
1184 </fields> | |
1185 </theme> | |
1186 | |
1187 <theme name="DurationCurveQ"> | |
1188 <inherits> | |
1189 <inherit from="DurationCurve" /> | |
1190 </inherits> | |
1191 <fields> | |
1192 <field name="linecolor" type="Color" display="Linienfarbe" | |
1193 default="0,204,0" /> | |
1194 </fields> | |
1195 </theme> | |
1196 | |
1197 | |
1198 | |
1199 <theme name="FixPoints"> | |
1200 <inherits> | |
1201 <inherit from="Points" /> | |
1202 <inherit from="Label" /> | |
1203 </inherits> | |
1204 <fields> | |
1205 <field name="pointsize" type="int" display="Punktdicke" | |
1206 default="3" /> | |
1207 </fields> | |
1208 </theme> | |
1209 | |
1210 <theme name="FixLines"> | |
1211 <inherits> | |
1212 <inherit from="Lines" /> | |
1213 <inherit from="Points" /> | |
1214 <inherit from="Label" /> | |
1215 </inherits> | |
1216 <fields> | |
1217 <field name="showpointlabel" type="boolean" | |
1218 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1219 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1220 default="false" hints="hidden" /> | |
1221 <field name="pointsize" type="int" display="Punktdicke" | |
1222 default="3" /> | |
1223 </fields> | |
1224 </theme> | |
1225 | |
1226 <theme name="FixAreas"> | |
1227 <inherits> | |
1228 <inherit from="Areas" /> | |
1229 </inherits> | |
1230 <fields> | |
1231 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
1232 default="true" hints="hidden" /> | |
1233 <field name="areashowborder" type="boolean" display="Begrenzung" | |
1234 default="false" hints="hidden" /> | |
1235 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
1236 display="Begrenzungslinienfarbe" hints="hidden" /> | |
1237 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
1238 default="true" hints="hidden" /> | |
1239 <field name="showarealabel" type="boolean" | |
1240 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> | |
1241 </fields> | |
1242 </theme> | |
1243 | |
1244 <theme name="FixingWQCurve"> | |
1245 <inherits> | |
1246 <inherit from="FixLines" /> | |
1247 </inherits> | |
1248 <fields> | |
1249 <field name="linecolor" type="Color" default="227, 27, 162" /> | |
1250 </fields> | |
1251 </theme> | |
1252 | |
1253 <theme name="FixingDerivedCurve"> | |
1254 <inherits> | |
1255 <inherit from="FixLines" /> | |
1256 </inherits> | |
1257 <fields> | |
1258 <field name="linecolor" type="Color" default="227, 27, 162" /> | |
1259 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1260 default="false" hints="h" hidden="true" /> | |
1261 <field name="pointsize" type="int" display="Punktdicke" | |
1262 default="5" hints="hidden" /> | |
1263 </fields> | |
1264 </theme> | |
1265 | |
1266 <theme name="FixingSectorAverageWQ0"> | |
1267 <inherits> | |
1268 <inherit from="FixPoints" /> | |
1269 </inherits> | |
1270 <fields> | |
1271 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1272 default="0, 128, 0" /> | |
1273 <field name="showpointlabel" type="boolean" | |
1274 display="Punktbeschriftung anzeigen" default="true"/> | |
1275 </fields> | |
1276 </theme> | |
1277 | |
1278 <theme name="FixingSectorAverageWQ1"> | |
1279 <inherits> | |
1280 <inherit from="FixPoints" /> | |
1281 </inherits> | |
1282 <fields> | |
1283 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1284 default="0, 0, 255" /> | |
1285 <field name="showpointlabel" type="boolean" | |
1286 display="Punktbeschriftung anzeigen" default="true"/> | |
1287 </fields> | |
1288 </theme> | |
1289 | |
1290 <theme name="FixingSectorAverageWQ2"> | |
1291 <inherits> | |
1292 <inherit from="FixPoints" /> | |
1293 </inherits> | |
1294 <fields> | |
1295 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1296 default="255, 0, 255" /> | |
1297 <field name="showpointlabel" type="boolean" | |
1298 display="Punktbeschriftung anzeigen" default="true"/> | |
1299 </fields> | |
1300 </theme> | |
1301 | |
1302 <theme name="FixingSectorAverageWQ3"> | |
1303 <inherits> | |
1304 <inherit from="FixPoints" /> | |
1305 </inherits> | |
1306 <fields> | |
1307 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1308 default="255, 0, 0" /> | |
1309 <field name="showpointlabel" type="boolean" | |
1310 display="Punktbeschriftung anzeigen" default="true"/> | |
1311 </fields> | |
1312 </theme> | |
1313 | |
1314 <theme name="FixingAnalysisEventsWQ"> | |
1315 <inherits> | |
1316 <inherit from="FixPoints" /> | |
1317 </inherits> | |
1318 <fields> | |
1319 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1320 default="0, 255, 0" /> | |
1321 <field name="showpointlabel" type="boolean" | |
1322 display="Punktbeschriftung anzeigen" default="true"/> | |
1323 </fields> | |
1324 </theme> | |
1325 | |
1326 <theme name="FixingReferenceEvents"> | |
1327 <inherits> | |
1328 <inherit from="FixPoints" /> | |
1329 </inherits> | |
1330 <fields> | |
1331 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1332 default="0, 80, 160" /> | |
1333 <field name="showpointlabel" type="boolean" | |
1334 display="Punktbeschriftung anzeigen" default="true"/> | |
1335 </fields> | |
1336 </theme> | |
1337 | |
1338 <theme name="FixingOutliers"> | |
1339 <inherits> | |
1340 <inherit from="FixPoints" /> | |
1341 </inherits> | |
1342 <fields> | |
1343 </fields> | |
1344 </theme> | |
1345 | |
1346 <theme name="FixingDeltaWtAverage0"> | |
1347 <inherits> | |
1348 <inherit from="FixLines" /> | |
1349 </inherits> | |
1350 <fields> | |
1351 <field name="linecolor" type="Color" display="Linienfarbe" | |
1352 default="0, 128, 0" /> | |
1353 </fields> | |
1354 </theme> | |
1355 | |
1356 <theme name="FixingDeltaWtAverage1"> | |
1357 <inherits> | |
1358 <inherit from="FixLines" /> | |
1359 </inherits> | |
1360 <fields> | |
1361 <field name="linecolor" type="Color" display="Linienfarbe" | |
1362 default="0, 0, 255" /> | |
1363 </fields> | |
1364 </theme> | |
1365 | |
1366 <theme name="FixingDeltaWtAverage2"> | |
1367 <inherits> | |
1368 <inherit from="FixLines" /> | |
1369 </inherits> | |
1370 <fields> | |
1371 <field name="linecolor" type="Color" display="Linienfarbe" | |
1372 default="255, 0, 255" /> | |
1373 </fields> | |
1374 </theme> | |
1375 | |
1376 <theme name="FixingDeltaWtAverage3"> | |
1377 <inherits> | |
1378 <inherit from="FixLines" /> | |
1379 </inherits> | |
1380 <fields> | |
1381 <field name="linecolor" type="Color" display="Linienfarbe" | |
1382 default="255, 0, 0" /> | |
1383 </fields> | |
1384 </theme> | |
1385 | |
1386 <theme name="FixingDeltaWtAnalysis"> | |
1387 <inherits> | |
1388 <inherit from="FixPoints" /> | |
1389 </inherits> | |
1390 <fields> | |
1391 <field name="showpointlabel" type="boolean" | |
1392 display="Punktbeschriftung anzeigen" default="true"/> | |
1393 <field name="pointcolor" type="Color" display="Punktfarbe" | |
1394 default="0, 255, 0" /> | |
1395 </fields> | |
1396 </theme> | |
1397 | |
1398 <theme name="FixingLSAverage0"> | |
1399 <inherits> | |
1400 <inherit from="FixLines" /> | |
1401 </inherits> | |
1402 <fields> | |
1403 <field name="linecolor" type="Color" default="0, 128, 0" /> | |
1404 </fields> | |
1405 </theme> | |
1406 | |
1407 <theme name="FixingLSAverage1"> | |
1408 <inherits> | |
1409 <inherit from="FixLines" /> | |
1410 </inherits> | |
1411 <fields> | |
1412 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
1413 </fields> | |
1414 </theme> | |
1415 | |
1416 <theme name="FixingLSAverage2"> | |
1417 <inherits> | |
1418 <inherit from="FixLines" /> | |
1419 </inherits> | |
1420 <fields> | |
1421 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
1422 </fields> | |
1423 </theme> | |
1424 | |
1425 <theme name="FixingLSAverage3"> | |
1426 <inherits> | |
1427 <inherit from="FixLines" /> | |
1428 </inherits> | |
1429 <fields> | |
1430 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
1431 </fields> | |
1432 </theme> | |
1433 | |
1434 <theme name="FixingSectorDeviationLS0"> | |
1435 <inherits> | |
1436 <inherit from="FixAreas" /> | |
1437 </inherits> | |
1438 <fields> | |
1439 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1440 default="0, 128, 0" /> | |
1441 </fields> | |
1442 </theme> | |
1443 <theme name="FixingSectorDeviationLS1"> | |
1444 <inherits> | |
1445 <inherit from="FixAreas" /> | |
1446 </inherits> | |
1447 <fields> | |
1448 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1449 default="0, 0, 255" /> | |
1450 | |
1451 </fields> | |
1452 </theme> | |
1453 | |
1454 <theme name="FixingSectorDeviationLS2"> | |
1455 <inherits> | |
1456 <inherit from="FixAreas" /> | |
1457 </inherits> | |
1458 <fields> | |
1459 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1460 default="255, 0, 255" /> | |
1461 </fields> | |
1462 </theme> | |
1463 | |
1464 <theme name="FixingSectorDeviationLS3"> | |
1465 <inherits> | |
1466 <inherit from="FixAreas" /> | |
1467 </inherits> | |
1468 <fields> | |
1469 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1470 default="255, 0, 0" /> | |
1471 </fields> | |
1472 </theme> | |
1473 | |
1474 <theme name="FixLSDeviation"> | |
1475 <inherits> | |
1476 <inherit from="FixAreas" /> | |
1477 </inherits> | |
1478 <fields> | |
1479 <field name="areabgcolor" type="Color" display="Fuellfarbe" | |
1480 default="100, 100, 100" /> | |
1481 </fields> | |
1482 </theme> | |
1483 | |
1484 <theme name="FixLSAnalysis"> | |
1485 <inherits> | |
1486 <inherit from="FixLines" /> | |
1487 </inherits> | |
1488 <fields> | |
1489 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
1490 </fields> | |
1491 </theme> | |
1492 | |
1493 <theme name="FixLSReference"> | |
1494 <inherits> | |
1495 <inherit from="FixLines" /> | |
1496 </inherits> | |
1497 <fields> | |
1498 <field name="linecolor" type="Color" default="0, 80, 160" /> | |
1499 </fields> | |
1500 </theme> | |
1501 | |
1502 <theme name="FixDeltaWtDeviation"> | |
1503 <inherits> | |
1504 <inherit from="FixAreas"/> | |
1505 </inherits> | |
1506 <fields> | |
1507 <field name="areabgcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/> | |
1508 </fields> | |
1509 </theme> | |
1510 | |
1511 <theme name="FixingDeltaWtAnalysisPeriods"> | |
1512 <inherits> | |
1513 <inherit from="FixAreas"/> | |
1514 </inherits> | |
1515 <fields> | |
1516 <field name="areabgcolor" type="Color" default="255, 0, 0" display="Füllfarbe" /> | |
1517 </fields> | |
1518 </theme> | |
1519 | |
1520 <theme name="FixingReferencePeriod"> | |
1521 <inherits> | |
1522 <inherit from="FixAreas"/> | |
1523 </inherits> | |
1524 <fields> | |
1525 <field name="areabgcolor" type="Color" default="0, 0, 255" display="Füllfarbe" /> | |
1526 </fields> | |
1527 </theme> | |
1528 | |
1529 <theme name="QSectors"> | |
1530 <inherits> | |
1531 <inherit from="FixLines" /> | |
1532 </inherits> | |
1533 <fields> | |
1534 <field name="showlinelabel" type="boolean" | |
1535 display="Beschriftung anzeigen" default="true" hints="h" /> | |
1536 </fields> | |
1537 </theme> | |
1538 | |
1539 | |
1540 | |
1541 <theme name="MapLines"> | |
1542 <fields> | |
1543 <field name="linecolor" type="Color" display="Linienfarbe" | |
1544 default="0, 0, 205" /> | |
1545 <field name="linesize" type="int" display="Liniendicke" | |
1546 default="3" hints="h" /> | |
1547 </fields> | |
1548 </theme> | |
1549 | |
1550 <theme name="Floodmaps"> | |
1551 <inherits> | |
1552 <inherit from="Map" /> | |
1553 </inherits> | |
1554 </theme> | |
1555 | |
1556 <theme name="Floodplains"> | |
1557 <inherits> | |
1558 <inherit from="Map" /> | |
1559 </inherits> | |
1560 </theme> | |
1561 | |
1562 <theme name="WSPLGEN"> | |
1563 <inherits> | |
1564 <inherit from="Uesk" /> | |
1565 </inherits> | |
1566 <fields> | |
1567 <field name="startcolor" type="Color" | |
1568 display="Farbverlauf Startfarbe" default="178, 201, 215" /> | |
1569 <field name="endcolor" type="Color" | |
1570 display="Farbverlauf Endfarbe" default="2, 27, 42" /> | |
1571 <field name="numclasses" type="int" display="Anzahl Klassen" | |
1572 default="6" /> | |
1573 </fields> | |
1574 </theme> | |
1575 | |
1576 <theme name="RiverAxis"> | |
1577 <inherits> | |
1578 <inherit from="MapLines" /> | |
1579 </inherits> | |
1580 <fields> | |
1581 </fields> | |
1582 </theme> | |
1583 | |
1584 <theme name="Kms"> | |
1585 <inherits> | |
1586 <inherit from="MapLines" /> | |
1587 <inherit from="Label" /> | |
1588 <inherit from="Symbol" /> | |
1589 </inherits> | |
1590 </theme> | |
1591 | |
1592 | |
1593 <theme name="Fixpoints"> | |
1594 <inherits> | |
1595 <inherit from="MapLines" /> | |
1596 <inherit from="Symbol" /> | |
1597 </inherits> | |
1598 </theme> | |
1599 | |
1600 <theme name="Floodmarks"> | |
1601 <inherits> | |
1602 <inherit from="MapLines" /> | |
1603 <inherit from="Symbol" /> | |
1604 </inherits> | |
1605 </theme> | |
1606 | |
1607 <theme name="Qps"> | |
1608 <inherits> | |
1609 <inherit from="MapLines" /> | |
1610 </inherits> | |
1611 </theme> | |
1612 | |
1613 <theme name="Hws"> | |
1614 <inherits> | |
1615 <inherit from="MapLines" /> | |
1616 </inherits> | |
1617 </theme> | |
1618 | |
1619 <theme name="HwsPoints"> | |
1620 <inherits> | |
1621 <inherit from="MapLines"/> | |
1622 <inherit from="Label" /> | |
1623 <inherit from="Symbol" /> | |
1624 </inherits> | |
1625 </theme> | |
1626 | |
1627 <theme name="Catchment"> | |
1628 <inherits> | |
1629 <inherit from="Map" /> | |
1630 </inherits> | |
1631 </theme> | |
1632 | |
1633 <theme name="FloodmapLines"> | |
1634 <inherits> | |
1635 <inherit from="MapLines" /> | |
1636 </inherits> | |
1637 <fields> | |
1638 <field name="linecolor" type="Color" display="Linienfarbe" | |
1639 default="140, 200, 130" /> | |
1640 </fields> | |
1641 </theme> | |
1642 | |
1643 <theme name="Buildings"> | |
1644 <inherits> | |
1645 <inherit from="MapLines" /> | |
1646 </inherits> | |
1647 </theme> | |
1648 | |
1649 <theme name="HydrBoundariesLines"> | |
1650 <inherits> | |
1651 <inherit from="MapLines" /> | |
1652 </inherits> | |
1653 </theme> | |
1654 | |
1655 <theme name="HydrBoundariesPolys"> | |
1656 <inherits> | |
1657 <inherit from="Map" /> | |
1658 </inherits> | |
1659 </theme> | |
1660 | |
1661 <theme name="Jetties"> | |
1662 <inherits> | |
1663 <inherit from="MapLines"/> | |
1664 <inherit from="Label" /> | |
1665 <inherit from="Symbol" /> | |
1666 </inherits> | |
1667 </theme> | |
1668 | |
1669 | |
1670 | |
1671 <theme name="HistoricalDischargeCurve"> | |
1672 <inherits> | |
1673 <inherit from="Lines" /> | |
1674 <inherit from="Points" /> | |
1675 </inherits> | |
1676 <fields> | |
1677 <field name="linecolor" type="Color" display="Linienfarbe" | |
1678 default="0, 0, 153" /> | |
1679 <field name="linesize" type="int" display="Liniendicke" | |
1680 default="2" /> | |
1681 </fields> | |
1682 </theme> | |
1683 | |
1684 <theme name="HistoricalDischargeCurveQ"> | |
1685 <inherits> | |
1686 <inherit from="HistoricalDischargeCurve" /> | |
1687 <inherit from="MinMaxPoints" /> | |
1688 </inherits> | |
1689 <fields> | |
1690 <field name="showlinelabel" type="boolean" | |
1691 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1692 <field name="showpointlabel" type="boolean" | |
1693 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1694 </fields> | |
1695 </theme> | |
1696 | |
1697 <theme name="HistoricalDischargeCurveQDiff"> | |
1698 <inherits> | |
1699 <inherit from="HistoricalDischargeCurve" /> | |
1700 <inherit from="MinMaxPoints" /> | |
1701 </inherits> | |
1702 <fields> | |
1703 <field name="linecolor" type="Color" display="Linienfarbe" | |
1704 default="204, 204, 204" /> | |
1705 <field name="showlinelabel" type="boolean" | |
1706 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1707 <field name="showpointlabel" type="boolean" | |
1708 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1709 </fields> | |
1710 </theme> | |
1711 | |
1712 <theme name="HistoricalDischargeCurveW"> | |
1713 <inherits> | |
1714 <inherit from="HistoricalDischargeCurve" /> | |
1715 <inherit from="MinMaxPoints" /> | |
1716 </inherits> | |
1717 <fields> | |
1718 <field name="linecolor" type="Color" display="Linienfarbe" | |
1719 default="100, 100, 153" /> | |
1720 <field name="showlinelabel" type="boolean" | |
1721 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1722 <field name="showpointlabel" type="boolean" | |
1723 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1724 </fields> | |
1725 </theme> | |
1726 | |
1727 <theme name="HistoricalDischargeCurveWDiff"> | |
1728 <inherits> | |
1729 <inherit from="HistoricalDischargeCurve" /> | |
1730 <inherit from="MinMaxPoints" /> | |
1731 </inherits> | |
1732 <fields> | |
1733 <field name="linecolor" type="Color" display="Linienfarbe" | |
1734 default="250, 250, 204" /> | |
1735 <field name="showlinelabel" type="boolean" | |
1736 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1737 <field name="showpointlabel" type="boolean" | |
1738 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1739 </fields> | |
1740 </theme> | |
1741 | |
1742 <theme name="HistoricalDischargeWQCurve"> | |
1743 <inherits> | |
1744 <inherit from="HistoricalDischargeCurve" /> | |
1745 </inherits> | |
1746 <fields> | |
1747 <field name="linecolor" type="Color" display="Linienfarbe" | |
1748 default="0, 0, 204" /> | |
1749 <field name="showlinelabel" type="boolean" | |
1750 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1751 <field name="showpointlabel" type="boolean" | |
1752 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1753 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1754 default="false" /> | |
1755 </fields> | |
1756 </theme> | |
1757 | |
1758 <theme name="HistoricalDischargeWQW"> | |
1759 <!-- the facet has no styling... | |
1760 <inherits> | |
1761 <inherit from="HistoricalDischargeCurve" /> | |
1762 <inherit from="Label" /> | |
1763 </inherits> | |
1764 <fields> | |
1765 <field name="linecolor" type="Color" display="Linienfarbe" | |
1766 default="0, 0, 255" /> | |
1767 <field name="linesize" type="int" display="Liniendicke" | |
1768 default="1" /> | |
1769 <field name="linetype" type="Dash" display="Linienart" | |
1770 default="10" /> | |
1771 <field name="showlines" type="boolean" display="Linie anzeigen" | |
1772 default="true" hints="hidden" /> | |
1773 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1774 default="false" /> | |
1775 <field name="pointsize" type="int" display="Punktdicke" | |
1776 default="3" /> | |
1777 <field name="showlinelabel" type="boolean" | |
1778 display="Beschriftung anzeigen" default="false" /> | |
1779 <field name="showpointlabel" type="boolean" | |
1780 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1781 </fields>--> | |
1782 </theme> | |
1783 | |
1784 <theme name="HistoricalDischargeWQQ"> | |
1785 <inherits> | |
1786 <inherit from="HistoricalDischargeCurve" /> | |
1787 <inherit from="Label" /> | |
1788 </inherits> | |
1789 <fields> | |
1790 <field name="linecolor" type="Color" display="Linienfarbe" | |
1791 default="204, 204, 204" /> | |
1792 <field name="linesize" type="int" display="Liniendicke" | |
1793 default="1" /> | |
1794 <field name="linetype" type="Dash" display="Linienart" | |
1795 default="10" /> | |
1796 <field name="showlines" type="boolean" display="Linie anzeigen" | |
1797 default="true" hints="hidden" /> | |
1798 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" | |
1799 default="false" /> | |
1800 <field name="pointsize" type="int" display="Punktdicke" | |
1801 default="3" /> | |
1802 <field name="showlinelabel" type="boolean" | |
1803 display="Beschriftung anzeigen" default="false" /> | |
1804 <field name="showpointlabel" type="boolean" | |
1805 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1806 </fields> | |
1807 </theme> | |
1808 | |
1809 | |
1810 | |
1811 <theme name="ReferenceCurve"> | |
1812 <inherits> | |
1813 <inherit from="Lines" /> | |
1814 <inherit from="Points" /> | |
1815 <inherit from="Label" /> | |
1816 <inherit from="MinMaxPoints" /> | |
1817 </inherits> | |
1818 <fields> | |
1819 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
1820 default="false" /> | |
1821 <field name="showpointlabel" type="boolean" | |
1822 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1823 <field name="linecolor" type="Color" display="Linienfarbe" | |
1824 default="204, 204, 204" /> | |
1825 </fields> | |
1826 </theme> | |
1827 | |
1828 <theme name="ReferenceCurveNormalized"> | |
1829 <inherits> | |
1830 <inherit from="ReferenceCurve" /> | |
1831 </inherits> | |
1832 <fields> | |
1833 </fields> | |
1834 </theme> | |
1835 | |
1836 | |
1837 | |
1838 <theme name="SQMeasurements"> | |
1839 <inherits> | |
1840 <inherit from="Lines" /> | |
1841 <inherit from="Points" /> | |
1842 </inherits> | |
1843 <fields> | |
1844 <field name="pointcolor" type="Color" default="0, 153, 255" /> | |
1845 <field name="showlines" type="boolean" display="Linie anzeigen" | |
1846 default="false" hints="hidden" /> | |
1847 <field name="linesize" type="int" display="Liniendicke" | |
1848 default="1" hints="hidden" /> | |
1849 <field name="linetype" type="Dash" display="Linienart" | |
1850 default="10" hints="hidden" /> | |
1851 <field name="linecolor" type="Color" display="Linienfarbe" | |
1852 default="0, 0, 0" hints="hidden" /> | |
1853 <field name="showlinelabel" type="boolean" | |
1854 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1855 </fields> | |
1856 </theme> | |
1857 | |
1858 <theme name="SQOutliers"> | |
1859 <inherits> | |
1860 <inherit from="Lines" /> | |
1861 <inherit from="Points" /> | |
1862 </inherits> | |
1863 <fields> | |
1864 <field name="pointcolor" type="Color" default="204, 0, 0" /> | |
1865 <field name="showlines" type="boolean" display="Linie anzeigen" | |
1866 default="false" hints="hidden" /> | |
1867 <field name="linesize" type="int" display="Liniendicke" | |
1868 default="1" hints="hidden" /> | |
1869 <field name="linetype" type="Dash" display="Linienart" | |
1870 default="10" hints="hidden" /> | |
1871 <field name="linecolor" type="Color" display="Linienfarbe" | |
1872 default="0, 0, 0" hints="hidden" /> | |
1873 <field name="showlinelabel" type="boolean" | |
1874 display="Beschriftung anzeigen" default="false" hints="hidden" /> | |
1875 </fields> | |
1876 </theme> | |
1877 | |
1878 <theme name="SQCurve"> | |
1879 <inherits> | |
1880 <inherit from="Lines" /> | |
1881 <inherit from="Points" /> | |
1882 <inherit from="Label" /> | |
1883 </inherits> | |
1884 <fields> | |
1885 <field name="showpoints" type="boolean" display="Punkte anzeigen" | |
1886 default="false" /> | |
1887 <field name="showpointlabel" type="boolean" | |
1888 display="Punktbeschriftung anzeigen" default="false" hints="hidden" /> | |
1889 <field name="linecolor" type="Color" default="0, 0, 0" /> | |
1890 </fields> | |
1891 </theme> | |
1892 </themegroup> |