Mercurial > dive4elements > river
annotate flys-artifacts/doc/conf/themes.xml @ 3226:cd79a4e1e80d
Removed line properties from fixation point themes and added missing point properties.
flys-artifacts/trunk@4852 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 03 Jul 2012 07:23:46 +0000 |
parents | bbb488b145ce |
children | f6b571220852 |
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 |
2995
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
528 <!-- |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
529 Main Values |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
530 --> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
531 <theme name="MainValuesQ"> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
532 <inherits> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
533 <inherit from="HiddenColorLines"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
534 <inherit from="Text"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
535 </inherits> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
536 <fields> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
537 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
538 <field name="textcolor" type="Color" display="Farbe" default="200, 0, 15"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
539 <field name="showhorizontalline" type="boolean" display="Horizontale Linie" default="true"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
540 <field name="showverticalline" type="boolean" display="Vertikale Linie" default="true"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
541 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
542 </fields> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
543 </theme> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
544 |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
545 <theme name="MainValuesW"> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
546 <inherits> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
547 <inherit from="HiddenColorLines"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
548 <inherit from="Text"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
549 </inherits> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
550 <fields> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
551 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
552 <field name="textcolor" type="Color" display="Farbe" default="0, 215, 0"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
553 <field name="showhorizontalline" type="boolean" display="Horizontale Linie" default="true"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
554 <field name="showverticalline" type="boolean" display="Vertikale Linie" default="true"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
555 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
556 </fields> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
557 </theme> |
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
|
558 |
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 <!-- |
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 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
|
561 --> |
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 <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
|
563 <inherits> |
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 <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
|
565 <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
|
566 </inherits> |
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 <fields> |
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 <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
|
569 <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
|
570 </fields> |
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> |
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 |
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 <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
|
574 <inherits> |
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 <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
|
576 <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
|
577 <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
|
578 </inherits> |
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 <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
|
581 <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
|
582 </fields> |
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 </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
|
584 |
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 <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
|
586 <inherits> |
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 <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
|
588 <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
|
589 <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
|
590 </inherits> |
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 <fields> |
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 <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
|
593 <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
|
594 <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
|
595 </fields> |
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 </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
|
597 |
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 <!-- |
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 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
|
600 --> |
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 <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
|
602 <inherits> |
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 <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
|
604 <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
|
605 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
606 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
607 <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
|
608 <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
|
609 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
610 </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
|
611 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
612 <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
|
613 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
614 <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
|
615 </inherits> |
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 <fields> |
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 <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
|
618 <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
|
619 <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
|
620 <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
|
621 <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
|
622 </fields> |
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 </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
|
624 |
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 <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
|
626 <inherits> |
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 <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
|
628 </inherits> |
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 <fields> |
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 <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
|
631 </fields> |
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 </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
|
633 |
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 <!-- |
2752
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
635 Relative Points |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
636 --> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
637 <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
|
638 <inherits> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
639 <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
|
640 <!--fields> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
641 <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
|
642 </fields--> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
643 </theme> |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
644 |
687e363b97a0
Polish: theme for relativepoint, removal of wrong facet in compatibility list.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2737
diff
changeset
|
645 <!-- |
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
|
646 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
|
647 --> |
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 <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
|
649 <inherits> |
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 <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
|
651 <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
|
652 </inherits> |
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 <fields> |
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 <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
|
655 <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
|
656 </fields> |
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 </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
|
658 |
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 <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
|
660 <inherits> |
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 <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
|
662 <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
|
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 <fields> |
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 <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
|
666 <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
|
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 </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
|
669 |
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 <!-- 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
|
671 <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
|
672 <inherits> |
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 <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
|
674 <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
|
675 </inherits> |
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 <fields> |
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 <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
|
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 </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
|
680 |
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 <!-- 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
|
682 <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
|
683 <inherits> |
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 <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
|
685 <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
|
686 </inherits> |
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 <fields> |
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 <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
|
689 </fields> |
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 </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
|
691 |
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 <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
|
693 <inherits> |
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 <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
|
695 <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
|
696 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
697 <fields> |
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, 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
|
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> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
701 |
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 <!-- 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
|
703 <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
|
704 <inherits> |
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 <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
|
706 <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
|
707 </inherits> |
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 <fields> |
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 <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
|
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 </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
|
712 |
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 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
|
714 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
715 <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
|
716 <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
|
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 <fields> |
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 <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
|
720 </fields> |
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 </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
|
722 |
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 <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
|
724 <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
|
725 <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
|
726 <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
|
727 <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
|
728 <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
|
729 </fields> |
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 </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
|
731 |
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
|
732 <!-- |
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 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
|
734 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
735 <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
|
736 <inherits> |
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 <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
|
738 <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
|
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 <fields> |
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 <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
|
742 </fields> |
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 </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
|
744 |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
745 |
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
|
746 <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
|
747 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
748 <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
|
749 <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
|
750 </inherits> |
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 <fields> |
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 <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
|
753 </fields> |
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 </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
|
755 |
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
|
756 <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
|
757 <inherits> |
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 <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
|
759 <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
|
760 </inherits> |
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 <fields> |
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="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
|
763 </fields> |
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 </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
|
765 |
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
|
766 |
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
|
767 <!-- 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
|
768 <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
|
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="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
|
771 <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
|
772 <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
|
773 </inherits> |
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 <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
|
776 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
777 </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
|
778 |
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
|
779 <!-- 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
|
780 <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
|
781 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
782 <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
|
783 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
784 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
785 <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
|
786 <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
|
787 <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
|
788 <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
|
789 <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
|
790 <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
|
791 <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
|
792 <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
|
793 <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
|
794 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
795 </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
|
796 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
797 <!-- 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
|
798 <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
|
799 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
800 <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
|
801 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
802 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
803 <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
|
804 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
805 </theme> |
2771
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
806 |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
807 <!-- Areas --> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
808 <theme name="Area"> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
809 <inherits> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
810 <inherit from="Areas"/> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
811 </inherits> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
812 </theme> |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
813 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
814 <!-- Map --> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
815 <theme name="Floodmaps"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
816 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
817 <inherit from="Floodmap"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
818 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
819 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
820 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
821 <theme name="Floodplains"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
822 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
823 <inherit from="Floodplain"/> |
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 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
826 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
827 <theme name="WSPLGEN"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
828 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
829 <inherit from="WSPLGENS"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
830 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
831 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
832 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
833 <theme name="RiverAxis"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
834 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
835 <inherit from="RiverAxes"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
836 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
837 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
838 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
839 <theme name="Kms"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
840 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
841 <inherit from="Km"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
842 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
843 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
844 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
845 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
846 <theme name="Fixpoints"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
847 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
848 <inherit from="Fixpoint"/> |
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 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
851 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
852 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
853 <theme name="GaugeLocation"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
854 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
855 <inherit from="GaugeLocations"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
856 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
857 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
858 |
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="Qps"> |
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="Qp"/> |
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="Hws"> |
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="Hw"/> |
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 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
872 <theme name="Catchment"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
873 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
874 <inherit from="Catchments"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
875 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
876 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
877 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
878 <theme name="FloodmapLines"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
879 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
880 <inherit from="FloodmapLine"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
881 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
882 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
883 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
884 <theme name="Buildings"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
885 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
886 <inherit from="Building"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
887 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
888 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
889 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
890 <theme name="HydrBoundariesLines"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
891 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
892 <inherit from="HydrBoundariesLine"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
893 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
894 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
895 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
896 <theme name="HydrBoundariesPolys"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
897 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
898 <inherit from="HydrBoundariesPoly"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
899 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
900 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
901 |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
902 <!-- |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
903 SQ Relation |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
904 --> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
905 <theme name="SQMeasurements"> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
906 <inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
907 <inherit from="ColorPoints"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
908 </inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
909 <fields> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
910 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> |
3117
e7ff82a52c88
Adjusted the color of SQ relation Facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3102
diff
changeset
|
911 <field name="pointcolor" type="Color" default="#0099FF"/> |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
912 </fields> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
913 </theme> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
914 |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
915 <theme name="SQOutliers"> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
916 <inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
917 <inherit from="ColorPoints"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
918 </inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
919 <fields> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
920 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> |
3090
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
921 <field name="pointcolor" type="Color" default="#CC0000"/> |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
922 </fields> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
923 </theme> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
924 |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
925 <theme name="SQCurve"> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
926 <inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
927 <inherit from="HiddenColorLines"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
928 </inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
929 <fields> |
3117
e7ff82a52c88
Adjusted the color of SQ relation Facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3102
diff
changeset
|
930 <field name="linecolor" type="Color" default="#000000"/> |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
931 </fields> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
932 </theme> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
933 |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
934 <theme name="FixingSectorAverageWQ0"> |
3091
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
935 <inherits> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
936 <inherit from="ColorPoints"/> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
937 </inherits> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
938 <fields> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
939 <field name="showlines" type="boolean" default="false"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
940 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
941 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
942 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
943 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
944 </fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
945 </theme> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
946 <theme name="FixingSectorAverageWQ1"> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
947 <inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
948 <inherit from="ColorPoints"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
949 </inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
950 <fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
951 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
952 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
953 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
954 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
955 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
956 </fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
957 </theme> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
958 <theme name="FixingSectorAverageWQ2"> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
959 <inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
960 <inherit from="ColorPoints"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
961 </inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
962 <fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
963 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
964 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
965 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
966 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
967 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
968 </fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
969 </theme> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
970 <theme name="FixingSectorAverageWQ3"> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
971 <inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
972 <inherit from="ColorPoints"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
973 </inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
974 <fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
975 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
976 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
977 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
978 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
979 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3091
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
980 </fields> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
981 </theme> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
982 |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
983 <theme name="FixingAnalysisEventsWQ"> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
984 <inherits> |
3091
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
985 <inherit from="ColorPoints"/> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
986 </inherits> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
987 <fields> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
988 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
989 <field name="showlines" type="boolean" default="false"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
990 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
991 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
992 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3091
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
993 </fields> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
994 </theme> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
995 |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
996 <theme name="FixingReferenceEventsWQ"> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
997 <inherits> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
998 <inherit from="ColorPoints"/> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
999 </inherits> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1000 <fields> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
1001 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
1002 <field name="showlines" type="boolean" default="false"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
1003 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
1004 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
1005 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3091
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1006 </fields> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1007 </theme> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1008 |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1009 <theme name="FixingOutliers"> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1010 <inherits> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1011 <inherit from="ColorPoints"/> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1012 </inherits> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1013 <fields> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
1014 <field name="showlines" type="boolean" default="false"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
1015 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3091
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1016 </fields> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1017 </theme> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1018 |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1019 <theme name="FixingWQCurve"> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1020 <inherits> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
1021 <inherit from="HiddenColorLines"/> |
3091
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1022 </inherits> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
1023 <fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
1024 <field name="linecolor" type="Color" default="227, 27, 162"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
1025 </fields> |
3091
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1026 </theme> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1027 |
3131
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1028 <theme name="FixingDeltaWtAverage0"> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1029 <inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1030 <inherit from="ColorPoints"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1031 </inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1032 <fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1033 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1034 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1035 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1036 </fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1037 </theme> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1038 <theme name="FixingDeltaWtAverage1"> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1039 <inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1040 <inherit from="ColorPoints"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1041 </inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1042 <fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1043 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1044 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1045 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1046 </fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1047 </theme> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1048 <theme name="FixingDeltaWtAverage2"> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1049 <inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1050 <inherit from="ColorPoints"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1051 </inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1052 <fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1053 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1054 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1055 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1056 </fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1057 </theme> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1058 <theme name="FixingDeltaWtAverage3"> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1059 <inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1060 <inherit from="ColorPoints"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1061 </inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1062 <fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1063 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1064 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1065 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1066 </fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1067 </theme> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1068 |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1069 |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1070 <theme name="FixingDeltaWtAnalysis"> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1071 <inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1072 <inherit from="ColorPoints"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1073 </inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1074 <fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1075 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1076 <field name="showlines" type="boolean" default="false"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1077 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1078 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1079 </fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1080 </theme> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1081 |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1082 <theme name="FixingDeltaWtReference"> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1083 <inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1084 <inherit from="ColorPoints"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1085 </inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1086 <fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1087 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1088 <field name="showlines" type="boolean" default="false"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1089 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1090 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1091 </fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1092 </theme> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
1093 |
3169
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1094 <theme name="FixingLSAverage0"> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1095 <inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1096 <inherit from="HiddenColorLines"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1097 </inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1098 <fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1099 <field name="linecolor" type="Color" default="0, 128, 0"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1100 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1101 </fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1102 </theme> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1103 <theme name="FixingLSAverage1"> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1104 <inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1105 <inherit from="HiddenColorLines"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1106 </inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1107 <fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1108 <field name="linecolor" type="Color" default="0, 0, 255"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1109 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1110 </fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1111 </theme> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1112 <theme name="FixingLSAverage2"> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1113 <inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1114 <inherit from="HiddenColorLines"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1115 </inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1116 <fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1117 <field name="linecolor" type="Color" default="255, 0, 255"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1118 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1119 </fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1120 </theme> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1121 <theme name="FixingLSAverage3"> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1122 <inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1123 <inherit from="HiddenColorLines"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1124 </inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1125 <fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1126 <field name="linecolor" type="Color" default="255, 0, 0"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1127 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1128 </fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1129 </theme> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1130 |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1131 <theme name="FixingSectorDeviationLS0"> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1132 <inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1133 <inherit from="Areas"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1134 </inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1135 <fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1136 <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 128, 0"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1137 <field name="transparent" type="boolean" display="Transparenz" default="true"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1138 </fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1139 </theme> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1140 <theme name="FixingSectorDeviationLS1"> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1141 <inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1142 <inherit from="Areas"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1143 </inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1144 <fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1145 <field name="fillcolor" type="Color" display="Fuellfarbe" default="0, 0, 255"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1146 <field name="transparent" type="boolean" display="Transparenz" default="true"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1147 </fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1148 </theme> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1149 <theme name="FixingSectorDeviationLS2"> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1150 <inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1151 <inherit from="Areas"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1152 </inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1153 <fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1154 <field name="fillcolor" type="Color" display="Fuellfarbe" default="255, 0, 255"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1155 <field name="transparent" type="boolean" display="Transparenz" default="true"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1156 </fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1157 </theme> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1158 <theme name="FixingSectorDeviationLS3"> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1159 <inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1160 <inherit from="Areas"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1161 </inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1162 <fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1163 <field name="fillcolor" type="Color" display="Fuellfarbe" default="255, 0, 0"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1164 <field name="transparent" type="boolean" display="Transparenz" default="true"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1165 </fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1166 </theme> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1167 <theme name="FixLSDeviation"> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1168 <inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1169 <inherit from="Areas"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1170 </inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1171 <fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1172 <field name="fillcolor" type="Color" display="Fuellfarbe" default="100, 100, 100"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1173 <field name="transparent" type="boolean" display="Transparenz" default="true"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1174 </fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1175 </theme> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1176 <theme name="FixLSAnalysis"> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1177 <inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1178 <inherit from="HiddenColorLines"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1179 </inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1180 <fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1181 <field name="linecolor" type="Color" default="0, 255, 0"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1182 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1183 </fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1184 </theme> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1185 <theme name="FixLSReference"> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1186 <inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1187 <inherit from="HiddenColorLines"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1188 </inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1189 <fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1190 <field name="linecolor" type="Color" default="0, 80, 160"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1191 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1192 </fields> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1193 </theme> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
1194 |
3091
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
1195 </themegroup> |
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
|
1196 |
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 <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
|
1198 <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
|
1199 <inherits> |
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 <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
|
1201 <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
|
1202 </inherits> |
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, 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
|
1205 <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
|
1206 </fields> |
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 </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
|
1208 |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
1209 |
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
|
1210 <!-- 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
|
1211 <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
|
1212 <inherits> |
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 <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
|
1214 <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
|
1215 </inherits> |
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 <fields> |
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 <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
|
1218 <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
|
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> |
1719
62983d0ced51
Fix missing annotations ('Streckenfavoriten') style.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1714
diff
changeset
|
1221 |
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
|
1222 <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
|
1223 <inherits> |
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 <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
|
1225 <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
|
1226 </inherits> |
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 <fields> |
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 <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
|
1229 <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
|
1230 </fields> |
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 </theme> |
2193
73490b828a90
Manual Point Theming improved.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2175
diff
changeset
|
1232 |
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
|
1233 |
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
|
1234 <!-- |
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 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
|
1236 --> |
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 <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
|
1238 <inherits> |
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 <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
|
1240 <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
|
1241 </inherits> |
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 <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
|
1244 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1250 </inherits> |
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 <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
|
1253 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1259 </inherits> |
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 <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
|
1262 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1268 </inherits> |
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 <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
|
1271 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1277 </inherits> |
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 <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
|
1280 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1286 </inherits> |
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 <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
|
1289 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1295 </inherits> |
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 <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
|
1298 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1304 </inherits> |
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 <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
|
1307 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1313 </inherits> |
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 <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
|
1316 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1322 </inherits> |
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 <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
|
1325 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1331 </inherits> |
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 <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
|
1334 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1340 </inherits> |
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 <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
|
1343 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1349 </inherits> |
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 <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
|
1352 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1358 </inherits> |
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 <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
|
1361 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1367 </inherits> |
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 <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
|
1370 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1376 </inherits> |
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 <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
|
1379 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1385 </inherits> |
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 <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
|
1388 </fields> |
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> |
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 |
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 <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
|
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 <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
|
1394 </inherits> |
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 <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
|
1397 </fields> |
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 </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
|
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 <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
|
1401 <inherits> |
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 <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
|
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 <fields> |
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 <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
|
1406 </fields> |
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 </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
|
1408 |
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 <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
|
1410 <inherits> |
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 <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
|
1412 </inherits> |
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 <fields> |
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 <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
|
1415 <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
|
1416 </fields> |
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 </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
|
1418 |
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 <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
|
1420 <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
|
1421 <fields> |
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 <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
|
1423 </fields> |
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 </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
|
1425 |
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 <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
|
1427 <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
|
1428 <fields> |
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 <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
|
1430 </fields> |
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 </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
|
1432 |
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 <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
|
1434 <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
|
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 <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
|
1437 </fields> |
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 </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
|
1439 |
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 <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
|
1441 <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
|
1442 <fields> |
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 <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
|
1444 </fields> |
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 </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
|
1446 |
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 <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
|
1448 <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
|
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 <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
|
1451 </fields> |
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> |
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 |
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 <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
|
1455 <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
|
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="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
|
1458 </fields> |
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 </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
|
1460 |
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 <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
|
1462 <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
|
1463 <fields> |
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 <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
|
1465 </fields> |
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 </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
|
1467 |
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 <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
|
1469 <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
|
1470 <fields> |
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 <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
|
1472 </fields> |
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 </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
|
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 <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
|
1476 <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
|
1477 <fields> |
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 <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
|
1479 </fields> |
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 </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
|
1481 |
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 <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
|
1483 <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
|
1484 <fields> |
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 <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
|
1486 </fields> |
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 </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
|
1488 |
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 <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
|
1490 <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
|
1491 <fields> |
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 <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
|
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 </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
|
1495 |
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 <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
|
1497 <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
|
1498 <fields> |
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 <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
|
1500 </fields> |
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 </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
|
1502 |
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 <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
|
1504 <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
|
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="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
|
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 <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
|
1511 <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
|
1512 <fields> |
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 <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
|
1514 </fields> |
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 </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
|
1516 |
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 <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
|
1518 <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
|
1519 <fields> |
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 <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
|
1521 </fields> |
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 </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
|
1523 |
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 <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
|
1525 <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
|
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="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
|
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 <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
|
1532 <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
|
1533 <fields> |
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 <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
|
1535 </fields> |
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 </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
|
1537 |
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 <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
|
1539 <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
|
1540 <fields> |
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 <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
|
1542 </fields> |
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 </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
|
1544 |
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 <!-- |
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 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
|
1547 --> |
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 |
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 <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
|
1550 <inherits> |
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 <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
|
1552 <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
|
1553 </inherits> |
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="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
|
1556 </fields> |
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 </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
|
1558 |
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 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
|
1560 <inherits> |
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 <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
|
1562 </inherits> |
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 <fields> |
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 <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
|
1565 </fields> |
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 </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
|
1567 |
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 <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
|
1569 <inherits> |
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 <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
|
1571 </inherits> |
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 <fields> |
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 <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
|
1574 </fields> |
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> |
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 |
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 <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
|
1578 <inherits> |
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 <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
|
1580 </inherits> |
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 <fields> |
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 <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
|
1583 </fields> |
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 </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
|
1585 |
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 <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
|
1587 <inherits> |
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="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
|
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="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
|
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 <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
|
1596 <inherits> |
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 <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
|
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 <fields> |
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 <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
|
1601 </fields> |
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 </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
|
1603 |
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 <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
|
1605 <inherits> |
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 <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
|
1607 </inherits> |
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 <fields> |
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 <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
|
1610 </fields> |
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 </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
|
1612 |
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 <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
|
1614 <inherits> |
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 <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
|
1616 </inherits> |
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 <fields> |
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="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
|
1619 </fields> |
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 </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
|
1621 |
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 <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
|
1623 <inherits> |
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 <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
|
1625 </inherits> |
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 <fields> |
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 <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
|
1628 </fields> |
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 </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
|
1630 |
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 <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
|
1632 <inherits> |
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 <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
|
1634 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1635 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1636 <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
|
1637 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1638 </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
|
1639 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1640 <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
|
1641 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1642 <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
|
1643 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1644 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1645 <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
|
1646 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1647 </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
|
1648 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1649 <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
|
1650 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1651 <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
|
1652 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1653 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1654 <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
|
1655 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1656 </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
|
1657 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1658 <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
|
1659 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1660 <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
|
1661 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1662 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1663 <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
|
1664 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1665 </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
|
1666 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1667 <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
|
1668 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1669 <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
|
1670 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1671 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1672 <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
|
1673 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1674 </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
|
1675 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1676 <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
|
1677 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1678 <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
|
1679 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1680 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1681 <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
|
1682 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1683 </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
|
1684 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1685 <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
|
1686 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1687 <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
|
1688 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1689 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1690 <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
|
1691 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1692 </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
|
1693 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1694 <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
|
1695 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1696 <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
|
1697 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1698 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1699 <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
|
1700 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1701 </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
|
1702 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1703 <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
|
1704 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1705 <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
|
1706 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1707 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1708 <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
|
1709 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1710 </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
|
1711 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1712 <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
|
1713 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1714 <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
|
1715 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1716 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1717 <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
|
1718 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1719 </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
|
1720 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1721 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1722 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1723 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
|
1724 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1725 <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
|
1726 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1727 <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
|
1728 <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
|
1729 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1730 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1731 <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
|
1732 <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
|
1733 </fields> |
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 </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
|
1735 |
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 <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
|
1737 <inherits> |
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 <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
|
1739 <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
|
1740 <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
|
1741 </inherits> |
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 <fields> |
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="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
|
1744 <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
|
1745 </fields> |
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 </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
|
1747 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1748 <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
|
1749 <inherits> |
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 <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
|
1751 <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
|
1752 <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
|
1753 </inherits> |
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 <fields> |
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 <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
|
1756 <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
|
1757 <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
|
1758 </fields> |
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 </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
|
1760 |
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 <!-- |
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 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
|
1763 --> |
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 <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
|
1765 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1766 <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
|
1767 <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
|
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 <fields> |
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 <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
|
1771 <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
|
1772 </fields> |
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 </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
|
1774 |
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 <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
|
1776 <inherits> |
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 <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
|
1778 </inherits> |
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 <fields> |
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 <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
|
1781 <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
|
1782 <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
|
1783 <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
|
1784 <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
|
1785 </fields> |
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 </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
|
1787 |
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 <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
|
1789 <inherits> |
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 <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
|
1791 </inherits> |
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 <fields> |
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 <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
|
1794 </fields> |
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 </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
|
1796 |
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 <!-- |
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 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
|
1799 --> |
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 <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
|
1801 <inherits> |
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 <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
|
1803 <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
|
1804 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1805 <fields> |
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 <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
|
1807 <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
|
1808 </fields> |
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 </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
|
1810 |
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 <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
|
1812 <inherits> |
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 <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
|
1814 <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
|
1815 </inherits> |
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 <fields> |
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="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
|
1818 <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
|
1819 </fields> |
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 </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
|
1821 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1822 <!-- 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
|
1823 <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
|
1824 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1825 <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
|
1826 <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
|
1827 </inherits> |
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 <fields> |
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="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
|
1830 </fields> |
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 </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
|
1832 |
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 <!-- 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
|
1834 <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
|
1835 <inherits> |
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 <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
|
1837 <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
|
1838 </inherits> |
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 <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
|
1841 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1842 </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
|
1843 |
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 <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
|
1845 <inherits> |
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 <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
|
1847 <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
|
1848 </inherits> |
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 <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
|
1851 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1852 </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
|
1853 |
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 <!-- 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
|
1855 <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
|
1856 <inherits> |
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 <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
|
1858 <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
|
1859 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1860 <fields> |
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 <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
|
1862 </fields> |
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 </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
|
1864 |
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 <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
|
1866 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1867 <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
|
1868 <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
|
1869 </inherits> |
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 <fields> |
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="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
|
1872 </fields> |
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 </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
|
1874 |
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 <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
|
1876 <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
|
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="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
|
1879 <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
|
1880 <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
|
1881 </fields> |
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 </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
|
1883 |
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 <!-- |
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 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
|
1886 --> |
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 <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
|
1888 <inherits> |
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 <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
|
1890 <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
|
1891 </inherits> |
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 <fields> |
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="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
|
1894 </fields> |
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 </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
|
1896 |
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="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
|
1899 <inherits> |
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 <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
|
1901 <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
|
1902 </inherits> |
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 <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
|
1905 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1906 </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
|
1907 |
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 <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
|
1909 <inherits> |
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 <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
|
1911 <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
|
1912 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1913 <fields> |
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 <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
|
1915 </fields> |
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 </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
|
1917 |
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 |
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 <!-- 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
|
1920 <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
|
1921 <inherits> |
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 <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
|
1923 <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
|
1924 <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
|
1925 </inherits> |
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 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1927 <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
|
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 </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
|
1930 |
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 <!-- 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
|
1932 <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
|
1933 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1934 <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
|
1935 </inherits> |
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 <fields> |
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 <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
|
1938 <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
|
1939 <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
|
1940 <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
|
1941 <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
|
1942 <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
|
1943 <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
|
1944 <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
|
1945 <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
|
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> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1948 |
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 <!-- 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
|
1950 <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
|
1951 <inherits> |
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 <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
|
1953 </inherits> |
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 <fields> |
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 <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
|
1956 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
1957 </theme> |
2771
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1958 |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1959 <!-- Areas --> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1960 <theme name="Area"> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1961 <inherits> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1962 <inherit from="Areas"/> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1963 </inherits> |
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
1964 </theme> |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1965 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1966 <!-- Map --> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1967 <theme name="Floodmaps"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1968 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1969 <inherit from="Floodmap"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1970 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1971 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1972 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1973 <theme name="Floodplains"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1974 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1975 <inherit from="Floodplain"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1976 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1977 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1978 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1979 <theme name="WSPLGEN"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1980 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1981 <inherit from="WSPLGENS"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1982 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1983 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1984 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1985 <theme name="RiverAxis"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1986 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1987 <inherit from="RiverAxes"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1988 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1989 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1990 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1991 <theme name="Kms"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1992 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1993 <inherit from="Km"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1994 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1995 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1996 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1997 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1998 <theme name="Fixpoints"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
1999 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2000 <inherit from="Fixpoint"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2001 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2002 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2003 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2004 <theme name="GaugeLocation"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2005 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2006 <inherit from="GaugeLocations"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2007 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2008 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2009 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2010 <theme name="Qps"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2011 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2012 <inherit from="Qp"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2013 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2014 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2015 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2016 <theme name="Hws"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2017 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2018 <inherit from="Hw"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2019 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2020 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2021 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2022 <theme name="Catchment"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2023 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2024 <inherit from="Catchments"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2025 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2026 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2027 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2028 <theme name="FloodmapLines"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2029 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2030 <inherit from="FloodmapLine"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2031 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2032 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2033 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2034 <theme name="Buildings"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2035 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2036 <inherit from="Building"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2037 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2038 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2039 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2040 <theme name="HydrBoundariesLines"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2041 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2042 <inherit from="HydrBoundariesLine"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2043 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2044 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2045 |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2046 <theme name="HydrBoundariesPolys"> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2047 <inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2048 <inherit from="HydrBoundariesPoly"/> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2049 </inherits> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2050 </theme> |
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2051 |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2052 <!-- |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2053 SQ Relation |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2054 --> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2055 <theme name="SQMeasurements"> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2056 <inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2057 <inherit from="ColorPoints"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2058 </inherits> |
3090
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2059 <fields> |
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2060 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> |
3117
e7ff82a52c88
Adjusted the color of SQ relation Facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3102
diff
changeset
|
2061 <field name="pointcolor" type="Color" default="#0099FF"/> |
3090
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2062 </fields> |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2063 </theme> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2064 |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2065 <theme name="SQOutliers"> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2066 <inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2067 <inherit from="ColorPoints"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2068 </inherits> |
3090
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2069 <fields> |
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2070 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> |
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2071 <field name="pointcolor" type="Color" default="#CC0000"/> |
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2072 </fields> |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2073 </theme> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2074 |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2075 <theme name="SQCurve"> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2076 <inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2077 <inherit from="HiddenColorLines"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2078 </inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2079 <fields> |
3117
e7ff82a52c88
Adjusted the color of SQ relation Facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3102
diff
changeset
|
2080 <field name="linecolor" type="Color" default="#000000"/> |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2081 </fields> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2082 </theme> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2083 |
3131
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2084 <theme name="FixingDeltaWtAverage0"> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2085 <inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2086 <inherit from="ColorPoints"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2087 </inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2088 <fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2089 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2090 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/> |
3226
cd79a4e1e80d
Removed line properties from fixation point themes and added missing point properties.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3205
diff
changeset
|
2091 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
3131
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2092 </fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2093 </theme> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2094 <theme name="FixingDeltaWtAverage1"> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2095 <inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2096 <inherit from="ColorPoints"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2097 </inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2098 <fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2099 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
3226
cd79a4e1e80d
Removed line properties from fixation point themes and added missing point properties.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3205
diff
changeset
|
2100 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
3131
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2101 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2102 </fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2103 </theme> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2104 <theme name="FixingDeltaWtAverage2"> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2105 <inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2106 <inherit from="ColorPoints"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2107 </inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2108 <fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2109 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
3226
cd79a4e1e80d
Removed line properties from fixation point themes and added missing point properties.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3205
diff
changeset
|
2110 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
3131
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2111 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2112 </fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2113 </theme> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2114 <theme name="FixingDeltaWtAverage3"> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2115 <inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2116 <inherit from="ColorPoints"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2117 </inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2118 <fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2119 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
3226
cd79a4e1e80d
Removed line properties from fixation point themes and added missing point properties.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3205
diff
changeset
|
2120 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
3131
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2121 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2122 </fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2123 </theme> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2124 |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2125 <theme name="FixingDeltaWtAnalysis"> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2126 <inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2127 <inherit from="ColorPoints"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2128 </inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2129 <fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2130 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2131 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2132 </fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2133 </theme> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2134 |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2135 <theme name="FixingDeltaWtReference"> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2136 <inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2137 <inherit from="ColorPoints"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2138 </inherits> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2139 <fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2140 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2141 <field name="showlines" type="boolean" default="false"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2142 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2143 </fields> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2144 </theme> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2145 |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2146 <theme name="FixingSectorAverageWQ0"> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2147 <inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2148 <inherit from="ColorPoints"/> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2149 </inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2150 <fields> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2151 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2152 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2153 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2154 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2155 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2156 </fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2157 </theme> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2158 <theme name="FixingSectorAverageWQ1"> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2159 <inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2160 <inherit from="ColorPoints"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2161 </inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2162 <fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2163 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2164 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2165 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2166 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2167 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2168 </fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2169 </theme> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2170 <theme name="FixingSectorAverageWQ2"> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2171 <inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2172 <inherit from="ColorPoints"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2173 </inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2174 <fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2175 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2176 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2177 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2178 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2179 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2180 </fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2181 </theme> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2182 <theme name="FixingSectorAverageWQ3"> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2183 <inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2184 <inherit from="ColorPoints"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2185 </inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2186 <fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2187 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2188 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2189 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2190 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2191 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2192 </fields> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2193 </theme> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2194 |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2195 <theme name="FixingAnalysisEventsWQ"> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2196 <inherits> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2197 <inherit from="ColorPoints"/> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2198 </inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2199 <fields> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2200 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2201 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2202 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2203 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2204 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2205 </fields> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2206 </theme> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2207 |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2208 <theme name="FixingReferenceEventsWQ"> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2209 <inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2210 <inherit from="ColorPoints"/> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2211 </inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2212 <fields> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2213 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2214 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2215 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2216 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2217 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2218 </fields> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2219 </theme> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2220 |
3169
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2221 <theme name="FixingSectorDeviationLS"> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2222 <inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2223 <inherit from="Areas"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2224 </inherits> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2225 </theme> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2226 |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2227 <theme name="FixingOutliers"> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2228 <inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2229 <inherit from="ColorPoints"/> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2230 </inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2231 <fields> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2232 <field name="showlines" value="false"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2233 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2234 </fields> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2235 </theme> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2236 |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2237 <theme name="FixingWQCurve"> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2238 <inherits> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2239 <inherit from="HiddenColorLines"/> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2240 </inherits> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2241 <fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2242 <field name="linecolor" type="Color" default="227, 27, 162"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2243 </fields> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2244 </theme> |
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
|
2245 </themegroup> |
1719
62983d0ced51
Fix missing annotations ('Streckenfavoriten') style.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1714
diff
changeset
|
2246 |
2774
b2727413fae2
Added a warning to not use virtual themes for facets.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2773
diff
changeset
|
2247 <!-- Virtual themes are following now! |
b2727413fae2
Added a warning to not use virtual themes for facets.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2773
diff
changeset
|
2248 DO NOT USE VIRTUAL THEMES FOR FACETS! |
b2727413fae2
Added a warning to not use virtual themes for facets.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2773
diff
changeset
|
2249 Please implement concrete themes! --> |
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
|
2250 <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
|
2251 <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
|
2252 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2253 <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
|
2254 <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
|
2255 <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
|
2256 <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
|
2257 <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
|
2258 <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
|
2259 <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
|
2260 <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
|
2261 <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
|
2262 <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
|
2263 <!--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
|
2264 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2265 </theme> |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
2266 |
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
|
2267 <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
|
2268 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2269 <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
|
2270 <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
|
2271 <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
|
2272 <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
|
2273 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2274 </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
|
2275 |
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
|
2276 <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
|
2277 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2278 <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
|
2279 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2280 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2281 <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
|
2282 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2283 </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
|
2284 |
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
|
2285 <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
|
2286 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2287 <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
|
2288 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2289 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2290 <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
|
2291 <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
|
2292 <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
|
2293 <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
|
2294 <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
|
2295 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2296 </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
|
2297 |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2298 <theme name="ColorPoints" type="virtual"> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2299 <fields> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2300 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="true"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2301 <field name="pointsize" type="int" display="Punktdicke" default="5"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2302 <field name="pointcolor" type="Color" display="Punktfarbe" default="Color.BLACK"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2303 </fields> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2304 </theme> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2305 |
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
|
2306 <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
|
2307 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2308 <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
|
2309 <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
|
2310 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2311 </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
|
2312 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2313 <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
|
2314 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2315 <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
|
2316 <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
|
2317 <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
|
2318 <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
|
2319 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2320 </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
|
2321 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2322 <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
|
2323 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2324 <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
|
2325 <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
|
2326 <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
|
2327 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2328 </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
|
2329 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2330 <!-- Area relevant theme(s) --> |
2771
e22469664c20
Added concrete themes for areas.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2752
diff
changeset
|
2331 <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
|
2332 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2333 <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
|
2334 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2335 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2336 <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
|
2337 <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
|
2338 <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
|
2339 <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
|
2340 <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
|
2341 <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
|
2342 <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
|
2343 <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
|
2344 <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
|
2345 <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
|
2346 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2347 </theme> |
2019
aa3e7ed1fa46
Added theme defaults for areas, added facets to compatibility matrices.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1908
diff
changeset
|
2348 |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
2349 |
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
|
2350 <!-- MAP relevant themes --> |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2351 <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
|
2352 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2353 <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
|
2354 <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
|
2355 <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
|
2356 <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
|
2357 <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
|
2358 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2359 </theme> |
2684
14188f8daefb
Added support for WMS gauges in floodmaps and maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2683
diff
changeset
|
2360 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2361 <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
|
2362 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2363 <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
|
2364 <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
|
2365 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2366 </theme> |
1856
410e40b88c7a
Added new WMSCatchmentArtifact for displaying catchments in maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1855
diff
changeset
|
2367 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2368 <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
|
2369 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2370 <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
|
2371 <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
|
2372 <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
|
2373 <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
|
2374 <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
|
2375 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2376 </theme> |
1870
ec458853f560
Added new WMSLineArtifact for displaying lines in maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1857
diff
changeset
|
2377 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2378 <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
|
2379 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2380 <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
|
2381 <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
|
2382 <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
|
2383 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2384 </theme> |
1871
257f7b54a943
Added new WMSBuildingsArtifact for displaying buildings in maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1870
diff
changeset
|
2385 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2386 <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
|
2387 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2388 <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
|
2389 <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
|
2390 <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
|
2391 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2392 </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
|
2393 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2394 <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
|
2395 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2396 <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
|
2397 <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
|
2398 <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
|
2399 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2400 </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
|
2401 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2402 <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
|
2403 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2404 <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
|
2405 <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
|
2406 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2407 </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
|
2408 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2409 <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
|
2410 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2411 <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
|
2412 <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
|
2413 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2414 </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
|
2415 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2416 <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
|
2417 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2418 <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
|
2419 <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
|
2420 <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
|
2421 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2422 </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
|
2423 |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2424 <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
|
2425 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2426 <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
|
2427 <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
|
2428 <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
|
2429 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2430 </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
|
2431 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2432 <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
|
2433 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2434 <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
|
2435 <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
|
2436 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2437 </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
|
2438 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2439 <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
|
2440 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2441 <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
|
2442 <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
|
2443 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2444 </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
|
2445 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2446 <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
|
2447 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2448 <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
|
2449 <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
|
2450 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2451 </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
|
2452 |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2453 <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
|
2454 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2455 <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
|
2456 <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
|
2457 <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
|
2458 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2459 </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
|
2460 |
1793
1636686070f7
Initial commit to support styles in maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1755
diff
changeset
|
2461 |
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
|
2462 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2463 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
|
2464 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2465 <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
|
2466 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2467 <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
|
2468 <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
|
2469 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2470 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2471 <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
|
2472 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2473 </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
|
2474 |
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
|
2475 <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
|
2476 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2477 <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
|
2478 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2479 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2480 <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
|
2481 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2482 </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
|
2483 |
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
|
2484 <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
|
2485 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2486 <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
|
2487 <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
|
2488 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2489 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2490 <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
|
2491 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2492 </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
|
2493 |
d8444fcb4e44
Create chart facets for flow velocity calculation and a chart generator for this.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2684
diff
changeset
|
2494 |
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
|
2495 <!-- |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2496 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
|
2497 --> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2498 <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
|
2499 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2500 <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
|
2501 <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
|
2502 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2503 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2504 <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
|
2505 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2506 </theme> |
2715
250a370c377d
Added chart generator for middle bed height charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2706
diff
changeset
|
2507 |
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
|
2508 <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
|
2509 <inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2510 <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
|
2511 </inherits> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2512 <fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2513 <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
|
2514 </fields> |
83b22ccf48da
Introduced theme groups and added new service to get themes filtered by name.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2715
diff
changeset
|
2515 </theme> |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2516 |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2517 |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2518 <!-- |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2519 SQ Relation |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2520 --> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2521 <theme name="SQMeasurements"> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2522 <inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2523 <inherit from="ColorPoints"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2524 </inherits> |
3090
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2525 <fields> |
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2526 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> |
3117
e7ff82a52c88
Adjusted the color of SQ relation Facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3102
diff
changeset
|
2527 <field name="pointcolor" type="Color" default="#0099FF"/> |
3090
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2528 </fields> |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2529 </theme> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2530 |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2531 <theme name="SQOutliers"> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2532 <inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2533 <inherit from="ColorPoints"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2534 </inherits> |
3090
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2535 <fields> |
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2536 <field name="showlines" type="boolean" display="Linie anzeigen" default="false" hidden="true"/> |
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2537 <field name="pointcolor" type="Color" default="#CC0000"/> |
22def36d37b7
Apply point color in XYStyle.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3089
diff
changeset
|
2538 </fields> |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2539 </theme> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2540 |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2541 <theme name="SQCurve"> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2542 <inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2543 <inherit from="HiddenColorLines"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2544 </inherits> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2545 <fields> |
3117
e7ff82a52c88
Adjusted the color of SQ relation Facets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3102
diff
changeset
|
2546 <field name="linecolor" type="Color" default="#000000"/> |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2547 </fields> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2548 </theme> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2549 |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2550 <theme name="FixingSectorAverageWQ0"> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2551 <inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2552 <inherit from="ColorPoints"/> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2553 </inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2554 <fields> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2555 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2556 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2557 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2558 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2559 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2560 </fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2561 </theme> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2562 <theme name="FixingSectorAverageWQ1"> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2563 <inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2564 <inherit from="ColorPoints"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2565 </inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2566 <fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2567 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2568 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2569 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2570 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2571 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2572 </fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2573 </theme> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2574 <theme name="FixingSectorAverageWQ2"> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2575 <inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2576 <inherit from="ColorPoints"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2577 </inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2578 <fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2579 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2580 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2581 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2582 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2583 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2584 </fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2585 </theme> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2586 <theme name="FixingSectorAverageWQ3"> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2587 <inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2588 <inherit from="ColorPoints"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2589 </inherits> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2590 <fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2591 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2592 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2593 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2594 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2595 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2596 </fields> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2597 </theme> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2598 |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2599 <theme name="FixingAnalysisEventsWQ"> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2600 <inherits> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2601 <inherit from="ColorPoints"/> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2602 </inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2603 <fields> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2604 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2605 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2606 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2607 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2608 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2609 </fields> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2610 </theme> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2611 |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2612 <theme name="FixingReferenceEventsWQ"> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2613 <inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2614 <inherit from="ColorPoints"/> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2615 </inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2616 <fields> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2617 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="h"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2618 <field name="showlines" type="boolean" default="false"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2619 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2620 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2621 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2622 </fields> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2623 </theme> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2624 |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2625 <theme name="FixingOutliers"> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2626 <inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2627 <inherit from="ColorPoints"/> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2628 </inherits> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2629 <fields> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2630 <field name="showlines" value="false"/> |
3205
bbb488b145ce
Set text orientation to horizontal for points in Fixation W/Q curve
Christian Lins <christian.lins@intevation.de>
parents:
3196
diff
changeset
|
2631 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2632 </fields> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2633 </theme> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2634 |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2635 <theme name="FixingWQCurve"> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2636 <inherits> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2637 <inherit from="HiddenColorLines"/> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2638 </inherits> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2639 <fields> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2640 <field name="linecolor" type="Color" default="227, 27, 162"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2641 </fields> |
3095
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2642 </theme> |
6ea299c208cd
Themes for fixing curves and debug output
Christian Lins <christian.lins@intevation.de>
parents:
3091
diff
changeset
|
2643 |
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
|
2644 </themegroup> |
2715
250a370c377d
Added chart generator for middle bed height charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2706
diff
changeset
|
2645 |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2646 |
2715
250a370c377d
Added chart generator for middle bed height charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2706
diff
changeset
|
2647 <!-- |
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
|
2648 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
|
2649 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
|
2650 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
|
2651 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
|
2652 --> |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
2653 <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
|
2654 <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
|
2655 <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
|
2656 <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
|
2657 <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
|
2658 <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
|
2659 <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
|
2660 <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
|
2661 <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
|
2662 <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
|
2663 <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
|
2664 <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
|
2665 <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
|
2666 <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
|
2667 <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
|
2668 <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
|
2669 <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
|
2670 <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
|
2671 <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
|
2672 <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
|
2673 <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
|
2674 <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
|
2675 <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
|
2676 <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
|
2677 <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
|
2678 <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
|
2679 <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
|
2680 <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
|
2681 <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
|
2682 <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
|
2683 <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
|
2684 <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
|
2685 <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
|
2686 <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
|
2687 <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
|
2688 <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
|
2689 <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
|
2690 <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
|
2691 <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
|
2692 |
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
|
2693 <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
|
2694 <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
|
2695 <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
|
2696 <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
|
2697 <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
|
2698 <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
|
2699 <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
|
2700 <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
|
2701 <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
|
2702 <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
|
2703 <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
|
2704 <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
|
2705 <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
|
2706 <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
|
2707 <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
|
2708 <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
|
2709 <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
|
2710 <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
|
2711 <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
|
2712 |
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
|
2713 <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
|
2714 <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
|
2715 <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
|
2716 <mapping from="cross_section" to="CrossSection"/> |
eed81499b0d2
Added Themes for CrossSection diagrams.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1092
diff
changeset
|
2717 <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
|
2718 <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
|
2719 <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
|
2720 <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
|
2721 <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
|
2722 <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
|
2723 <mapping from="discharge_longitudinal_section.q" to="DischargeLongitudinalSectionQ"/> |
2995
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
2724 <mapping from="computed_discharge_curve.mainvalues.q" to="MainValuesQ"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
2725 <mapping from="computed_discharge_curve.mainvalues.w" to="MainValuesW"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
2726 <mapping from="duration_curve.mainvalues.q" to="MainValuesQ"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
2727 <mapping from="mainvalues.q" to="MainValuesQ"/> |
7d33aec0b61d
Added own themes for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2774
diff
changeset
|
2728 <mapping from="mainvalues.w" to="MainValuesW"/> |
1719
62983d0ced51
Fix missing annotations ('Streckenfavoriten') style.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1714
diff
changeset
|
2729 <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
|
2730 <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
|
2731 <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
|
2732 <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
|
2733 <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
|
2734 <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
|
2735 <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
|
2736 <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
|
2737 <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
|
2738 <mapping from="floodmap.catchment" to="Catchment"/> |
2773
ea03f26a7d50
Added concrete themes for maps.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2771
diff
changeset
|
2739 <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
|
2740 <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
|
2741 <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
|
2742 <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
|
2743 <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
|
2744 <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
|
2745 <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
|
2746 <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
|
2747 <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
|
2748 <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
|
2749 <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
|
2750 <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
|
2751 <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
|
2752 <mapping from="cross_section.area" to="Area"/> |
2146
2d850e585176
Added style for hyks.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2099
diff
changeset
|
2753 <mapping from="hyk" to="Hyk"/> |
2069
b18f056c244e
Adjust Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2032
diff
changeset
|
2754 <mapping from="longitudinal_section.area" to="Area"/> |
2293
c308c4ce45b0
Map themes to manualpoint themes.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2291
diff
changeset
|
2755 <mapping from="longitudinal_section.manualpoints" to="ManualPoints"/> |
c308c4ce45b0
Map themes to manualpoint themes.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2291
diff
changeset
|
2756 <mapping from="cross_section.manualpoints" to="ManualPoints"/> |
3196
b8a84ce860b9
Added compatibility and theme for upcoming manual line facet.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3169
diff
changeset
|
2757 <mapping from="cross_section.manualline" to="CrossSectionWaterLine"/> |
2293
c308c4ce45b0
Map themes to manualpoint themes.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2291
diff
changeset
|
2758 <mapping from="computed_discharge_curve.manualpoints" to="ManualPoints"/> |
c308c4ce45b0
Map themes to manualpoint themes.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2291
diff
changeset
|
2759 <mapping from="duration_curve.manualpoints" to="ManualPoints"/> |
c308c4ce45b0
Map themes to manualpoint themes.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2291
diff
changeset
|
2760 <mapping from="wdifferences.manualpoints" to="ManualPoints"/> |
c308c4ce45b0
Map themes to manualpoint themes.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2291
diff
changeset
|
2761 <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
|
2762 <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
|
2763 <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
|
2764 <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
|
2765 <mapping from="historical_discharge.manualpoints" to="ManualPoints"/> |
2193
73490b828a90
Manual Point Theming improved.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2175
diff
changeset
|
2766 <mapping from="manualpoints" to="ManualPoints"/> |
2251
c9c788eea200
Improved reference curve.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2193
diff
changeset
|
2767 <mapping from="reference_curve" to="ReferenceCurve"/> |
2297
c7bbd4e582ed
Register style for reference_curve_normalized.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2295
diff
changeset
|
2768 <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
|
2769 <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
|
2770 <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
|
2771 <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
|
2772 <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
|
2773 <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
|
2774 <mapping from="relativepoint" to="RelativePoint"/> |
3089
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2775 <mapping from="sq_a_measurement" to="SQMeasurements"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2776 <mapping from="sq_a_outlier" to="SQOutliers"/> |
7e4c8590067a
Added themes specific to MINFO SQ relation charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2995
diff
changeset
|
2777 <mapping from="sq_a_curve" to="SQCurve"/> |
3102
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2778 <mapping from="sq_b_measurement" to="SQMeasurements"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2779 <mapping from="sq_b_outlier" to="SQOutliers"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2780 <mapping from="sq_b_curve" to="SQCurve"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2781 <mapping from="sq_c_measurement" to="SQMeasurements"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2782 <mapping from="sq_c_outlier" to="SQOutliers"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2783 <mapping from="sq_c_curve" to="SQCurve"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2784 <mapping from="sq_d_measurement" to="SQMeasurements"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2785 <mapping from="sq_d_outlier" to="SQOutliers"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2786 <mapping from="sq_d_curve" to="SQCurve"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2787 <mapping from="sq_e_measurement" to="SQMeasurements"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2788 <mapping from="sq_e_outlier" to="SQOutliers"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2789 <mapping from="sq_e_curve" to="SQCurve"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2790 <mapping from="sq_f_measurement" to="SQMeasurements"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2791 <mapping from="sq_f_outlier" to="SQOutliers"/> |
581f97001419
Added theme mappings for sq relation fractions b - f.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3095
diff
changeset
|
2792 <mapping from="sq_f_curve" to="SQCurve"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2793 <mapping from="fix_sector_average_wq_0" to="FixingSectorAverageWQ0"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2794 <mapping from="fix_sector_average_wq_1" to="FixingSectorAverageWQ1"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2795 <mapping from="fix_sector_average_wq_2" to="FixingSectorAverageWQ2"/> |
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2796 <mapping from="fix_sector_average_wq_3" to="FixingSectorAverageWQ3"/> |
3091
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
2797 <mapping from="fix_analysis_events_wq" to="FixingAnalysisEventsWQ"/> |
3133
6f6a8e5fb7a4
Theme updates for sector average wq curves/points
Christian Lins <christian.lins@intevation.de>
parents:
3131
diff
changeset
|
2798 <mapping from="fix_outlier" to="FixingOutlier"/> |
3091
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
2799 <mapping from="fix_wq_curve" to="FixingWQCurve"/> |
179e38aa678d
Some fixing charts are generated now
Christian Lins <christian.lins@intevation.de>
parents:
3090
diff
changeset
|
2800 <mapping from="fix_reference_events_wq" to="FixingReferenceEventsWQ"/> |
3131
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2801 <mapping from="fix_sector_average_dwt_0" to="FixingDeltaWtAverage0"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2802 <mapping from="fix_sector_average_dwt_1" to="FixingDeltaWtAverage1"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2803 <mapping from="fix_sector_average_dwt_2" to="FixingDeltaWtAverage2"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2804 <mapping from="fix_sector_average_dwt_3" to="FixingDeltaWtAverage3"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2805 <mapping from="fix_analysis_events_dwt" to="FixingDeltaWtAnalysis"/> |
bac0b2721451
FixA: Added delta W(t) chart in fix analysis.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3117
diff
changeset
|
2806 <mapping from="fix_reference_events_dwt" to="FixingDeltaWtReference"/> |
3169
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2807 <mapping from="fix_sector_average_ls_deviation_0" to="FixingSectorDeviationLS0"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2808 <mapping from="fix_sector_average_ls_deviation_1" to="FixingSectorDeviationLS1"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2809 <mapping from="fix_sector_average_ls_deviation_2" to="FixingSectorDeviationLS2"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2810 <mapping from="fix_sector_average_ls_deviation_3" to="FixingSectorDeviationLS3"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2811 <mapping from="fix_sector_average_ls_0" to="FixingLSAverage0"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2812 <mapping from="fix_sector_average_ls_1" to="FixingLSAverage1"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2813 <mapping from="fix_sector_average_ls_2" to="FixingLSAverage2"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2814 <mapping from="fix_sector_average_ls_3" to="FixingLSAverage3"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2815 <mapping from="fix_deviation_ls" to="FixLSDeviation"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2816 <mapping from="fix_analysis_events_ls" to="FixLSAnalysis"/> |
b6da650b0718
FixA: Added longitudinal section chart.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3133
diff
changeset
|
2817 <mapping from="fix_reference_events_ls" to="FixLSReference"/> |
341
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
2818 </mappings> |
eca7892bf8ff
Added a first small theme configuration and code to read it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
2819 </themes> |