Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/second/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/second/longitudinal-section.xml@a8d8ea1f2a5c |
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 <!-- MIDDLE BED HEIGHT --> | |
660 <theme name="MiddleBedHeightSingle"> | |
661 <inherits> | |
662 <inherit from="LongitudinalSection" /> | |
663 </inherits> | |
664 <fields> | |
665 <field name="linecolor" type="Color" display="Linienfarbe" | |
666 default="204, 204, 204" /> | |
667 </fields> | |
668 </theme> | |
669 | |
670 <theme name="MiddleBedHeightEpoch"> | |
671 <inherits> | |
672 <inherit from="LongitudinalSection" /> | |
673 </inherits> | |
674 <fields> | |
675 <field name="linecolor" type="Color" display="Linienfarbe" | |
676 default="0, 0, 102" /> | |
677 </fields> | |
678 </theme> | |
679 | |
680 <!-- Bed Quality --> | |
681 <theme name="PorosityTopLayer"> | |
682 <inherits> | |
683 <inherit from="LongitudinalSection" /> | |
684 </inherits> | |
685 <fields> | |
686 <field name="linecolor" type="Color" display="Linienfarbe" | |
687 default="0, 0, 0" /> | |
688 </fields> | |
689 </theme> | |
690 | |
691 <theme name="PorositySubLayer"> | |
692 <inherits> | |
693 <inherit from="LongitudinalSection" /> | |
694 </inherits> | |
695 <fields> | |
696 <field name="linecolor" type="Color" display="Linienfarbe" | |
697 default="0, 0, 0" /> | |
698 </fields> | |
699 </theme> | |
700 | |
701 <theme name="DensityTopLayer"> | |
702 <inherits> | |
703 <inherit from="LongitudinalSection" /> | |
704 </inherits> | |
705 <fields> | |
706 <field name="linecolor" type="Color" display="Linienfarbe" | |
707 default="153, 99, 102" /> | |
708 </fields> | |
709 </theme> | |
710 | |
711 <theme name="DensitySubLayer"> | |
712 <inherits> | |
713 <inherit from="LongitudinalSection" /> | |
714 </inherits> | |
715 <fields> | |
716 <field name="linecolor" type="Color" display="Linienfarbe" | |
717 default="153, 99, 102" /> | |
718 </fields> | |
719 </theme> | |
720 | |
721 <theme name="BedDiameterTopLayer"> | |
722 <inherits> | |
723 <inherit from="LongitudinalSection" /> | |
724 </inherits> | |
725 <fields> | |
726 <field name="linecolor" type="Color" display="Linienfarbe" | |
727 default="255, 0, 0" /> | |
728 </fields> | |
729 </theme> | |
730 | |
731 <theme name="BedDiameterSubLayer"> | |
732 <inherits> | |
733 <inherit from="LongitudinalSection" /> | |
734 </inherits> | |
735 <fields> | |
736 <field name="linecolor" type="Color" display="Linienfarbe" | |
737 default="255, 0, 0" /> | |
738 </fields> | |
739 </theme> | |
740 | |
741 <theme name="BedLoadDiameter"> | |
742 <inherits> | |
743 <inherit from="LongitudinalSection" /> | |
744 </inherits> | |
745 <fields> | |
746 <field name="linecolor" type="Color" display="Linienfarbe" | |
747 default="0, 255, 0" /> | |
748 </fields> | |
749 </theme> | |
750 | |
751 <!-- Bedheight differences --> | |
752 <theme name="BedheightDiffYear"> | |
753 <inherits> | |
754 <inherit from="LongitudinalSection" /> | |
755 </inherits> | |
756 <fields> | |
757 <field name="linecolor" type="Color" display="Linienfarbe" | |
758 default="0, 204, 204" /> | |
759 </fields> | |
760 </theme> | |
761 | |
762 <theme name="BedheightDiffMorphWidth"> | |
763 <inherits> | |
764 <inherit from="LongitudinalSection" /> | |
765 </inherits> | |
766 <fields> | |
767 <field name="linecolor" type="Color" display="Linienfarbe" | |
768 default="204, 204, 0" /> | |
769 </fields> | |
770 </theme> | |
771 | |
772 <theme name="BedheightDiffEpoch"> | |
773 <inherits> | |
774 <inherit from="LongitudinalSection" /> | |
775 </inherits> | |
776 <fields> | |
777 <field name="linecolor" type="Color" display="Linienfarbe" | |
778 default="204, 0, 204" /> | |
779 </fields> | |
780 </theme> | |
781 | |
782 <theme name="BedheightDiffAbsHeight1"> | |
783 <inherits> | |
784 <inherit from="LongitudinalSection" /> | |
785 </inherits> | |
786 <fields> | |
787 <field name="linecolor" type="Color" display="Linienfarbe" | |
788 default="204, 0, 204" /> | |
789 </fields> | |
790 </theme> | |
791 | |
792 <theme name="BedheightDiffAbsHeight2"> | |
793 <inherits> | |
794 <inherit from="LongitudinalSection" /> | |
795 </inherits> | |
796 <fields> | |
797 <field name="linecolor" type="Color" display="Linienfarbe" | |
798 default="255, 100, 100" /> | |
799 </fields> | |
800 </theme> | |
801 | |
802 <theme name="BedheightDiffHeightYear"> | |
803 <inherits> | |
804 <inherit from="LongitudinalSection" /> | |
805 </inherits> | |
806 <fields> | |
807 <field name="linecolor" type="Color" display="Linienfarbe" | |
808 default="204, 0, 0" /> | |
809 </fields> | |
810 </theme> | |
811 | |
812 <!-- Flow velocity --> | |
813 <theme name="FlowVelocityVMainChannel"> | |
814 <inherits> | |
815 <inherit from="LongitudinalSection" /> | |
816 </inherits> | |
817 <fields> | |
818 <field name="linecolor" type="Color" display="Linienfarbe" | |
819 default="204, 204, 204" /> | |
820 </fields> | |
821 </theme> | |
822 | |
823 <theme name="FlowVelocityVTotalChannel"> | |
824 <inherits> | |
825 <inherit from="LongitudinalSection" /> | |
826 </inherits> | |
827 <fields> | |
828 <field name="linecolor" type="Color" display="Linienfarbe" | |
829 default="0, 0, 102" /> | |
830 </fields> | |
831 </theme> | |
832 | |
833 <theme name="FlowVelocityTau"> | |
834 <inherits> | |
835 <inherit from="LongitudinalSection" /> | |
836 </inherits> | |
837 <fields> | |
838 <field name="linecolor" type="Color" display="Linienfarbe" | |
839 default="0, 204, 204" /> | |
840 </fields> | |
841 </theme> | |
842 | |
843 <theme name="FlowVelocityDischarge"> | |
844 <inherits> | |
845 <inherit from="LongitudinalSection" /> | |
846 </inherits> | |
847 <fields> | |
848 <field name="linecolor" type="Color" display="Linienfarbe" | |
849 default="0, 204, 0" /> | |
850 </fields> | |
851 </theme> | |
852 | |
853 <!-- Sediment load --> | |
854 <theme name="SedimentLoadCoarse"> | |
855 <inherits> | |
856 <inherit from="LongitudinalSection" /> | |
857 </inherits> | |
858 <fields> | |
859 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
860 </fields> | |
861 </theme> | |
862 | |
863 <theme name="SedimentLoadFineMid"> | |
864 <inherits> | |
865 <inherit from="LongitudinalSection" /> | |
866 </inherits> | |
867 <fields> | |
868 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
869 </fields> | |
870 </theme> | |
871 <theme name="SedimentLoadSand"> | |
872 <inherits> | |
873 <inherit from="LongitudinalSection" /> | |
874 </inherits> | |
875 <fields> | |
876 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
877 </fields> | |
878 </theme> | |
879 | |
880 <theme name="SedimentLoadSuspSand"> | |
881 <inherits> | |
882 <inherit from="LongitudinalSection" /> | |
883 </inherits> | |
884 <fields> | |
885 <field name="linecolor" type="Color" default="255, 255, 0" /> | |
886 </fields> | |
887 </theme> | |
888 | |
889 <theme name="SedimentLoadSediment"> | |
890 <inherits> | |
891 <inherit from="LongitudinalSection" /> | |
892 </inherits> | |
893 <fields> | |
894 <field name="linecolor" type="Color" default="0, 255, 255" /> | |
895 </fields> | |
896 </theme> | |
897 <theme name="SedimentLoadSuspSandBed"> | |
898 <inherits> | |
899 <inherit from="LongitudinalSection" /> | |
900 </inherits> | |
901 <fields> | |
902 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
903 <field name="showlinelabel" type="boolean" | |
904 display="Beschriftung anzeigen" default="false" hints="h" /> | |
905 </fields> | |
906 </theme> | |
907 <theme name="SedimentLoadFineTotalLoad"> | |
908 <inherits> | |
909 <inherit from="LongitudinalSection" /> | |
910 </inherits> | |
911 <fields> | |
912 <field name="linecolor" type="Color" default="255, 100, 100" /> | |
913 <field name="showlinelabel" type="boolean" | |
914 display="Beschriftung anzeigen" default="false" hints="h" /> | |
915 </fields> | |
916 </theme> | |
917 <theme name="SedimentLoadTotal"> | |
918 <inherits> | |
919 <inherit from="LongitudinalSection" /> | |
920 </inherits> | |
921 <fields> | |
922 <field name="linecolor" type="Color" default="0, 100, 200" /> | |
923 <field name="showlinelabel" type="boolean" | |
924 display="Beschriftung anzeigen" default="false" hints="h" /> | |
925 </fields> | |
926 </theme> | |
927 | |
928 <theme name="LongitudinalSectionArea"> | |
929 <inherits> | |
930 <inherit from="Areas" /> | |
931 </inherits> | |
932 <fields> | |
933 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" | |
934 default="true" hints="hidden" /> | |
935 <field name="areashowborder" type="boolean" display="Begrenzung" | |
936 default="false" hints="hidden" /> | |
937 <field name="areabordercolor" type="Color" default="0, 0, 0" | |
938 display="Begrenzungslinienfarbe" hints="hidden" /> | |
939 <field name="showarea" type="boolean" display="Flaeche anzeigen" | |
940 default="true" hints="hidden" /> | |
941 <field name="showarealabel" type="boolean" | |
942 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" /> | |
943 </fields> | |
944 </theme> | |
945 <!--/themegroup>--> |