Mercurial > dive4elements > river
annotate flys-artifacts/doc/conf/themes.xml @ 2773:ea03f26a7d50
Added concrete themes for maps.
flys-artifacts/trunk@4512 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 25 May 2012 08:57:14 +0000 |
parents | e22469664c20 |
children | b2727413fae2 |
rev | line source |
---|---|
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
1 <themes> |
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
2 |
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
3 <!-- Concrete themes are following now! --> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
4 <themegroup name="default"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
5 <theme name="DischargeCurve"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
6 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
7 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
8 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
9 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
10 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
11 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
12 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
13 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
14 </theme> |
2317
9b5541dcc01f
Added themes for discharge curves and difference curves in historical discharge curve charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2299
diff
changeset
|
15 |
9b5541dcc01f
Added themes for discharge curves and difference curves in historical discharge curve charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2299
diff
changeset
|
16 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
17 <!-- concrete theme for historical discharge curves --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
18 <theme name="HistoricalDischargeCurveQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
19 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
20 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
21 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
22 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
23 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
24 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
25 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
26 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
27 </theme> |
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 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
29 <theme name="HistoricalDischargeCurveQDiff"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
30 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
31 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
32 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
33 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
34 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
35 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
36 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
37 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
38 </theme> |
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
|
39 |
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
|
40 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
41 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
42 Discharge Longitudinal Section |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
43 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
44 <theme name="LongitudinalSectionW"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
45 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
46 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
47 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
48 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
49 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
50 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
51 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
52 </theme> |
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
|
53 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
54 <theme name="LongitudinalSectionW_HQ1"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
55 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
56 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
57 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
58 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
59 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
60 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
61 </theme> |
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
|
62 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
63 <theme name="LongitudinalSectionW_HQ2"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
64 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
65 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
66 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
67 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
68 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
69 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
70 </theme> |
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
|
71 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
72 <theme name="LongitudinalSectionW_HQ5"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
73 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
74 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
75 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
76 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
77 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
78 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
79 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
80 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
81 <theme name="LongitudinalSectionW_HQ10"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
82 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
83 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
84 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
85 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
86 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
87 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
88 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
89 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
90 <theme name="LongitudinalSectionW_HQ20"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
91 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
92 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
93 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
94 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
95 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
96 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
97 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
98 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
99 <theme name="LongitudinalSectionW_HQ25"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
100 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
101 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
102 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
103 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
104 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
105 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
106 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
107 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
108 <theme name="LongitudinalSectionW_HQ50"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
109 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
110 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
111 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
112 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
113 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
114 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
115 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
116 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
117 <theme name="LongitudinalSectionW_HQ100"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
118 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
119 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
120 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
121 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
122 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
123 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
124 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
125 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
126 <theme name="LongitudinalSectionW_HQ200"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
127 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
128 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
129 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
130 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
131 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
132 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
133 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
134 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
135 <theme name="LongitudinalSectionW_HQ500"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
136 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
137 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
138 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
139 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
140 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
141 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
142 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
143 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
144 <theme name="LongitudinalSectionW_HQ1000"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
145 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
146 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
147 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
148 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
149 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
150 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
151 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
152 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
153 <theme name="LongitudinalSectionW_HQRZ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
154 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
155 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
156 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
157 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
158 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
159 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
160 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
161 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
162 <theme name="LongitudinalSectionW_HSQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
163 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
164 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
165 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
166 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
167 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
168 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
169 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
170 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
171 <theme name="LongitudinalSectionW_MHQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
172 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
173 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
174 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
175 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
176 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
177 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
178 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
179 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
180 <theme name="LongitudinalSectionW_MNQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
181 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
182 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
183 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
184 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
185 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
186 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
187 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
188 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
189 <theme name="LongitudinalSectionW_MQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
190 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
191 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
192 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
193 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
194 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
195 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
196 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
197 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
198 <theme name="LongitudinalSectionW_NQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
199 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
200 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
201 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
202 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
203 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
204 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
205 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
206 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
207 <theme name="LongitudinalSectionW_HQExtrem"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
208 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
209 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
210 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
211 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
212 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
213 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
214 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
215 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
216 <theme name="LongitudinalSectionPoints"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
217 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
218 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
219 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
220 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
221 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
222 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
223 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
224 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
225 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
226 <theme name="LongitudinalSectionW_HQ1_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
227 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
228 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
229 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
230 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
231 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
232 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
233 <theme name="LongitudinalSectionW_HQ2_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
234 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
235 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
236 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
237 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
238 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
239 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
240 <theme name="LongitudinalSectionW_HQ5_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
241 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
242 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
243 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
244 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
245 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
246 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
247 <theme name="LongitudinalSectionW_HQ10_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
248 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
249 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
250 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
251 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
252 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
253 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
254 <theme name="LongitudinalSectionW_HQ20_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
255 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
256 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
257 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
258 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
259 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
260 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
261 <theme name="LongitudinalSectionW_HQ25_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
262 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
263 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
264 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
265 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
266 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
267 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
268 <theme name="LongitudinalSectionW_HQ50_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
269 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
270 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
271 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
272 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
273 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
274 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
275 <theme name="LongitudinalSectionW_HQ100_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
276 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
277 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
278 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
279 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
280 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
281 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
282 <theme name="LongitudinalSectionW_HQ200_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
283 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
284 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
285 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
286 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
287 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
288 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
289 <theme name="LongitudinalSectionW_HQ500_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
290 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
291 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
292 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
293 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
294 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
295 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
296 <theme name="LongitudinalSectionW_HQ1000_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
297 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
298 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
299 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
300 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
301 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
302 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
303 <theme name="LongitudinalSectionW_HQRZ_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
304 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
305 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
306 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
307 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
308 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
309 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
310 <theme name="LongitudinalSectionW_HSQ_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
311 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
312 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
313 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
314 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
315 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
316 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
317 <theme name="LongitudinalSectionW_MHQ_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
318 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
319 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
320 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
321 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
322 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
323 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
324 <theme name="LongitudinalSectionW_MNQ_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
325 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
326 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
327 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
328 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
329 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
330 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
331 <theme name="LongitudinalSectionW_MQ_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
332 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
333 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
334 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
335 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
336 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
337 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
338 <theme name="LongitudinalSectionW_NQ_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
339 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
340 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
341 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
342 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
343 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
344 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
345 <theme name="LongitudinalSectionW_HQExtrem_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
346 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
347 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
348 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
349 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
350 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
351 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
352 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
353 Longitudinal Section Q's |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
354 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
355 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
356 <theme name="LongitudinalSectionQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
357 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
358 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
359 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
360 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
361 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
362 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
363 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
364 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
365 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
366 <theme name="LongitudinalSectionQ_HQ1"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
367 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
368 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
369 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
370 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
371 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
372 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
373 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
374 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
375 <theme name="LongitudinalSectionQ_HQ2"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
376 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
377 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
378 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
379 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
380 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
381 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
382 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
383 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
384 <theme name="LongitudinalSectionQ_HQ5"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
385 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
386 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
387 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
388 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
389 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
390 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
391 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
392 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
393 <theme name="LongitudinalSectionQ_HQ10"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
394 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
395 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
396 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
397 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
398 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
399 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
400 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
401 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
402 <theme name="LongitudinalSectionQ_HQ20"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
403 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
404 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
405 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
406 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
407 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
408 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
409 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
410 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
411 <theme name="LongitudinalSectionQ_HQ25"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
412 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
413 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
414 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
415 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
416 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
417 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
418 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
419 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
420 <theme name="LongitudinalSectionQ_HQ50"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
421 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
422 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
423 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
424 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
425 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
426 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
427 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
428 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
429 <theme name="LongitudinalSectionQ_HQ100"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
430 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
431 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
432 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
433 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
434 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
435 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
436 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
437 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
438 <theme name="LongitudinalSectionQ_HQ200"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
439 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
440 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
441 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
442 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
443 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
444 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
445 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
446 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
447 <theme name="LongitudinalSectionQ_HQ500"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
448 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
449 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
450 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
451 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
452 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
453 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
454 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
455 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
456 <theme name="LongitudinalSectionQ_HQ1000"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
457 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
458 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
459 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
460 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
461 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
462 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
463 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
464 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
465 <theme name="LongitudinalSectionQ_HQRZ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
466 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
467 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
468 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
469 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
470 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
471 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
472 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
473 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
474 <theme name="LongitudinalSectionQ_HSQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
475 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
476 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
477 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
478 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
479 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
480 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
481 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
482 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
483 <theme name="LongitudinalSectionQ_MHQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
484 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
485 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
486 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
487 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
488 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
489 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
490 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
491 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
492 <theme name="LongitudinalSectionQ_MNQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
493 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
494 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
495 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
496 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
497 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
498 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
499 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
500 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
501 <theme name="LongitudinalSectionQ_MQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
502 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
503 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
504 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
505 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
506 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
507 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
508 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
509 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
510 <theme name="LongitudinalSectionQ_NQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
511 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
512 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
513 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
514 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
515 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
516 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
517 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
518 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
519 <theme name="LongitudinalSectionQ_HQExtrem"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
520 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
521 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
522 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
523 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
524 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
525 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
526 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
527 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
528 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
529 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
530 Computed Discharge Curves |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
531 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
532 <theme name="ComputedDischargeCurve"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
533 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
534 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
535 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
536 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
537 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
538 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
539 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
540 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
541 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
542 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
543 <theme name="ComputedDischargeCurveQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
544 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
545 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
546 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
547 <inherit from="Text"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
548 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
549 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
550 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
551 <field name="textcolor" type="Color" display="Farbe" default="200, 0, 15"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
552 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
553 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
554 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
555 <theme name="ComputedDischargeCurveW"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
556 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
557 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
558 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
559 <inherit from="Text"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
560 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
561 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
562 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
563 <field name="textcolor" type="Color" display="Farbe" default="0, 215, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
564 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
565 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
566 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
567 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
568 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
569 Cross Sections |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
570 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
571 <theme name="CrossSection"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
572 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
573 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
574 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
575 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
576 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
577 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
578 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
579 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
580 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
581 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
582 <theme name="CrossSectionWaterLine"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
583 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
584 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
585 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
586 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
587 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
588 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
589 <field name="showwidth" type="boolean" display="Breite anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
590 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
591 <field name="showmiddleheight" type="boolean" display="Wasserstand anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
592 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
593 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
594 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
595 <theme name="Hyk"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
596 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
597 <inherit from="Text"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
598 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
599 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
600 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
601 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
602 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
603 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
604 <!-- |
2752
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
605 Relative Points |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
606 --> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
607 <theme name="RelativePoint"> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
608 <inherits> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
609 <inherit from="LongitudinalSectionPoints"/></inherits> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
610 <!--fields> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
611 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
612 </fields--> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
613 </theme> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
614 |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
615 <!-- |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
616 Duration Curves |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
617 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
618 <theme name="DurationCurveW"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
619 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
620 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
621 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
622 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
623 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
624 <field name="linecolor" type="Color" display="Linienfarbe" default="0,51,204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
625 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
626 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
627 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
628 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
629 <theme name="DurationCurveQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
630 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
631 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
632 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
633 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
634 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
635 <field name="linecolor" type="Color" display="Linienfarbe" default="0,204,0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
636 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
637 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
638 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
639 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
640 <!-- Differences --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
641 <theme name="Differences"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
642 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
643 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
644 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
645 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
646 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
647 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
648 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
649 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
650 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
651 <!-- Reference Curves --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
652 <theme name="ReferenceCurveNormalized"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
653 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
654 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
655 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
656 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
657 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
658 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
659 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
660 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
661 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
662 <theme name="ReferenceCurve"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
663 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
664 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
665 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
666 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
667 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
668 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
669 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
670 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
671 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
672 <!-- General --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
673 <theme name="WKms"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
674 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
675 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
676 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
677 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
678 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
679 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
680 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
681 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
682 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
683 <theme name="WQKms"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
684 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
685 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
686 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
687 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
688 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
689 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
690 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
691 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
692 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
693 <theme name="WQPoints"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
694 <inherits><inherit from="Points"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
695 <fields> |
1822
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
696 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
697 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
698 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
699 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
700 </theme> |
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
|
701 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
702 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
703 Discharge Longitudinal Section |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
704 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
705 <theme name="DischargeLongitudinalSectionW"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
706 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
707 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
708 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
709 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
710 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
711 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
712 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
713 </theme> |
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
|
714 |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
715 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
716 <theme name="DischargeLongitudinalSectionC"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
717 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
718 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
719 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
720 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
721 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
722 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0 , 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
723 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
724 </theme> |
924
f7761914f745
An initial implementation to render chart series based on the XML configuration in themes.xml.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
363
diff
changeset
|
725 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
726 <theme name="DischargeLongitudinalSectionQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
727 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
728 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
729 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
730 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
731 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
732 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
733 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
734 </theme> |
924
f7761914f745
An initial implementation to render chart series based on the XML configuration in themes.xml.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
363
diff
changeset
|
735 |
f7761914f745
An initial implementation to render chart series based on the XML configuration in themes.xml.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
363
diff
changeset
|
736 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
737 <!-- Annotations --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
738 <theme name="Annotations"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
739 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
740 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
741 <inherit from="Text"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
742 <inherit from="AnnotationText"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
743 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
744 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
745 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
746 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
747 </theme> |
924
f7761914f745
An initial implementation to render chart series based on the XML configuration in themes.xml.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
363
diff
changeset
|
748 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
749 <!-- Manual Points --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
750 <theme name="ManualPoints"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
751 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
752 <inherit from="Points"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
753 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
754 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
755 <field name="linecolor" type="Color" display="Linienfarbe" default="250, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
756 <field name="font" type="Font" display="Schriftart" default="arial"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
757 <field name="textcolor" type="Color" display="Schriftfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
758 <field name="textsize" type="int" display="Schriftgröße" default="10"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
759 <field name="textstyle" type="Style" display="Schriftstil" default="standard"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
760 <field name="pointsize" type="int" display="Punktdicke" default="3" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
761 <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
762 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
763 <field name="showbackground" type="boolean" display="Hintergrund anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
764 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
765 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
766 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
767 <!-- Height Marks --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
768 <theme name="heightmarks_points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
769 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
770 <inherit from="Points"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
771 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
772 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
773 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
774 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
775 </theme> |
2771
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
776 |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
777 <!-- Areas --> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
778 <theme name="Area"> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
779 <inherits> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
780 <inherit from="Areas"/> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
781 </inherits> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
782 </theme> |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
783 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
784 <!-- Map --> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
785 <theme name="Floodmaps"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
786 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
787 <inherit from="Floodmap"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
788 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
789 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
790 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
791 <theme name="Floodplains"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
792 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
793 <inherit from="Floodplain"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
794 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
795 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
796 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
797 <theme name="WSPLGEN"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
798 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
799 <inherit from="WSPLGENS"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
800 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
801 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
802 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
803 <theme name="RiverAxis"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
804 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
805 <inherit from="RiverAxes"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
806 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
807 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
808 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
809 <theme name="Kms"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
810 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
811 <inherit from="Km"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
812 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
813 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
814 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
815 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
816 <theme name="Fixpoints"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
817 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
818 <inherit from="Fixpoint"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
819 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
820 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
821 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
822 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
823 <theme name="GaugeLocation"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
824 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
825 <inherit from="GaugeLocations"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
826 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
827 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
828 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
829 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
830 <theme name="Qps"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
831 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
832 <inherit from="Qp"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
833 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
834 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
835 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
836 <theme name="Hws"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
837 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
838 <inherit from="Hw"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
839 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
840 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
841 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
842 <theme name="Catchment"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
843 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
844 <inherit from="Catchments"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
845 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
846 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
847 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
848 <theme name="FloodmapLines"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
849 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
850 <inherit from="FloodmapLine"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
851 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
852 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
853 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
854 <theme name="Buildings"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
855 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
856 <inherit from="Building"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
857 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
858 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
859 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
860 <theme name="HydrBoundariesLines"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
861 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
862 <inherit from="HydrBoundariesLine"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
863 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
864 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
865 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
866 <theme name="HydrBoundariesPolys"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
867 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
868 <inherit from="HydrBoundariesPoly"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
869 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
870 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
871 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
872 </themegroup> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
873 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
874 <themegroup name="default-2"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
875 <theme name="DischargeCurve"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
876 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
877 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
878 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
879 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
880 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
881 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
882 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
883 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
884 </theme> |
924
f7761914f745
An initial implementation to render chart series based on the XML configuration in themes.xml.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
363
diff
changeset
|
885 |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
886 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
887 <!-- concrete theme for historical discharge curves --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
888 <theme name="HistoricalDischargeCurveQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
889 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
890 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
891 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
892 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
893 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
894 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
895 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
896 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
897 </theme> |
1719
62983d0ced51
Fix missing annotations ('Streckenfavoriten') style.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1714
diff
changeset
|
898 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
899 <theme name="HistoricalDischargeCurveQDiff"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
900 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
901 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
902 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
903 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
904 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
905 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
906 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
907 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
908 </theme> |
2193
73490b828a90
Manual Point Theming improved.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2175
diff
changeset
|
909 |
1815
a97764363ba2
Apply point theme to heightmark data imported via datacage to longitudinal section diagram.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1805
diff
changeset
|
910 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
911 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
912 Discharge Longitudinal Section |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
913 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
914 <theme name="LongitudinalSectionW"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
915 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
916 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
917 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
918 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
919 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
920 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
921 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
922 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
923 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
924 <theme name="LongitudinalSectionW_HQ1"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
925 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
926 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
927 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
928 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
929 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 102, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
930 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
931 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
932 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
933 <theme name="LongitudinalSectionW_HQ2"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
934 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
935 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
936 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
937 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
938 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 102, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
939 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
940 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
941 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
942 <theme name="LongitudinalSectionW_HQ5"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
943 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
944 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
945 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
946 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
947 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 51"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
948 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
949 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
950 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
951 <theme name="LongitudinalSectionW_HQ10"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
952 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
953 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
954 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
955 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
956 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
957 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
958 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
959 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
960 <theme name="LongitudinalSectionW_HQ20"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
961 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
962 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
963 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
964 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
965 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
966 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
967 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
968 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
969 <theme name="LongitudinalSectionW_HQ25"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
970 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
971 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
972 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
973 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
974 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 102, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
975 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
976 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
977 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
978 <theme name="LongitudinalSectionW_HQ50"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
979 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
980 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
981 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
982 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
983 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
984 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
985 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
986 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
987 <theme name="LongitudinalSectionW_HQ100"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
988 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
989 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
990 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
991 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
992 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
993 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
994 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
995 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
996 <theme name="LongitudinalSectionW_HQ200"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
997 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
998 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
999 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1000 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1001 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1002 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1003 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1004 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1005 <theme name="LongitudinalSectionW_HQ500"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1006 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1007 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1008 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1009 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1010 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 102, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1011 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1012 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1013 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1014 <theme name="LongitudinalSectionW_HQ1000"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1015 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1016 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1017 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1018 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1019 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1020 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1021 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1022 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1023 <theme name="LongitudinalSectionW_HQRZ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1024 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1025 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1026 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1027 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1028 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1029 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1030 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1031 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1032 <theme name="LongitudinalSectionW_HSQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1033 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1034 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1035 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1036 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1037 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1038 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1039 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1040 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1041 <theme name="LongitudinalSectionW_MHQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1042 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1043 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1044 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1045 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1046 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1047 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1048 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1049 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1050 <theme name="LongitudinalSectionW_MNQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1051 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1052 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1053 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1054 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1055 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1056 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1057 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1058 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1059 <theme name="LongitudinalSectionW_MQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1060 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1061 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1062 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1063 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1064 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1065 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1066 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1067 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1068 <theme name="LongitudinalSectionW_NQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1069 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1070 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1071 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1072 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1073 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 0, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1074 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1075 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1076 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1077 <theme name="LongitudinalSectionW_HQExtrem"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1078 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1079 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1080 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1081 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1082 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1083 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1084 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1085 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1086 <theme name="LongitudinalSectionPoints"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1087 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1088 <inherit from="LongitudinalSectionW"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1089 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1090 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1091 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1092 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1093 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1094 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1095 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1096 <theme name="LongitudinalSectionW_HQ1_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1097 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1098 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1099 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1100 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1101 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1102 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1103 <theme name="LongitudinalSectionW_HQ2_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1104 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1105 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1106 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 1"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1107 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1108 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1109 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1110 <theme name="LongitudinalSectionW_HQ5_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1111 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1112 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1113 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1114 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1115 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1116 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1117 <theme name="LongitudinalSectionW_HQ10_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1118 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1119 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1120 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1121 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1122 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1123 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1124 <theme name="LongitudinalSectionW_HQ20_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1125 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1126 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1127 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1128 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1129 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1130 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1131 <theme name="LongitudinalSectionW_HQ25_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1132 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1133 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1134 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1135 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1136 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1137 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1138 <theme name="LongitudinalSectionW_HQ50_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1139 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1140 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1141 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1142 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1143 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1144 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1145 <theme name="LongitudinalSectionW_HQ100_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1146 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1147 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1148 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1149 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1150 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1151 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1152 <theme name="LongitudinalSectionW_HQ200_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1153 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1154 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1155 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1156 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1157 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1158 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1159 <theme name="LongitudinalSectionW_HQ500_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1160 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1161 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1162 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1163 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1164 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1165 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1166 <theme name="LongitudinalSectionW_HQ1000_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1167 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1168 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1169 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1170 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1171 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1172 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1173 <theme name="LongitudinalSectionW_HQRZ_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1174 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1175 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1176 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1177 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1178 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1179 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1180 <theme name="LongitudinalSectionW_HSQ_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1181 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1182 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1183 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1184 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1185 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1186 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1187 <theme name="LongitudinalSectionW_MHQ_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1188 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1189 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1190 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1191 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1192 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1193 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1194 <theme name="LongitudinalSectionW_MNQ_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1195 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1196 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1197 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1198 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1199 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1200 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1201 <theme name="LongitudinalSectionW_MQ_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1202 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1203 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1204 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1205 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1206 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1207 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1208 <theme name="LongitudinalSectionW_NQ_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1209 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1210 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1211 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1212 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1213 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1214 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1215 <theme name="LongitudinalSectionW_HQExtrem_Points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1216 <inherits><inherit from="LongitudinalSectionPoints"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1217 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1218 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1219 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1220 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1221 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1222 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1223 Longitudinal Section Q's |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1224 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1225 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1226 <theme name="LongitudinalSectionQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1227 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1228 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1229 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1230 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1231 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1232 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1233 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1234 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1235 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1236 <theme name="LongitudinalSectionQ_HQ1"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1237 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1238 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1239 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1240 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1241 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1242 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1243 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1244 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1245 <theme name="LongitudinalSectionQ_HQ2"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1246 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1247 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1248 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1249 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1250 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1251 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1252 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1253 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1254 <theme name="LongitudinalSectionQ_HQ5"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1255 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1256 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1257 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1258 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1259 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1260 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1261 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1262 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1263 <theme name="LongitudinalSectionQ_HQ10"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1264 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1265 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1266 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1267 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1268 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1269 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1270 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1271 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1272 <theme name="LongitudinalSectionQ_HQ20"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1273 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1274 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1275 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1276 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1277 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1278 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1279 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1280 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1281 <theme name="LongitudinalSectionQ_HQ25"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1282 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1283 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1284 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1285 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1286 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1287 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1288 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1289 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1290 <theme name="LongitudinalSectionQ_HQ50"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1291 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1292 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1293 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1294 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1295 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1296 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1297 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1298 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1299 <theme name="LongitudinalSectionQ_HQ100"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1300 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1301 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1302 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1303 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1304 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1305 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1306 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1307 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1308 <theme name="LongitudinalSectionQ_HQ200"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1309 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1310 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1311 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1312 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1313 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1314 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1315 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1316 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1317 <theme name="LongitudinalSectionQ_HQ500"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1318 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1319 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1320 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1321 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1322 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1323 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1324 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1325 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1326 <theme name="LongitudinalSectionQ_HQ1000"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1327 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1328 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1329 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1330 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1331 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1332 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1333 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1334 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1335 <theme name="LongitudinalSectionQ_HQRZ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1336 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1337 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1338 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1339 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1340 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1341 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1342 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1343 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1344 <theme name="LongitudinalSectionQ_HSQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1345 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1346 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1347 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1348 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1349 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1350 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1351 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1352 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1353 <theme name="LongitudinalSectionQ_MHQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1354 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1355 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1356 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1357 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1358 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1359 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1360 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1361 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1362 <theme name="LongitudinalSectionQ_MNQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1363 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1364 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1365 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1366 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1367 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1368 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1369 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1370 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1371 <theme name="LongitudinalSectionQ_MQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1372 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1373 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1374 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1375 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1376 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1377 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1378 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1379 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1380 <theme name="LongitudinalSectionQ_NQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1381 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1382 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1383 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1384 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1385 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1386 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1387 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1388 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1389 <theme name="LongitudinalSectionQ_HQExtrem"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1390 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1391 <inherit from="LongitudinalSectionQ"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1392 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1393 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1394 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1395 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1396 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1397 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1398 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1399 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1400 Computed Discharge Curves |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1401 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1402 <theme name="ComputedDischargeCurve"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1403 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1404 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1405 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1406 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1407 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1408 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1409 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1410 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1411 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1412 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1413 <theme name="ComputedDischargeCurveQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1414 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1415 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1416 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1417 <inherit from="Text"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1418 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1419 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1420 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1421 <field name="textcolor" type="Color" display="Farbe" default="200, 0, 15"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1422 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1423 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1424 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1425 <theme name="ComputedDischargeCurveW"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1426 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1427 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1428 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1429 <inherit from="Text"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1430 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1431 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1432 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1433 <field name="textcolor" type="Color" display="Farbe" default="0, 215, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1434 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1435 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1436 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1437 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1438 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1439 Cross Sections |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1440 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1441 <theme name="CrossSection"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1442 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1443 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1444 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1445 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1446 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1447 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1448 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1449 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1450 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1451 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1452 <theme name="CrossSectionWaterLine"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1453 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1454 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1455 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1456 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1457 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,153"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1458 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1459 <field name="showwidth" type="boolean" display="Breite anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1460 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1461 <field name="showmiddleheight" type="boolean" display="Wasserstand anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1462 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1463 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1464 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1465 <theme name="Hyk"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1466 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1467 <inherit from="Text"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1468 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1469 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1470 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1471 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1472 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1473 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1474 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1475 Duration Curves |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1476 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1477 <theme name="DurationCurveW"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1478 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1479 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1480 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1481 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1482 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1483 <field name="linecolor" type="Color" display="Linienfarbe" default="0,51,204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1484 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1485 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1486 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1487 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1488 <theme name="DurationCurveQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1489 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1490 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1491 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1492 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1493 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1494 <field name="linecolor" type="Color" display="Linienfarbe" default="0,204,0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1495 <field name="linesize" type="int" display="Liniendicke" default="2" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1496 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1497 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1498 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1499 <!-- Differences --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1500 <theme name="Differences"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1501 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1502 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1503 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1504 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1505 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1506 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1507 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1508 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1509 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1510 <!-- Reference Curves --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1511 <theme name="ReferenceCurveNormalized"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1512 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1513 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1514 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1515 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1516 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1517 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1518 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1519 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1520 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1521 <theme name="ReferenceCurve"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1522 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1523 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1524 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1525 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1526 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1527 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1528 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1529 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1530 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1531 <!-- General --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1532 <theme name="WKms"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1533 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1534 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1535 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1536 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1537 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1538 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1539 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1540 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1541 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1542 <theme name="WQKms"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1543 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1544 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1545 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1546 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1547 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1548 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1549 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1550 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1551 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1552 <theme name="WQPoints"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1553 <inherits><inherit from="Points"/></inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1554 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1555 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1556 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1557 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1558 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1559 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1560 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1561 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1562 Discharge Longitudinal Section |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1563 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1564 <theme name="DischargeLongitudinalSectionW"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1565 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1566 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1567 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1568 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1569 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1570 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1571 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1572 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1573 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1574 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1575 <theme name="DischargeLongitudinalSectionC"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1576 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1577 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1578 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1579 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1580 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1581 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0 , 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1582 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1583 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1584 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1585 <theme name="DischargeLongitudinalSectionQ"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1586 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1587 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1588 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1589 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1590 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1591 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1592 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1593 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1594 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1595 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1596 <!-- Annotations --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1597 <theme name="Annotations"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1598 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1599 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1600 <inherit from="Text"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1601 <inherit from="AnnotationText"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1602 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1603 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1604 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1605 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1606 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1607 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1608 <!-- Manual Points --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1609 <theme name="ManualPoints"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1610 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1611 <inherit from="Points"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1612 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1613 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1614 <field name="linecolor" type="Color" display="Linienfarbe" default="250, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1615 <field name="font" type="Font" display="Schriftart" default="arial"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1616 <field name="textcolor" type="Color" display="Schriftfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1617 <field name="textsize" type="int" display="Schriftgröße" default="10"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1618 <field name="textstyle" type="Style" display="Schriftstil" default="standard"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1619 <field name="pointsize" type="int" display="Punktdicke" default="3" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1620 <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1621 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1622 <field name="showbackground" type="boolean" display="Hintergrund anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1623 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1624 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1625 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1626 <!-- Height Marks --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1627 <theme name="heightmarks_points"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1628 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1629 <inherit from="Points"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1630 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1631 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1632 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1633 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1634 </theme> |
2771
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1635 |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1636 <!-- Areas --> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1637 <theme name="Area"> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1638 <inherits> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1639 <inherit from="Areas"/> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1640 </inherits> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1641 </theme> |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1642 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1643 <!-- Map --> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1644 <theme name="Floodmaps"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1645 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1646 <inherit from="Floodmap"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1647 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1648 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1649 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1650 <theme name="Floodplains"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1651 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1652 <inherit from="Floodplain"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1653 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1654 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1655 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1656 <theme name="WSPLGEN"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1657 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1658 <inherit from="WSPLGENS"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1659 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1660 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1661 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1662 <theme name="RiverAxis"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1663 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1664 <inherit from="RiverAxes"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1665 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1666 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1667 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1668 <theme name="Kms"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1669 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1670 <inherit from="Km"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1671 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1672 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1673 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1674 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1675 <theme name="Fixpoints"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1676 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1677 <inherit from="Fixpoint"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1678 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1679 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1680 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1681 <theme name="GaugeLocation"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1682 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1683 <inherit from="GaugeLocations"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1684 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1685 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1686 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1687 <theme name="Qps"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1688 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1689 <inherit from="Qp"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1690 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1691 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1692 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1693 <theme name="Hws"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1694 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1695 <inherit from="Hw"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1696 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1697 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1698 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1699 <theme name="Catchment"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1700 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1701 <inherit from="Catchments"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1702 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1703 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1704 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1705 <theme name="FloodmapLines"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1706 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1707 <inherit from="FloodmapLine"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1708 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1709 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1710 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1711 <theme name="Buildings"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1712 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1713 <inherit from="Building"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1714 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1715 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1716 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1717 <theme name="HydrBoundariesLines"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1718 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1719 <inherit from="HydrBoundariesLine"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1720 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1721 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1722 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1723 <theme name="HydrBoundariesPolys"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1724 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1725 <inherit from="HydrBoundariesPoly"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1726 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1727 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1728 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1729 </themegroup> |
1719
62983d0ced51
Fix missing annotations ('Streckenfavoriten') style.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1714
diff
changeset
|
1730 |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
1731 <!-- Virtual themes are following now! --> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1732 <themegroup name="virtual"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1733 <theme name="Lines" type="virtual"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1734 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1735 <field name="showlines" type="boolean" display="Linie anzeigen" default="true"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1736 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1737 <field name="linetype" type="Dash" display="Linienart" default="10"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1738 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1739 <field name="linelabelfont" type="Font" display="Beschriftung: Schriftart" default="arial"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1740 <field name="linelabelcolor" type="Color" display="Beschriftung: Schriftfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1741 <field name="linelabelsize" type="int" display="Beschriftung: Schriftgröße" default="10"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1742 <field name="linelabelstyle" type="Style" display="Beschriftung: Schriftstil" default="standard"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1743 <field name="linelabelbgcolor" type="Color" display="Beschriftung: Hintergrundfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1744 <field name="linelabelshowbg" type="boolean" display="Beschriftung: Hintergrund füllen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1745 <!--orientation? --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1746 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1747 </theme> |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
1748 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1749 <theme name="Points" type="virtual"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1750 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1751 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1752 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1753 <field name="linetype" type="Dash" display="Linienart" default="10"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1754 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1755 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1756 </theme> |
2072
4cdd9c4896f6
#393 Added a new Renderer and Options in Themes that allow displaying minimum and maximum of a chart series.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2069
diff
changeset
|
1757 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1758 <theme name="ColorLines" type="virtual"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1759 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1760 <inherit from="Lines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1761 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1762 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1763 <field name="linecolor" type="Color" display="Linienfarbe" default="Color.BLACK"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1764 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1765 </theme> |
1730
4a245ad0ac17
Added new virtual theme for text and let 'Annotations' inherit from the new
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1719
diff
changeset
|
1766 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1767 <theme name="HiddenColorLines" type="virtual"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1768 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1769 <inherit from="ColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1770 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1771 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1772 <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1773 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1774 <field name="linetype" type="Dash" display="Linienart" default="10" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1775 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1776 <field name="pointsize" type="int" display="Punktdicke" default="5" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1777 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1778 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1779 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1780 <theme name="MinMaxPoints" type="virtual"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1781 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1782 <field name="showminimum" type="boolean" display="Minimum anzeigen" default="false" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1783 <field name="showmaximum" type="boolean" display="Minimum anzeigen" default="false" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1784 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1785 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1786 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1787 <theme name="Text" type="virtual"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1788 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1789 <field name="font" type="Font" display="Schriftart" default="arial"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1790 <field name="textcolor" type="Color" display="Schriftfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1791 <field name="textsize" type="int" display="Schriftgröße" default="10"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1792 <field name="textstyle" type="Style" display="Schriftstil" default="standard"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1793 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1794 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1795 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1796 <theme name="AnnotationText" type="virtual"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1797 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1798 <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1799 <field name="textorientation" type="boolean" display="Textausrichtung" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1800 <field name="showbackground" type="boolean" display="Hintergrund anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1801 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1802 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1803 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1804 <!-- Area relevant theme(s) --> |
2771
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1805 <theme name="Areas"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1806 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1807 <inherit from="Text"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1808 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1809 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1810 <field name="backgroundcolor" type="Color" display="Texthintergrund" default="255, 255, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1811 <field name="showbackground" type="boolean" display="Hintergrund anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1812 <field name="linecolor" type="Color" display="Linienfarbe" default="Color.BLACK"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1813 <field name="showlines" type="boolean" display="Linie anzeigen" default="true"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1814 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1815 <field name="linetype" type="Dash" display="Linienart" default="10"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1816 <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 100, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1817 <field name="showarea" type="boolean" display="Flaeche beschriften" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1818 <field name="showborder" type="boolean" display="Flaechebegrenzungslinie anzeigen" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1819 <field name="transparent" type="boolean" display="Transparenz" default="false"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1820 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1821 </theme> |
2019
aa3e7ed1fa46
Added theme defaults for areas, added facets to compatibility matrices.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1908
diff
changeset
|
1822 |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
1823 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1824 <!-- MAP relevant themes --> |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1825 <theme name="WSPLGENS"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1826 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1827 <field name="wsplgen_cat1" type="Color" display="Hintergrund" default="178, 201, 215"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1828 <field name="wsplgen_cat2" type="Color" display="Hintergrund" default="111, 147, 170"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1829 <field name="wsplgen_cat3" type="Color" display="Hintergrund" default="66, 111, 139"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1830 <field name="wsplgen_cat4" type="Color" display="Hintergrund" default="33, 79, 108"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1831 <field name="wsplgen_cat5" type="Color" display="Hintergrund" default="2, 27, 42"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1832 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1833 </theme> |
2684
14188f8daefb
Added support for WMS gauges in floodmaps and maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2683
diff
changeset
|
1834 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1835 <theme name="RiverAxes"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1836 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1837 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 205"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1838 <field name="linesize" type="int" display="Liniendicke" default="3" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1839 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1840 </theme> |
1856
410e40b88c7a
Added new WMSCatchmentArtifact for displaying catchments in maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1855
diff
changeset
|
1841 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1842 <theme name="Km"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1843 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1844 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1845 <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1846 <field name="textcolor" type="Color" display="Schriftfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1847 <field name="textsize" type="int" display="Schriftgröße" default="10"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1848 <field name="symbol" type="Symbol" display="Symbol" default="square"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1849 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1850 </theme> |
1870
ec458853f560
Added new WMSLineArtifact for displaying lines in maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1857
diff
changeset
|
1851 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1852 <theme name="Fixpoint"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1853 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1854 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1855 <field name="linesize" type="int" display="Liniendicke" default="3" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1856 <field name="symbol" type="Symbol" display="Symbol" default="point"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1857 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1858 </theme> |
1871
257f7b54a943
Added new WMSBuildingsArtifact for displaying buildings in maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1870
diff
changeset
|
1859 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1860 <theme name="Floodmap"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1861 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1862 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1863 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1864 <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1865 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1866 </theme> |
2683
f5af3adb3b95
Improved datacage configuration for floodmaps and maps and modified the WMS layer artifacts to support names for layers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2674
diff
changeset
|
1867 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1868 <theme name="GaugeLocations"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1869 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1870 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1871 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1872 <field name="symbol" type="Symbol" display="Symbol" default="point"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1873 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1874 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1875 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1876 <theme name="Qp"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1877 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1878 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1879 <field name="linesize" type="int" display="Liniendicke" default="3" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1880 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1881 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1882 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1883 <theme name="Hw"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1884 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1885 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1886 <field name="linesize" type="int" display="Liniendicke" default="3" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1887 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1888 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1889 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1890 <theme name="Catchments"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1891 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1892 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1893 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1894 <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1895 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1896 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1897 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1898 <theme name="Floodplain"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1899 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1900 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1901 <field name="linesize" type="int" display="Liniendicke" default="1" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1902 <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1903 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1904 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1905 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1906 <theme name="FloodmapLine"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1907 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1908 <field name="linecolor" type="Color" display="Linienfarbe" default="140, 200, 130"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1909 <field name="linesize" type="int" display="Liniendicke" default="3" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1910 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1911 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1912 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1913 <theme name="Building"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1914 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1915 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1916 <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1917 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1918 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1919 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1920 <theme name="HydrBoundariesLine"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1921 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1922 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1923 <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1924 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1925 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1926 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1927 <theme name="HydrBoundariesPoly"> |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1928 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1929 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1930 <field name="linesize" type="int" display="Liniendicke" default="5" hints="h"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1931 <field name="backgroundcolor" type="Color" display="Hintergrund" default="140, 200, 130"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1932 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1933 </theme> |
2683
f5af3adb3b95
Improved datacage configuration for floodmaps and maps and modified the WMS layer artifacts to support names for layers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2674
diff
changeset
|
1934 |
1793
1636686070f7
Initial commit to support styles in maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1755
diff
changeset
|
1935 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1936 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1937 FLOW VELOCITY |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1938 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1939 <theme name="FlowVelocityVMainChannel"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1940 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1941 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1942 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1943 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1944 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1945 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1946 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1947 </theme> |
2706
d8444fcb4e44
Create chart facets for flow velocity calculation and a chart generator for this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2684
diff
changeset
|
1948 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1949 <theme name="FlowVelocityVTotalChannel"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1950 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1951 <inherit from="FlowVelocityVMainChannel"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1952 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1953 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1954 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1955 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1956 </theme> |
2706
d8444fcb4e44
Create chart facets for flow velocity calculation and a chart generator for this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2684
diff
changeset
|
1957 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1958 <theme name="FlowVelocityTau"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1959 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1960 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1961 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1962 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1963 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1964 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1965 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1966 </theme> |
2706
d8444fcb4e44
Create chart facets for flow velocity calculation and a chart generator for this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2684
diff
changeset
|
1967 |
d8444fcb4e44
Create chart facets for flow velocity calculation and a chart generator for this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2684
diff
changeset
|
1968 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1969 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1970 MIDDLE BED HEIGHT |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1971 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1972 <theme name="MiddleBedHeightSingle"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1973 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1974 <inherit from="HiddenColorLines"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1975 <inherit from="MinMaxPoints"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1976 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1977 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1978 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1979 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1980 </theme> |
2715
250a370c377d
Added chart generator for middle bed height charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2706
diff
changeset
|
1981 |
2737
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1982 <theme name="MiddleBedHeightEpoch"> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1983 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1984 <inherit from="FlowVelocityVMainChannel"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1985 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1986 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1987 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1988 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1989 </theme> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1990 </themegroup> |
2715
250a370c377d
Added chart generator for middle bed height charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2706
diff
changeset
|
1991 |
250a370c377d
Added chart generator for middle bed height charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2706
diff
changeset
|
1992 <!-- |
1822
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
1993 Mappings are following now. A mapping maps between a name of a facet |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
1994 and a theme. |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
1995 Always the first matching mapping is taken, so consider putting most |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
1996 specific mappings on top of the list. |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
1997 --> |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
1998 <mappings> |
1822
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
1999 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQ1)(\D.*)*" to="LongitudinalSectionW_HQ1_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2000 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQ2)(\D.*)*" to="LongitudinalSectionW_HQ2_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2001 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQ5)(\D.*)*" to="LongitudinalSectionW_HQ5_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2002 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQ10)(\D.*)*" to="LongitudinalSectionW_HQ10_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2003 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQ20)(\D.*)*" to="LongitudinalSectionW_HQ20_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2004 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQ25)(\D.*)*" to="LongitudinalSectionW_HQ25_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2005 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQ50)(\D.*)*" to="LongitudinalSectionW_HQ50_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2006 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQ100)(\D.*)*" to="LongitudinalSectionW_HQ100_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2007 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQ200)(\D.*)*" to="LongitudinalSectionW_HQ200_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2008 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQ500)(\D.*)*" to="LongitudinalSectionW_HQ500_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2009 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQ1000)(\D.*)*" to="LongitudinalSectionW_HQ1000_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2010 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQExtrem)(\D.*)*" to="LongitudinalSectionW_HQExtrem_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2011 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HQRZ)(\D.*)*" to="LongitudinalSectionW_HQRZ_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2012 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(HSQ)(\D.*)*" to="LongitudinalSectionW_HSQ_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2013 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(MHQ)(\D.*)*" to="LongitudinalSectionW_MHQ_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2014 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(MNQ)(\D.*)*" to="LongitudinalSectionW_MNQ_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2015 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(MQ)(\D.*)*" to="LongitudinalSectionW_MQ_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2016 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" pattern=".*(NQ)(\D.*)*" to="LongitudinalSectionW_NQ_Points"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2017 <mapping from="longitudinal_section.w" masterAttr="ld_mode==location" to="LongitudinalSectionPoints"/> |
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
|
2018 <mapping from="longitudinal_section.w" pattern=".*(HQ1)(\D.*)*" to="LongitudinalSectionW_HQ1"/> |
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
|
2019 <mapping from="longitudinal_section.w" pattern=".*(HQ2)(\D.*)*" to="LongitudinalSectionW_HQ2"/> |
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
|
2020 <mapping from="longitudinal_section.w" pattern=".*(HQ5)(\D.*)*" to="LongitudinalSectionW_HQ5"/> |
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
|
2021 <mapping from="longitudinal_section.w" pattern=".*(HQ10)(\D.*)*" to="LongitudinalSectionW_HQ10"/> |
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
|
2022 <mapping from="longitudinal_section.w" pattern=".*(HQ20)(\D.*)*" to="LongitudinalSectionW_HQ20"/> |
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
|
2023 <mapping from="longitudinal_section.w" pattern=".*(HQ25)(\D.*)*" to="LongitudinalSectionW_HQ25"/> |
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
|
2024 <mapping from="longitudinal_section.w" pattern=".*(HQ50)(\D.*)*" to="LongitudinalSectionW_HQ50"/> |
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
|
2025 <mapping from="longitudinal_section.w" pattern=".*(HQ100)(\D.*)*" to="LongitudinalSectionW_HQ100"/> |
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
|
2026 <mapping from="longitudinal_section.w" pattern=".*(HQ200)(\D.*)*" to="LongitudinalSectionW_HQ200"/> |
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
|
2027 <mapping from="longitudinal_section.w" pattern=".*(HQ500)(\D.*)*" to="LongitudinalSectionW_HQ500"/> |
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
|
2028 <mapping from="longitudinal_section.w" pattern=".*(HQ1000)(\D.*)*" to="LongitudinalSectionW_HQ1000"/> |
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
|
2029 <mapping from="longitudinal_section.w" pattern=".*(HQExtrem)(\D.*)*" to="LongitudinalSectionW_HQExtrem"/> |
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
|
2030 <mapping from="longitudinal_section.w" pattern=".*(HQRZ)(\D.*)*" to="LongitudinalSectionW_HQRZ"/> |
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
|
2031 <mapping from="longitudinal_section.w" pattern=".*(HSQ)(\D.*)*" to="LongitudinalSectionW_HSQ"/> |
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
|
2032 <mapping from="longitudinal_section.w" pattern=".*(MHQ)(\D.*)*" to="LongitudinalSectionW_MHQ"/> |
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
|
2033 <mapping from="longitudinal_section.w" pattern=".*(MNQ)(\D.*)*" to="LongitudinalSectionW_MNQ"/> |
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
|
2034 <mapping from="longitudinal_section.w" pattern=".*(MQ)(\D.*)*" to="LongitudinalSectionW_MQ"/> |
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
|
2035 <mapping from="longitudinal_section.w" pattern=".*(NQ)(\D.*)*" to="LongitudinalSectionW_NQ"/> |
1822
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2036 <mapping from="longitudinal_section.w" to="LongitudinalSectionW"/> |
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2037 |
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
|
2038 <mapping from="longitudinal_section.q" pattern="(HQ1)(\D.*)*" to="LongitudinalSectionQ_HQ1"/> |
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
|
2039 <mapping from="longitudinal_section.q" pattern="(HQ2)(\D.*)*" to="LongitudinalSectionQ_HQ2"/> |
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
|
2040 <mapping from="longitudinal_section.q" pattern="(HQ5)(\D.*)*" to="LongitudinalSectionQ_HQ5"/> |
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
|
2041 <mapping from="longitudinal_section.q" pattern="(HQ10)(\D.*)*" to="LongitudinalSectionQ_HQ10"/> |
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
|
2042 <mapping from="longitudinal_section.q" pattern="(HQ20)(\D.*)*" to="LongitudinalSectionQ_HQ20"/> |
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
|
2043 <mapping from="longitudinal_section.q" pattern="(HQ25)(\D.*)*" to="LongitudinalSectionQ_HQ25"/> |
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
|
2044 <mapping from="longitudinal_section.q" pattern="(HQ50)(\D.*)*" to="LongitudinalSectionQ_HQ50"/> |
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
|
2045 <mapping from="longitudinal_section.q" pattern="(HQ100)(\D.*)*" to="LongitudinalSectionQ_HQ100"/> |
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
|
2046 <mapping from="longitudinal_section.q" pattern="(HQ200)(\D.*)*" to="LongitudinalSectionQ_HQ200"/> |
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
|
2047 <mapping from="longitudinal_section.q" pattern="(HQ500)(\D.*)*" to="LongitudinalSectionQ_HQ500"/> |
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
|
2048 <mapping from="longitudinal_section.q" pattern="(HQ1000)(\D.*)*" to="LongitudinalSectionQ_HQ1000"/> |
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
|
2049 <mapping from="longitudinal_section.q" pattern="(HQExtrem)(\D.*)*" to="LongitudinalSectionQ_HQExtrem"/> |
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
|
2050 <mapping from="longitudinal_section.q" pattern="(HQRZ)(\D.*)*" to="LongitudinalSectionQ_HQRZ"/> |
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
|
2051 <mapping from="longitudinal_section.q" pattern="(HSQ)(\D.*)*" to="LongitudinalSectionQ_HSQ"/> |
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
|
2052 <mapping from="longitudinal_section.q" pattern="(MHQ)(\D.*)*" to="LongitudinalSectionQ_MHQ"/> |
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
|
2053 <mapping from="longitudinal_section.q" pattern="(MNQ)(\D.*)*" to="LongitudinalSectionQ_MNQ"/> |
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
|
2054 <mapping from="longitudinal_section.q" pattern="(MQ)(\D.*)*" to="LongitudinalSectionQ_MQ"/> |
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
|
2055 <mapping from="longitudinal_section.q" pattern="(NQ)(\D.*)*" to="LongitudinalSectionQ_NQ"/> |
1822
6ed439ff61bf
Changed theme-mapping mechanism to include further condition (on master-artifacts attributes), added point themes for longitudinal.ws for calculations at locations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1816
diff
changeset
|
2056 <mapping from="longitudinal_section.q" to="LongitudinalSectionQ"/> |
1827
03f129fa0256
Defined default themes for other.w(q)kms .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1822
diff
changeset
|
2057 |
924
f7761914f745
An initial implementation to render chart series based on the XML configuration in themes.xml.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
363
diff
changeset
|
2058 <mapping from="discharge_curve.curve" to="DischargeCurve"/> |
2317
9b5541dcc01f
Added themes for discharge curves and difference curves in historical discharge curve charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2299
diff
changeset
|
2059 <mapping from="historical_discharge.historicalq" to="HistoricalDischargeCurveQ"/> |
9b5541dcc01f
Added themes for discharge curves and difference curves in historical discharge curve charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2299
diff
changeset
|
2060 <mapping from="historical_discharge.historicalq.diff" to="HistoricalDischargeCurveQDiff"/> |
1143
eed81499b0d2
Added Themes for CrossSection diagrams.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1092
diff
changeset
|
2061 <mapping from="cross_section" to="CrossSection"/> |
eed81499b0d2
Added Themes for CrossSection diagrams.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1092
diff
changeset
|
2062 <mapping from="cross_section_water_line" to="CrossSectionWaterLine"/> |
924
f7761914f745
An initial implementation to render chart series based on the XML configuration in themes.xml.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
363
diff
changeset
|
2063 <mapping from="computed_discharge_curve.q" to="ComputedDischargeCurve"/> |
f7761914f745
An initial implementation to render chart series based on the XML configuration in themes.xml.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
363
diff
changeset
|
2064 <mapping from="duration_curve.w" to="DurationCurveW"/> |
f7761914f745
An initial implementation to render chart series based on the XML configuration in themes.xml.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
363
diff
changeset
|
2065 <mapping from="duration_curve.q" to="DurationCurveQ"/> |
f7761914f745
An initial implementation to render chart series based on the XML configuration in themes.xml.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
363
diff
changeset
|
2066 <mapping from="discharge_longitudinal_section.w" to="DischargeLongitudinalSectionW"/> |
f7761914f745
An initial implementation to render chart series based on the XML configuration in themes.xml.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
363
diff
changeset
|
2067 <mapping from="discharge_longitudinal_section.c" to="DischargeLongitudinalSectionC"/> |
f7761914f745
An initial implementation to render chart series based on the XML configuration in themes.xml.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
363
diff
changeset
|
2068 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> |
1092
0eb585cd3882
Added limited themeing-support for MainValues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
924
diff
changeset
|
2069 <mapping from="computed_discharge_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> |
0eb585cd3882
Added limited themeing-support for MainValues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
924
diff
changeset
|
2070 <mapping from="computed_discharge_curve.mainvalues.w" to="ComputedDischargeCurveW"/> |
2163
105097966111
Theoretically allow annotations on second y ais. Practically allow Q MainValues on Q Axis in Duration Curves.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2146
diff
changeset
|
2071 <mapping from="duration_curve.mainvalues.q" to="ComputedDischargeCurveQ"/> |
2099
925c88ecb842
Fix flys/issue446: Added default theme for certain mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2076
diff
changeset
|
2072 <mapping from="mainvalues.q" to="ComputedDischargeCurveQ"/> |
925c88ecb842
Fix flys/issue446: Added default theme for certain mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2076
diff
changeset
|
2073 <mapping from="mainvalues.w" to="ComputedDischargeCurveW"/> |
1719
62983d0ced51
Fix missing annotations ('Streckenfavoriten') style.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1714
diff
changeset
|
2074 <mapping from="longitudinal_section.annotations" to="Annotations"/> |
1755
f7072039ad84
Added default diff theme, avoid possible NPE.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1750
diff
changeset
|
2075 <mapping from="w_differences" to="Differences"/> |
2616
27cc95e65f18
Defined a style for WSPLGEN layers which are now modifiable.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2604
diff
changeset
|
2076 <mapping from="floodmap.wsplgen" to="WSPLGEN"/> |
1793
1636686070f7
Initial commit to support styles in maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1755
diff
changeset
|
2077 <mapping from="floodmap.riveraxis" to="RiverAxis"/> |
1805
5e9696c32f04
Added datacage config and loaders for KM WMS layer in floodmaps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1793
diff
changeset
|
2078 <mapping from="floodmap.kms" to="Kms"/> |
1836
729ba79e94a0
Added datacage configuration, loader (Artifact and State) and a theme for cross section tracks.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1827
diff
changeset
|
2079 <mapping from="floodmap.qps" to="Qps"/> |
1855
b4798f15edc7
Added new WMSHwsArtifact for displaying flood protection works.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1844
diff
changeset
|
2080 <mapping from="floodmap.hws" to="Hws"/> |
2683
f5af3adb3b95
Improved datacage configuration for floodmaps and maps and modified the WMS layer artifacts to support names for layers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2674
diff
changeset
|
2081 <mapping from="floodmap.hydr_boundaries" to="HydrBoundariesLines"/> |
f5af3adb3b95
Improved datacage configuration for floodmaps and maps and modified the WMS layer artifacts to support names for layers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2674
diff
changeset
|
2082 <mapping from="floodmap.hydr_boundaries_poly" to="HydrBoundariesPolys"/> |
1856
410e40b88c7a
Added new WMSCatchmentArtifact for displaying catchments in maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1855
diff
changeset
|
2083 <mapping from="floodmap.catchment" to="Catchment"/> |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2084 <mapping from="floodmap.floodplain" to="Floodplains"/> |
2670
402695ee7c24
Modified configuration of facets for 'map' and theme for floodmap lines.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2667
diff
changeset
|
2085 <mapping from="floodmap.lines" to="FloodmapLines"/> |
1871
257f7b54a943
Added new WMSBuildingsArtifact for displaying buildings in maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1870
diff
changeset
|
2086 <mapping from="floodmap.buildings" to="Buildings"/> |
1873
841af55d5e53
Added new WMSFixpointsArtifact for displaying fixpoints in maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1871
diff
changeset
|
2087 <mapping from="floodmap.fixpoints" to="Fixpoints"/> |
2581
afebbe9c2fce
Added a new Artifact for loading existing 'floodmaps' via datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2416
diff
changeset
|
2088 <mapping from="floodmap.floodmaps" to="Floodmaps"/> |
2684
14188f8daefb
Added support for WMS gauges in floodmaps and maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2683
diff
changeset
|
2089 <mapping from="floodmap.gauge_location" to="GaugeLocation"/> |
1908
19c53705a2eb
Added Point Stlye for other.wq data.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1878
diff
changeset
|
2090 <mapping from="other.wq" to="WQPoints"/> |
1827
03f129fa0256
Defined default themes for other.w(q)kms .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1822
diff
changeset
|
2091 <mapping from="other.wkms" to="WKms"/> |
03f129fa0256
Defined default themes for other.w(q)kms .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1822
diff
changeset
|
2092 <mapping from="other.wqkms" to="WQKms"/> |
2099
925c88ecb842
Fix flys/issue446: Added default theme for certain mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2076
diff
changeset
|
2093 <mapping from="other.wqkms.w" to="WQKms"/> |
925c88ecb842
Fix flys/issue446: Added default theme for certain mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2076
diff
changeset
|
2094 <mapping from="other.wqkms.q" to="WQKms"/> |
1815
a97764363ba2
Apply point theme to heightmark data imported via datacage to longitudinal section diagram.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1805
diff
changeset
|
2095 <mapping from="heightmarks_points" to="heightmarks_points"/> |
2019
aa3e7ed1fa46
Added theme defaults for areas, added facets to compatibility matrices.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1908
diff
changeset
|
2096 <mapping from="area" to="Area"/> |
aa3e7ed1fa46
Added theme defaults for areas, added facets to compatibility matrices.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1908
diff
changeset
|
2097 <mapping from="cross_section.area" to="Area"/> |
2146
2d850e585176
Added style for hyks.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2099
diff
changeset
|
2098 <mapping from="hyk" to="Hyk"/> |
2069
b18f056c244e
Adjust Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2032
diff
changeset
|
2099 <mapping from="longitudinal_section.area" to="Area"/> |
2293
c308c4ce45b0
Map themes to manualpoint themes.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2291
diff
changeset
|
2100 <mapping from="longitudinal_section.manualpoints" to="ManualPoints"/> |
c308c4ce45b0
Map themes to manualpoint themes.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2291
diff
changeset
|
2101 <mapping from="cross_section.manualpoints" to="ManualPoints"/> |
c308c4ce45b0
Map themes to manualpoint themes.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2291
diff
changeset
|
2102 <mapping from="computed_discharge_curve.manualpoints" to="ManualPoints"/> |
c308c4ce45b0
Map themes to manualpoint themes.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2291
diff
changeset
|
2103 <mapping from="duration_curve.manualpoints" to="ManualPoints"/> |
c308c4ce45b0
Map themes to manualpoint themes.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2291
diff
changeset
|
2104 <mapping from="wdifferences.manualpoints" to="ManualPoints"/> |
c308c4ce45b0
Map themes to manualpoint themes.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2291
diff
changeset
|
2105 <mapping from="discharge_longitudinal_section.manualpoints" to="ManualPoints"/> |
2295
504f53de1581
Fix flys/issue472. (discharge_curve manualpoints)
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2293
diff
changeset
|
2106 <mapping from="discharge_curve.manualpoints" to="ManualPoints"/> |
2299
094b4abde10e
fix flys/issue474 (manual points in reference curves).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2297
diff
changeset
|
2107 <mapping from="reference_curve.manualpoints" to="ManualPoints"/> |
094b4abde10e
fix flys/issue474 (manual points in reference curves).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2297
diff
changeset
|
2108 <mapping from="reference_curve_normalized.manualpoints" to="ManualPoints"/> |
2635
1b204ee4446b
Styles are now available for manual points in historical discharge charts.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2616
diff
changeset
|
2109 <mapping from="historical_discharge.manualpoints" to="ManualPoints"/> |
2193
73490b828a90
Manual Point Theming improved.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2175
diff
changeset
|
2110 <mapping from="manualpoints" to="ManualPoints"/> |
2251
c9c788eea200
Improved reference curve.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2193
diff
changeset
|
2111 <mapping from="reference_curve" to="ReferenceCurve"/> |
2297
c7bbd4e582ed
Register style for reference_curve_normalized.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2295
diff
changeset
|
2112 <mapping from="reference_curve_normalized" to="ReferenceCurveNormalized"/> |
2706
d8444fcb4e44
Create chart facets for flow velocity calculation and a chart generator for this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2684
diff
changeset
|
2113 <mapping from="flow_velocity.totalchannel" to="FlowVelocityVTotalChannel"/> |
d8444fcb4e44
Create chart facets for flow velocity calculation and a chart generator for this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2684
diff
changeset
|
2114 <mapping from="flow_velocity.mainchannel" to="FlowVelocityVMainChannel"/> |
d8444fcb4e44
Create chart facets for flow velocity calculation and a chart generator for this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2684
diff
changeset
|
2115 <mapping from="flow_velocity.tau" to="FlowVelocityTau"/> |
2715
250a370c377d
Added chart generator for middle bed height charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2706
diff
changeset
|
2116 <mapping from="bedheight_middle.single" to="MiddleBedHeightSingle"/> |
250a370c377d
Added chart generator for middle bed height charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2706
diff
changeset
|
2117 <mapping from="bedheight_middle.epoch" to="MiddleBedHeightEpoch"/> |
2752
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
2118 <mapping from="relativepoint" to="RelativePoint"/> |
2715
250a370c377d
Added chart generator for middle bed height charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2706
diff
changeset
|
2119 |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
2120 </mappings> |
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
2121 </themes> |