Mercurial > dive4elements > river
annotate artifacts/doc/conf/themes.xml @ 9650:a2a42a6bac6b
Importer (s/u-info) extensions:
outer try/catch for parse and log of line no,
catching parsing exception if not enough value fields,
parsing error and warning log messages with line number,
detecting and rejecting duplicate data series,
better differentiation between error and warning log messages
author | mschaefer |
---|---|
date | Mon, 23 Mar 2020 14:57:03 +0100 |
parents | 6ecd1a28017f |
children |
rev | line source |
---|---|
3260
fe3221cf47c4
Themes: Added xml processing instructions.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
3253
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
3239
fb11bd37ddb8
Improved the structure of themes.xml; moved theme groups to own XML files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3232
diff
changeset
|
2 <!DOCTYPE themes [ |
9557
145895212b3c
Konfiguration for legend aggregation of events themes in fixa.
gernotbelger
parents:
9514
diff
changeset
|
3 <!ENTITY legend SYSTEM "${artifacts.config.dir}/themes/legend.xml"> |
8803
080ee1c73bab
Entities will be resolved correctly if placeholder is given.
Tom Gottfried <tom@intevation.de>
parents:
8661
diff
changeset
|
4 <!ENTITY virtual SYSTEM "${artifacts.config.dir}/themes/virtual.xml"> |
080ee1c73bab
Entities will be resolved correctly if placeholder is given.
Tom Gottfried <tom@intevation.de>
parents:
8661
diff
changeset
|
5 <!ENTITY default SYSTEM "${artifacts.config.dir}/themes/default.xml"> |
080ee1c73bab
Entities will be resolved correctly if placeholder is given.
Tom Gottfried <tom@intevation.de>
parents:
8661
diff
changeset
|
6 <!ENTITY second SYSTEM "${artifacts.config.dir}/themes/second.xml"> |
3239
fb11bd37ddb8
Improved the structure of themes.xml; moved theme groups to own XML files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3232
diff
changeset
|
7 ]> |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
8 <themes> |
9557
145895212b3c
Konfiguration for legend aggregation of events themes in fixa.
gernotbelger
parents:
9514
diff
changeset
|
9 &legend; |
8803
080ee1c73bab
Entities will be resolved correctly if placeholder is given.
Tom Gottfried <tom@intevation.de>
parents:
8661
diff
changeset
|
10 &virtual; |
080ee1c73bab
Entities will be resolved correctly if placeholder is given.
Tom Gottfried <tom@intevation.de>
parents:
8661
diff
changeset
|
11 &default; |
080ee1c73bab
Entities will be resolved correctly if placeholder is given.
Tom Gottfried <tom@intevation.de>
parents:
8661
diff
changeset
|
12 &second; |
4682
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
13 |
8502
7f63ad20d4f0
Whitespace-cleanup in XML-files.
"Tom Gottfried <tom@intevation.de>"
parents:
8405
diff
changeset
|
14 <!-- Mappings are following now. A mapping maps between a name of a facet |
7f63ad20d4f0
Whitespace-cleanup in XML-files.
"Tom Gottfried <tom@intevation.de>"
parents:
8405
diff
changeset
|
15 and a theme. Always the first matching mapping is taken, so consider putting |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
16 most specific mappings on top of the list. --> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
17 <mappings> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
18 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
19 pattern=".*(HQ1)(\D.*)*" to="LongitudinalSectionW_HQ1_Points"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
20 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
21 pattern=".*(HQ2)(\D.*)*" to="LongitudinalSectionW_HQ2_Points"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
22 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
23 pattern=".*(HQ5)(\D.*)*" to="LongitudinalSectionW_HQ5_Points"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
24 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
25 pattern=".*(HQ10)(\D.*)*" to="LongitudinalSectionW_HQ10_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
26 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
27 pattern=".*(HQ20)(\D.*)*" to="LongitudinalSectionW_HQ20_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
28 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
29 pattern=".*(HQ25)(\D.*)*" to="LongitudinalSectionW_HQ25_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
30 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
31 pattern=".*(HQ50)(\D.*)*" to="LongitudinalSectionW_HQ50_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
32 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
33 pattern=".*(HQ100)(\D.*)*" to="LongitudinalSectionW_HQ100_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
34 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
35 pattern=".*(HQ200)(\D.*)*" to="LongitudinalSectionW_HQ200_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
36 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
37 pattern=".*(HQ300)(\D.*)*" to="LongitudinalSectionW_HQ300_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
38 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
39 pattern=".*(HQ500)(\D.*)*" to="LongitudinalSectionW_HQ500_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
40 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
41 pattern=".*(HQ1000)(\D.*)*" to="LongitudinalSectionW_HQ1000_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
42 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
43 pattern=".*(HQExtrem)(\D.*)*" to="LongitudinalSectionW_HQExtrem_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
44 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
45 pattern=".*(HQRZ)(\D.*)*" to="LongitudinalSectionW_HQRZ_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
46 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
47 pattern=".*(HSQ)(\D.*)*" to="LongitudinalSectionW_HSQ_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
48 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
49 pattern=".*(MHQ)(\D.*)*" to="LongitudinalSectionW_MHQ_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
50 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
51 pattern=".*(MNQ)(\D.*)*" to="LongitudinalSectionW_MNQ_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
52 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
53 pattern=".*(MQ)(\D.*)*" to="LongitudinalSectionW_MQ_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
54 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
55 pattern=".*(NQ)(\D.*)*" to="LongitudinalSectionW_NQ_Points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
56 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
57 to="LongitudinalSectionPoints"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
58 <mapping from="longitudinal_section.w" pattern=".*(HQ1)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
59 to="LongitudinalSectionW_HQ1"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
60 <mapping from="longitudinal_section.w" pattern=".*(HQ2)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
61 to="LongitudinalSectionW_HQ2"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
62 <mapping from="longitudinal_section.w" pattern=".*(HQ5)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
63 to="LongitudinalSectionW_HQ5"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
64 <mapping from="longitudinal_section.w" pattern=".*(HQ10)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
65 to="LongitudinalSectionW_HQ10"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
66 <mapping from="longitudinal_section.w" pattern=".*(HQ20)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
67 to="LongitudinalSectionW_HQ20"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
68 <mapping from="longitudinal_section.w" pattern=".*(HQ25)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
69 to="LongitudinalSectionW_HQ25"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
70 <mapping from="longitudinal_section.w" pattern=".*(HQ50)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
71 to="LongitudinalSectionW_HQ50"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
72 <mapping from="longitudinal_section.w" pattern=".*(HQ100)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
73 to="LongitudinalSectionW_HQ100"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
74 <mapping from="longitudinal_section.w" pattern=".*(HQ200)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
75 to="LongitudinalSectionW_HQ200"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
76 <mapping from="longitudinal_section.w" pattern=".*(HQ300)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
77 to="LongitudinalSectionW_HQ300"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
78 <mapping from="longitudinal_section.w" pattern=".*(HQ500)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
79 to="LongitudinalSectionW_HQ500"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
80 <mapping from="longitudinal_section.w" pattern=".*(HQ1000)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
81 to="LongitudinalSectionW_HQ1000"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
82 <mapping from="longitudinal_section.w" pattern=".*(HQExtrem)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
83 to="LongitudinalSectionW_HQExtrem"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
84 <mapping from="longitudinal_section.w" pattern=".*(HQRZ)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
85 to="LongitudinalSectionW_HQRZ"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
86 <mapping from="longitudinal_section.w" pattern=".*(HSQ)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
87 to="LongitudinalSectionW_HSQ"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
88 <mapping from="longitudinal_section.w" pattern=".*(MHQ)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
89 to="LongitudinalSectionW_MHQ"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
90 <mapping from="longitudinal_section.w" pattern=".*(MNQ)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
91 to="LongitudinalSectionW_MNQ"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
92 <mapping from="longitudinal_section.w" pattern=".*(MQ)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
93 to="LongitudinalSectionW_MQ"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
94 <mapping from="longitudinal_section.w" pattern=".*(NQ)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
95 to="LongitudinalSectionW_NQ"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
96 <mapping from="longitudinal_section.w" to="LongitudinalSectionW"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
97 <mapping from="longitudinal_section.q" pattern="(HQ1)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
98 to="LongitudinalSectionQ_HQ1"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
99 <mapping from="longitudinal_section.q" pattern="(HQ2)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
100 to="LongitudinalSectionQ_HQ2"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
101 <mapping from="longitudinal_section.q" pattern="(HQ5)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
102 to="LongitudinalSectionQ_HQ5"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
103 <mapping from="longitudinal_section.q" pattern="(HQ10)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
104 to="LongitudinalSectionQ_HQ10"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
105 <mapping from="longitudinal_section.q" pattern="(HQ20)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
106 to="LongitudinalSectionQ_HQ20"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
107 <mapping from="longitudinal_section.q" pattern="(HQ25)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
108 to="LongitudinalSectionQ_HQ25"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
109 <mapping from="longitudinal_section.q" pattern="(HQ50)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
110 to="LongitudinalSectionQ_HQ50"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
111 <mapping from="longitudinal_section.q" pattern="(HQ100)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
112 to="LongitudinalSectionQ_HQ100"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
113 <mapping from="longitudinal_section.q" pattern="(HQ200)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
114 to="LongitudinalSectionQ_HQ200"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
115 <mapping from="longitudinal_section.q" pattern="(HQ300)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
116 to="LongitudinalSectionQ_HQ300"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
117 <mapping from="longitudinal_section.q" pattern="(HQ500)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
118 to="LongitudinalSectionQ_HQ500"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
119 <mapping from="longitudinal_section.q" pattern="(HQ1000)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
120 to="LongitudinalSectionQ_HQ1000"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
121 <mapping from="longitudinal_section.q" pattern="(HQExtrem)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
122 to="LongitudinalSectionQ_HQExtrem"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
123 <mapping from="longitudinal_section.q" pattern="(HQRZ)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
124 to="LongitudinalSectionQ_HQRZ"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
125 <mapping from="longitudinal_section.q" pattern="(HSQ)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
126 to="LongitudinalSectionQ_HSQ"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
127 <mapping from="longitudinal_section.q" pattern="(MHQ)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
128 to="LongitudinalSectionQ_MHQ"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
129 <mapping from="longitudinal_section.q" pattern="(MNQ)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
130 to="LongitudinalSectionQ_MNQ"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
131 <mapping from="longitudinal_section.q" pattern="(MQ)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
132 to="LongitudinalSectionQ_MQ"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
133 <mapping from="longitudinal_section.q" pattern="(NQ)(\D.*)*" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
134 to="LongitudinalSectionQ_NQ"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
135 <mapping from="longitudinal_section.q" to="LongitudinalSection"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
136 <mapping from="discharge_longitudinal_section.q.infolding" to="LongitudinalSectionQInfolding"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
137 <mapping from="discharge_longitudinal_section.q.cutting" to="LongitudinalSectionQInfoldCut"/> |
1746
94faf08d143c
Added new theme attributes.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1742
diff
changeset
|
138 |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
139 <mapping from="discharge_curve.curve" to="DischargeCurve"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
140 <mapping from="historical_discharge.historicalq" to="HistoricalDischargeCurveQ"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
141 <mapping from="historical_discharge.historicalq.diff" to="HistoricalDischargeCurveQDiff"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
142 <mapping from="historical_discharge.historicalw" to="HistoricalDischargeCurveW"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
143 <mapping from="historical_discharge.historicalw.diff" to="HistoricalDischargeCurveWDiff"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
144 <mapping from="historical_discharge.wq.curve" to="DischargeCurve"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
145 <mapping from="historical_discharge.wq.w" to="HistoricalDischargeWQW"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
146 <mapping from="historical_discharge.wq.q" to="HistoricalDischargeWQQ"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
147 <mapping from="cross_section" to="CrossSection"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
148 <mapping from="cross_section_water_line" to="CrossSectionWaterLine"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
149 <mapping from="computed_discharge_curve.q" to="DischargeCurve"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
150 <mapping from="duration_curve.w" to="DurationCurveW"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
151 <mapping from="duration_curve.q" to="DurationCurveQ"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
152 <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
153 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
154 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
155 <mapping from="mainvalues.q" to="MainValuesQ"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
156 <mapping from="mainvalues.w" to="MainValuesW"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
157 <mapping from="longitudinal_section.annotations" to="Annotations"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
158 <mapping from="w_differences" to="Differences"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
159 <mapping from="w_differences.filtered" to="Differences"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
160 <mapping from="floodmap.wsplgen" to="WSPLGEN"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
161 <mapping from="floodmap.riveraxis" to="RiverAxis"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
162 <mapping from="floodmap.kms" to="Kms"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
163 <mapping from="floodmap.qps" to="Qps"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
164 <mapping from="floodmap.hws_lines" to="Hws"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
165 <mapping from="floodmap.hws_points" to="HwsPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
166 <mapping from="floodmap.hydr_boundaries" to="HydrBoundariesLines"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
167 <mapping from="floodmap.hydr_boundaries_poly" to="HydrBoundariesPolys"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
168 <mapping from="floodmap.catchment" to="Catchment"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
169 <mapping from="floodmap.floodplain" to="Floodplains"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
170 <mapping from="floodmap.lines" to="FloodmapLines"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
171 <mapping from="floodmap.buildings" to="Buildings"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
172 <mapping from="floodmap.fixpoints" to="Fixpoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
173 <mapping from="floodmap.floodmarks" to="Floodmarks"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
174 <mapping from="floodmap.floodmaps" to="Floodmaps"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
175 <mapping from="floodmap.gauge_location" to="GaugeLocation"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
176 <mapping from="floodmap.jetties" to="Jetties"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
177 <mapping from="other.wq" to="WQPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
178 <mapping from="other.wkms" to="WKms"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
179 <mapping from="other.delta_w" to="WKms"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
180 <mapping from="other.delta_w_cma" to="WKms"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
181 <mapping from="other.wkms.marks" to="WKmsAnnotation"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
182 <mapping from="other.wqkms" to="WQKmsHorizontal" masterAttr="calculation_mode==calc.discharge.curve"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
183 <mapping from="other.wqkms" to="WQKms"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
184 <mapping from="other.wqkms.w" to="WQKmsHorizontal" masterAttr="calculation_mode==calc.discharge.curve"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
185 <mapping from="other.wqkms.w" to="WQKms"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
186 <mapping from="other.wqkms.q" to="WQKms"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
187 <mapping from="other.w.interpol" to="MainValuesW"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
188 <mapping from="heightmarks_points" to="heightmarks_points"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
189 <mapping from="area" to="Area"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
190 <mapping from="cross_section.area" to="CrossSectionArea"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
191 <mapping from="hyk" to="Hyk"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
192 <mapping from="longitudinal_section.area" to="LongitudinalSectionArea"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
193 <mapping from="longitudinal_section.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
194 <mapping from="cross_section.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
195 <mapping from="cross_section.manualline" to="CrossSectionWaterLine"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
196 <mapping from="computed_discharge_curve.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
197 <mapping from="duration_curve.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
198 <mapping from="wdifferences.manualpoints" to="ManualPoints"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
199 <mapping from="discharge_longitudinal_section.manualpoints" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
200 to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
201 <mapping from="discharge_curve.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
202 <mapping from="reference_curve.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
203 <mapping from="reference_curve_normalized.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
204 <mapping from="historical_discharge.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
205 <mapping from="manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
206 <mapping from="reference_curve" to="ReferenceCurve"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
207 <mapping from="reference_curve_normalized" to="ReferenceCurveNormalized"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
208 <mapping from="flow_velocity.totalchannel" to="FlowVelocityVTotalChannel"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
209 <mapping from="flow_velocity.mainchannel" to="FlowVelocityVMainChannel"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
210 <mapping from="flow_velocity.tau" to="FlowVelocityTau"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
211 <mapping from="flow_velocity.totalchannel.filtered" to="FlowVelocityVTotalChannel"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
212 <mapping from="flow_velocity.mainchannel.filtered" to="FlowVelocityVMainChannel"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
213 <mapping from="flow_velocity.tau.filtered" to="FlowVelocityTau"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
214 <mapping from="flow_velocity.discharge" to="FlowVelocityDischarge"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
215 <mapping from="flow_velocity.measurement" to="FlowVelocityDischarge"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
216 <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
217 <mapping from="bedheight_middle.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
218 <mapping from="bed_longitudinal_section.porosity.toplayer.interpol" to="PorosityTopLines"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
219 <mapping from="bed_longitudinal_section.porosity.sublayer.interpol" to="PorositySubLines"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
220 <mapping from="bed_longitudinal_section.density.toplayer.interpol" to="DensityTopLines"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
221 <mapping from="bed_longitudinal_section.density.sublayer.interpol" to="DensitySubLines"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
222 <mapping from="bed_longitudinal_section.diameter.toplayer.interpol" to="BedDiameterTopLines"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
223 <mapping from="bed_longitudinal_section.diameter.sublayer.interpol" to="BedDiameterSubLines"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
224 <mapping from="bed_longitudinal_section.diameter.bedload.interpol" to="BedLoadDiameterLines"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
225 <mapping from="bed_longitudinal_section.porosity.toplayer" to="PorosityTopPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
226 <mapping from="bed_longitudinal_section.porosity.sublayer" to="PorositySubPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
227 <mapping from="bed_longitudinal_section.density.toplayer" to="DensityTopPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
228 <mapping from="bed_longitudinal_section.density.sublayer" to="DensitySubPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
229 <mapping from="bed_longitudinal_section.diameter.toplayer" to="BedDiameterTopPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
230 <mapping from="bed_longitudinal_section.diameter.sublayer" to="BedDiameterSubPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
231 <mapping from="bed_longitudinal_section.diameter.bedload" to="BedLoadDiameterPoints"/> |
8587
07c9ac22f611
(issue1755) Generalise BedQuality result handling
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8577
diff
changeset
|
232 <mapping from="bed_longitudinal_section.diameter.toplayer.data" to="BedDiameterDataTop"/> |
07c9ac22f611
(issue1755) Generalise BedQuality result handling
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8577
diff
changeset
|
233 <mapping from="bed_longitudinal_section.diameter.sublayer.data" to="BedDiameterDataSub"/> |
07c9ac22f611
(issue1755) Generalise BedQuality result handling
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8577
diff
changeset
|
234 <mapping from="bed_longitudinal_section.diameter.bedload.data" to="BedloadDiameterData"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
235 <mapping from="bedheight_difference.year" to="BedheightDiffYear"/> |
4674
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
236 <mapping from="bedheight_difference.year.filtered" to="BedheightDiffYear"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
237 <mapping from="bedheight_difference.morph_width" to="BedheightDiffMorphWidth"/> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
238 <mapping from="bedheight_difference.epoch" to="BedheightDiffEpoch"/> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
239 <mapping from="bedheight_difference.year.height1" to="BedheightDiffAbsHeight1"/> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
240 <mapping from="bedheight_difference.year.height2" to="BedheightDiffAbsHeight2"/> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
241 <mapping from="bedheight_difference.epoch.height1" to="BedheightDiffAbsHeight1"/> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
242 <mapping from="bedheight_difference.epoch.height2" to="BedheightDiffAbsHeight2"/> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
243 <mapping from="bedheight_difference.height_year" to="BedheightDiffHeightYear"/> |
4674
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
244 <mapping from="bedheight_difference.epoch.filtered" to="BedheightDiffEpoch"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
245 <mapping from="bedheight_difference.year.height1.filtered" to="BedheightDiffAbsHeight1"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
246 <mapping from="bedheight_difference.year.height2.filtered" to="BedheightDiffAbsHeight2"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
247 <mapping from="bedheight_difference.epoch.height1.filtered" to="BedheightDiffAbsHeight1"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
248 <mapping from="bedheight_difference.epoch.height2.filtered" to="BedheightDiffAbsHeight2"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
249 <mapping from="bedheight_difference.height_year.filtered" to="BedheightDiffHeightYear"/> |
5767
fe2472e28a72
New theme for morphologic width.
Raimund Renkert <rrenkert@intevation.de>
parents:
5663
diff
changeset
|
250 <mapping from="morph-width" to="MorphologicWidth"/> |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
251 <mapping from="relativepoint" to="RelativePoint"/> |
8405
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
252 |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
253 <mapping from="sq_a_measurement" to="SQMeasurementsA"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
254 <mapping from="sq_a_outlier" to="SQOutliersA"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
255 <mapping from="sq_a_curve" to="SQCurveA"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
256 <mapping from="sq_a_outlier_curve" to="SQOutlierCurveA"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
257 <mapping from="sq_a_outlier_measurement" to="SQMeasurementsA"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
258 <mapping from="sq_b_measurement" to="SQMeasurementsB"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
259 <mapping from="sq_b_outlier" to="SQOutliersB"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
260 <mapping from="sq_b_curve" to="SQCurveB"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
261 <mapping from="sq_b_outlier_curve" to="SQOutlierCurveB"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
262 <mapping from="sq_b_outlier_measurement" to="SQMeasurementsB"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
263 <mapping from="sq_c_measurement" to="SQMeasurementsC"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
264 <mapping from="sq_c_outlier" to="SQOutliersC"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
265 <mapping from="sq_c_curve" to="SQCurveC"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
266 <mapping from="sq_c_outlier_curve" to="SQOutlierCurveC"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
267 <mapping from="sq_c_outlier_measurement" to="SQMeasurementsC"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
268 <mapping from="sq_d_measurement" to="SQMeasurementsD"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
269 <mapping from="sq_d_outlier" to="SQOutliersD"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
270 <mapping from="sq_d_curve" to="SQCurveD"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
271 <mapping from="sq_d_outlier_curve" to="SQOutlierCurveD"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
272 <mapping from="sq_d_outlier_measurement" to="SQMeasurementsD"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
273 <mapping from="sq_e_measurement" to="SQMeasurementsE"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
274 <mapping from="sq_e_outlier" to="SQOutliersE"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
275 <mapping from="sq_e_curve" to="SQCurveE"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
276 <mapping from="sq_e_outlier_curve" to="SQOutlierCurveE"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
277 <mapping from="sq_e_outlier_measurement" to="SQMeasurementsE"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
278 <mapping from="sq_f_measurement" to="SQMeasurementsF"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
279 <mapping from="sq_f_outlier" to="SQOutliersF"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
280 <mapping from="sq_f_curve" to="SQCurveF"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
281 <mapping from="sq_f_outlier_curve" to="SQOutlierCurveF"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
282 <mapping from="sq_f_outlier_measurement" to="SQMeasurementsF"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
283 <mapping from="sq_g_measurement" to="SQMeasurementsG"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
284 <mapping from="sq_g_outlier" to="SQOutliersG"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
285 <mapping from="sq_g_curve" to="SQCurveG"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
286 <mapping from="sq_g_outlier_curve" to="SQOutlierCurveG"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
287 <mapping from="sq_g_outlier_measurement" to="SQMeasurementsG"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
288 <mapping from="sq_a_measurement_overview" to="SQMeasurementsOverviewA"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
289 <mapping from="sq_a_outlier_overview" to="SQOutliersOverviewA"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
290 <mapping from="sq_a_curve_overview" to="SQCurveA"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
291 <mapping from="sq_a_outlier_curve_overview" to="SQOutlierCurveA"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
292 <mapping from="sq_a_outlier_measurement_overview" to="SQMeasurementsOverviewA"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
293 <mapping from="sq_b_measurement_overview" to="SQMeasurementsOverviewB"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
294 <mapping from="sq_b_outlier_overview" to="SQOutliersOverviewB"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
295 <mapping from="sq_b_curve_overview" to="SQCurveB"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
296 <mapping from="sq_b_outlier_curve_overview" to="SQOutlierCurveB"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
297 <mapping from="sq_b_outlier_measurement_overview" to="SQMeasurementsOverviewB"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
298 <mapping from="sq_c_measurement_overview" to="SQMeasurementsOverviewC"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
299 <mapping from="sq_c_outlier_overview" to="SQOutliersOverviewC"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
300 <mapping from="sq_c_curve_overview" to="SQCurveC"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
301 <mapping from="sq_c_outlier_curve_overview" to="SQOutlierCurveC"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
302 <mapping from="sq_c_outlier_measurement_overview" to="SQMeasurementsOverviewC"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
303 <mapping from="sq_d_measurement_overview" to="SQMeasurementsOverviewD"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
304 <mapping from="sq_d_outlier_overview" to="SQOutliersOverviewD"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
305 <mapping from="sq_d_curve_overview" to="SQCurveD"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
306 <mapping from="sq_d_outlier_curve_overview" to="SQOutlierCurveD"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
307 <mapping from="sq_d_outlier_measurement_overview" to="SQMeasurementsOverviewD"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
308 <mapping from="sq_e_measurement_overview" to="SQMeasurementsOverviewE"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
309 <mapping from="sq_e_outlier_overview" to="SQOutliersOverviewE"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
310 <mapping from="sq_e_curve_overview" to="SQCurveE"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
311 <mapping from="sq_e_outlier_curve_overview" to="SQOutlierCurveE"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
312 <mapping from="sq_e_outlier_measurement_overview" to="SQMeasurementsOverviewE"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
313 <mapping from="sq_f_measurement_overview" to="SQMeasurementsOverviewF"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
314 <mapping from="sq_f_outlier_overview" to="SQOutliersOverviewF"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
315 <mapping from="sq_f_curve_overview" to="SQCurveF"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
316 <mapping from="sq_f_outlier_curve_overview" to="SQOutlierCurveF"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
317 <mapping from="sq_f_outlier_measurement_overview" to="SQMeasurementsOverviewF"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
318 <mapping from="sq_g_measurement_overview" to="SQMeasurementsOverviewG"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
319 <mapping from="sq_g_outlier_overview" to="SQOutliersOverviewG"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
320 <mapping from="sq_g_curve_overview" to="SQCurveG"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
321 <mapping from="sq_g_outlier_curve_overview" to="SQOutlierCurveG"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
322 <mapping from="sq_g_outlier_measurement_overview" to="SQMeasurementsOverviewG"/> |
8405
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
323 |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
324 <mapping from="fix_sector_average_wq_0" to="FixingSectorAverageWQ0"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
325 <mapping from="fix_sector_average_wq_1" to="FixingSectorAverageWQ1"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
326 <mapping from="fix_sector_average_wq_2" to="FixingSectorAverageWQ2"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
327 <mapping from="fix_sector_average_wq_3" to="FixingSectorAverageWQ3"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
328 <mapping from="fix_analysis_events_wq" to="FixingAnalysisEventsWQ"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
329 <mapping from="fix_wq_curve" to="FixingWQCurve"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
330 <mapping from="fix_wq_ls" to="FixingCalculatedPoint"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
331 <mapping from="fix_reference_events_wq" to="FixingReferenceEvents"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
332 <mapping from="fix_sector_average_dwt_0" to="FixingDeltaWtAverage0"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
333 <mapping from="fix_sector_average_dwt_1" to="FixingDeltaWtAverage1"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
334 <mapping from="fix_sector_average_dwt_2" to="FixingDeltaWtAverage2"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
335 <mapping from="fix_sector_average_dwt_3" to="FixingDeltaWtAverage3"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
336 <mapping from="fix_analysis_events_dwt" to="FixingDeltaWtAnalysis"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
337 <mapping from="fix_analysis_periods_dwt" to="FixingDeltaWtAnalysisPeriods"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
338 <mapping from="fix_reference_events_dwt" to="FixingReferenceEvents"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
339 <mapping from="fix_reference_period_dwt" to="FixingReferencePeriod"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
340 <mapping from="fix_sector_average_ls_deviation_0" to="FixingSectorDeviationLS0"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
341 <mapping from="fix_sector_average_ls_deviation_1" to="FixingSectorDeviationLS1"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
342 <mapping from="fix_sector_average_ls_deviation_2" to="FixingSectorDeviationLS2"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
343 <mapping from="fix_sector_average_ls_deviation_3" to="FixingSectorDeviationLS3"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
344 <mapping from="fix_sector_average_ls_0" to="FixingLSAverage0"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
345 <mapping from="fix_sector_average_ls_1" to="FixingLSAverage1"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
346 <mapping from="fix_sector_average_ls_2" to="FixingLSAverage2"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
347 <mapping from="fix_sector_average_ls_3" to="FixingLSAverage3"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
348 <mapping from="fix_deviation_ls" to="FixLSDeviation"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
349 <mapping from="fix_deviation_dwt" to="FixDeltaWtDeviation"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
350 <mapping from="fix_analysis_events_ls" to="FixLSAnalysis"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
351 <mapping from="fix_reference_events_ls" to="FixLSReference"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
352 <mapping from="fix_derivate_curve" to="FixingDerivedCurve"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
353 <mapping from="fix_derivate_curve.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
354 <mapping from="fix_deltawt_curve.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
355 <mapping from="fix_events_wqkms" to="FixPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
356 <mapping from="qsectors" to="QSectors"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
357 <mapping from="gauge_discharge_curve" to="DischargeCurve"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
358 <mapping from="extreme_wq_curve" to="ExtremeWQCurve"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
359 <mapping from="extreme_wq_curve_base" to="ExtremeWQBaseCurve"/> |
8204
c657ddcf1fa6
Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents:
8117
diff
changeset
|
360 |
c657ddcf1fa6
Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents:
8117
diff
changeset
|
361 <!-- Mappings for sediment load --> |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
362 <mapping from="sedimentload.ls.ta.coarse" to="SedimentLoadLSTACoarse"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
363 <mapping from="sedimentload.ls.ta.fine_middle" to="SedimentLoadLSTAFineMid"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
364 <mapping from="sedimentload.ls.ta.sand" to="SedimentLoadLSTASand"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
365 <mapping from="sedimentload.ls.ta.susp_sand" to="SedimentLoadLSTASuspSand"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
366 <mapping from="sedimentload.ls.ta.susp_sand_bed" to="SedimentLoadLSTASuspSandBed"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
367 <mapping from="sedimentload.ls.ta.suspended_sediment" to="SedimentLoadLSTASediment"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
368 <mapping from="sedimentload.ls.ta.suspended_load" to="SedimentLoadLSTASusp"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
369 <mapping from="sedimentload.ls.ta.total" to="SedimentLoadLSTATotal"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
370 <mapping from="sedimentload.ls.ta.bed_load" to="SedimentLoadLSTABed"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
371 <mapping from="sedimentload.ls.ta.bed_load_susp_sand" to="SedimentLoadLSTABedSusp"/> |
8204
c657ddcf1fa6
Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents:
8117
diff
changeset
|
372 |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
373 <mapping from="sedimentload.ls.m3a.coarse" to="SedimentLoadLSM3ACoarse"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
374 <mapping from="sedimentload.ls.m3a.fine_middle" to="SedimentLoadLSM3AFineMid"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
375 <mapping from="sedimentload.ls.m3a.sand" to="SedimentLoadLSM3ASand"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
376 <mapping from="sedimentload.ls.m3a.susp_sand" to="SedimentLoadLSM3ASuspSand"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
377 <mapping from="sedimentload.ls.m3a.susp_sand_bed" to="SedimentLoadLSM3ASuspSandBed"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
378 <mapping from="sedimentload.ls.m3a.suspended_sediment" to="SedimentLoadLSM3ASediment"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
379 <mapping from="sedimentload.ls.m3a.suspended_load" to="SedimentLoadLSM3ASusp"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
380 <mapping from="sedimentload.ls.m3a.total" to="SedimentLoadLSM3ATotal"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
381 <mapping from="sedimentload.ls.m3a.bed_load" to="SedimentLoadLSM3ABed"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
382 <mapping from="sedimentload.ls.m3a.bed_load_susp_sand" to="SedimentLoadLSM3ABedSusp"/> |
8204
c657ddcf1fa6
Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents:
8117
diff
changeset
|
383 |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
384 <mapping from="sedimentload.ta.coarse" to="SedimentLoadTACoarse"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
385 <mapping from="sedimentload.ta.fine_middle" to="SedimentLoadTAFineMid"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
386 <mapping from="sedimentload.ta.sand" to="SedimentLoadTASand"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
387 <mapping from="sedimentload.ta.susp_sand" to="SedimentLoadTASuspSand"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
388 <mapping from="sedimentload.ta.susp_sand_bed" to="SedimentLoadTASuspSandBed"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
389 <mapping from="sedimentload.ta.suspended_sediment" to="SedimentLoadTASediment"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
390 <mapping from="sedimentload.ta.suspended_load" to="SedimentLoadTASusp"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
391 <mapping from="sedimentload.ta.total" to="SedimentLoadTATotal"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
392 <mapping from="sedimentload.ta.bed_load" to="SedimentLoadTABed"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
393 <mapping from="sedimentload.ta.bed_load_susp_sand" to="SedimentLoadTABedSusp"/> |
8204
c657ddcf1fa6
Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents:
8117
diff
changeset
|
394 |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
395 <mapping from="sedimentload.m3a.coarse" to="SedimentLoadM3ACoarse"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
396 <mapping from="sedimentload.m3a.fine_middle" to="SedimentLoadM3AFineMid"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
397 <mapping from="sedimentload.m3a.sand" to="SedimentLoadM3ASand"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
398 <mapping from="sedimentload.m3a.susp_sand" to="SedimentLoadM3ASuspSand"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
399 <mapping from="sedimentload.m3a.susp_sand_bed" to="SedimentLoadM3ASuspSandBed"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
400 <mapping from="sedimentload.m3a.suspended_sediment" to="SedimentLoadM3ASediment"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
401 <mapping from="sedimentload.m3a.suspended_load" to="SedimentLoadM3ASusp"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
402 <mapping from="sedimentload.m3a.total" to="SedimentLoadM3ATotal"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
403 <mapping from="sedimentload.m3a.bed_load" to="SedimentLoadM3ABed"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
404 <mapping from="sedimentload.m3a.bed_load_susp_sand" to="SedimentLoadM3ABedSusp"/> |
8291
84ac8549e87b
Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents:
8281
diff
changeset
|
405 |
84ac8549e87b
Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents:
8281
diff
changeset
|
406 <!-- Mappings for porosity from backend-DB --> |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
407 <mapping from="porosity" to="Porosity"/> |
8854 | 408 |
409 <!-- Mappings for S-INFO --> | |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
410 <mapping from="bedheight_min" to="SInfoBedHeightMin"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
411 <mapping from="bedheight_max" to="SInfoBedHeightMax"/> |
9204
4f411c6ee3ae
Individual facets/themes for single years i the S-Info collisions output
mschaefer
parents:
9202
diff
changeset
|
412 |
9617
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9557
diff
changeset
|
413 <mapping from="sinfo_facet_flow_depth_discharge" to="SInfoFlowDepthDischarge"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9557
diff
changeset
|
414 <mapping from="sinfo_facet_flow_depth_waterlevel" to="SInfoFlowDepthWaterlevel"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9557
diff
changeset
|
415 <mapping from="sinfo_facet_flow_depth_bedheight" to="SInfoFlowDepthBedheight"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9557
diff
changeset
|
416 <mapping from="sinfo_facet_flow_depth_bedheight_min" to="SInfoFlowDepthBedheightMin"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9557
diff
changeset
|
417 <mapping from="sinfo_facet_flow_depth_bedheight_max" to="SInfoFlowDepthBedheightMax"/> |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
418 <mapping from="sinfo_facet_flow_depth" to="SInfoFlowDepth"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
419 <mapping from="sinfo_facet_flow_depth.filtered" to="SInfoFlowDepth"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
420 <mapping from="sinfo_facet_flow_depth_with_tkh" to="SInfoFlowDepthWithTkh"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
421 <mapping from="sinfo_facet_flow_depth_with_tkh.filtered" to="SInfoFlowDepthWithTkh"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
422 <mapping from="sinfo_facet_flow_depth_min" to="SInfoFlowDepthMin"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
423 <mapping from="sinfo_facet_flow_depth_min.filtered" to="SInfoFlowDepthMin"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
424 <mapping from="sinfo_facet_flow_depth_max" to="SInfoFlowDepthMax"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
425 <mapping from="sinfo_facet_flow_depth_max.filtered" to="SInfoFlowDepthMax"/> |
9185
4778333ea2cd
Fixed: manualpoint did not work for tkh calc mode
gernotbelger
parents:
9176
diff
changeset
|
426 |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
427 <mapping from="sinfo_facet_flow_depth_current" to="SInfoFlowDepthCurrent"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
428 <mapping from="sinfo_facet_flow_depth_current.filtered" to="SInfoFlowDepthCurrent"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
429 <mapping from="sinfo_facet_flow_depth_historical" to="SInfoFlowDepthHistorical"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
430 <mapping from="sinfo_facet_flow_depth_historical.filtered" to="SInfoFlowDepthHistorical"/> |
9304
06a581ffdd3f
Configured manualpoints for sinfo flood-duration
gernotbelger
parents:
9295
diff
changeset
|
431 |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
432 <mapping from="sinfo_facet_tkh" to="SInfoTkh"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
433 |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
434 <mapping from="sinfo_facet_d50" to="BedDiameterTopLines"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
435 <mapping from="sinfo_facet_tau" to="FlowVelocityTau"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
436 <mapping from="sinfo_facet_velocity" to="FlowVelocityVMainChannel"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
437 |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
438 <mapping from="sinfo_facet_flow_depth_current" to="FlowVelocityVMainChannel"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
439 <mapping from="sinfo_facet_flow_depth_current.filtered" to="FlowVelocityVMainChannel"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
440 <mapping from="sinfo_facet_flow_depth_historical" to="FlowVelocityVMainChannel"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
441 <mapping from="sinfo_facet_flow_depth_historical.filtered" to="FlowVelocityVMainChannel"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
442 |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
443 <mapping from="sinfo_facet_flow_depth_development" to="SInfoFlowDepthDevelopment"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
444 <mapping from="sinfo_facet_flow_depth_development.filtered" to="SInfoFlowDepthDevelopment"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
445 <mapping from="sinfo_facet_flow_depth_development_per_year" to="SInfoFlowDepthDevelopmentPerYear"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
446 <mapping from="sinfo_facet_flow_depth_development_per_year.filtered" to="SInfoFlowDepthDevelopmentPerYear"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
447 <mapping from="sinfo_facet_waterlevel_difference.filtered" to="SInfoWaterlevelDifference"/> |
9617
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9557
diff
changeset
|
448 <mapping from="sinfo_facet_waterlevel_difference" to="SInfoWaterlevelDifference"/> |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
449 <mapping from="sinfo_facet_bedheight_difference.filtered" to="SInfoBedHeightDifference"/> |
9617
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9557
diff
changeset
|
450 <mapping from="sinfo_facet_bedheight_difference" to="SInfoBedHeightDifference"/> |
9295
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
451 |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
452 <mapping from="sinfo_facet_collision_calc_count" to="SInfoCollisionCount"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
453 <mapping from="sinfo_facet_collision_calc_count.2" to="SInfoCollisionCount2"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
454 <mapping from="sinfo_facet_collision_calc_count.3" to="SInfoCollisionCount3"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
455 |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
456 <mapping from="sinfo_facet_flood_duration.left" to="SInfoFloodDurationLeft"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
457 <mapping from="sinfo_facet_flood_duration.right" to="SInfoFloodDurationRight"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
458 <mapping from="mainvalue.duration" to="SInfoMainValues"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
459 <mapping from="sinfo_facet_flood_height.left" to="SInfoInfrastructureHeightLeft"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
460 <mapping from="sinfo_facet_flood_height.right" to="SInfoInfrastructureHeightRight"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
461 <mapping from="mainvalue.w" to="SInfoMainValues"/> |
9631
6ecd1a28017f
Nachtrag Pos. 20: Q theme for height chart added, calculator corrected (rows for km without any infrastructure)
mschaefer
parents:
9617
diff
changeset
|
462 <mapping from="mainvalue.q" to="SInfoHeightMainValuesQ"/> |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
463 <mapping from="sinfo.mainvalues.q" to="SInfoMainValuesQ"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
464 <mapping from="sinfo.mainvalues.w" to="SInfoMainValuesW"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
465 <mapping from="infrastructure.w.left" to="InfrastructureWLeft"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
466 <mapping from="infrastructure.w.right" to="InfrastructureWRight"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
467 <mapping from="infrastructure.q.left" to="InfrastructureQLeft"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
468 <mapping from="infrastructure.q.right" to="InfrastructureQRight"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
469 |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
470 <mapping from="sinfo_facet_predefined_channel_width" to="SInfoPredefinedChannelWidth"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
471 <mapping from="sinfo_facet_predefined_channel_depth" to="SInfoPredefinedChannelDepth"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
472 <mapping from="sinfo_facet_predefined_tkh" to="SInfoPredefinedTkh"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
473 <mapping from="sinfo_facet_predefined_depthevol" to="SInfoPredefinedDepthEvol"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
474 <mapping from="sinfo_facet_predefined_depthevol_per_year" to="SInfoPredefinedDepthEvolPerYear"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
475 <mapping from="sinfo_facet_predefined_flowdepth" to="SInfoPredefinedFlowDepth"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
476 <mapping from="sinfo_facet_infrastructure_height" to="SInfoInfrastructureHeight"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
477 <mapping from="sinfo_facet_collision_count" to="SInfoCollisionCount"/> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
478 |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
479 <mapping from="sinfo_flow_depth.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
480 <mapping from="sinfo_flow_depth_minmax.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
481 <mapping from="sinfo_flow_depth_development.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
482 <mapping from="sinfo_flow_depth_development_peryear.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
483 <mapping from="sinfo_tkk.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
484 <mapping from="sinfo_collision.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
485 |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
486 <mapping from="sinfo_flood_duration.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
487 <mapping from="sinfo_flood_height.manualpoints" to="ManualPoints"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
488 <mapping from="sinfo_floodduration_curve.manualpoints" to="ManualPoints"/> |
9295
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
489 |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
490 <mapping from="uinfo_facet_salix_line" to="UInfoSalixLine"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
491 <mapping from="uinfo_facet_salix_line.filtered" to="UInfoSalixLine"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
492 <mapping from="uinfo_facet_salix_mnwmw" to="UInfoSalixMnwMw"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
493 <mapping from="uinfo_facet_salix_mnwmw.filtered" to="UInfoSalixMnwMw"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
494 <mapping from="uinfo_facet_salix_scenario" to="UInfoSalixScenario"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
495 <mapping from="uinfo_facet_salix_scenario.filtered" to="UInfoSalixScenario"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
496 <mapping from="uinfo_facet_salix_rank" to="UInfoSalixRank"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
497 |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
498 <mapping from="uinfo_facet_salix_line_cross_section_water_line" to="UInfoSalixCrossSectionWaterLine"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
499 <mapping from="uinfo_facet_salix_scenario_cross_section_water_line" to="UInfoSalixScenarioCrossSectionWaterLine"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
500 <mapping from="uinfo_facet_salix_waterlevel_mnw_cross_section_water_line" to="UInfoSalixMNWCrossSectionWaterLine"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
501 <mapping from="uinfo_facet_salix_waterlevel_mw_cross_section_water_line" to="UInfoSalixMWCrossSectionWaterLine"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
502 <mapping from="uinfo_facet_salix_waterlevel_mhw_cross_section_water_line" to="UInfoSalixMHWCrossSectionWaterLine"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
503 <mapping from="uinfo_facet_salix_waterlevel_hw5_cross_section_water_line" to="UInfoSalixMH5CrossSectionWaterLine"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
504 |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
505 <mapping from="uinfo_salix_line.manualpoints" to="ManualPoints"/> |
9499 | 506 <mapping from="uinfo_facet_vegetation_zones_cross_section" to="VegetationZonesCrossSection"/> |
9514
ee6508687e3f
Added default vegetation zones tzo iota result map.
gernotbelger
parents:
9499
diff
changeset
|
507 <mapping from="uinfo_facet_default_vegetation_zones_cross_section" to="VegetationZonesCrossSection"/> |
9499 | 508 |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
509 <mapping from="bundu_facet_channelmin" to="BunduChannel"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
510 <mapping from="bundu_facet_bedheight" to="BunduBed"/> |
9444
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
511 <mapping from="bundu_facet_bedheight_01" to="BunduBed01"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
512 <mapping from="bundu_facet_bedheight_02" to="BunduBed02"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
513 <mapping from="bundu_facet_bedheight_03" to="BunduBed03"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
514 <mapping from="bundu_facet_bedheight_04" to="BunduBed04"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
515 <mapping from="bundu_facet_bedheight_05" to="BunduBed05"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
516 <mapping from="bundu_facet_bedheight_06" to="BunduBed06"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
517 <mapping from="bundu_facet_bedheight_07" to="BunduBed07"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
518 <mapping from="bundu_facet_bedheight_08" to="BunduBed08"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
519 <mapping from="bundu_facet_bedheight_09" to="BunduBed09"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
520 <mapping from="bundu_facet_bedheight_10" to="BunduBed10"/> |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
521 <mapping from="bundu_facet_flowdepth.filtered" to="BunduBed"/> |
9444
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
522 <mapping from="bundu_facet_depth_01.filtered" to="BunduBed01"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
523 <mapping from="bundu_facet_depth_02.filtered" to="BunduBed02"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
524 <mapping from="bundu_facet_depth_03.filtered" to="BunduBed03"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
525 <mapping from="bundu_facet_depth_04.filtered" to="BunduBed04"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
526 <mapping from="bundu_facet_depth_05.filtered" to="BunduBed05"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
527 <mapping from="bundu_facet_depth_06.filtered" to="BunduBed06"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
528 <mapping from="bundu_facet_depth_07.filtered" to="BunduBed07"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
529 <mapping from="bundu_facet_depth_08.filtered" to="BunduBed08"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
530 <mapping from="bundu_facet_depth_09.filtered" to="BunduBed09"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9438
diff
changeset
|
531 <mapping from="bundu_facet_depth_10.filtered" to="BunduBed10"/> |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
532 <mapping from="bundu_facet_channeldepth" to="BunduChannel"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
533 </mappings> |
8854 | 534 </themes> |