annotate artifacts/doc/conf/themes/default.xml @ 7119:988dde49ae65

Fix area label rendering. Previously the showarealabel setting was neither parsed nor used to decide if the arealabel should be drawn. It is mostly off but enabled for Cross Sections. It is now also shown in the style editors in case someone got used to it ;)
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 24 Sep 2013 18:13:51 +0200
parents 04a84a9ab903
children 20313093ba96
rev   line source
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2 <themegroup name="default">
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
3 <theme name="MainValuesQ">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
4 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
5 <inherit from="Lines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
6 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
7 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
8 <field name="linecolor" type="Color" display="Farbe"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
9 default="200, 0, 15" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
10 <field name="textorientation" type="boolean" display="Textausrichtung"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
11 default="true" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
12 <field name="showlinelabel" type="boolean"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
13 display="Linienbeschriftung anzeigen" default="false" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
14 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
15 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
16
6196
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
17 <theme name="MainValuesQVerticalText">
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
18 <inherits>
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
19 <inherit from="Lines" />
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
20 </inherits>
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
21 <fields>
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
22 <field name="linecolor" type="Color" display="Farbe"
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
23 default="200, 0, 15" />
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
24 <field name="textorientation" type="boolean" display="Textausrichtung"
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
25 default="false" />
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
26 <field name="showlinelabel" type="boolean"
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
27 display="Linienbeschriftung anzeigen" default="false" hints="hidden" />
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
28 </fields>
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
29 </theme>
fa73e79ae208 issue697: Re-add style for vertical Q main values text. Had been removed.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6113
diff changeset
30
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
31 <theme name="MainValuesW">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
32 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
33 <inherit from="Lines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
34 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
35 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
36 <field name="linecolor" type="Color" display="Farbe"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
37 default="0, 215, 0" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
38 <field name="textorientation" type="boolean" display="Textausrichtung"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
39 default="true" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
40 <field name="showlinelabel" type="boolean"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
41 display="Linienbeschriftung anzeigen" default="false" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
42 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
43 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
44
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
45 <theme name="RelativePoint">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
46 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
47 <inherit from="Points" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
48 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
49 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
50
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
51 <theme name="Annotations">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
52 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
53 <inherit from="Lines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
54 <inherit from="Points" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
55 <inherit from="Text" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
56 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
57 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
58 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
59 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
60
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
61 <theme name="ManualPoints">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
62 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
63 <inherit from="Points" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
64 <inherit from="Label" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
65 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
66 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
67 <field name="pointsize" type="int" display="Punktdicke"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
68 default="3" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
69 <field name="textorientation" type="boolean" display="Textausrichtung"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
70 default="true" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
71 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
72 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
73
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
74 <theme name="WKms">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
75 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
76 <inherit from="Lines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
77 <inherit from="Points" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
78 <inherit from="MinMaxPoints" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
79 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
80 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
81 <field name="showpoints" type="boolean" display="Punkte anzeigen"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
82 default="false" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
83 <field name="showpointlabel" type="boolean"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
84 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
85 <field name="linecolor" type="Color" display="Linienfarbe"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
86 default="204, 204, 204" />
6994
04a84a9ab903 issue1378: Adjust style for flood-protection annotation values at y axis.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6919
diff changeset
87 <field name="textorientation" type="boolean" display="Textausrichtung"
04a84a9ab903 issue1378: Adjust style for flood-protection annotation values at y axis.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6919
diff changeset
88 default="true" />
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
89 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
90 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
91
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
92 <theme name="WKmsAnnotation">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
93 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
94 <inherit from="Lines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
95 <inherit from="Label" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
96 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
97 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
98 <field name="linecolor" type="Color" display="Linienfarbe"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
99 default="204, 204, 204" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
100 <field name="pointsize" type="int" display="Punktdicke"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
101 default="3" hints="hidden" />
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
102 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
103 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
104
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
105 <theme name="WQKms">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
106 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
107 <inherit from="Lines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
108 <inherit from="Points" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
109 <inherit from="MinMaxPoints" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
110 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
111 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
112 <field name="showpoints" type="boolean" display="Punkte anzeigen"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
113 default="false" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
114 <field name="showpointlabel" type="boolean"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
115 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
116 <field name="linecolor" type="Color" display="Linienfarbe"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
117 default="204, 204, 204" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
118 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
119 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
120
6919
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
121 <theme name="WQKmsHorizontal">
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
122 <inherits>
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
123 <inherit from="WQKms" />
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
124 </inherits>
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
125 <fields>
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
126 <field name="linecolor" type="Color" display="Linienfarbe"
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
127 default="204, 204, 204" />
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
128 <field name="textorientation" type="boolean" display="Textausrichtung"
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
129 default="true" />
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
130 </fields>
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
131 </theme>
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
132
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
133
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
134 <theme name="WQPoints">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
135 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
136 <inherit from="Points" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
137 <inherit from="Label" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
138 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
139 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
140 <field name="pointcolor" type="Color" display="Linienfarbe"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
141 default="204, 0, 0" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
142 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
143 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
144
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
145 <theme name="heightmarks_points">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
146 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
147 <inherit from="Points" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
148 <inherit from="Label" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
149 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
150 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
151 <field name="pointcolor" type="Color" display="Linienfarbe"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
152 default="0, 0, 0" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
153 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
154 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
155
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
156 <theme name="Area">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
157 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
158 <inherit from="Areas" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
159 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
160 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
161 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
162 default="true" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
163 <field name="areashowborder" type="boolean" display="Begrenzung"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
164 default="false" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
165 <field name="areabordercolor" type="Color" default="0, 0, 0"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
166 display="Begrenzungslinienfarbe" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
167 <field name="showarea" type="boolean" display="Flaeche anzeigen"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
168 default="true" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
169 <field name="showarealabel" type="boolean"
7119
988dde49ae65 Fix area label rendering.
Andre Heinecke <aheinecke@intevation.de>
parents: 6994
diff changeset
170 display="Flächenbeschriftung anzeigen" default="false"/>
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
171 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
172 </theme>
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
173 <!-- top level classes defining additional attributes-->
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
174 <theme name="LongitudinalSection">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
175 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
176 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
177 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
178 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
179 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
180 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
181 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
182 <field name="showpoints" type="boolean" display="Punkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
183 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
184 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
185 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
186 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
187 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
188
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
189 <theme name="LongitudinalSectionW">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
190 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
191 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
192 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
193 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
194 <field name="bandwidth" type="double" display="Bandbreite"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
195 default="0"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
196 <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
197 default="104, 104, 104"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
198 <field name="transparency" type="int" default="20" display="Transparenz"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
199 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
200 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
201
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
202 <theme name="LongitudinalSectionPoints">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
203 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
204 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
205 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
206 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
207 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
208 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
209
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
210 <theme name="Differences">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
211 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
212 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
213 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
214 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
215 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
216 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
217 <field name="showpoints" type="boolean" display="Punkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
218 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
219 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
220 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
221 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
222 default="204, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
223 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
224 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
225
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
226
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
227 <!-- Classes defining special values -->
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
228 <theme name="LongitudinalSectionW_HQ1">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
229 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
230 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
231 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
232 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
233 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
234 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
235 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
236 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
237
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
238 <theme name="LongitudinalSectionW_HQ2">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
239 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
240 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
241 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
242 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
243 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
244 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
245 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
246 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
247
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
248 <theme name="LongitudinalSectionW_HQ5">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
249 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
250 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
251 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
252 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
253 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
254 default="0, 153, 51" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
255 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
256 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
257
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
258 <theme name="LongitudinalSectionW_HQ10">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
259 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
260 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
261 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
262 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
263 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
264 default="0, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
265 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
266 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
267
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
268 <theme name="LongitudinalSectionW_HQ20">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
269 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
270 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
271 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
272 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
273 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
274 default="153, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
275 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
276 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
277
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
278 <theme name="LongitudinalSectionW_HQ25">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
279 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
280 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
281 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
282 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
283 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
284 default="102, 51, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
285 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
286 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
287
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
288 <theme name="LongitudinalSectionW_HQ50">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
289 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
290 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
291 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
292 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
293 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
294 default="255, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
295 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
296 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
297
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
298 <theme name="LongitudinalSectionW_HQ100">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
299 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
300 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
301 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
302 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
303 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
304 default="255, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
305 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
306 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
307
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
308 <theme name="LongitudinalSectionW_HQ200">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
309 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
310 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
311 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
312 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
313 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
314 default="255, 100, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
315 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
316 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
317
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
318 <theme name="LongitudinalSectionW_HQ300">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
319 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
320 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
321 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
322 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
323 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
324 default="255, 0, 100" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
325 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
326 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
327
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
328 <theme name="LongitudinalSectionW_HQ500">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
329 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
330 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
331 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
332 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
333 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
334 default="102, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
335 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
336 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
337
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
338 <theme name="LongitudinalSectionW_HQ1000">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
339 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
340 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
341 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
342 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
343 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
344 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
345 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
346 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
347
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
348 <theme name="LongitudinalSectionW_HQRZ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
349 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
350 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
351 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
352 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
353 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
354 default="102, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
355 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
356 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
357
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
358 <theme name="LongitudinalSectionW_HSQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
359 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
360 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
361 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
362 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
363 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
364 default="253, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
365 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
366 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
367
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
368 <theme name="LongitudinalSectionW_MHQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
369 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
370 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
371 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
372 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
373 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
374 default="102, 255, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
375 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
376 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
377
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
378 <theme name="LongitudinalSectionW_MNQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
379 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
380 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
381 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
382 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
383 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
384 default="0, 255, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
385 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
386 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
387
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
388 <theme name="LongitudinalSectionW_MQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
389 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
390 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
391 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
392 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
393 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
394 default="0, 51, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
395 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
396 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
397
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
398 <theme name="LongitudinalSectionW_NQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
399 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
400 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
401 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
402 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
403 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
404 default="153, 204, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
405 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
406 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
407
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
408 <theme name="LongitudinalSectionW_HQExtrem">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
409 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
410 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
411 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
412 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
413 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
414 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
415 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
416 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
417
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
418 <theme name="LongitudinalSectionW_HQ1_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
419 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
420 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
421 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
422 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
423 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
424 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
425 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
426 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
427
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
428 <theme name="LongitudinalSectionW_HQ2_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
429 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
430 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
431 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
432 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
433 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
434 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
435 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
436 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
437
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
438 <theme name="LongitudinalSectionW_HQ5_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
439 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
440 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
441 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
442 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
443 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
444 default="0, 153, 51" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
445 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
446 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
447
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
448 <theme name="LongitudinalSectionW_HQ10_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
449 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
450 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
451 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
452 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
453 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
454 default="0, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
455 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
456 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
457
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
458 <theme name="LongitudinalSectionW_HQ20_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
459 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
460 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
461 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
462 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
463 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
464 default="153, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
465 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
466 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
467
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
468 <theme name="LongitudinalSectionW_HQ25_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
469 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
470 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
471 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
472 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
473 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
474 default="102, 51, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
475 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
476 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
477
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
478 <theme name="LongitudinalSectionW_HQ50_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
479 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
480 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
481 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
482 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
483 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
484 default="255, 153, 153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
485 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
486 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
487
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
488 <theme name="LongitudinalSectionW_HQ100_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
489 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
490 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
491 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
492 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
493 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
494 default="255, 0, 51" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
495 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
496 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
497
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
498 <theme name="LongitudinalSectionW_HQ200_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
499 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
500 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
501 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
502 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
503 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
504 default="255, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
505 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
506 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
507
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
508 <theme name="LongitudinalSectionW_HQ300_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
509 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
510 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
511 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
512 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
513 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
514 default="255, 100, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
515 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
516 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
517
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
518 <theme name="LongitudinalSectionW_HQ500_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
519 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
520 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
521 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
522 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
523 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
524 default="102, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
525 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
526 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
527
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
528 <theme name="LongitudinalSectionW_HQ1000_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
529 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
530 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
531 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
532 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
533 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
534 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
535 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
536 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
537
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
538 <theme name="LongitudinalSectionW_HQRZ_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
539 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
540 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
541 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
542 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
543 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
544 default="102, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
545 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
546 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
547
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
548 <theme name="LongitudinalSectionW_HSQ_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
549 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
550 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
551 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
552 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
553 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
554 default="253, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
555 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
556 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
557
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
558 <theme name="LongitudinalSectionW_MHQ_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
559 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
560 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
561 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
562 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
563 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
564 default="102, 255, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
565 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
566 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
567
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
568 <theme name="LongitudinalSectionW_MNQ_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
569 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
570 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
571 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
572 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
573 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
574 default="0, 255, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
575 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
576 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
577
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
578 <theme name="LongitudinalSectionW_MQ_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
579 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
580 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
581 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
582 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
583 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
584 default="0, 51, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
585 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
586 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
587
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
588 <theme name="LongitudinalSectionW_NQ_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
589 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
590 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
591 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
592 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
593 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
594 default="153, 204, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
595 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
596 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
597
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
598 <theme name="LongitudinalSectionW_HQExtrem_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
599 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
600 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
601 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
602 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
603 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
604 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
605 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
606 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
607
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
608 <theme name="LongitudinalSectionQ_HQ1">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
609 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
610 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
611 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
612 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
613 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
614 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
615 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
616 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
617
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
618 <theme name="LongitudinalSectionQ_HQ2">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
619 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
620 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
621 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
622 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
623 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
624 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
625 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
626 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
627
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
628 <theme name="LongitudinalSectionQ_HQ5">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
629 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
630 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
631 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
632 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
633 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
634 default="0, 153, 51" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
635 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
636 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
637
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
638 <theme name="LongitudinalSectionQ_HQ10">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
639 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
640 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
641 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
642 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
643 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
644 default="0, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
645 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
646 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
647
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
648 <theme name="LongitudinalSectionQ_HQ20">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
649 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
650 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
651 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
652 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
653 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
654 default="153, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
655 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
656 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
657
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
658 <theme name="LongitudinalSectionQ_HQ25">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
659 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
660 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
661 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
662 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
663 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
664 default="102, 51, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
665 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
666 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
667
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
668 <theme name="LongitudinalSectionQ_HQ50">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
669 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
670 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
671 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
672 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
673 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
674 default="255, 153, 153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
675 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
676 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
677
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
678 <theme name="LongitudinalSectionQ_HQ100">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
679 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
680 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
681 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
682 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
683 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
684 default="255, 0, 51" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
685 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
686 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
687
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
688 <theme name="LongitudinalSectionQ_HQ200">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
689 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
690 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
691 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
692 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
693 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
694 default="255, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
695 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
696 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
697
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
698 <theme name="LongitudinalSectionQ_HQ300">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
699 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
700 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
701 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
702 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
703 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
704 default="255, 100, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
705 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
706 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
707
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
708 <theme name="LongitudinalSectionQ_HQ500">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
709 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
710 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
711 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
712 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
713 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
714 default="102, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
715 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
716 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
717
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
718 <theme name="LongitudinalSectionQ_HQ1000">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
719 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
720 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
721 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
722 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
723 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
724 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
725 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
726 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
727
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
728 <theme name="LongitudinalSectionQ_HQRZ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
729 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
730 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
731 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
732 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
733 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
734 default="102, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
735 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
736 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
737
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
738 <theme name="LongitudinalSectionQ_HSQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
739 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
740 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
741 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
742 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
743 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
744 default="253, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
745 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
746 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
747
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
748 <theme name="LongitudinalSectionQ_MHQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
749 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
750 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
751 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
752 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
753 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
754 default="102, 255, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
755 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
756 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
757
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
758 <theme name="LongitudinalSectionQ_MNQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
759 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
760 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
761 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
762 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
763 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
764 default="0, 255, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
765 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
766 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
767
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
768 <theme name="LongitudinalSectionQ_MQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
769 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
770 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
771 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
772 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
773 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
774 default="0, 51, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
775 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
776 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
777
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
778 <theme name="LongitudinalSectionQ_NQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
779 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
780 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
781 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
782 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
783 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
784 default="153, 204, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
785 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
786 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
787
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
788 <theme name="LongitudinalSectionQ_HQExtrem">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
789 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
790 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
791 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
792 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
793 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
794 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
795 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
796 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
797
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
798 <theme name="DischargeLongitudinalSectionW">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
799 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
800 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
801 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
802 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
803 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
804 default="204, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
805 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
806 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
807
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
808
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
809 <theme name="DischargeLongitudinalSectionC">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
810 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
811 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
812 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
813 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
814 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
815 default="255, 0 , 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
816 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
817 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
818
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
819 <theme name="DischargeLongitudinalSectionQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
820 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
821 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
822 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
823 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
824 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
825 default="204, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
826 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
827 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
828
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
829 <theme name="LongitudinalSectionQInfoldCut">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
830 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
831 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
832 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
833 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
834 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
835 default="102, 102, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
836 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
837 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
838
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
839 <theme name="LongitudinalSectionQInfolding">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
840 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
841 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
842 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
843 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
844 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
845 default="51, 51, 51" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
846 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
847 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
848
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
849 <!-- MIDDLE BED HEIGHT -->
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
850 <theme name="MiddleBedHeightSingle">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
851 <inherits>
6744
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
852 <inherit from="Lines" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
853 <inherit from="Points" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
854 <inherit from="MinMaxPoints" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
855 <inherit from="Label" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
856 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
857 <fields>
6744
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
858 <field name="showlines" type="boolean" display="Linie anzeigen"
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
859 default="true" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
860 <field name="linesize" type="int" display="Liniendicke"
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
861 default="1" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
862 <field name="linetype" type="Dash" display="Linienart"
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
863 default="10" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
864 <field name="linecolor" type="Color" display="Linienfarbe"
6744
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
865 />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
866 <field name="showlinelabel" type="boolean"
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
867 display="Beschriftung anzeigen" default="false" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
868 <field name="showpoints" type="boolean" display="Punkte anzeigen"
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
869 default="false" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
870 <field name="showpointlabel" type="boolean"
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
871 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
872 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
873 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
874
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
875 <theme name="MiddleBedHeightEpoch">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
876 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
877 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
878 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
879 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
880 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
881 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
882 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
883 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
884
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
885 <!-- Bed Quality -->
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
886 <theme name="PorosityTopLayer">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
887 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
888 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
889 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
890 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
891 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
892 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
893 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
894 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
895
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
896 <theme name="PorositySubLayer">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
897 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
898 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
899 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
900 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
901 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
902 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
903 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
904 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
905
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
906 <theme name="DensityTopLayer">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
907 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
908 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
909 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
910 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
911 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
912 default="153, 99, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
913 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
914 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
915
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
916 <theme name="DensitySubLayer">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
917 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
918 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
919 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
920 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
921 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
922 default="153, 99, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
923 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
924 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
925
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
926 <theme name="BedDiameterTopLayer">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
927 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
928 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
929 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
930 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
931 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
932 default="255, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
933 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
934 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
935
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
936 <theme name="BedDiameterSubLayer">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
937 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
938 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
939 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
940 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
941 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
942 default="255, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
943 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
944 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
945
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
946 <theme name="BedLoadDiameter">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
947 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
948 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
949 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
950 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
951 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
952 default="0, 255, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
953 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
954 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
955
6253
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
956 <theme name="BedDiameterDataTop">
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
957 <inherits>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
958 <inherit from="LongitudinalSection" />
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
959 </inherits>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
960 <fields>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
961 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
962 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
963 <field name="pointsize" type="int" display="Punktdicke" default="2" />
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
964 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100" />
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
965 </fields>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
966 </theme>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
967
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
968 <theme name="BedDiameterDataSub">
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
969 <inherits>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
970 <inherit from="LongitudinalSection" />
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
971 </inherits>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
972 <fields>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
973 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
974 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
975 <field name="pointsize" type="int" display="Punktdicke" default="2" />
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
976 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100" />
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
977 </fields>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
978 </theme>
6263
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
979
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
980 <theme name="BedloadDiameterData">
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
981 <inherits>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
982 <inherit from="LongitudinalSection" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
983 </inherits>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
984 <fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
985 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
986 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
987 <field name="pointsize" type="int" display="Punktdicke" default="2" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
988 <field name="pointcolor" type="Color" display="Punktfarbe" default="100, 0, 0" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
989 </fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
990 </theme>
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
991 <!-- Bedheight differences -->
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
992 <theme name="BedheightDiffYear">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
993 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
994 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
995 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
996 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
997 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
998 default="0, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
999 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1000 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1001
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1002 <theme name="BedheightDiffMorphWidth">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1003 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1004 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1005 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1006 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1007 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1008 default="204, 204, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1009 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1010 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1011
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1012 <theme name="BedheightDiffEpoch">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1013 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1014 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1015 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1016 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1017 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1018 default="204, 0, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1019 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1020 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1021
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1022 <theme name="BedheightDiffAbsHeight1">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1023 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1024 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1025 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1026 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1027 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1028 default="204, 0, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1029 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1030 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1031
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1032 <theme name="BedheightDiffAbsHeight2">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1033 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1034 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1035 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1036 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1037 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1038 default="255, 100, 100" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1039 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1040 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1041
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1042 <theme name="BedheightDiffHeightYear">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1043 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1044 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1045 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1046 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1047 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1048 default="204, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1049 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1050 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1051
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1052 <theme name="MorphologicWidth">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1053 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1054 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1055 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1056 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1057 <field name="linecolor" type="Color" default="0, 100, 200" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1058 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1059 display="Beschriftung anzeigen" default="false" hints="hidden" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1060 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1061 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1062 <!-- Flow velocity -->
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1063 <theme name="FlowVelocityVMainChannel">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1064 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1065 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1066 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1067 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1068 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1069 default="204, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1070 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1071 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1072
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1073 <theme name="FlowVelocityVTotalChannel">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1074 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1075 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1076 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1077 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1078 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1079 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1080 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1081 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1082
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1083 <theme name="FlowVelocityTau">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1084 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1085 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1086 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1087 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1088 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1089 default="0, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1090 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1091 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1092
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1093 <theme name="FlowVelocityDischarge">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1094 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1095 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1096 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1097 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1098 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1099 default="0, 204, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1100 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1101 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1102
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1103 <!-- Sediment load -->
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1104 <theme name="SedimentLoadCoarse">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1105 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1106 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1107 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1108 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1109 <field name="linecolor" type="Color" default="255, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1110 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1111 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1112
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1113 <theme name="SedimentLoadFineMid">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1114 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1115 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1116 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1117 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1118 <field name="linecolor" type="Color" default="255, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1119 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1120 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1121 <theme name="SedimentLoadSand">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1122 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1123 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1124 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1125 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1126 <field name="linecolor" type="Color" default="0, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1127 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1128 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1129
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1130 <theme name="SedimentLoadSuspSand">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1131 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1132 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1133 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1134 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1135 <field name="linecolor" type="Color" default="255, 255, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1136 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1137 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1138
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1139 <theme name="SedimentLoadSediment">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1140 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1141 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1142 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1143 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1144 <field name="linecolor" type="Color" default="0, 255, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1145 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1146 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1147 <theme name="SedimentLoadSuspSandBed">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1148 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1149 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1150 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1151 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1152 <field name="linecolor" type="Color" default="0, 255, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1153 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1154 display="Beschriftung anzeigen" default="false" hints="hidden" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1155 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1156 </theme>
6736
60e9494978c4 issue1393: Fix theme association for sedimentload.total_load .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6561
diff changeset
1157 <theme name="SedimentLoadTotalLoad">
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1158 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1159 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1160 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1161 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1162 <field name="linecolor" type="Color" default="255, 100, 100" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1163 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1164 display="Beschriftung anzeigen" default="false" hints="hidden" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1165 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1166 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1167 <theme name="SedimentLoadTotal">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1168 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1169 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1170 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1171 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1172 <field name="linecolor" type="Color" default="0, 100, 200" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1173 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1174 display="Beschriftung anzeigen" default="false" hints="hidden" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1175 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1176 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1177
6394
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1178 <theme name="SedimentLoadUnknown">
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1179 <inherits>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1180 <inherit from="LongitudinalSection" />
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1181 </inherits>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1182 <fields>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1183 <field name="linecolor" type="Color" default="0, 0, 0" />
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1184 <field name="showlinelabel" type="boolean"
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1185 display="Beschriftung anzeigen" default="false" hints="hidden" />
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1186 </fields>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1187 </theme>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1188
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1189 <theme name="LongitudinalSectionArea">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1190 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1191 <inherit from="Areas" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1192 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1193 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1194 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1195 default="true" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1196 <field name="areashowborder" type="boolean" display="Begrenzung"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1197 default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1198 <field name="areabordercolor" type="Color" default="0, 0, 0"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1199 display="Begrenzungslinienfarbe" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1200 <field name="showarea" type="boolean" display="Flaeche anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1201 default="true" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1202 <field name="showarealabel" type="boolean"
7119
988dde49ae65 Fix area label rendering.
Andre Heinecke <aheinecke@intevation.de>
parents: 6994
diff changeset
1203 display="Flächenbeschriftung anzeigen" default="false"/>
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1204 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1205 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1206
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1207
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1208
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1209 <theme name="CrossSection">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1210 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1211 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1212 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1213 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1214 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1215 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1216 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1217 <field name="showpoints" type="boolean" display="Punkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1218 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1219 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1220 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1221 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1222 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1223
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1224 <theme name="CrossSectionWaterLine">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1225 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1226 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1227 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1228 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1229 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1230 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1231 <field name="showpoints" type="boolean" display="Punkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1232 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1233 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1234 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1235 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1236 default="0,0,153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1237 <field name="showwidth" type="boolean" display="Breite anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1238 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1239 <field name="showlevel" type="boolean" display="Wasserstand anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1240 default="true" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1241 <field name="showlinelabel" type="boolean" default="true"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1242 display="Beschriftung anzeigen" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1243 <field name="showmiddleheight" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1244 display="Wasserstand anzeigen" default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1245 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1246 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1247
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1248 <theme name="Hyk">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1249 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1250 <inherit from="Text" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1251 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1252 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1253 <field name="textorientation" type="boolean" display="Textausrichtung"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1254 default="true" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1255 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1256 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1257
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1258 <theme name="CrossSectionArea">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1259 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1260 <inherit from="Areas" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1261 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1262 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1263 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1264 default="true" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1265 <field name="areashowborder" type="boolean" display="Begrenzung"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1266 default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1267 <field name="areabordercolor" type="Color" default="0, 0, 0"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1268 display="Begrenzungslinienfarbe" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1269 <field name="showarea" type="boolean" display="Flaeche anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1270 default="true" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1271 <field name="showarealabel" type="boolean"
7119
988dde49ae65 Fix area label rendering.
Andre Heinecke <aheinecke@intevation.de>
parents: 6994
diff changeset
1272 display="Flächenbeschriftung anzeigen" default="true"/>
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1273 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1274 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1275
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1276
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1277
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1278 <theme name="DischargeCurve">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1279 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1280 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1281 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1282 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1283 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1284 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1285 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1286 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1287 default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1288 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1289 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1290 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1291 default="0, 0, 153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1292 <field name="linesize" type="int" display="Liniendicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1293 default="2" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1294 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1295 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1296
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1297 <theme name="ComputedDischargeCurve">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1298 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1299 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1300 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1301 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1302 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1303 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1304 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1305 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1306 default="0, 0, 153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1307 <field name="linesize" type="int" display="Liniendicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1308 default="2" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1309 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1310 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1311 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1312 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1313 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1314 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1315
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1316 <theme name="ComputedDischargeCurveQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1317 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1318 <inherit from="ComputedDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1319 <inherit from="Text" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1320 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1321 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1322 <field name="linecolor" type="Color" display="Farbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1323 default="200, 0, 15" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1324 <field name="textcolor" type="Color" display="Farbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1325 default="200, 0, 15" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1326 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1327 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1328
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1329 <theme name="ComputedDischargeCurveW">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1330 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1331 <inherit from="ComputedDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1332 <inherit from="Text" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1333 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1334 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1335 <field name="linecolor" type="Color" display="Farbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1336 default="0, 215, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1337 <field name="textcolor" type="Color" display="Farbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1338 default="0, 215, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1339 <field name="textorientation" type="boolean" display="Textausrichtung"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1340 default="true" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1341 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1342 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1343
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1344 <theme name="GaugeDischargeCurve">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1345 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1346 <inherit from="DischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1347 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1348 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1349 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1350 default="0, 0, 153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1351 <field name="linesize" type="int" display="Liniendicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1352 default="2" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1353 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1354 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1355
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1356 <theme name="ExtremeWQCurve">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1357 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1358 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1359 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1360 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1361 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1362 <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1363 default="true" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1364 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1365 default="0, 0, 153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1366 <field name="linesize" type="int" display="Liniendicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1367 default="2" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1368 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1369 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1370 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1371 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1372
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1373 <theme name="ExtremeWQBaseCurve">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1374 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1375 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1376 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1377 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1378 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1379 <field name="pointsize" type="int" display="Punktdicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1380 default="2" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1381 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1382 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1383 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1384 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1385 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1386 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1387
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1388
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1389
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1390 <theme name="DurationCurve">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1391 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1392 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1393 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1394 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1395 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1396 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1397 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1398 <field name="showpoints" type="boolean" display="Punkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1399 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1400 <field name="linesize" type="int" display="Liniendicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1401 default="2" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1402 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1403 display="Punktbeschriftung anzeigen" default="false"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1404 hints="hidden"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1405 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1406 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1407
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1408 <theme name="DurationCurveW">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1409 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1410 <inherit from="DurationCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1411 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1412 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1413 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1414 default="0,51,204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1415 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1416 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1417
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1418 <theme name="DurationCurveQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1419 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1420 <inherit from="DurationCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1421 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1422 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1423 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1424 default="0,204,0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1425 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1426 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1427
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1428
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1429
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1430 <theme name="FixPoints">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1431 <inherits>
6561
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6394
diff changeset
1432 <inherit from="ColorfulPoints" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1433 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1434 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1435 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1436 <field name="pointsize" type="int" display="Punktdicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1437 default="3" />
6561
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6394
diff changeset
1438 <field name="showpointlabel" type="boolean"
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6394
diff changeset
1439 display="Beschriftung anzeigen" default="true" hints="hidden" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1440 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1441 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1442
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1443 <theme name="FixLines">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1444 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1445 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1446 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1447 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1448 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1449 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1450 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1451 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1452 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1453 default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1454 <field name="pointsize" type="int" display="Punktdicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1455 default="3" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1456 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1457 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1458
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1459 <theme name="FixAreas">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1460 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1461 <inherit from="Areas" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1462 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1463 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1464 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1465 default="true" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1466 <field name="areashowborder" type="boolean" display="Begrenzung"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1467 default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1468 <field name="areabordercolor" type="Color" default="0, 0, 0"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1469 display="Begrenzungslinienfarbe" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1470 <field name="showarea" type="boolean" display="Flaeche anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1471 default="true" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1472 <field name="showarealabel" type="boolean"
7119
988dde49ae65 Fix area label rendering.
Andre Heinecke <aheinecke@intevation.de>
parents: 6994
diff changeset
1473 display="Flächenbeschriftung anzeigen" default="false"/>
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1474 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1475 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1476
6843
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1477 <theme name="FixingCalculatedPoint">
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1478 <inherits>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1479 <inherit from="FixPoints" />
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1480 </inherits>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1481 <fields>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1482 <field name="pointcolor" type="Color" display="Punktfarbe"
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1483 default="0, 0, 0" />
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1484 <field name="pointsize" type="int" display="Punktdicke"
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1485 default="5"/>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1486 <field name="showpointlabel" type="boolean"
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1487 display="Punktbeschriftung anzeigen" default="false"/>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1488 </fields>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1489 </theme>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1490
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1491 <theme name="FixingWQCurve">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1492 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1493 <inherit from="FixLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1494 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1495 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1496 <field name="linecolor" type="Color" default="227, 27, 162" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1497 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1498 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1499
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1500 <theme name="FixingDerivedCurve">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1501 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1502 <inherit from="FixLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1503 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1504 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1505 <field name="linecolor" type="Color" default="227, 27, 162" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1506 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1507 default="false" hints="hidden" hidden="true" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1508 <field name="pointsize" type="int" display="Punktdicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1509 default="5" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1510 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1511 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1512
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1513 <theme name="FixingSectorAverageWQ0">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1514 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1515 <inherit from="FixPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1516 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1517 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1518 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1519 default="0, 128, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1520 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1521 display="Punktbeschriftung anzeigen" default="true"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1522 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1523 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1524
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1525 <theme name="FixingSectorAverageWQ1">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1526 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1527 <inherit from="FixPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1528 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1529 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1530 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1531 default="0, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1532 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1533 display="Punktbeschriftung anzeigen" default="true"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1534 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1535 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1536
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1537 <theme name="FixingSectorAverageWQ2">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1538 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1539 <inherit from="FixPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1540 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1541 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1542 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1543 default="255, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1544 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1545 display="Punktbeschriftung anzeigen" default="true"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1546 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1547 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1548
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1549 <theme name="FixingSectorAverageWQ3">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1550 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1551 <inherit from="FixPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1552 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1553 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1554 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1555 default="255, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1556 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1557 display="Punktbeschriftung anzeigen" default="true"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1558 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1559 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1560
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1561 <theme name="FixingAnalysisEventsWQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1562 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1563 <inherit from="FixPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1564 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1565 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1566 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1567 default="0, 255, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1568 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1569 display="Punktbeschriftung anzeigen" default="true"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1570 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1571 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1572
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1573 <theme name="FixingReferenceEvents">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1574 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1575 <inherit from="FixPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1576 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1577 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1578 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1579 default="0, 80, 160" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1580 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1581 display="Punktbeschriftung anzeigen" default="true"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1582 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1583 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1584
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1585 <theme name="FixingOutliers">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1586 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1587 <inherit from="FixPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1588 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1589 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1590 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1591 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1592
6836
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1593 <theme name="FixingDeltaWtAverage">
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1594 <inherits>
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1595 <inherit from="FixLines" />
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1596 </inherits>
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1597 <fields>
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1598 <field name="showpointlabel" type="boolean"
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1599 display="Punktbeschriftung anzeigen" default="false" hints="hidden"/>
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1600 <field name="showlinelabel" type="boolean"
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1601 display="Beschriftung anzeigen" default="true" />
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1602 </fields>
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1603 </theme>
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1604
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1605 <theme name="FixingDeltaWtAverage0">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1606 <inherits>
6836
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1607 <inherit from="FixingDeltaWtAverage" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1608 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1609 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1610 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1611 default="0, 128, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1612 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1613 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1614
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1615 <theme name="FixingDeltaWtAverage1">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1616 <inherits>
6836
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1617 <inherit from="FixingDeltaWtAverage" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1618 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1619 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1620 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1621 default="0, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1622 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1623 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1624
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1625 <theme name="FixingDeltaWtAverage2">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1626 <inherits>
6836
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1627 <inherit from="FixingDeltaWtAverage" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1628 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1629 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1630 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1631 default="255, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1632 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1633 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1634
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1635 <theme name="FixingDeltaWtAverage3">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1636 <inherits>
6836
caf027fe0715 Part of flys/issue1168: Fix themes of fixings delta w averages. Bring default and second theme back in snyc.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6744
diff changeset
1637 <inherit from="FixingDeltaWtAverage" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1638 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1639 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1640 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1641 default="255, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1642 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1643 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1644
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1645 <theme name="FixingDeltaWtAnalysis">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1646 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1647 <inherit from="FixPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1648 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1649 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1650 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1651 display="Punktbeschriftung anzeigen" default="true"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1652 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1653 default="0, 255, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1654 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1655 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1656
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1657 <theme name="FixingLSAverage0">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1658 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1659 <inherit from="FixLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1660 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1661 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1662 <field name="linecolor" type="Color" default="0, 128, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1663 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1664 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1665
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1666 <theme name="FixingLSAverage1">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1667 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1668 <inherit from="FixLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1669 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1670 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1671 <field name="linecolor" type="Color" default="0, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1672 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1673 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1674
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1675 <theme name="FixingLSAverage2">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1676 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1677 <inherit from="FixLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1678 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1679 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1680 <field name="linecolor" type="Color" default="255, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1681 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1682 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1683
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1684 <theme name="FixingLSAverage3">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1685 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1686 <inherit from="FixLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1687 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1688 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1689 <field name="linecolor" type="Color" default="255, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1690 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1691 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1692
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1693 <theme name="FixingSectorDeviationLS0">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1694 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1695 <inherit from="FixAreas" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1696 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1697 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1698 <field name="areabgcolor" type="Color" display="Fuellfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1699 default="0, 128, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1700 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1701 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1702 <theme name="FixingSectorDeviationLS1">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1703 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1704 <inherit from="FixAreas" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1705 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1706 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1707 <field name="areabgcolor" type="Color" display="Fuellfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1708 default="0, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1709
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1710 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1711 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1712
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1713 <theme name="FixingSectorDeviationLS2">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1714 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1715 <inherit from="FixAreas" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1716 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1717 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1718 <field name="areabgcolor" type="Color" display="Fuellfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1719 default="255, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1720 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1721 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1722
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1723 <theme name="FixingSectorDeviationLS3">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1724 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1725 <inherit from="FixAreas" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1726 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1727 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1728 <field name="areabgcolor" type="Color" display="Fuellfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1729 default="255, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1730 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1731 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1732
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1733 <theme name="FixLSDeviation">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1734 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1735 <inherit from="FixAreas" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1736 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1737 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1738 <field name="areabgcolor" type="Color" display="Fuellfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1739 default="100, 100, 100" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1740 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1741 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1742
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1743 <theme name="FixLSAnalysis">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1744 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1745 <inherit from="FixLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1746 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1747 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1748 <field name="linecolor" type="Color" default="0, 255, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1749 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1750 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1751
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1752 <theme name="FixLSReference">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1753 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1754 <inherit from="FixLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1755 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1756 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1757 <field name="linecolor" type="Color" default="0, 80, 160" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1758 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1759 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1760
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1761 <theme name="FixDeltaWtDeviation">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1762 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1763 <inherit from="FixAreas"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1764 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1765 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1766 <field name="areabgcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1767 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1768 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1769
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1770 <theme name="FixingDeltaWtAnalysisPeriods">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1771 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1772 <inherit from="FixAreas"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1773 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1774 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1775 <field name="areabgcolor" type="Color" default="255, 0, 0" display="Füllfarbe" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1776 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1777 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1778
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1779 <theme name="FixingReferencePeriod">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1780 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1781 <inherit from="FixAreas"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1782 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1783 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1784 <field name="areabgcolor" type="Color" default="0, 0, 255" display="Füllfarbe" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1785 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1786 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1787
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1788 <theme name="QSectors">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1789 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1790 <inherit from="FixLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1791 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1792 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1793 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1794 display="Beschriftung anzeigen" default="true" hints="hidden" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1795 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1796 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1797
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1798
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1799
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1800 <theme name="MapLines">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1801 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1802 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1803 default="0, 0, 205" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1804 <field name="linesize" type="int" display="Liniendicke"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1805 default="3" hints="hidden" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1806 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1807 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1808
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1809 <theme name="Floodmaps">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1810 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1811 <inherit from="Map" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1812 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1813 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1814
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1815 <theme name="Floodplains">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1816 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1817 <inherit from="Map" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1818 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1819 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1820
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1821 <theme name="Floodmarks">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1822 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1823 <inherit from="MapLines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1824 <inherit from="Symbol" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1825 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1826 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1827
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1828 <theme name="WSPLGEN">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1829 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1830 <inherit from="Uesk" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1831 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1832 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1833 <field name="startcolor" type="Color"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1834 display="Farbverlauf Startfarbe" default="178, 201, 215" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1835 <field name="endcolor" type="Color"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1836 display="Farbverlauf Endfarbe" default="2, 27, 42" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1837 <field name="numclasses" type="int" display="Anzahl Klassen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1838 default="6" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1839 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1840 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1841
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1842 <theme name="RiverAxis">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1843 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1844 <inherit from="MapLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1845 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1846 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1847 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1848 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1849
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1850 <theme name="Kms">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1851 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1852 <inherit from="MapLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1853 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1854 <inherit from="Symbol" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1855 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1856 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1857
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1858
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1859 <theme name="Fixpoints">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1860 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1861 <inherit from="MapLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1862 <inherit from="Symbol" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1863 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1864 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1865
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1866 <theme name="Floodmarks">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1867 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1868 <inherit from="MapLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1869 <inherit from="Symbol" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1870 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1871 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1872
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1873
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1874 <theme name="GaugeLocation">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1875 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1876 <inherit from="MapLines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1877 <inherit from="Symbol" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1878 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1879 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1880
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1881 <theme name="Qps">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1882 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1883 <inherit from="MapLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1884 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1885 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1886
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1887 <theme name="Hws">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1888 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1889 <inherit from="MapLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1890 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1891 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1892
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1893 <theme name="HwsPoints">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1894 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1895 <inherit from="MapLines"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1896 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1897 <inherit from="Symbol" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1898 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1899 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1900
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1901 <theme name="Catchment">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1902 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1903 <inherit from="Map" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1904 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1905 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1906
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1907 <theme name="FloodmapLines">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1908 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1909 <inherit from="MapLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1910 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1911 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1912 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1913 default="140, 200, 130" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1914 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1915 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1916
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1917 <theme name="Buildings">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1918 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1919 <inherit from="MapLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1920 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1921 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1922
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1923 <theme name="HydrBoundariesLines">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1924 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1925 <inherit from="MapLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1926 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1927 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1928
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1929 <theme name="HydrBoundariesPolys">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1930 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1931 <inherit from="Map" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1932 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1933 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1934
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1935 <theme name="Jetties">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1936 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1937 <inherit from="MapLines"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1938 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1939 <inherit from="Symbol" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1940 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1941 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1942
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1943
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1944
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1945 <theme name="HistoricalDischargeCurve">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1946 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1947 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1948 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1949 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1950 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1951 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1952 default="0, 0, 153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1953 <field name="linesize" type="int" display="Liniendicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1954 default="2" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1955 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1956 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1957
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1958 <theme name="HistoricalDischargeCurveQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1959 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1960 <inherit from="HistoricalDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1961 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1962 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1963 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1964 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1965 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1966 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1967 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1968 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1969 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1970
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1971 <theme name="HistoricalDischargeCurveQDiff">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1972 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1973 <inherit from="HistoricalDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1974 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1975 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1976 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1977 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1978 default="204, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1979 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1980 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1981 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1982 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1983 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1984 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1985
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1986 <theme name="HistoricalDischargeCurveW">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1987 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1988 <inherit from="HistoricalDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1989 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1990 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1991 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1992 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1993 default="100, 100, 153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1994 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1995 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1996 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1997 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1998 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1999 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2000
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2001 <theme name="HistoricalDischargeCurveWDiff">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2002 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2003 <inherit from="HistoricalDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2004 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2005 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2006 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2007 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2008 default="250, 250, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2009 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2010 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2011 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2012 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2013 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2014 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2015
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2016 <theme name="HistoricalDischargeWQCurve">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2017 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2018 <inherit from="HistoricalDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2019 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2020 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2021 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2022 default="0, 0, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2023 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2024 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2025 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2026 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2027 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2028 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2029 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2030 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2031
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2032 <theme name="HistoricalDischargeWQW">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2033 <!-- the facet has no styling...
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2034 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2035 <inherit from="HistoricalDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2036 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2037 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2038 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2039 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2040 default="0, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2041 <field name="linesize" type="int" display="Liniendicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2042 default="1" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2043 <field name="linetype" type="Dash" display="Linienart"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2044 default="10" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2045 <field name="showlines" type="boolean" display="Linie anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2046 default="true" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2047 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2048 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2049 <field name="pointsize" type="int" display="Punktdicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2050 default="3" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2051 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2052 display="Beschriftung anzeigen" default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2053 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2054 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2055 </fields>-->
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2056 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2057
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2058 <theme name="HistoricalDischargeWQQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2059 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2060 <inherit from="HistoricalDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2061 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2062 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2063 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2064 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2065 default="204, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2066 <field name="linesize" type="int" display="Liniendicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2067 default="1" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2068 <field name="linetype" type="Dash" display="Linienart"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2069 default="10" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2070 <field name="showlines" type="boolean" display="Linie anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2071 default="true" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2072 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2073 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2074 <field name="pointsize" type="int" display="Punktdicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2075 default="3" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2076 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2077 display="Beschriftung anzeigen" default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2078 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2079 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2080 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2081 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2082
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2083
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2084
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2085 <theme name="ReferenceCurve">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2086 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2087 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2088 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2089 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2090 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2091 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2092 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2093 <field name="showpoints" type="boolean" display="Punkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2094 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2095 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2096 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2097 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2098 default="204, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2099 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2100 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2101
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2102 <theme name="ReferenceCurveNormalized">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2103 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2104 <inherit from="ReferenceCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2105 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2106 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2107 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2108 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2109
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2110
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2111
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2112 <theme name="SQMeasurements">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2113 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2114 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2115 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2116 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2117 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2118 <field name="pointcolor" type="Color" default="0, 153, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2119 <field name="showlines" type="boolean" display="Linie anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2120 default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2121 <field name="linesize" type="int" display="Liniendicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2122 default="1" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2123 <field name="linetype" type="Dash" display="Linienart"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2124 default="10" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2125 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2126 default="0, 0, 0" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2127 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2128 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2129 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2130 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2131
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2132 <theme name="SQOutliers">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2133 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2134 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2135 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2136 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2137 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2138 <field name="pointcolor" type="Color" default="204, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2139 <field name="showlines" type="boolean" display="Linie anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2140 default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2141 <field name="linesize" type="int" display="Liniendicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2142 default="1" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2143 <field name="linetype" type="Dash" display="Linienart"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2144 default="10" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2145 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2146 default="0, 0, 0" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2147 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2148 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2149 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2150 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2151
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2152 <theme name="SQCurve">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2153 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2154 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2155 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2156 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2157 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2158 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2159 <field name="showpoints" type="boolean" display="Punkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2160 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2161 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2162 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2163 <field name="linecolor" type="Color" default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2164 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2165 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2166 </themegroup>

http://dive4elements.wald.intevation.org