Mercurial > dive4elements > river
annotate artifacts/doc/conf/themes.xml @ 5935:4338815e2433
Remove unused Signature class.
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Wed, 08 May 2013 17:56:13 +0200 |
parents | 621c76fe6b6e |
children | 4bbf2ef9bdd8 |
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"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
4 <!ENTITY general SYSTEM "conf/themes/default/general.xml"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
5 <!ENTITY longitudinal-section SYSTEM "conf/themes/default/longitudinal-section.xml"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
6 <!ENTITY cross-section SYSTEM "conf/themes/default/cross-section.xml"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
7 <!ENTITY discharge SYSTEM "conf/themes/default/discharge.xml"> |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4682
diff
changeset
|
8 <!ENTITY duration SYSTEM "conf/themes/default/duration.xml"> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
9 <!ENTITY fixings SYSTEM "conf/themes/default/fixings.xml"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
10 <!ENTITY floodmap SYSTEM "conf/themes/default/floodmap.xml"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
11 <!ENTITY historical-discharge SYSTEM "conf/themes/default/historical-discharge.xml"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
12 <!ENTITY reference SYSTEM "conf/themes/default/reference.xml"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
13 <!ENTITY sq-relation SYSTEM "conf/themes/default/sq-relation.xml"> |
4682
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
14 |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
15 <!ENTITY general_sec SYSTEM "conf/themes/second/general.xml"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
16 <!ENTITY longitudinal-section_sec SYSTEM "conf/themes/second/longitudinal-section.xml"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
17 <!ENTITY cross-section_sec SYSTEM "conf/themes/second/cross-section.xml"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
18 <!ENTITY discharge_sec SYSTEM "conf/themes/second/discharge.xml"> |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4682
diff
changeset
|
19 <!ENTITY duration_sec SYSTEM "conf/themes/second/duration.xml"> |
4682
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
20 <!ENTITY fixings_sec SYSTEM "conf/themes/second/fixings.xml"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
21 <!ENTITY floodmap_sec SYSTEM "conf/themes/second/floodmap.xml"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
22 <!ENTITY historical-discharge_sec SYSTEM "conf/themes/second/historical-discharge.xml"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
23 <!ENTITY reference_sec SYSTEM "conf/themes/second/reference.xml"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
24 <!ENTITY sq-relation_sec SYSTEM "conf/themes/second/sq-relation.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
|
25 ]> |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
26 <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
|
27 &virtual-themes; |
1747
d2a17e990c70
Improved the Themes: we now support special themes for facets which need to match a given pattern string.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1746
diff
changeset
|
28 |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
29 <themegroup name="default"> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
30 &longitudinal-section; |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
31 &cross-section; |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
32 &discharge; |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4682
diff
changeset
|
33 &duration; |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
34 &fixings; |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
35 &floodmap; |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
36 &historical-discharge; |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
37 &reference; |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
38 &sq-relation; |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
39 &general; |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
40 </themegroup> |
4682
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
41 <themegroup name="second"> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
42 &longitudinal-section_sec; |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
43 &cross-section_sec; |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
44 &discharge_sec; |
4698
dfac28805d79
Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents:
4682
diff
changeset
|
45 &duration_sec; |
4682
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
46 &fixings_sec; |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
47 &floodmap_sec; |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
48 &historical-discharge_sec; |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
49 &reference_sec; |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
50 &sq-relation_sec; |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
51 &general_sec; |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
52 </themegroup> |
1c1effe530bc
Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
4674
diff
changeset
|
53 |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
54 <!-- Mappings are following now. A mapping maps between a name of a facet |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
55 and a theme. Always the first matching mapping is taken, so consider putting |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
56 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
|
57 <mappings> |
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" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
59 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
|
60 <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
|
61 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
|
62 <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
|
63 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
|
64 <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
|
65 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
|
66 <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
|
67 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
|
68 <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
|
69 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
|
70 <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
|
71 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
|
72 <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
|
73 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
|
74 <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
|
75 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
|
76 <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
|
77 pattern=".*(HQ300)(\D.*)*" to="LongitudinalSectiLEVEL >= DEBUGonW_HQ300_Points" /> |
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" masterAttr="ld_mode==location" |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
79 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
|
80 <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
|
81 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
|
82 <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
|
83 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
|
84 <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
|
85 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
|
86 <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
|
87 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
|
88 <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
|
89 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
|
90 <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
|
91 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
|
92 <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
|
93 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
|
94 <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
|
95 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
|
96 <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
|
97 to="LongitudinalSectionPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
98 <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
|
99 to="LongitudinalSectionW_HQ1" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
100 <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
|
101 to="LongitudinalSectionW_HQ2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
102 <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
|
103 to="LongitudinalSectionW_HQ5" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
104 <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
|
105 to="LongitudinalSectionW_HQ10" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
106 <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
|
107 to="LongitudinalSectionW_HQ20" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
108 <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
|
109 to="LongitudinalSectionW_HQ25" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
110 <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
|
111 to="LongitudinalSectionW_HQ50" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
112 <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
|
113 to="LongitudinalSectionW_HQ100" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
114 <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
|
115 to="LongitudinalSectionW_HQ200" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
116 <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
|
117 to="LongitudinalSectionW_HQ300" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
118 <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
|
119 to="LongitudinalSectionW_HQ500" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
120 <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
|
121 to="LongitudinalSectionW_HQ1000" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
122 <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
|
123 to="LongitudinalSectionW_HQExtrem" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
124 <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
|
125 to="LongitudinalSectionW_HQRZ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
126 <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
|
127 to="LongitudinalSectionW_HSQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
128 <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
|
129 to="LongitudinalSectionW_MHQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
130 <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
|
131 to="LongitudinalSectionW_MNQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
132 <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
|
133 to="LongitudinalSectionW_MQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
134 <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
|
135 to="LongitudinalSectionW_NQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
136 <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
|
137 <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
|
138 to="LongitudinalSectionQ_HQ1" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
139 <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
|
140 to="LongitudinalSectionQ_HQ2" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
141 <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
|
142 to="LongitudinalSectionQ_HQ5" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
143 <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
|
144 to="LongitudinalSectionQ_HQ10" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
145 <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
|
146 to="LongitudinalSectionQ_HQ20" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
147 <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
|
148 to="LongitudinalSectionQ_HQ25" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
149 <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
|
150 to="LongitudinalSectionQ_HQ50" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
151 <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
|
152 to="LongitudinalSectionQ_HQ100" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
153 <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
|
154 to="LongitudinalSectionQ_HQ200" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
155 <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
|
156 to="LongitudinalSectionQ_HQ300" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
157 <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
|
158 to="LongitudinalSectionQ_HQ500" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
159 <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
|
160 to="LongitudinalSectionQ_HQ1000" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
161 <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
|
162 to="LongitudinalSectionQ_HQExtrem" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
163 <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
|
164 to="LongitudinalSectionQ_HQRZ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
165 <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
|
166 to="LongitudinalSectionQ_HSQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
167 <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
|
168 to="LongitudinalSectionQ_MHQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
169 <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
|
170 to="LongitudinalSectionQ_MNQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
171 <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
|
172 to="LongitudinalSectionQ_MQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
173 <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
|
174 to="LongitudinalSectionQ_NQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
175 <mapping from="longitudinal_section.q" to="LongitudinalSection" /> |
5166
8937dd130230
Added themes for infoldings.
Raimund Renkert <rrenkert@intevation.de>
parents:
5161
diff
changeset
|
176 <mapping from="discharge_longitudinal_section.q.infolding" to="LongitudinalSectionQInfolding" /> |
8937dd130230
Added themes for infoldings.
Raimund Renkert <rrenkert@intevation.de>
parents:
5161
diff
changeset
|
177 <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
|
178 |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
179 <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
|
180 <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
|
181 <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
|
182 <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
|
183 <mapping from="historical_discharge.historicalw.diff" to="HistoricalDischargeCurveWDiff" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
184 <mapping from="historical_discharge.wq.curve" to="HistoricalDischargeWQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
185 <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
|
186 <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
|
187 <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
|
188 <mapping from="cross_section_water_line" to="CrossSectionWaterLine" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
189 <mapping from="computed_discharge_curve.q" to="ComputedDischargeCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
190 <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
|
191 <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
|
192 <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
|
193 <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
|
194 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ" /> |
5781
a5d4904e6bb2
Part of issue697: Q-Mainvalue-Artifacts-Text vertically.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5767
diff
changeset
|
195 <mapping from="computed_discharge_curve.mainvalues.q" to="MainValuesQVerticalText" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
196 <mapping from="computed_discharge_curve.mainvalues.w" to="MainValuesW" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
197 <mapping from="duration_curve.mainvalues.q" to="MainValuesQ" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
198 <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
|
199 <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
|
200 <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
|
201 <mapping from="w_differences" to="Differences" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
202 <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
|
203 <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
|
204 <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
|
205 <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
|
206 <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
|
207 <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
|
208 <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
|
209 <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
|
210 <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
|
211 <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
|
212 <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
|
213 <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
|
214 <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
|
215 <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
|
216 <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
|
217 <mapping from="floodmap.gauge_location" to="GaugeLocation" /> |
5437
b582df0c7b00
Add Jetties to floodmap
Andre Heinecke <aheinecke@intevation.de>
parents:
5349
diff
changeset
|
218 <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
|
219 <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
|
220 <mapping from="other.wkms" to="WKms" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
221 <mapping from="other.wkms.marks" to="WKmsAnnotation" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
222 <mapping from="other.wqkms" to="WQKms" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
223 <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
|
224 <mapping from="other.wqkms.q" to="WQKms" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
225 <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
|
226 <mapping from="area" to="Area" /> |
5161
a8d8ea1f2a5c
flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4698
diff
changeset
|
227 <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
|
228 <mapping from="hyk" to="Hyk" /> |
5161
a8d8ea1f2a5c
flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4698
diff
changeset
|
229 <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
|
230 <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
|
231 <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
|
232 <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
|
233 <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
|
234 <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
|
235 <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
|
236 <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
|
237 to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
238 <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
|
239 <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
|
240 <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
|
241 <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
|
242 <mapping from="manualpoints" to="ManualPoints" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
243 <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
|
244 <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
|
245 <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
|
246 <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
|
247 <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
|
248 <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
|
249 <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
|
250 <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
|
251 <mapping from="flow_velocity.discharge" to="FlowVelocityDischarge" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
252 <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
253 <mapping from="bedheight_middle.epoch" to="MiddleBedHeightEpoch" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
254 <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
|
255 <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
|
256 <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
|
257 <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
|
258 <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
|
259 <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
|
260 <mapping from="bed_longitudinal_section.bedload_diameter" to="BedLoadDiameter" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
261 <mapping from="bedheight_difference.year" to="BedheightDiffYear"/> |
4674
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
262 <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
|
263 <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
|
264 <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
|
265 <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
|
266 <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
|
267 <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
|
268 <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
|
269 <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
|
270 <mapping from="bedheight_difference.epoch.filtered" to="BedheightDiffEpoch"/> |
381d93d0be20
Added theme mapping for new facets.
Raimund Renkert <rrenkert@intevation.de>
parents:
4670
diff
changeset
|
271 <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
|
272 <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
|
273 <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
|
274 <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
|
275 <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
|
276 <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
|
277 <mapping from="relativepoint" to="RelativePoint" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
278 <mapping from="sq_a_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
279 <mapping from="sq_a_outlier" to="SQOutliers" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
280 <mapping from="sq_a_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
281 <mapping from="sq_a_outlier_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
282 <mapping from="sq_a_outlier_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
283 <mapping from="sq_b_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
284 <mapping from="sq_b_outlier" to="SQOutliers" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
285 <mapping from="sq_b_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
286 <mapping from="sq_b_outlier_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
287 <mapping from="sq_b_outlier_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
288 <mapping from="sq_c_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
289 <mapping from="sq_c_outlier" to="SQOutliers" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
290 <mapping from="sq_c_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
291 <mapping from="sq_c_outlier_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
292 <mapping from="sq_c_outlier_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
293 <mapping from="sq_d_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
294 <mapping from="sq_d_outlier" to="SQOutliers" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
295 <mapping from="sq_d_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
296 <mapping from="sq_d_outlier_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
297 <mapping from="sq_d_outlier_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
298 <mapping from="sq_e_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
299 <mapping from="sq_e_outlier" to="SQOutliers" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
300 <mapping from="sq_e_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
301 <mapping from="sq_e_outlier_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
302 <mapping from="sq_e_outlier_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
303 <mapping from="sq_f_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
304 <mapping from="sq_f_outlier" to="SQOutliers" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
305 <mapping from="sq_f_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
306 <mapping from="sq_f_outlier_curve" to="SQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
307 <mapping from="sq_f_outlier_measurement" to="SQMeasurements" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
308 <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
|
309 <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
|
310 <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
|
311 <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
|
312 <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
|
313 <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
|
314 <mapping from="fix_wq_curve" to="FixingWQCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
315 <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
|
316 <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
|
317 <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
|
318 <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
|
319 <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
|
320 <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
|
321 <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
|
322 <mapping from="fix_reference_events_dwt" to="FixingReferenceEvents" /> |
4433
5b8919ef601d
Backed out changeset e8a4d2fd25cc
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
4432
diff
changeset
|
323 <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
|
324 <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
|
325 <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
|
326 <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
|
327 <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
|
328 <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
|
329 <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
|
330 <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
|
331 <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
|
332 <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
|
333 <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
|
334 <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
|
335 <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
|
336 <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
|
337 <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
|
338 <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
|
339 <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
|
340 <mapping from="qsectors" to="QSectors" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
341 <mapping from="gauge_discharge_curve" to="GaugeDischargeCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
342 <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
|
343 <mapping from="extreme_wq_curve_base" to="ExtremeWQBaseCurve" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
344 <mapping from="sedimentload.coarse" to="SedimentLoadCoarse" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
345 <mapping from="sedimentload.finemiddle" to="SedimentLoadFineMid" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
346 <mapping from="sedimentload.sand" to="SedimentLoadSand" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
347 <mapping from="sedimentload.susp_sand" to="SedimentLoadSuspSand" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
348 <mapping from="sedimentload.susp_sand_bed" to="SedimentLoadSuspSandBed" /> |
5663
76b1fc8fed63
themes.xml: Fix typo that prevented susp_sediment theme display.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
5547
diff
changeset
|
349 <mapping from="sedimentload.susp_sediment" to="SedimentLoadSediment" /> |
4667
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
350 <mapping from="sedimentload.total_load" to="SedimentLoadTotalLoad" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
351 <mapping from="sedimentload.total" to="SedimentLoadTotal" /> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
352 </mappings> |
e6a282844a33
Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
4547
diff
changeset
|
353 |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
354 </themes> |