Mercurial > dive4elements > river
annotate artifacts/doc/conf/themes.xml @ 8577:3fae08a8cb90
(issue1753) Use different theme for measurements overview and single diagrams
The difference in the theme is the enabled "Date" label. It's
enabled in the single parameter diagrams but not in the overview.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 16 Mar 2015 10:00:39 +0100 |
parents | 3d08d7976975 |
children | 07c9ac22f611 |
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 [ |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
3 <!ENTITY virtual-themes SYSTEM "conf/themes/virtual.xml"> |
6103
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
5847
diff
changeset
|
4 <!ENTITY default-themes SYSTEM "conf/themes/default.xml"> |
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
5847
diff
changeset
|
5 <!ENTITY second-themes SYSTEM "conf/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> |
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
|
8 &virtual-themes; |
6103
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
5847
diff
changeset
|
9 &default-themes; |
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
5847
diff
changeset
|
10 &second-themes; |
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" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
216 <mapping from="bed_longitudinal_section.porosity_toplayer" to="PorosityTopLayer" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
217 <mapping from="bed_longitudinal_section.porosity_sublayer" to="PorositySubLayer" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
218 <mapping from="bed_longitudinal_section.sediment_density_toplayer" to="DensityTopLayer" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
219 <mapping from="bed_longitudinal_section.sediment_density_sublayer" to="DensitySublayer" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
220 <mapping from="bed_longitudinal_section.bed_diameter_toplayer" to="BedDiameterTopLayer" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
221 <mapping from="bed_longitudinal_section.bed_diameter_sublayer" to="BedDiameterSubLayer" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
222 <mapping from="bed_longitudinal_section.bedload_diameter" to="BedLoadDiameter" /> |
6253
b0d4aeba8e3d
New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
6109
diff
changeset
|
223 <mapping from="bed_longitudinal_section.bed_diameter_data_top" to="BedDiameterDataTop"/> |
b0d4aeba8e3d
New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
6109
diff
changeset
|
224 <mapping from="bed_longitudinal_section.bed_diameter_data_sub" to="BedDiameterDataSub"/> |
6263
f01dee3a39fc
Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents:
6253
diff
changeset
|
225 <mapping from="bed_longitudinal_section.bedload_diameter_data" to="BedloadDiameterData"/> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
226 <mapping from="bedheight_difference.year" to="BedheightDiffYear"/> |
4674
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
227 <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
|
228 <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
|
229 <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
|
230 <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
|
231 <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
|
232 <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
|
233 <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
|
234 <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
|
235 <mapping from="bedheight_difference.epoch.filtered" to="BedheightDiffEpoch"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
236 <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
|
237 <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
|
238 <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
|
239 <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
|
240 <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
|
241 <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
|
242 <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
|
243 |
a779ee47aa79
Unify colors of SQ-relations and distinguish outliers by point size.
Tom Gottfried <tom@intevation.de>
parents:
8403
diff
changeset
|
244 <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
|
245 <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
|
246 <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
|
247 <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
|
248 <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
|
249 <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
|
250 <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
|
251 <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
|
252 <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
|
253 <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
|
254 <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
|
255 <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
|
256 <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
|
257 <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
|
258 <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
|
259 <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
|
260 <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
|
261 <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
|
262 <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
|
263 <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
|
264 <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
|
265 <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
|
266 <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
|
267 <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
|
268 <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
|
269 <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
|
270 <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
|
271 <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
|
272 <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
|
273 <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
|
274 <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
|
275 <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
|
276 <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
|
277 <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
|
278 <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
|
279 <mapping from="sq_a_measurement_overview" to="SQMeasurementsOverviewA" /> |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
280 <mapping from="sq_a_outlier_overview" to="SQOutliersA" /> |
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
281 <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
|
282 <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
|
283 <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
|
284 <mapping from="sq_b_measurement_overview" to="SQMeasurementsOverviewB" /> |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
285 <mapping from="sq_b_outlier_overview" to="SQOutliersB" /> |
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
286 <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
|
287 <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
|
288 <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
|
289 <mapping from="sq_c_measurement_overview" to="SQMeasurementsOverviewC" /> |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
290 <mapping from="sq_c_outlier_overview" to="SQOutliersC" /> |
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
291 <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
|
292 <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
|
293 <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
|
294 <mapping from="sq_d_measurement_overview" to="SQMeasurementsOverviewD" /> |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
295 <mapping from="sq_d_outlier_overview" to="SQOutliersD" /> |
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
296 <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
|
297 <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
|
298 <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
|
299 <mapping from="sq_e_measurement_overview" to="SQMeasurementsOverviewE" /> |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
300 <mapping from="sq_e_outlier_overview" to="SQOutliersE" /> |
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
301 <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
|
302 <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
|
303 <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
|
304 <mapping from="sq_f_measurement_overview" to="SQMeasurementsOverviewF" /> |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
305 <mapping from="sq_f_outlier_overview" to="SQOutliersF" /> |
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
306 <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
|
307 <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
|
308 <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
|
309 <mapping from="sq_g_measurement_overview" to="SQMeasurementsOverviewG" /> |
8281
da7e623cf159
Added themes for new fraction in sq relation.
Raimund Renkert <rrenkert@intevation.de>
parents:
8265
diff
changeset
|
310 <mapping from="sq_g_outlier_overview" to="SQOutliersG" /> |
da7e623cf159
Added themes for new fraction in sq relation.
Raimund Renkert <rrenkert@intevation.de>
parents:
8265
diff
changeset
|
311 <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
|
312 <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
|
313 <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
|
314 |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
315 <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
|
316 <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
|
317 <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
|
318 <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
|
319 <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
|
320 <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
|
321 <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
|
322 <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
|
323 <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
|
324 <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
|
325 <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
|
326 <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
|
327 <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
|
328 <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
|
329 <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
|
330 <mapping from="fix_reference_events_dwt" to="FixingReferenceEvents" /> |
4433
5b8919ef601d
Backed out changeset e8a4d2fd25cc
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4432
diff
changeset
|
331 <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
|
332 <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
|
333 <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
|
334 <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
|
335 <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
|
336 <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
|
337 <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
|
338 <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
|
339 <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
|
340 <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
|
341 <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
|
342 <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
|
343 <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
|
344 <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
|
345 <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
|
346 <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
|
347 <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
|
348 <mapping from="qsectors" to="QSectors" /> |
8403
e316361229cd
Theme-style cleanup for discharge curves.
Tom Gottfried <tom@intevation.de>
parents:
8331
diff
changeset
|
349 <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
|
350 <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
|
351 <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
|
352 |
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
|
353 <!-- 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
|
354 <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
|
355 <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
|
356 <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
|
357 <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
|
358 <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
|
359 <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
|
360 <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
|
361 <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
|
362 <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
|
363 <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
|
364 |
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.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
|
366 <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
|
367 <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
|
368 <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
|
369 <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
|
370 <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
|
371 <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
|
372 <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
|
373 <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
|
374 <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
|
375 |
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
|
376 <mapping from="sedimentload.ta.coarse" to="SedimentLoadTACoarse" /> |
8107
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
377 <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
|
378 <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
|
379 <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
|
380 <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
|
381 <mapping from="sedimentload.ta.suspended_sediment" to="SedimentLoadTASediment" /> |
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
382 <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
|
383 <mapping from="sedimentload.ta.total" to="SedimentLoadTATotal" /> |
8107
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
384 <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
|
385 <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
|
386 |
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
|
387 <mapping from="sedimentload.m3a.coarse" to="SedimentLoadM3ACoarse" /> |
8107
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
388 <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
|
389 <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
|
390 <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
|
391 <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
|
392 <mapping from="sedimentload.m3a.suspended_sediment" to="SedimentLoadM3ASediment" /> |
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
393 <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
|
394 <mapping from="sedimentload.m3a.total" to="SedimentLoadM3ATotal" /> |
8107
0e587734fc56
(issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents:
7794
diff
changeset
|
395 <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
|
396 <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
|
397 |
84ac8549e87b
Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents:
8281
diff
changeset
|
398 <!-- 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
|
399 <mapping from="porosity" to="Porosity" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
400 </mappings> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
401 |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
402 </themes> |