Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default/longitudinal-section.xml @ 5838:5aa05a7a34b7
Rename modules to more fitting names.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 25 Apr 2013 15:23:37 +0200 |
parents | flys-artifacts/doc/conf/themes/default/longitudinal-section.xml@fe2472e28a72 |
children |
comparison
equal
deleted
inserted
replaced
5837:d9901a08d0a6 | 5838:5aa05a7a34b7 |
---|---|
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 <!--/themegroup>--> |