Mercurial > dive4elements > river
annotate artifacts/doc/conf/themes.xml @ 9051:2f39cd32e6fb
Merge
author | gernotbelger |
---|---|
date | Thu, 03 May 2018 14:29:14 +0200 |
parents | c16e90a0baf7 |
children | 189cc8ededbd |
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 [ |
8803
080ee1c73bab
Entities will be resolved correctly if placeholder is given.
Tom Gottfried <tom@intevation.de>
parents:
8661
diff
changeset
|
3 <!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
|
4 <!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
|
5 <!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
|
6 ]> |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
7 <themes> |
8803
080ee1c73bab
Entities will be resolved correctly if placeholder is given.
Tom Gottfried <tom@intevation.de>
parents:
8661
diff
changeset
|
8 &virtual; |
080ee1c73bab
Entities will be resolved correctly if placeholder is given.
Tom Gottfried <tom@intevation.de>
parents:
8661
diff
changeset
|
9 &default; |
080ee1c73bab
Entities will be resolved correctly if placeholder is given.
Tom Gottfried <tom@intevation.de>
parents:
8661
diff
changeset
|
10 &second; |
4682
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
11 |
8502
7f63ad20d4f0
Whitespace-cleanup in XML-files.
"Tom Gottfried <tom@intevation.de>"
parents:
8405
diff
changeset
|
12 <!-- 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
|
13 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
|
14 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
|
15 <mappings> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
16 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
17 pattern=".*(HQ1)(\D.*)*" to="LongitudinalSectionW_HQ1_Points" /> |
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" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
19 pattern=".*(HQ2)(\D.*)*" to="LongitudinalSectionW_HQ2_Points" /> |
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" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
21 pattern=".*(HQ5)(\D.*)*" to="LongitudinalSectionW_HQ5_Points" /> |
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" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
23 pattern=".*(HQ10)(\D.*)*" to="LongitudinalSectionW_HQ10_Points" /> |
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" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
25 pattern=".*(HQ20)(\D.*)*" to="LongitudinalSectionW_HQ20_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
26 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
27 pattern=".*(HQ25)(\D.*)*" to="LongitudinalSectionW_HQ25_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
28 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
29 pattern=".*(HQ50)(\D.*)*" to="LongitudinalSectionW_HQ50_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
30 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
31 pattern=".*(HQ100)(\D.*)*" to="LongitudinalSectionW_HQ100_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
32 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
33 pattern=".*(HQ200)(\D.*)*" to="LongitudinalSectionW_HQ200_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
34 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
6109
2a4ff87ef357
Fixed missspelled mapping
Sascha L. Teichmann <teichmann@intevation.de>
parents:
6103
diff
changeset
|
35 pattern=".*(HQ300)(\D.*)*" to="LongitudinalSectionW_HQ300_Points" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
36 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
37 pattern=".*(HQ500)(\D.*)*" to="LongitudinalSectionW_HQ500_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
38 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
39 pattern=".*(HQ1000)(\D.*)*" to="LongitudinalSectionW_HQ1000_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
40 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
41 pattern=".*(HQExtrem)(\D.*)*" to="LongitudinalSectionW_HQExtrem_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
42 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
43 pattern=".*(HQRZ)(\D.*)*" to="LongitudinalSectionW_HQRZ_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
44 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
45 pattern=".*(HSQ)(\D.*)*" to="LongitudinalSectionW_HSQ_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
46 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
47 pattern=".*(MHQ)(\D.*)*" to="LongitudinalSectionW_MHQ_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
48 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
49 pattern=".*(MNQ)(\D.*)*" to="LongitudinalSectionW_MNQ_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
50 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
51 pattern=".*(MQ)(\D.*)*" to="LongitudinalSectionW_MQ_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
52 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
53 pattern=".*(NQ)(\D.*)*" to="LongitudinalSectionW_NQ_Points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
54 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
55 to="LongitudinalSectionPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
56 <mapping from="longitudinal_section.w" pattern=".*(HQ1)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
57 to="LongitudinalSectionW_HQ1" /> |
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=".*(HQ2)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
59 to="LongitudinalSectionW_HQ2" /> |
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=".*(HQ5)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
61 to="LongitudinalSectionW_HQ5" /> |
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=".*(HQ10)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
63 to="LongitudinalSectionW_HQ10" /> |
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=".*(HQ20)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
65 to="LongitudinalSectionW_HQ20" /> |
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=".*(HQ25)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
67 to="LongitudinalSectionW_HQ25" /> |
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=".*(HQ50)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
69 to="LongitudinalSectionW_HQ50" /> |
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=".*(HQ100)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
71 to="LongitudinalSectionW_HQ100" /> |
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=".*(HQ200)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
73 to="LongitudinalSectionW_HQ200" /> |
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=".*(HQ300)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
75 to="LongitudinalSectionW_HQ300" /> |
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=".*(HQ500)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
77 to="LongitudinalSectionW_HQ500" /> |
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=".*(HQ1000)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
79 to="LongitudinalSectionW_HQ1000" /> |
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=".*(HQExtrem)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
81 to="LongitudinalSectionW_HQExtrem" /> |
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=".*(HQRZ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
83 to="LongitudinalSectionW_HQRZ" /> |
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=".*(HSQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
85 to="LongitudinalSectionW_HSQ" /> |
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=".*(MHQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
87 to="LongitudinalSectionW_MHQ" /> |
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=".*(MNQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
89 to="LongitudinalSectionW_MNQ" /> |
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=".*(MQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
91 to="LongitudinalSectionW_MQ" /> |
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=".*(NQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
93 to="LongitudinalSectionW_NQ" /> |
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" to="LongitudinalSectionW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
95 <mapping from="longitudinal_section.q" pattern="(HQ1)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
96 to="LongitudinalSectionQ_HQ1" /> |
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="(HQ2)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
98 to="LongitudinalSectionQ_HQ2" /> |
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="(HQ5)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
100 to="LongitudinalSectionQ_HQ5" /> |
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="(HQ10)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
102 to="LongitudinalSectionQ_HQ10" /> |
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="(HQ20)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
104 to="LongitudinalSectionQ_HQ20" /> |
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="(HQ25)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
106 to="LongitudinalSectionQ_HQ25" /> |
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="(HQ50)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
108 to="LongitudinalSectionQ_HQ50" /> |
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="(HQ100)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
110 to="LongitudinalSectionQ_HQ100" /> |
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="(HQ200)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
112 to="LongitudinalSectionQ_HQ200" /> |
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="(HQ300)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
114 to="LongitudinalSectionQ_HQ300" /> |
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="(HQ500)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
116 to="LongitudinalSectionQ_HQ500" /> |
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="(HQ1000)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
118 to="LongitudinalSectionQ_HQ1000" /> |
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="(HQExtrem)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
120 to="LongitudinalSectionQ_HQExtrem" /> |
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="(HQRZ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
122 to="LongitudinalSectionQ_HQRZ" /> |
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="(HSQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
124 to="LongitudinalSectionQ_HSQ" /> |
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="(MHQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
126 to="LongitudinalSectionQ_MHQ" /> |
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="(MNQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
128 to="LongitudinalSectionQ_MNQ" /> |
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="(MQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
130 to="LongitudinalSectionQ_MQ" /> |
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="(NQ)(\D.*)*" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
132 to="LongitudinalSectionQ_NQ" /> |
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" to="LongitudinalSection" /> |
5166
8937dd130230
Added themes for infoldings.
Raimund Renkert <rrenkert@intevation.de>
parents:
5161
diff
changeset
|
134 <mapping from="discharge_longitudinal_section.q.infolding" to="LongitudinalSectionQInfolding" /> |
8937dd130230
Added themes for infoldings.
Raimund Renkert <rrenkert@intevation.de>
parents:
5161
diff
changeset
|
135 <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
|
136 |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
137 <mapping from="discharge_curve.curve" to="DischargeCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
138 <mapping from="historical_discharge.historicalq" to="HistoricalDischargeCurveQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
139 <mapping from="historical_discharge.historicalq.diff" to="HistoricalDischargeCurveQDiff" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
140 <mapping from="historical_discharge.historicalw" to="HistoricalDischargeCurveW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
141 <mapping from="historical_discharge.historicalw.diff" to="HistoricalDischargeCurveWDiff" /> |
8403
e316361229cd
Theme-style cleanup for discharge curves.
Tom Gottfried <tom@intevation.de>
parents:
8331
diff
changeset
|
142 <mapping from="historical_discharge.wq.curve" to="DischargeCurve" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
143 <mapping from="historical_discharge.wq.w" to="HistoricalDischargeWQW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
144 <mapping from="historical_discharge.wq.q" to="HistoricalDischargeWQQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
145 <mapping from="cross_section" to="CrossSection" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
146 <mapping from="cross_section_water_line" to="CrossSectionWaterLine" /> |
8403
e316361229cd
Theme-style cleanup for discharge curves.
Tom Gottfried <tom@intevation.de>
parents:
8331
diff
changeset
|
147 <mapping from="computed_discharge_curve.q" to="DischargeCurve" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
148 <mapping from="duration_curve.w" to="DurationCurveW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
149 <mapping from="duration_curve.q" to="DurationCurveQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
150 <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
151 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
152 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
153 <mapping from="mainvalues.q" to="MainValuesQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
154 <mapping from="mainvalues.w" to="MainValuesW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
155 <mapping from="longitudinal_section.annotations" to="Annotations" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
156 <mapping from="w_differences" to="Differences" /> |
7794
cbc2445ef09a
Mapped a theme for the new differences facet.
Raimund Renkert <rrenkert@intevation.de>
parents:
7522
diff
changeset
|
157 <mapping from="w_differences.filtered" to="Differences" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
158 <mapping from="floodmap.wsplgen" to="WSPLGEN" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
159 <mapping from="floodmap.riveraxis" to="RiverAxis" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
160 <mapping from="floodmap.kms" to="Kms" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
161 <mapping from="floodmap.qps" to="Qps" /> |
5349
d43ef9f709cd
Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5166
diff
changeset
|
162 <mapping from="floodmap.hws_lines" to="Hws" /> |
d43ef9f709cd
Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents:
5166
diff
changeset
|
163 <mapping from="floodmap.hws_points" to="HwsPoints" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
164 <mapping from="floodmap.hydr_boundaries" to="HydrBoundariesLines" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
165 <mapping from="floodmap.hydr_boundaries_poly" to="HydrBoundariesPolys" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
166 <mapping from="floodmap.catchment" to="Catchment" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
167 <mapping from="floodmap.floodplain" to="Floodplains" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
168 <mapping from="floodmap.lines" to="FloodmapLines" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
169 <mapping from="floodmap.buildings" to="Buildings" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
170 <mapping from="floodmap.fixpoints" to="Fixpoints" /> |
5547
38713f32a785
Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents:
5437
diff
changeset
|
171 <mapping from="floodmap.floodmarks" to="Floodmarks" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
172 <mapping from="floodmap.floodmaps" to="Floodmaps" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
173 <mapping from="floodmap.gauge_location" to="GaugeLocation" /> |
5437
b582df0c7b00
Add Jetties to floodmap
Andre Heinecke <aheinecke@intevation.de>
parents:
5349
diff
changeset
|
174 <mapping from="floodmap.jetties" to="Jetties" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
175 <mapping from="other.wq" to="WQPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
176 <mapping from="other.wkms" to="WKms" /> |
7522
f062802c9a4a
issue1664: Prepare new Facets to go to different axis (for wkms from fixa/diffs).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
7517
diff
changeset
|
177 <mapping from="other.delta_w" to="WKms" /> |
f062802c9a4a
issue1664: Prepare new Facets to go to different axis (for wkms from fixa/diffs).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
7517
diff
changeset
|
178 <mapping from="other.delta_w_cma" to="WKms" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
179 <mapping from="other.wkms.marks" to="WKmsAnnotation" /> |
6918
0143c7de5ebc
Added new ThemeMappings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6917
diff
changeset
|
180 <mapping from="other.wqkms" to="WQKmsHorizontal" masterAttr="calculation_mode==calc.discharge.curve" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
181 <mapping from="other.wqkms" to="WQKms" /> |
6918
0143c7de5ebc
Added new ThemeMappings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6917
diff
changeset
|
182 <mapping from="other.wqkms.w" to="WQKmsHorizontal" masterAttr="calculation_mode==calc.discharge.curve" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
183 <mapping from="other.wqkms.w" to="WQKms" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
184 <mapping from="other.wqkms.q" to="WQKms" /> |
6917
a920ca706fc1
Mapping new facet type to theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6843
diff
changeset
|
185 <mapping from="other.w.interpol" to="MainValuesW" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
186 <mapping from="heightmarks_points" to="heightmarks_points" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
187 <mapping from="area" to="Area" /> |
5161
a8d8ea1f2a5c
flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4698
diff
changeset
|
188 <mapping from="cross_section.area" to="CrossSectionArea" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
189 <mapping from="hyk" to="Hyk" /> |
5161
a8d8ea1f2a5c
flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4698
diff
changeset
|
190 <mapping from="longitudinal_section.area" to="LongitudinalSectionArea" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
191 <mapping from="longitudinal_section.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
192 <mapping from="cross_section.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
193 <mapping from="cross_section.manualline" to="CrossSectionWaterLine" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
194 <mapping from="computed_discharge_curve.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
195 <mapping from="duration_curve.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
196 <mapping from="wdifferences.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
197 <mapping from="discharge_longitudinal_section.manualpoints" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
198 to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
199 <mapping from="discharge_curve.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
200 <mapping from="reference_curve.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
201 <mapping from="reference_curve_normalized.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
202 <mapping from="historical_discharge.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
203 <mapping from="manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
204 <mapping from="reference_curve" to="ReferenceCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
205 <mapping from="reference_curve_normalized" to="ReferenceCurveNormalized" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
206 <mapping from="flow_velocity.totalchannel" to="FlowVelocityVTotalChannel" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
207 <mapping from="flow_velocity.mainchannel" to="FlowVelocityVMainChannel" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
208 <mapping from="flow_velocity.tau" to="FlowVelocityTau" /> |
4670
4b815be22562
Added theme mapping for new facets and added theme for discharge.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
209 <mapping from="flow_velocity.totalchannel.filtered" to="FlowVelocityVTotalChannel" /> |
4b815be22562
Added theme mapping for new facets and added theme for discharge.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
210 <mapping from="flow_velocity.mainchannel.filtered" to="FlowVelocityVMainChannel" /> |
4b815be22562
Added theme mapping for new facets and added theme for discharge.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
211 <mapping from="flow_velocity.tau.filtered" to="FlowVelocityTau" /> |
4b815be22562
Added theme mapping for new facets and added theme for discharge.
Raimund Renkert <rrenkert@intevation.de>
parents:
4667
diff
changeset
|
212 <mapping from="flow_velocity.discharge" to="FlowVelocityDischarge" /> |
6943
61128e4b6f46
Assign theme to flowvelocitymeasurementvaluefacets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6918
diff
changeset
|
213 <mapping from="flow_velocity.measurement" to="FlowVelocityDischarge" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
214 <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle" /> |
8536
3d08d7976975
(issue1599) Add manualpoints theme for MSH
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8535
diff
changeset
|
215 <mapping from="bedheight_middle.manualpoints" to="ManualPoints" /> |
8592
36faef4f8acb
(issue1755) Add interpolated facets and update themes accordingly
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8587
diff
changeset
|
216 <mapping from="bed_longitudinal_section.porosity.toplayer.interpol" to="PorosityTopLines" /> |
8661
befa08182368
(issue1755) Fix typo in theme mapping for porosity sublayer
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8634
diff
changeset
|
217 <mapping from="bed_longitudinal_section.porosity.sublayer.interpol" to="PorositySubLines" /> |
8592
36faef4f8acb
(issue1755) Add interpolated facets and update themes accordingly
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8587
diff
changeset
|
218 <mapping from="bed_longitudinal_section.density.toplayer.interpol" to="DensityTopLines" /> |
36faef4f8acb
(issue1755) Add interpolated facets and update themes accordingly
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8587
diff
changeset
|
219 <mapping from="bed_longitudinal_section.density.sublayer.interpol" to="DensitySubLines" /> |
36faef4f8acb
(issue1755) Add interpolated facets and update themes accordingly
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8587
diff
changeset
|
220 <mapping from="bed_longitudinal_section.diameter.toplayer.interpol" to="BedDiameterTopLines" /> |
36faef4f8acb
(issue1755) Add interpolated facets and update themes accordingly
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8587
diff
changeset
|
221 <mapping from="bed_longitudinal_section.diameter.sublayer.interpol" to="BedDiameterSubLines" /> |
36faef4f8acb
(issue1755) Add interpolated facets and update themes accordingly
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8587
diff
changeset
|
222 <mapping from="bed_longitudinal_section.diameter.bedload.interpol" to="BedLoadDiameterLines" /> |
36faef4f8acb
(issue1755) Add interpolated facets and update themes accordingly
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8587
diff
changeset
|
223 <mapping from="bed_longitudinal_section.porosity.toplayer" to="PorosityTopPoints" /> |
8661
befa08182368
(issue1755) Fix typo in theme mapping for porosity sublayer
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8634
diff
changeset
|
224 <mapping from="bed_longitudinal_section.porosity.sublayer" to="PorositySubPoints" /> |
8592
36faef4f8acb
(issue1755) Add interpolated facets and update themes accordingly
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8587
diff
changeset
|
225 <mapping from="bed_longitudinal_section.density.toplayer" to="DensityTopPoints" /> |
36faef4f8acb
(issue1755) Add interpolated facets and update themes accordingly
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8587
diff
changeset
|
226 <mapping from="bed_longitudinal_section.density.sublayer" to="DensitySubPoints" /> |
36faef4f8acb
(issue1755) Add interpolated facets and update themes accordingly
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8587
diff
changeset
|
227 <mapping from="bed_longitudinal_section.diameter.toplayer" to="BedDiameterTopPoints" /> |
36faef4f8acb
(issue1755) Add interpolated facets and update themes accordingly
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8587
diff
changeset
|
228 <mapping from="bed_longitudinal_section.diameter.sublayer" to="BedDiameterSubPoints" /> |
36faef4f8acb
(issue1755) Add interpolated facets and update themes accordingly
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8587
diff
changeset
|
229 <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
|
230 <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
|
231 <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
|
232 <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
|
233 <mapping from="bedheight_difference.year" to="BedheightDiffYear"/> |
4674
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
234 <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
|
235 <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
|
236 <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
|
237 <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
|
238 <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
|
239 <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
|
240 <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
|
241 <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
|
242 <mapping from="bedheight_difference.epoch.filtered" to="BedheightDiffEpoch"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
243 <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
|
244 <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
|
245 <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
|
246 <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
|
247 <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
|
248 <mapping from="morph-width" to="MorphologicWidth"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
249 <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
|
250 |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
251 <mapping from="sq_a_measurement" to="SQMeasurementsA" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
252 <mapping from="sq_a_outlier" to="SQOutliersA" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
253 <mapping from="sq_a_curve" to="SQCurveA" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
254 <mapping from="sq_a_outlier_curve" to="SQOutlierCurveA" /> |
8405
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
255 <mapping from="sq_a_outlier_measurement" to="SQMeasurementsA" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
256 <mapping from="sq_b_measurement" to="SQMeasurementsB" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
257 <mapping from="sq_b_outlier" to="SQOutliersB" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
258 <mapping from="sq_b_curve" to="SQCurveB" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
259 <mapping from="sq_b_outlier_curve" to="SQOutlierCurveB" /> |
8405
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
260 <mapping from="sq_b_outlier_measurement" to="SQMeasurementsB" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
261 <mapping from="sq_c_measurement" to="SQMeasurementsC" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
262 <mapping from="sq_c_outlier" to="SQOutliersC" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
263 <mapping from="sq_c_curve" to="SQCurveC" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
264 <mapping from="sq_c_outlier_curve" to="SQOutlierCurveC" /> |
8405
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
265 <mapping from="sq_c_outlier_measurement" to="SQMeasurementsC" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
266 <mapping from="sq_d_measurement" to="SQMeasurementsD" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
267 <mapping from="sq_d_outlier" to="SQOutliersD" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
268 <mapping from="sq_d_curve" to="SQCurveD" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
269 <mapping from="sq_d_outlier_curve" to="SQOutlierCurveD" /> |
8405
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
270 <mapping from="sq_d_outlier_measurement" to="SQMeasurementsD" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
271 <mapping from="sq_e_measurement" to="SQMeasurementsE" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
272 <mapping from="sq_e_outlier" to="SQOutliersE" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
273 <mapping from="sq_e_curve" to="SQCurveE" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
274 <mapping from="sq_e_outlier_curve" to="SQOutlierCurveE" /> |
8405
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
275 <mapping from="sq_e_outlier_measurement" to="SQMeasurementsE" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
276 <mapping from="sq_f_measurement" to="SQMeasurementsF" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
277 <mapping from="sq_f_outlier" to="SQOutliersF" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
278 <mapping from="sq_f_curve" to="SQCurveF" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
279 <mapping from="sq_f_outlier_curve" to="SQOutlierCurveF" /> |
8405
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
280 <mapping from="sq_f_outlier_measurement" to="SQMeasurementsF" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
281 <mapping from="sq_g_measurement" to="SQMeasurementsG" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
282 <mapping from="sq_g_outlier" to="SQOutliersG" /> |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
283 <mapping from="sq_g_curve" to="SQCurveG" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
284 <mapping from="sq_g_outlier_curve" to="SQOutlierCurveG" /> |
8405
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
285 <mapping from="sq_g_outlier_measurement" to="SQMeasurementsG" /> |
8577
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
286 <mapping from="sq_a_measurement_overview" to="SQMeasurementsOverviewA" /> |
8634
57e0bfda1c76
(issue1753) Fix theme for SQ Outliers and SQ Measurements
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8592
diff
changeset
|
287 <mapping from="sq_a_outlier_overview" to="SQOutliersOverviewA" /> |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
288 <mapping from="sq_a_curve_overview" to="SQCurveA" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
289 <mapping from="sq_a_outlier_curve_overview" to="SQOutlierCurveA" /> |
8577
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
290 <mapping from="sq_a_outlier_measurement_overview" to="SQMeasurementsOverviewA" /> |
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
291 <mapping from="sq_b_measurement_overview" to="SQMeasurementsOverviewB" /> |
8634
57e0bfda1c76
(issue1753) Fix theme for SQ Outliers and SQ Measurements
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8592
diff
changeset
|
292 <mapping from="sq_b_outlier_overview" to="SQOutliersOverviewB" /> |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
293 <mapping from="sq_b_curve_overview" to="SQCurveB" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
294 <mapping from="sq_b_outlier_curve_overview" to="SQOutlierCurveB" /> |
8577
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
295 <mapping from="sq_b_outlier_measurement_overview" to="SQMeasurementsOverviewB" /> |
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
296 <mapping from="sq_c_measurement_overview" to="SQMeasurementsOverviewC" /> |
8634
57e0bfda1c76
(issue1753) Fix theme for SQ Outliers and SQ Measurements
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8592
diff
changeset
|
297 <mapping from="sq_c_outlier_overview" to="SQOutliersOverviewC" /> |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
298 <mapping from="sq_c_curve_overview" to="SQCurveC" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
299 <mapping from="sq_c_outlier_curve_overview" to="SQOutlierCurveC" /> |
8577
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
300 <mapping from="sq_c_outlier_measurement_overview" to="SQMeasurementsOverviewC" /> |
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
301 <mapping from="sq_d_measurement_overview" to="SQMeasurementsOverviewD" /> |
8634
57e0bfda1c76
(issue1753) Fix theme for SQ Outliers and SQ Measurements
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8592
diff
changeset
|
302 <mapping from="sq_d_outlier_overview" to="SQOutliersOverviewD" /> |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
303 <mapping from="sq_d_curve_overview" to="SQCurveD" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
304 <mapping from="sq_d_outlier_curve_overview" to="SQOutlierCurveD" /> |
8577
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
305 <mapping from="sq_d_outlier_measurement_overview" to="SQMeasurementsOverviewD" /> |
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
306 <mapping from="sq_e_measurement_overview" to="SQMeasurementsOverviewE" /> |
8634
57e0bfda1c76
(issue1753) Fix theme for SQ Outliers and SQ Measurements
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8592
diff
changeset
|
307 <mapping from="sq_e_outlier_overview" to="SQOutliersOverviewE" /> |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
308 <mapping from="sq_e_curve_overview" to="SQCurveE" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
309 <mapping from="sq_e_outlier_curve_overview" to="SQOutlierCurveE" /> |
8577
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
310 <mapping from="sq_e_outlier_measurement_overview" to="SQMeasurementsOverviewE" /> |
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
311 <mapping from="sq_f_measurement_overview" to="SQMeasurementsOverviewF" /> |
8634
57e0bfda1c76
(issue1753) Fix theme for SQ Outliers and SQ Measurements
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8592
diff
changeset
|
312 <mapping from="sq_f_outlier_overview" to="SQOutliersOverviewF" /> |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
313 <mapping from="sq_f_curve_overview" to="SQCurveF" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
314 <mapping from="sq_f_outlier_curve_overview" to="SQOutlierCurveF" /> |
8577
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
315 <mapping from="sq_f_outlier_measurement_overview" to="SQMeasurementsOverviewF" /> |
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
316 <mapping from="sq_g_measurement_overview" to="SQMeasurementsOverviewG" /> |
8634
57e0bfda1c76
(issue1753) Fix theme for SQ Outliers and SQ Measurements
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8592
diff
changeset
|
317 <mapping from="sq_g_outlier_overview" to="SQOutliersOverviewG" /> |
8281
da7e623cf159
Added themes for new fraction in sq relation.
Raimund Renkert <rrenkert@intevation.de>
parents:
8265
diff
changeset
|
318 <mapping from="sq_g_curve_overview" to="SQCurveG" /> |
8535
f73cc569ac8b
(issue1068) Add different theme for SQOutlier curves and increase SQCurve linesize to 2
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8502
diff
changeset
|
319 <mapping from="sq_g_outlier_curve_overview" to="SQOutlierCurveG" /> |
8577
3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
Andre Heinecke <andre.heinecke@intevation.de>
parents:
8536
diff
changeset
|
320 <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
|
321 |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
322 <mapping from="fix_sector_average_wq_0" to="FixingSectorAverageWQ0" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
323 <mapping from="fix_sector_average_wq_1" to="FixingSectorAverageWQ1" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
324 <mapping from="fix_sector_average_wq_2" to="FixingSectorAverageWQ2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
325 <mapping from="fix_sector_average_wq_3" to="FixingSectorAverageWQ3" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
326 <mapping from="fix_analysis_events_wq" to="FixingAnalysisEventsWQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
327 <mapping from="fix_outlier" to="FixingOutlier" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
328 <mapping from="fix_wq_curve" to="FixingWQCurve" /> |
6843
2e002f989c24
(issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents:
6394
diff
changeset
|
329 <mapping from="fix_wq_ls" to="FixingCalculatedPoint" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
330 <mapping from="fix_reference_events_wq" to="FixingReferenceEvents" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
331 <mapping from="fix_sector_average_dwt_0" to="FixingDeltaWtAverage0" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
332 <mapping from="fix_sector_average_dwt_1" to="FixingDeltaWtAverage1" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
333 <mapping from="fix_sector_average_dwt_2" to="FixingDeltaWtAverage2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
334 <mapping from="fix_sector_average_dwt_3" to="FixingDeltaWtAverage3" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
335 <mapping from="fix_analysis_events_dwt" to="FixingDeltaWtAnalysis" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
336 <mapping from="fix_analysis_periods_dwt" to="FixingDeltaWtAnalysisPeriods" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
337 <mapping from="fix_reference_events_dwt" to="FixingReferenceEvents" /> |
4433
5b8919ef601d
Backed out changeset e8a4d2fd25cc
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4432
diff
changeset
|
338 <mapping from="fix_reference_period_dwt" to="FixingReferencePeriod" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
339 <mapping from="fix_sector_average_ls_deviation_0" to="FixingSectorDeviationLS0" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
340 <mapping from="fix_sector_average_ls_deviation_1" to="FixingSectorDeviationLS1" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
341 <mapping from="fix_sector_average_ls_deviation_2" to="FixingSectorDeviationLS2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
342 <mapping from="fix_sector_average_ls_deviation_3" to="FixingSectorDeviationLS3" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
343 <mapping from="fix_sector_average_ls_0" to="FixingLSAverage0" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
344 <mapping from="fix_sector_average_ls_1" to="FixingLSAverage1" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
345 <mapping from="fix_sector_average_ls_2" to="FixingLSAverage2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
346 <mapping from="fix_sector_average_ls_3" to="FixingLSAverage3" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
347 <mapping from="fix_deviation_ls" to="FixLSDeviation" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
348 <mapping from="fix_deviation_dwt" to="FixDeltaWtDeviation" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
349 <mapping from="fix_analysis_events_ls" to="FixLSAnalysis" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
350 <mapping from="fix_reference_events_ls" to="FixLSReference" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
351 <mapping from="fix_derivate_curve" to="FixingDerivedCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
352 <mapping from="fix_derivate_curve.manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
353 <mapping from="fix_deltawt_curve.manualpoints" to="ManualPoints" /> |
5847
621c76fe6b6e
Map fix wq points to FixPoints style.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5838
diff
changeset
|
354 <mapping from="fix_events_wqkms" to="FixPoints" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
355 <mapping from="qsectors" to="QSectors" /> |
8403
e316361229cd
Theme-style cleanup for discharge curves.
Tom Gottfried <tom@intevation.de>
parents:
8331
diff
changeset
|
356 <mapping from="gauge_discharge_curve" to="DischargeCurve" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
357 <mapping from="extreme_wq_curve" to="ExtremeWQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
358 <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
|
359 |
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 <!-- Mappings for sediment load --> |
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 <mapping from="sedimentload.ls.ta.coarse" to="SedimentLoadLSTACoarse" /> |
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
|
362 <mapping from="sedimentload.ls.ta.fine_middle" to="SedimentLoadLSTAFineMid" /> |
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
|
363 <mapping from="sedimentload.ls.ta.sand" to="SedimentLoadLSTASand" /> |
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
|
364 <mapping from="sedimentload.ls.ta.susp_sand" to="SedimentLoadLSTASuspSand" /> |
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
|
365 <mapping from="sedimentload.ls.ta.susp_sand_bed" to="SedimentLoadLSTASuspSandBed" /> |
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
|
366 <mapping from="sedimentload.ls.ta.suspended_sediment" to="SedimentLoadLSTASediment" /> |
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
|
367 <mapping from="sedimentload.ls.ta.suspended_load" to="SedimentLoadLSTASusp" /> |
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
|
368 <mapping from="sedimentload.ls.ta.total" to="SedimentLoadLSTATotal" /> |
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
|
369 <mapping from="sedimentload.ls.ta.bed_load" to="SedimentLoadLSTABed" /> |
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
|
370 <mapping from="sedimentload.ls.ta.bed_load_susp_sand" to="SedimentLoadLSTABedSusp" /> |
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
|
371 |
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 <mapping from="sedimentload.ls.m3a.coarse" to="SedimentLoadLSM3ACoarse" /> |
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
|
373 <mapping from="sedimentload.ls.m3a.fine_middle" to="SedimentLoadLSM3AFineMid" /> |
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
|
374 <mapping from="sedimentload.ls.m3a.sand" to="SedimentLoadLSM3ASand" /> |
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
|
375 <mapping from="sedimentload.ls.m3a.susp_sand" to="SedimentLoadLSM3ASuspSand" /> |
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
|
376 <mapping from="sedimentload.ls.m3a.susp_sand_bed" to="SedimentLoadLSM3ASuspSandBed" /> |
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
|
377 <mapping from="sedimentload.ls.m3a.suspended_sediment" to="SedimentLoadLSM3ASediment" /> |
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
|
378 <mapping from="sedimentload.ls.m3a.suspended_load" to="SedimentLoadLSM3ASusp" /> |
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
|
379 <mapping from="sedimentload.ls.m3a.total" to="SedimentLoadLSM3ATotal" /> |
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
|
380 <mapping from="sedimentload.ls.m3a.bed_load" to="SedimentLoadLSM3ABed" /> |
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
|
381 <mapping from="sedimentload.ls.m3a.bed_load_susp_sand" to="SedimentLoadLSM3ABedSusp" /> |
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
|
382 |
7517
46f902aa6b54
issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6943
diff
changeset
|
383 <mapping from="sedimentload.ta.coarse" to="SedimentLoadTACoarse" /> |
8107
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
384 <mapping from="sedimentload.ta.fine_middle" to="SedimentLoadTAFineMid" /> |
7517
46f902aa6b54
issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6943
diff
changeset
|
385 <mapping from="sedimentload.ta.sand" to="SedimentLoadTASand" /> |
46f902aa6b54
issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6943
diff
changeset
|
386 <mapping from="sedimentload.ta.susp_sand" to="SedimentLoadTASuspSand" /> |
46f902aa6b54
issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6943
diff
changeset
|
387 <mapping from="sedimentload.ta.susp_sand_bed" to="SedimentLoadTASuspSandBed" /> |
8107
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
388 <mapping from="sedimentload.ta.suspended_sediment" to="SedimentLoadTASediment" /> |
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
389 <mapping from="sedimentload.ta.suspended_load" to="SedimentLoadTASusp" /> |
7517
46f902aa6b54
issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6943
diff
changeset
|
390 <mapping from="sedimentload.ta.total" to="SedimentLoadTATotal" /> |
8107
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
391 <mapping from="sedimentload.ta.bed_load" to="SedimentLoadTABed" /> |
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
|
392 <mapping from="sedimentload.ta.bed_load_susp_sand" to="SedimentLoadTABedSusp" /> |
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
|
393 |
7517
46f902aa6b54
issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6943
diff
changeset
|
394 <mapping from="sedimentload.m3a.coarse" to="SedimentLoadM3ACoarse" /> |
8107
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
395 <mapping from="sedimentload.m3a.fine_middle" to="SedimentLoadM3AFineMid" /> |
7517
46f902aa6b54
issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6943
diff
changeset
|
396 <mapping from="sedimentload.m3a.sand" to="SedimentLoadM3ASand" /> |
46f902aa6b54
issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6943
diff
changeset
|
397 <mapping from="sedimentload.m3a.susp_sand" to="SedimentLoadM3ASuspSand" /> |
46f902aa6b54
issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6943
diff
changeset
|
398 <mapping from="sedimentload.m3a.susp_sand_bed" to="SedimentLoadM3ASuspSandBed" /> |
8107
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
399 <mapping from="sedimentload.m3a.suspended_sediment" to="SedimentLoadM3ASediment" /> |
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
400 <mapping from="sedimentload.m3a.suspended_load" to="SedimentLoadM3ASusp" /> |
7517
46f902aa6b54
issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
6943
diff
changeset
|
401 <mapping from="sedimentload.m3a.total" to="SedimentLoadM3ATotal" /> |
8107
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
402 <mapping from="sedimentload.m3a.bed_load" to="SedimentLoadM3ABed" /> |
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
|
403 <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
|
404 |
84ac8549e87b
Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents:
8281
diff
changeset
|
405 <!-- Mappings for porosity from backend-DB --> |
84ac8549e87b
Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents:
8281
diff
changeset
|
406 <mapping from="porosity" to="Porosity" /> |
8854 | 407 |
408 <!-- Mappings for S-INFO --> | |
8961 | 409 <mapping from="bedheight_min" to="SInfoBedHeightMin" /> |
410 <mapping from="bedheight_max" to="SInfoBedHeightMax" /> | |
411 | |
8980
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
412 <mapping from="sinfo_facet_flow_depth" to="SInfoFlowDepth" /> |
8941
a9950a3a71e5
SINFO - tkh, configured result facets and themes
gernotbelger
parents:
8884
diff
changeset
|
413 <mapping from="sinfo_facet_flow_depth.filtered" to="SInfoFlowDepth" /> |
8980
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
414 <mapping from="sinfo_facet_flow_depth_with_tkh" to="SInfoFlowDepthWithTkh" /> |
8941
a9950a3a71e5
SINFO - tkh, configured result facets and themes
gernotbelger
parents:
8884
diff
changeset
|
415 <mapping from="sinfo_facet_flow_depth_with_tkh.filtered" to="SInfoFlowDepthWithTkh" /> |
8980
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
416 <mapping from="sinfo_facet_flow_depth_min" to="SInfoFlowDepthMin" /> |
8950
b0aeed4c97c1
Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents:
8941
diff
changeset
|
417 <mapping from="sinfo_facet_flow_depth_min.filtered" to="SInfoFlowDepthMin" /> |
8980
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
418 <mapping from="sinfo_facet_flow_depth_max" to="SInfoFlowDepthMax" /> |
8950
b0aeed4c97c1
Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents:
8941
diff
changeset
|
419 <mapping from="sinfo_facet_flow_depth_max.filtered" to="SInfoFlowDepthMax" /> |
8956 | 420 |
8980
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
421 <mapping from="sinfo_facet_flow_depth_current" to="SInfoFlowDepthCurrent" /> |
8956 | 422 <mapping from="sinfo_facet_flow_depth_current.filtered" to="SInfoFlowDepthCurrent" /> |
8980
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
423 <mapping from="sinfo_facet_flow_depth_historical" to="SInfoFlowDepthHistorical" /> |
8956 | 424 <mapping from="sinfo_facet_flow_depth_historical.filtered" to="SInfoFlowDepthHistorical" /> |
425 | |
8941
a9950a3a71e5
SINFO - tkh, configured result facets and themes
gernotbelger
parents:
8884
diff
changeset
|
426 <mapping from="sinfo_facet_tkh" to="SInfoTkh" /> |
a9950a3a71e5
SINFO - tkh, configured result facets and themes
gernotbelger
parents:
8884
diff
changeset
|
427 |
8980
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
428 <mapping from="sinfo_facet_d50" to="BedDiameterTopLines" /> |
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
429 <mapping from="sinfo_facet_tau" to="FlowVelocityTau" /> |
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
430 <mapping from="sinfo_facet_velocity" to="FlowVelocityVMainChannel" /> |
8956 | 431 |
8980
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
432 <mapping from="sinfo_facet_flow_depth_current" to="FlowVelocityVMainChannel" /> |
8956 | 433 <mapping from="sinfo_facet_flow_depth_current.filtered" to="FlowVelocityVMainChannel" /> |
8980
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
434 <mapping from="sinfo_facet_flow_depth_historical" to="FlowVelocityVMainChannel" /> |
8956 | 435 <mapping from="sinfo_facet_flow_depth_historical.filtered" to="FlowVelocityVMainChannel" /> |
436 | |
8980
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
437 <mapping from="sinfo_facet_flow_depth_development" to="SInfoFlowDepthDevelopment" /> |
8956 | 438 <mapping from="sinfo_facet_flow_depth_development.filtered" to="SInfoFlowDepthDevelopment" /> |
8980
b194fa64506a
SINFO - show results themes according to spec, either raw data or floating mean values.
gernotbelger
parents:
8961
diff
changeset
|
439 <mapping from="sinfo_facet_flow_depth_development_per_year" to="SInfoFlowDepthDevelopmentPerYear" /> |
8956 | 440 <mapping from="sinfo_facet_flow_depth_development_per_year.filtered" to="SInfoFlowDepthDevelopmentPerYear" /> |
441 <mapping from="sinfo_facet_waterlevel_difference.filtered" to="SInfoWaterlevelDifference" /> | |
442 <mapping from="sinfo_facet_bedheight_difference.filtered" to="SInfoBedHeightDifference" /> | |
9016
6e5ff436febe
Added datacage select and chart display for TKH series loaded from database
mschaefer
parents:
8980
diff
changeset
|
443 |
6e5ff436febe
Added datacage select and chart display for TKH series loaded from database
mschaefer
parents:
8980
diff
changeset
|
444 <mapping from="sinfo_facet_predefined_tkh" to="SInfoPredefinedTkh" /> |
9033
384eee4b4135
Added datacage select and chart display for flow depth evolution series loaded from database, and a correction for the tkh data
mschaefer
parents:
9016
diff
changeset
|
445 <mapping from="sinfo_facet_predefined_depthevol" to="SInfoPredefinedDepthEvol" /> |
384eee4b4135
Added datacage select and chart display for flow depth evolution series loaded from database, and a correction for the tkh data
mschaefer
parents:
9016
diff
changeset
|
446 <mapping from="sinfo_facet_predefined_depthevol_per_year" to="SInfoPredefinedDepthEvolPerYear" /> |
9035
c16e90a0baf7
Added datacage select and chart display for modelled flow depth series loaded from database
mschaefer
parents:
9033
diff
changeset
|
447 <mapping from="sinfo_facet_predefined_flowdepth" to="SInfoPredefinedFlowDepth" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
448 </mappings> |
8854 | 449 </themes> |