annotate artifacts/doc/conf/themes/default.xml @ 6919:225e3a167958

Added new Theme.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 26 Aug 2013 15:03:37 +0200
parents 2e002f989c24
children 04a84a9ab903
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" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
87 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
88 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
89
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
90 <theme name="WKmsAnnotation">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
91 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
92 <inherit from="Lines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
93 <inherit from="Label" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
94 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
95 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
96 <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
97 default="204, 204, 204" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
98 <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
99 default="3" hints="hidden" />
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
100 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
101 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
102
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
103 <theme name="WQKms">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
104 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
105 <inherit from="Lines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
106 <inherit from="Points" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
107 <inherit from="MinMaxPoints" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
108 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
109 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
110 <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
111 default="false" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
112 <field name="showpointlabel" type="boolean"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
113 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
114 <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
115 default="204, 204, 204" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
116 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
117 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
118
6919
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
119 <theme name="WQKmsHorizontal">
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
120 <inherits>
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
121 <inherit from="WQKms" />
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 <fields>
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
124 <field name="linecolor" type="Color" display="Linienfarbe"
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
125 default="204, 204, 204" />
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
126 <field name="textorientation" type="boolean" display="Textausrichtung"
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
127 default="true" />
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
128 </fields>
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
129 </theme>
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
130
225e3a167958 Added new Theme.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6843
diff changeset
131
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
132 <theme name="WQPoints">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
133 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
134 <inherit from="Points" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
135 <inherit from="Label" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
136 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
137 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
138 <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
139 default="204, 0, 0" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
140 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
141 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
142
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
143 <theme name="heightmarks_points">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
144 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
145 <inherit from="Points" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
146 <inherit from="Label" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
147 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
148 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
149 <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
150 default="0, 0, 0" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
151 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
152 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
153
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
154 <theme name="Area">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
155 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
156 <inherit from="Areas" />
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 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
159 <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
160 default="true" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
161 <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
162 default="false" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
163 <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
164 display="Begrenzungslinienfarbe" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
165 <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
166 default="true" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
167 <field name="showarealabel" type="boolean"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
168 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
169 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
170 </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
171 <!-- 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
172 <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
173 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
175 <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
176 <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
177 <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
178 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
181 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
182 <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
183 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
184 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
186
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
188 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
193 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
194 <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
195 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
196 <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
197 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
199
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
201 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
207
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
209 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
211 <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
212 <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
213 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
216 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
217 <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
218 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
219 <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
220 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
221 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
223
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <!-- 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
226 <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
227 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
232 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
233 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
235
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
237 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
242 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
243 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
245
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
247 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
252 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
253 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
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
256 <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
257 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
262 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
263 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
265
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
267 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
272 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
273 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
275
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
277 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
282 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
283 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
285
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
287 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
292 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
293 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
295
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
297 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
302 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
303 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
305
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
307 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
312 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
313 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
315
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
317 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
322 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
323 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
325
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
327 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
332 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
333 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
335
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
337 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
342 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
343 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
345
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
347 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
352 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
353 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
355
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
357 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
362 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
363 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
365
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
367 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
372 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
373 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
375
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
377 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
382 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
383 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
385
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
387 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
392 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
393 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
395
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
397 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
402 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
403 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
405
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
407 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
412 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
413 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
415
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
417 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
422 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
423 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
425
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
427 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
432 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
433 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
435
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
437 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
442 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
443 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
445
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
447 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
452 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
453 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
455
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
457 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
462 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
463 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
465
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
467 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
472 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
473 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
475
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
477 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
482 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
483 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
485
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
487 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
492 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
493 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
495
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
497 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
502 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
503 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
505
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
507 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
512 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
513 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
515
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
517 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
522 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
523 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
525
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
527 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
532 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
533 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
535
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
537 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
542 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
543 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
545
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
547 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
552 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
553 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
555
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
557 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
562 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
563 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
565
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
567 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
572 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
573 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
575
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
577 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
582 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
583 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
585
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
587 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
592 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
593 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
595
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
597 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
602 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
603 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
605
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
607 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
612 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
613 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
615
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
617 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
622 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
623 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
625
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
627 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
632 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
633 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
635
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
637 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
642 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
643 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
645
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
647 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
652 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
653 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
655
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
657 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
662 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
663 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
665
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
667 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
672 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
673 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
675
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
677 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
682 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
683 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
685
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
687 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
692 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
693 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
695
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
697 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
702 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
703 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
705
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
707 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
712 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
713 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
715
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
717 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
722 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
723 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
725
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
727 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
732 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
733 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
735
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
737 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
742 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
743 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
745
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
747 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
752 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
753 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
755
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
757 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
762 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
763 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
765
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
767 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
772 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
773 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
775
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
777 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
782 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
783 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
785
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
787 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
792 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
793 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
795
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
797 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
802 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
803 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
805
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
808 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
813 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
814 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
816
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
818 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
823 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
824 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
826
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
828 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
833 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
834 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
836
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
838 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
843 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
844 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
846
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <!-- 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
848 <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
849 <inherits>
6744
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
850 <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
851 <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
852 <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
853 <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
854 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
855 <fields>
6744
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
856 <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
857 default="true" />
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="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
859 default="1" />
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="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
861 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
862 <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
863 />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
864 <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
865 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
866 <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
867 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="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
869 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
870 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
871 </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
872
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
874 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
879 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
880 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
882
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <!-- 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
884 <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
885 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
890 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
891 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
893
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
895 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
900 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
901 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
903
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
905 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
910 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
911 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
913
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
915 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
920 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
921 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
923
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
925 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
930 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
931 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
933
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
935 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
940 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
941 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
943
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
945 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
950 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
951 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
953
6253
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
954 <theme name="BedDiameterDataTop">
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
955 <inherits>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
956 <inherit from="LongitudinalSection" />
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 <fields>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
959 <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
960 <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
961 <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
962 <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
963 </fields>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
964 </theme>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
965
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
966 <theme name="BedDiameterDataSub">
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
967 <inherits>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
968 <inherit from="LongitudinalSection" />
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 <fields>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
971 <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
972 <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
973 <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
974 <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
975 </fields>
b0d4aeba8e3d New theme for bed diameter measurement facets.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
976 </theme>
6263
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
977
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
978 <theme name="BedloadDiameterData">
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
979 <inherits>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
980 <inherit from="LongitudinalSection" />
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 <fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
983 <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
984 <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
985 <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
986 <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
987 </fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6253
diff changeset
988 </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
989 <!-- 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
990 <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
991 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
996 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
997 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
999
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1001 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1006 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
1007 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1009
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1011 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1016 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
1017 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1019
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1021 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1026 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
1027 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1029
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1031 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1036 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
1037 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1039
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1041 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1046 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
1047 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1049
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1051 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1056 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1057 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
1058 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1059 </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
1060 <!-- 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
1061 <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
1062 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1067 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
1068 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1070
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1072 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1077 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
1078 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1080
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1082 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1087 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
1088 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1090
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1092 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1097 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
1098 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1100
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <!-- 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
1102 <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
1103 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1110
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1112 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1119 <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
1120 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1127
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1129 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1136
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1138 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1145 <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
1146 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1151 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1152 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
1153 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1154 </theme>
6736
60e9494978c4 issue1393: Fix theme association for sedimentload.total_load .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6561
diff changeset
1155 <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
1156 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1157 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1161 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1162 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
1163 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1164 </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
1165 <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
1166 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1171 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1172 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
1173 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1174 </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
1175
6394
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1176 <theme name="SedimentLoadUnknown">
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1177 <inherits>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1178 <inherit from="LongitudinalSection" />
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 <fields>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1181 <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
1182 <field name="showlinelabel" type="boolean"
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1183 display="Beschriftung anzeigen" default="false" hints="hidden" />
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1184 </fields>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1185 </theme>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1186
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
1187 <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
1188 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1193 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
1194 <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
1195 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
1196 <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
1197 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
1198 <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
1199 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
1200 <field name="showarealabel" 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
1201 display="Flächenbeschriftung 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
1202 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1203 </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
1204
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1208 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1210 <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
1211 <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
1212 <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
1213 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1216 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
1217 <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
1218 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
1219 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1221
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1223 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1225 <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
1226 <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
1227 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1230 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
1231 <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
1232 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
1233 <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
1234 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
1235 <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
1236 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
1237 <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
1238 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
1239 <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
1240 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
1241 <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
1242 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
1243 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1245
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1247 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1252 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
1253 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1255
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1257 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1262 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
1263 <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
1264 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
1265 <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
1266 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
1267 <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
1268 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
1269 <field name="showarealabel" 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
1270 display="Flächenbeschriftung 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
1271 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1272 </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
1273
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1277 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1279 <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
1280 <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
1281 <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
1282 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1285 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
1286 <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
1287 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
1288 <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
1289 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
1290 <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
1291 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
1292 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1294
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1296 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1298 <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
1299 <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
1300 <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
1301 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1304 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
1305 <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
1306 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
1307 <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
1308 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
1309 <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
1310 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
1311 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1313
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1315 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1317 <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
1318 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1321 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
1322 <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
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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1326
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1328 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1330 <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
1331 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1334 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
1335 <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
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="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
1338 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
1339 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1341
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1343 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1348 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
1349 <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
1350 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
1351 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1353
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1355 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1357 <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
1358 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1361 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
1362 <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
1363 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
1364 <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
1365 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
1366 <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
1367 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
1368 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1370
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1372 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1374 <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
1375 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1378 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
1379 <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
1380 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
1381 <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
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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1385
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1389 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1391 <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
1392 <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
1393 <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
1394 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1397 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
1398 <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
1399 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
1400 <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
1401 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
1402 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
1403 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1405
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1407 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1412 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
1413 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1415
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1417 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1422 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
1423 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1425
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1429 <inherits>
6561
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6394
diff changeset
1430 <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
1431 <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
1432 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1435 default="3" />
6561
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6394
diff changeset
1436 <field name="showpointlabel" type="boolean"
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6394
diff changeset
1437 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
1438 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1439 </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
1440
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1442 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1444 <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
1445 <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
1446 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1449 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
1450 <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
1451 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="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
1453 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
1454 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1456
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1458 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1463 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
1464 <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
1465 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
1466 <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
1467 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
1468 <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
1469 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
1470 <field name="showarealabel" 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
1471 display="Flächenbeschriftung 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
1472 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1473 </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
1474
6843
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1475 <theme name="FixingCalculatedPoint">
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1476 <inherits>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1477 <inherit from="FixPoints" />
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 <fields>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1480 <field name="pointcolor" type="Color" display="Punktfarbe"
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1481 default="0, 0, 0" />
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1482 <field name="pointsize" type="int" display="Punktdicke"
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1483 default="5"/>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1484 <field name="showpointlabel" type="boolean"
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1485 display="Punktbeschriftung anzeigen" default="false"/>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1486 </fields>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1487 </theme>
2e002f989c24 (issue1444) Add theme for fixing calculated point
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1488
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
1489 <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
1490 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1497
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1499 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1504 <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
1505 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
1506 <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
1507 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
1508 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1510
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1512 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1517 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
1518 <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
1519 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
1520 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1522
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1524 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1529 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
1530 <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
1531 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
1532 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1534
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1536 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1541 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
1542 <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
1543 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
1544 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1546
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1548 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1553 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
1554 <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
1555 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
1556 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1558
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1560 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1565 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
1566 <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
1567 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
1568 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1570
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1572 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1577 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
1578 <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
1579 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
1580 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1582
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1584 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1590
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
1591 <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
1592 <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
1593 <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
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 <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
1596 <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
1597 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
1598 <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
1599 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
1600 </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
1601 </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
1602
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
1603 <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
1604 <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
1605 <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
1606 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1607 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1609 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
1610 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1612
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1614 <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
1615 <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
1616 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1617 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1619 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
1620 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1622
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1624 <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
1625 <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
1626 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1627 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1629 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
1630 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1632
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1634 <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
1635 <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
1636 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1637 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1639 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
1640 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1642
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1644 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1649 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
1650 <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
1651 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
1652 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1654
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1656 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1663
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1665 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1672
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1674 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1681
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1683 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1690
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1692 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1697 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
1698 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1700 <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
1701 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1706 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
1707
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1710
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1712 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1717 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
1718 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1720
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1722 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1727 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
1728 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1730
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1732 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1737 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
1738 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1740
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1742 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1749
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1751 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1758
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1760 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1767
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1769 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1776
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1778 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1785
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1787 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1792 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
1793 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1794 </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
1795
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1799 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1801 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
1802 <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
1803 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
1804 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1805 </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
1806
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1808 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1812
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1814 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1818
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1819 <theme name="Floodmarks">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1820 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1821 <inherit from="MapLines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1822 <inherit from="Symbol" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1823 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1824 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1825
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
1826 <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
1827 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1832 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
1833 <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
1834 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
1835 <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
1836 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
1837 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1839
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1841 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1847
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1849 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1851 <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
1852 <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
1853 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1855
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1858 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1860 <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
1861 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1863
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1865 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1867 <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
1868 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1870
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1871
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1872 <theme name="GaugeLocation">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1873 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1874 <inherit from="MapLines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1875 <inherit from="Symbol" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1876 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1877 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6103
diff changeset
1878
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
1879 <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
1880 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1884
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1886 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1890
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1892 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1894 <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
1895 <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
1896 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1898
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1900 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1904
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1906 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1911 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
1912 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1914
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1916 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1920
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1922 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1926
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1928 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </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
1932
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1934 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1936 <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
1937 <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
1938 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1940
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1944 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1946 <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
1947 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1950 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
1951 <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
1952 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
1953 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1955
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1957 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1959 <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
1960 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1963 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
1964 <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
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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1968
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1970 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1972 <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
1973 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1976 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
1977 <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
1978 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
1979 <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
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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1983
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1985 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1987 <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
1988 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1991 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
1992 <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
1993 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
1994 <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
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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
1998
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
2000 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2002 <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
2003 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2006 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
2007 <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
2008 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
2009 <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
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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
2013
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
2015 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2020 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
2021 <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
2022 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
2023 <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
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="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
2026 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
2027 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
2029
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
2031 <!-- 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
2032 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2034 <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
2035 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2038 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
2039 <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
2040 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
2041 <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
2042 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
2043 <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
2044 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
2045 <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
2046 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
2047 <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
2048 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
2049 <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
2050 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
2051 <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
2052 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
2053 </fields>-->
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
2055
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
2057 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2059 <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
2060 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2063 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
2064 <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
2065 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
2066 <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
2067 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
2068 <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
2069 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
2070 <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
2071 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
2072 <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
2073 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
2074 <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
2075 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
2076 <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
2077 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
2078 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
2080
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2084 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2086 <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
2087 <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
2088 <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
2089 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2092 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
2093 <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
2094 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
2095 <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
2096 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
2097 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
2099
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
2101 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
2107
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2111 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2113 <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
2114 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2117 <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
2118 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
2119 <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
2120 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
2121 <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
2122 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
2123 <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
2124 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
2125 <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
2126 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
2127 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
2129
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
2131 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2133 <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
2134 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2137 <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
2138 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
2139 <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
2140 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
2141 <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
2142 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
2143 <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
2144 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
2145 <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
2146 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
2147 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
2149
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
2151 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2153 <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
2154 <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
2155 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2158 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
2159 <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
2160 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
2161 <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
2162 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </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
2164 </themegroup>

http://dive4elements.wald.intevation.org