annotate artifacts/doc/conf/themes/second.xml @ 6845:30b6ff8fd688

Add FixingCalculatedPoint to second theme, too
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 16 Aug 2013 09:16:30 +0200
parents caf027fe0715
children 988dde49ae65
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"?>
6104
7e40264a1363 Themes: Name second theme 'second'
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6103
diff changeset
2 <themegroup name="second">
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
3 <theme name="MainValuesQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
4 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
5 <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
6 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
7 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
8 <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
9 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
10 <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
11 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
12 <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
13 display="Linienbeschriftung 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
14 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
15 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
16
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
17 <theme name="MainValuesQVerticalText">
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
18 <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
19 <inherit from="Lines" />
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
20 </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
21 <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
22 <field name="linecolor" type="Color" display="Farbe"
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
23 default="200, 0, 15" />
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
24 <field name="textorientation" type="boolean" display="Textausrichtung"
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
25 default="false" />
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
26 <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
27 display="Linienbeschriftung 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
28 </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
29 </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
30
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
31 <theme name="MainValuesW">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
32 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
33 <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
34 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
35 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
36 <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
37 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
38 <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
39 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
40 <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
41 display="Linienbeschriftung 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
42 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
43 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
44
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
45 <theme name="RelativePoint">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
46 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
47 <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
48 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
49 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
50
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
51 <theme name="Annotations">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
52 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
53 <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
54 <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
55 <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
56 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
57 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
58 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
59 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
60
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
61 <theme name="ManualPoints">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
62 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
63 <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
64 <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
65 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
66 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
67 <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
68 default="3" 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
69 <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
70 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
71 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
72 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
73
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
74 <theme name="WKms">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
75 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
76 <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
77 <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
78 <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
79 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
80 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
81 <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
82 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
83 <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
84 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
85 <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
86 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
87 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
88 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
89
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
90 <theme name="WKmsAnnotation">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
91 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
92 <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
93 <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
94 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
95 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
96 <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
97 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
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" />
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
100 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
101 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
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
103 <theme name="WQKms">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
104 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
105 <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
106 <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
107 <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
108 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
109 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
110 <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
111 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
112 <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
113 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
114 <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
115 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
116 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
117 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
118
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
119 <theme name="WQPoints">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
120 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
121 <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
122 <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
123 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
124 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
125 <field name="pointcolor" 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
126 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
127 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
128 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
129
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
130 <theme name="heightmarks_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
131 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
132 <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
133 <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
134 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
135 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
136 <field name="pointcolor" 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
137 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
138 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
139 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
140
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
141 <theme name="Area">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
142 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
143 <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
144 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
145 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
146 <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
147 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
148 <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
149 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
150 <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
151 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
152 <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
153 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
154 <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
155 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
156 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
157 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
158 <!-- 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
159 <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
160 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
161 <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
162 <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
163 <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
164 <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
165 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
166 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
167 <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
168 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
169 <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
170 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
171 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
174 <theme name="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
175 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
176 <inherit from="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
177 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
180 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
181 <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
182 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
183 <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
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="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
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="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
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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
196 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
198 <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
199 <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
200 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
203 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
204 <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
205 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
206 <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
207 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
208 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <!-- 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
213 <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
214 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
216 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
219 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
220 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
224 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
226 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
229 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
234 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
236 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
239 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
244 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
246 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
249 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
254 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
256 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
259 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
264 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
266 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
269 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
274 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
276 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
279 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
284 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
286 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
289 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
294 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
296 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
299 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
304 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
306 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
309 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
314 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
316 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
319 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
324 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
326 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
329 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
334 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
336 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
339 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
344 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
346 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
349 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
354 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
356 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
359 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
364 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
366 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
369 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
374 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
376 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
379 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
384 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
386 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
389 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
394 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
396 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
399 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
404 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
406 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
409 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
414 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
416 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
419 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
424 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
426 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
429 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
434 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
436 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
439 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
444 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
446 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
449 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
454 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
456 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
459 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
464 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
466 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
469 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
474 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
476 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
479 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
484 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
486 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
489 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
494 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
496 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
499 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
504 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
506 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
509 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
514 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
516 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
519 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
524 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
526 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
529 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
534 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
536 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
539 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
544 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
546 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
549 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
554 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
556 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
559 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
564 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
566 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
569 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
574 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
576 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
579 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
584 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
586 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
589 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
594 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
596 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
599 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
604 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
606 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
609 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
614 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
616 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
619 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
624 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
626 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
629 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
634 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
636 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
639 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
644 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
646 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
649 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
654 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
656 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
659 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
664 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
666 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
669 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
674 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
676 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
679 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
684 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
686 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
689 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
694 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
696 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
699 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
704 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
706 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
709 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
714 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
716 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
719 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
724 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
726 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
729 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
734 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
736 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
739 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
744 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
746 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
749 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
754 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
756 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
759 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
764 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
766 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
769 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
774 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
776 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
779 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
784 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
786 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
789 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
795 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
800 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
801 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
805 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
807 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
810 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
814 <theme name="LongitudinalSectionQInfoldCut">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
815 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
816 <inherit from="LongitudinalSection" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
817 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
818 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
819 <field name="linecolor" type="Color" display="Linienfarbe"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
820 default="102, 102, 102" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
821 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
822 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
823
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
824 <theme name="LongitudinalSectionQInfolding">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
825 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
826 <inherit from="LongitudinalSection" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
827 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
828 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
829 <field name="linecolor" type="Color" display="Linienfarbe"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
830 default="51, 51, 51" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
831 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
832 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
833
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
834 <!-- 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
835 <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
836 <inherits>
6744
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
837 <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
838 <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
839 <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
840 <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
841 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
6744
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
843 <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
844 default="true" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
845 <field name="linesize" type="int" display="Liniendicke"
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
846 default="1" />
6744
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
847 <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
848 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
849 <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
850 />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
851 <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
852 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
853 <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
854 default="false" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
855 <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
856 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
857 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
858 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
859
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
860 <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
861 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
863 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
864 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
865 <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
866 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
867 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
868 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
869
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <!-- 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
871 <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
872 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
877 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
878 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
882 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
884 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
887 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
892 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
894 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
897 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
902 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
904 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
907 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
912 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
914 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
917 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
922 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
924 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
927 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
932 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
934 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
937 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
6263
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
941 <theme name="BedDiameterDataTop">
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
942 <inherits>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
943 <inherit from="LongitudinalSection" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
944 </inherits>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
945 <fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
946 <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: 6196
diff changeset
947 <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: 6196
diff changeset
948 <field name="pointsize" type="int" display="Punktdicke" default="2" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
949 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
950 </fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
951 </theme>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
952
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
953 <theme name="BedDiameterDataSub">
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
954 <inherits>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
955 <inherit from="LongitudinalSection" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
956 </inherits>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
957 <fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
958 <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: 6196
diff changeset
959 <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: 6196
diff changeset
960 <field name="pointsize" type="int" display="Punktdicke" default="2" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
961 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
962 </fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
963 </theme>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
964
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
965 <theme name="BedloadDiameterData">
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
966 <inherits>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
967 <inherit from="LongitudinalSection" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
968 </inherits>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
969 <fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
970 <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: 6196
diff changeset
971 <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: 6196
diff changeset
972 <field name="pointsize" type="int" display="Punktdicke" default="2" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
973 <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: 6196
diff changeset
974 </fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
975 </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
976 <!-- 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
977 <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
978 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
979 <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
980 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
981 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
982 <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
983 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
984 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
985 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
986
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
987 <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
988 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
990 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
993 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
998 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1000 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1003 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1008 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1010 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1013 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1018 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1020 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1023 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1028 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1030 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1033 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1037 <theme name="MorphologicWidth">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1038 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1039 <inherit from="LongitudinalSection" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1040 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1041 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1042 <field name="linecolor" type="Color" default="0, 100, 200" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1043 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1044 display="Beschriftung anzeigen" default="false" hints="hidden" />
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1045 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1046 </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
1047 <!-- 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
1048 <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
1049 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1054 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
1055 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1057
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1059 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1061 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1064 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1069 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1071 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1074 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1079 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1081 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1084 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <!-- 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
1089 <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
1090 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1099 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1101 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1104 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1107 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1108 <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
1109 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1110 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1111 <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
1112 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1113 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1116 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1117 <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
1118 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1119 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1120 <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
1121 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1125 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1127 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1130 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1133 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1134 <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
1135 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1136 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1137 <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
1138 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1139 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
1140 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
6736
60e9494978c4 issue1393: Fix theme association for sedimentload.total_load .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6561
diff changeset
1142 <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
1143 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1145 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1148 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1149 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
1150 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1152 <theme name="SedimentLoadTotal">
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 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1155 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1158 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1159 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
1160 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1162
6394
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1163 <theme name="SedimentLoadUnknown">
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1164 <inherits>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1165 <inherit from="LongitudinalSection" />
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1166 </inherits>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1167 <fields>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1168 <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
1169 <field name="showlinelabel" type="boolean"
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1170 display="Beschriftung anzeigen" default="false" hints="hidden" />
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1171 </fields>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1172 </theme>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1173
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
1174 <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
1175 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1176 <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
1177 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1178 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1179 <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
1180 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
1181 <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
1182 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
1183 <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
1184 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
1185 <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
1186 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
1187 <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
1188 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
1189 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1195 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1197 <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
1198 <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
1199 <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
1200 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1202 <field name="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
1203 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
1204 <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
1205 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
1206 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1208
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1209 <theme name="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
1210 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1211 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1212 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1213 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1214 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1217 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
1218 <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
1219 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
1220 <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
1221 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
1222 <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
1223 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
1224 <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
1225 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
1226 <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
1227 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
1228 <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
1229 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
1230 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1231 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1234 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1236 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1239 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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1244 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1246 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1249 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
1250 <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
1251 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
1252 <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
1253 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
1254 <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
1255 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
1256 <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
1257 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
1258 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1264 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1266 <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
1267 <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
1268 <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
1269 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1271 <field name="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
1272 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
1273 <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
1274 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
1275 <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
1276 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
1277 <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
1278 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
1279 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1283 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1285 <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
1286 <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
1287 <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
1288 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1290 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1291 default="0, 0, 153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1292 <field name="linesize" type="int" display="Liniendicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1293 default="2" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1294 <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
1295 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
1296 <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
1297 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
1298 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1302 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1304 <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
1305 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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="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
1308 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
1309 <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
1310 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
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="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
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="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
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="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
1324 <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
1325 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
1326 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1327 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1328
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1329 <theme name="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
1330 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1331 <inherit from="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
1332 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1335 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
1336 <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
1337 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
1338 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1342 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1344 <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
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="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
1348 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
1349 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1350 default="0, 0, 153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1351 <field name="linesize" type="int" display="Liniendicke"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1352 default="2" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1353 <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
1354 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
1355 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1356 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1359 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1361 <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
1362 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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="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
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="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
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 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1369 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1370 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1371 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1372
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1373
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1376 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1378 <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
1379 <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
1380 <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
1381 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1383 <field name="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
1384 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
1385 <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
1386 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
1387 <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
1388 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
1389 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
1390 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <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
1396 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1397 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1398 <field name="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
1399 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
1400 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1404 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1406 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1409 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1416 <inherits>
6561
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6394
diff changeset
1417 <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
1418 <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
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="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
1422 default="3" />
6561
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6394
diff changeset
1423 <field name="showpointlabel" type="boolean"
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6394
diff changeset
1424 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
1425 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1426 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1427
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1428 <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
1429 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1430 <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
1431 <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
1432 <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
1433 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1436 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
1437 <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
1438 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
1439 <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
1440 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
1441 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1445 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1446 <inherit from="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
1447 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1450 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
1451 <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
1452 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
1453 <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
1454 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
1455 <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
1456 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
1457 <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
1458 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
1459 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
6845
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1462 <theme name="FixingCalculatedPoint">
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1463 <inherits>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1464 <inherit from="FixPoints" />
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1465 </inherits>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1466 <fields>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1467 <field name="pointcolor" type="Color" display="Punktfarbe"
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1468 default="0, 0, 0" />
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1469 <field name="pointsize" type="int" display="Punktdicke"
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1470 default="5"/>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1471 <field name="showpointlabel" type="boolean"
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1472 display="Punktbeschriftung anzeigen" default="false"/>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1473 </fields>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1474 </theme>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1475
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
1476 <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
1477 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1478 <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
1479 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1480 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1481 <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
1482 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1483 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1484
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1485 <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
1486 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1487 <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
1488 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1491 <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
1492 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
1493 <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
1494 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
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="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
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="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
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="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
1504 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
1505 <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
1506 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
1507 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1511 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1513 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1516 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
1517 <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
1518 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
1519 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1523 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1525 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1528 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
1529 <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
1530 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
1531 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1535 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1537 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1540 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
1541 <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
1542 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
1543 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1547 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1549 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1552 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
1553 <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
1554 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
1555 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1559 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1561 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1564 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
1565 <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
1566 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
1567 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1571 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1573 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
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
1578 <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
1579 <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
1580 <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
1581 </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
1582 <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
1583 <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
1584 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
1585 <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
1586 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
1587 </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
1588 </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
1589
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
1590 <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
1591 <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
1592 <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
1593 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1594 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1595 <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
1596 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
1597 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1598 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1599
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1600 <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
1601 <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
1602 <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
1603 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1605 <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
1606 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1611 <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
1612 <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
1613 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1615 <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
1616 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1621 <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
1622 <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
1623 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1625 <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
1626 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1631 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1633 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1635 <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
1636 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
1637 <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
1638 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
1639 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1640 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1643 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1645 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1648 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1652 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1654 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1657 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1661 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1663 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1666 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1670 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1672 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1675 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1679 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1681 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1684 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
1685 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1688 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1690 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1693 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
1694
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1699 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1704 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
1705 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1709 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1711 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1714 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1719 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1721 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1724 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1729 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1731 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1734 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1738 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1740 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1743 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1747 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1749 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1752 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1756 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1758 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1761 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1765 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1767 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1770 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1774 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1776 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1779 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
1780 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1786 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1788 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
1789 <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
1790 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
1791 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1792 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1795 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1797 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1799
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1800 <theme name="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
1801 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1803 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1807 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1809 <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
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="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
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="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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1819 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
1820 <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
1821 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
1822 <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
1823 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
1824 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1825 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1828 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1830 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1832 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1833 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1836 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1838 <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
1839 <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
1840 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1845 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1846 <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
1847 <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
1848 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1851 <theme name="Floodmarks">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1852 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1853 <inherit from="MapLines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1854 <inherit from="Symbol" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1855 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1856 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1857
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
1858
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1859 <theme name="GaugeLocation">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1860 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1861 <inherit from="MapLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1862 <inherit from="Symbol" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1863 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1864 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1865
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1866 <theme name="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
1867 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1868 <inherit from="MapLines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1869 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1871
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1872 <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
1873 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1874 <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
1875 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1876 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1877
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1878 <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
1879 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1881 <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
1882 <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
1883 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1887 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1889 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1893 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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="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
1895 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1898 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
1899 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1903 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1905 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1909 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1911 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1915 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1917 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1921 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1923 <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
1924 <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
1925 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1928
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1929
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1931 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1933 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1937 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
1938 <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
1939 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
1940 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1941 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1942
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1943 <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
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="HistoricalDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1946 <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
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="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
1950 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
1951 <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
1952 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
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="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
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="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
1963 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
1964 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1965 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1966 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1967 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1968 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1969 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1970
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1971 <theme name="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
1972 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1973 <inherit from="HistoricalDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1974 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1975 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1976 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1977 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1978 default="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
1979 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1980 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1981 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1982 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1983 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1984 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1985
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1986 <theme name="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
1987 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1988 <inherit from="HistoricalDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1989 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1990 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1991 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1992 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1993 default="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
1994 <field name="showlinelabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1995 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1996 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1997 display="Beschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1998 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1999 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2000
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2001 <theme name="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
2002 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2003 <inherit from="HistoricalDischargeCurve" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2004 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2007 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
2008 <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
2009 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
2010 <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
2011 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
2012 <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
2013 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
2014 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2018 <!-- 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
2019 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2020 <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
2021 <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
2022 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2025 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
2026 <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
2027 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
2028 <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
2029 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
2030 <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
2031 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
2032 <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
2033 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
2034 <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
2035 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
2036 <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
2037 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
2038 <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
2039 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
2040 </fields>-->
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2044 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2046 <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
2047 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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="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
2050 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
2051 <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
2052 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
2053 <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
2054 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
2055 <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
2056 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
2057 <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
2058 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
2059 <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
2060 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
2061 <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
2062 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
2063 <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
2064 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
2065 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2071 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2073 <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
2074 <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
2075 <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
2076 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2078 <field name="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
2079 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
2080 <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
2081 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
2082 <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
2083 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
2084 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2085 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2088 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2089 <inherit from="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
2090 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2092 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2093 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2098 <inherits>
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2099 <inherit from="Lines" />
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
2100 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <field name="pointcolor" type="Color" default="0, 153, 255" />
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2104 <field name="showlines" type="boolean" display="Linie anzeigen"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2105 default="false" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2106 <field name="linesize" type="int" display="Liniendicke"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2107 default="1" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2108 <field name="linetype" type="Dash" display="Linienart"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2109 default="10" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2110 <field name="linecolor" type="Color" display="Linienfarbe"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2111 default="0, 0, 0" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2112 <field name="showlinelabel" type="boolean"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2113 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
2114 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2118 <inherits>
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2119 <inherit from="Lines" />
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
2120 <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
2121 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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="pointcolor" type="Color" default="204, 0, 0" />
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2124 <field name="showlines" type="boolean" display="Linie anzeigen"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2125 default="false" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2126 <field name="linesize" type="int" display="Liniendicke"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2127 default="1" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2128 <field name="linetype" type="Dash" display="Linienart"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2129 default="10" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2130 <field name="linecolor" type="Color" display="Linienfarbe"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2131 default="0, 0, 0" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2132 <field name="showlinelabel" type="boolean"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2133 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
2134 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2138 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2140 <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
2141 <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
2142 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2145 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
2146 <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
2147 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
2148 <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
2149 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2150 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2151 </themegroup>

http://dive4elements.wald.intevation.org