annotate artifacts/doc/conf/themes/second.xml @ 8295:9ab967eb2c51

At least since rev eb052d759fcc, there are no bed height epochs anymore.
author "Tom Gottfried <tom@intevation.de>"
date Thu, 18 Sep 2014 18:16:51 +0200
parents 84ac8549e87b
children 27d42c9ee367
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="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
55 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
61 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
63 <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
64 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
67 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
68 <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
69 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
70 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
74 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
76 <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
77 <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
78 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
81 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
82 <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
83 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
84 <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
85 default="204, 204, 204" />
7216
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
86 <field name="textorientation" type="boolean" display="Textausrichtung"
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
87 default="true" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
88 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
92 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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="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
94 <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
95 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
98 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
99 <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
100 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
101 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
105 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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="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
107 <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
108 <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
109 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
112 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
113 <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
114 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
115 <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
116 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
117 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
7216
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
120 <theme name="WQKmsHorizontal">
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
121 <inherits>
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
122 <inherit from="WQKms" />
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
123 </inherits>
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
124 <fields>
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
125 <field name="linecolor" type="Color" display="Linienfarbe"
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
126 default="204, 204, 204" />
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
127 <field name="textorientation" type="boolean" display="Textausrichtung"
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
128 default="true" />
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
129 </fields>
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
130 </theme>
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
131
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
132
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
133 <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
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 <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
136 <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
137 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
140 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
141 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
145 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
147 <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
148 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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="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
151 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
152 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
156 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
158 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
161 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
162 <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
163 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
164 <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
165 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
166 <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
167 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
168 <field name="showarealabel" type="boolean"
7119
988dde49ae65 Fix area label rendering.
Andre Heinecke <aheinecke@intevation.de>
parents: 6845
diff changeset
169 display="Flächenbeschriftung anzeigen" default="false"/>
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
170 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
8116
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
172
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
173 <!-- top level classes defining additional attributes-->
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
174 <theme name="LongitudinalSection">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
175 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
176 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
177 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
178 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
179 <inherit from="Label" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
180 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
181 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
182 <field name="showpoints" type="boolean" display="Punkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
183 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
184 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
185 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
186 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
187 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
188
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
189 <theme name="LongitudinalSectionW">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
190 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
191 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
192 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
193 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
194 <field name="bandwidth" type="double" display="Bandbreite"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
195 default="0"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
196 <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
197 default="104, 104, 104"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
198 <field name="transparency" type="int" default="20" display="Transparenz"/>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
199 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
200 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
201
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
202 <theme name="LongitudinalSectionPoints">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
203 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
204 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
205 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
206 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
207 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
208 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
209
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
210 <theme name="Differences">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
211 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
212 <inherit from="Lines" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
213 <inherit from="Points" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
214 <inherit from="MinMaxPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
215 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
216 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
217 <field name="showpoints" type="boolean" display="Punkte anzeigen"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
218 default="false" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
219 <field name="showpointlabel" type="boolean"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
220 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
221 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
222 default="204, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
223 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
224 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
225
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
226
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
227 <!-- Classes defining special values -->
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
228 <theme name="LongitudinalSectionW_HQ1">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
229 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
230 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
231 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
232 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
233 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
234 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
235 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
236 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
237
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
238 <theme name="LongitudinalSectionW_HQ2">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
239 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
240 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
241 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
242 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
243 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
244 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
245 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
246 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
247
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
248 <theme name="LongitudinalSectionW_HQ5">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
249 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
250 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
251 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
252 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
253 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
254 default="0, 153, 51" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
255 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
256 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
257
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
258 <theme name="LongitudinalSectionW_HQ10">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
259 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
260 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
261 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
262 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
263 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
264 default="0, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
265 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
266 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
267
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
268 <theme name="LongitudinalSectionW_HQ20">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
269 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
270 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
271 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
272 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
273 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
274 default="153, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
275 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
276 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
277
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
278 <theme name="LongitudinalSectionW_HQ25">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
279 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
280 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
281 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
282 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
283 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
284 default="102, 51, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
285 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
286 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
287
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
288 <theme name="LongitudinalSectionW_HQ50">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
289 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
290 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
291 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
292 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
293 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
294 default="255, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
295 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
296 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
297
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
298 <theme name="LongitudinalSectionW_HQ100">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
299 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
300 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
301 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
302 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
303 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
304 default="255, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
305 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
306 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
307
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
308 <theme name="LongitudinalSectionW_HQ200">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
309 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
310 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
311 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
312 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
313 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
314 default="255, 100, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
315 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
316 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
317
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
318 <theme name="LongitudinalSectionW_HQ300">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
319 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
320 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
321 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
322 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
323 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
324 default="255, 0, 100" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
325 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
326 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
327
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
328 <theme name="LongitudinalSectionW_HQ500">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
329 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
330 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
331 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
332 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
333 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
334 default="102, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
335 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
336 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
337
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
338 <theme name="LongitudinalSectionW_HQ1000">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
339 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
340 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
341 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
342 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
343 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
344 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
345 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
346 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
347
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
348 <theme name="LongitudinalSectionW_HQRZ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
349 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
350 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
351 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
352 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
353 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
354 default="102, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
355 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
356 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
357
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
358 <theme name="LongitudinalSectionW_HSQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
359 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
360 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
361 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
362 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
363 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
364 default="253, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
365 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
366 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
367
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
368 <theme name="LongitudinalSectionW_MHQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
369 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
370 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
371 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
372 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
373 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
374 default="102, 255, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
375 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
376 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
377
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
378 <theme name="LongitudinalSectionW_MNQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
379 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
380 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
381 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
382 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
383 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
384 default="0, 255, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
385 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
386 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
387
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
388 <theme name="LongitudinalSectionW_MQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
389 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
390 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
391 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
392 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
393 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
394 default="0, 51, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
395 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
396 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
397
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
398 <theme name="LongitudinalSectionW_NQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
399 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
400 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
401 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
402 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
403 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
404 default="153, 204, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
405 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
406 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
407
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
408 <theme name="LongitudinalSectionW_HQExtrem">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
409 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
410 <inherit from="LongitudinalSectionW" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
411 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
412 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
413 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
414 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
415 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
416 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
417
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
418 <theme name="LongitudinalSectionW_HQ1_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
419 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
420 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
421 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
422 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
423 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
424 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
425 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
426 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
427
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
428 <theme name="LongitudinalSectionW_HQ2_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
429 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
430 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
431 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
432 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
433 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
434 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
435 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
436 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
437
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
438 <theme name="LongitudinalSectionW_HQ5_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
439 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
440 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
441 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
442 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
443 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
444 default="0, 153, 51" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
445 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
446 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
447
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
448 <theme name="LongitudinalSectionW_HQ10_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
449 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
450 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
451 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
452 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
453 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
454 default="0, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
455 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
456 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
457
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
458 <theme name="LongitudinalSectionW_HQ20_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
459 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
460 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
461 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
462 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
463 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
464 default="153, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
465 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
466 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
467
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
468 <theme name="LongitudinalSectionW_HQ25_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
469 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
470 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
471 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
472 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
473 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
474 default="102, 51, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
475 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
476 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
477
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
478 <theme name="LongitudinalSectionW_HQ50_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
479 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
480 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
481 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
482 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
483 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
484 default="255, 153, 153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
485 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
486 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
487
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
488 <theme name="LongitudinalSectionW_HQ100_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
489 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
490 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
491 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
492 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
493 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
494 default="255, 0, 51" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
495 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
496 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
497
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
498 <theme name="LongitudinalSectionW_HQ200_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
499 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
500 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
501 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
502 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
503 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
504 default="255, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
505 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
506 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
507
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
508 <theme name="LongitudinalSectionW_HQ300_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
509 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
510 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
511 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
512 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
513 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
514 default="255, 100, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
515 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
516 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
517
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
518 <theme name="LongitudinalSectionW_HQ500_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
519 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
520 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
521 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
522 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
523 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
524 default="102, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
525 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
526 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
527
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
528 <theme name="LongitudinalSectionW_HQ1000_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
529 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
530 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
531 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
532 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
533 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
534 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
535 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
536 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
537
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
538 <theme name="LongitudinalSectionW_HQRZ_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
539 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
540 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
541 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
542 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
543 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
544 default="102, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
545 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
546 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
547
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
548 <theme name="LongitudinalSectionW_HSQ_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
549 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
550 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
551 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
552 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
553 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
554 default="253, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
555 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
556 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
557
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
558 <theme name="LongitudinalSectionW_MHQ_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
559 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
560 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
561 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
562 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
563 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
564 default="102, 255, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
565 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
566 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
567
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
568 <theme name="LongitudinalSectionW_MNQ_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
569 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
570 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
571 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
572 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
573 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
574 default="0, 255, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
575 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
576 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
577
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
578 <theme name="LongitudinalSectionW_MQ_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
579 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
580 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
581 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
582 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
583 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
584 default="0, 51, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
585 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
586 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
587
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
588 <theme name="LongitudinalSectionW_NQ_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
589 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
590 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
591 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
592 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
593 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
594 default="153, 204, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
595 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
596 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
597
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
598 <theme name="LongitudinalSectionW_HQExtrem_Points">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
599 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
600 <inherit from="LongitudinalSectionPoints" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
601 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
602 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
603 <field name="pointcolor" type="Color" display="Punktfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
604 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
605 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
606 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
607
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
608 <theme name="LongitudinalSectionQ_HQ1">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
609 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
610 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
611 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
612 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
613 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
614 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
615 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
616 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
617
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
618 <theme name="LongitudinalSectionQ_HQ2">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
619 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
620 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
621 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
622 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
623 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
624 default="0, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
625 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
626 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
627
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
628 <theme name="LongitudinalSectionQ_HQ5">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
629 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
630 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
631 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
632 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
633 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
634 default="0, 153, 51" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
635 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
636 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
637
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
638 <theme name="LongitudinalSectionQ_HQ10">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
639 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
640 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
641 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
642 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
643 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
644 default="0, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
645 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
646 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
647
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
648 <theme name="LongitudinalSectionQ_HQ20">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
649 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
650 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
651 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
652 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
653 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
654 default="153, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
655 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
656 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
657
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
658 <theme name="LongitudinalSectionQ_HQ25">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
659 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
660 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
661 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
662 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
663 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
664 default="102, 51, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
665 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
666 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
667
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
668 <theme name="LongitudinalSectionQ_HQ50">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
669 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
670 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
671 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
672 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
673 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
674 default="255, 153, 153" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
675 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
676 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
677
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
678 <theme name="LongitudinalSectionQ_HQ100">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
679 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
680 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
681 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
682 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
683 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
684 default="255, 0, 51" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
685 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
686 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
687
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
688 <theme name="LongitudinalSectionQ_HQ200">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
689 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
690 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
691 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
692 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
693 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
694 default="255, 0, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
695 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
696 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
697
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
698 <theme name="LongitudinalSectionQ_HQ300">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
699 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
700 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
701 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
702 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
703 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
704 default="255, 100, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
705 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
706 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
707
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
708 <theme name="LongitudinalSectionQ_HQ500">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
709 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
710 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
711 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
712 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
713 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
714 default="102, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
715 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
716 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
717
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
718 <theme name="LongitudinalSectionQ_HQ1000">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
719 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
720 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
721 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
722 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
723 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
724 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
725 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
726 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
727
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
728 <theme name="LongitudinalSectionQ_HQRZ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
729 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
730 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
731 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
732 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
733 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
734 default="102, 0, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
735 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
736 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
737
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
738 <theme name="LongitudinalSectionQ_HSQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
739 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
740 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
741 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
742 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
743 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
744 default="253, 153, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
745 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
746 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
747
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
748 <theme name="LongitudinalSectionQ_MHQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
749 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
750 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
751 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
752 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
753 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
754 default="102, 255, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
755 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
756 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
757
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
758 <theme name="LongitudinalSectionQ_MNQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
759 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
760 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
761 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
762 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
763 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
764 default="0, 255, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
765 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
766 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
767
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
768 <theme name="LongitudinalSectionQ_MQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
769 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
770 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
771 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
772 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
773 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
774 default="0, 51, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
775 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
776 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
777
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
778 <theme name="LongitudinalSectionQ_NQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
779 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
780 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
781 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
782 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
783 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
784 default="153, 204, 255" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
785 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
786 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
787
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
788 <theme name="LongitudinalSectionQ_HQExtrem">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
789 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
790 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
791 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
792 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
793 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
794 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
795 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
796 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
797
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
798 <theme name="DischargeLongitudinalSectionW">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
799 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
800 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
801 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
802 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
803 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
804 default="204, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
805 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
806 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
807
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
808
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
809 <theme name="DischargeLongitudinalSectionC">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
810 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
811 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
812 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
813 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
814 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
815 default="255, 0 , 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
816 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
817 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
818
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
819 <theme name="DischargeLongitudinalSectionQ">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
820 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
821 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
822 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
823 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
824 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
825 default="204, 204, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
826 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
827 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
828
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
829 <theme name="LongitudinalSectionQInfoldCut">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
830 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
831 <inherit from="LongitudinalSection" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
832 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
833 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
834 <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
835 default="102, 102, 102" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
836 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
837 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
838
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
839 <theme name="LongitudinalSectionQInfolding">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
840 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
841 <inherit from="LongitudinalSection" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
842 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
843 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
844 <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
845 default="51, 51, 51" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
846 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
847 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
848
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 <!-- MIDDLE BED HEIGHT -->
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
850 <theme name="MiddleBedHeightSingle">
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
851 <inherits>
6744
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
852 <inherit from="Lines" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
853 <inherit from="Points" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
854 <inherit from="MinMaxPoints" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
855 <inherit from="Label" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
856 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
857 <fields>
6744
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
858 <field name="showlines" type="boolean" display="Linie anzeigen"
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
859 default="true" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
860 <field name="linesize" type="int" display="Liniendicke"
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
861 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
862 <field name="linetype" type="Dash" display="Linienart"
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
863 default="10" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
864 <field name="linecolor" type="Color" display="Linienfarbe"
6744
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
865 />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
866 <field name="showlinelabel" type="boolean"
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
867 display="Beschriftung anzeigen" default="false" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
868 <field name="showpoints" type="boolean" display="Punkte anzeigen"
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
869 default="false" />
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
870 <field name="showpointlabel" type="boolean"
e5fc8c18bed5 issue1337: fix. Let theme not inherit from longitudinal_section, as this
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6736
diff changeset
871 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
872 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
873 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
874
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
875 <!-- 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
876 <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
877 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
879 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
880 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
881 <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
882 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
883 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
884 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
886 <theme name="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
887 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
888 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
889 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
890 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
891 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
892 default="0, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
893 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
894 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
895
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
896 <theme name="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
897 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
898 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
899 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
900 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
901 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
902 default="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
903 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
904 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
905
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
906 <theme name="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
907 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
908 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
909 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
910 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
911 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
912 default="153, 99, 102" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
913 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
914 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
915
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
916 <theme name="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
917 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
918 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
919 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
920 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
921 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
922 default="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
923 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
924 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
925
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
926 <theme name="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
927 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
928 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
929 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
930 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
931 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
932 default="255, 0, 0" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
933 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
934 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
935
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
936 <theme name="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
937 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
938 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
939 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
940 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
941 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
942 default="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
943 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
944 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
945
6263
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
946 <theme name="BedDiameterDataTop">
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
947 <inherits>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
948 <inherit from="LongitudinalSection" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
949 </inherits>
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 <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
952 <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
953 <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
954 <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
955 </fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
956 </theme>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
957
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
958 <theme name="BedDiameterDataSub">
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
959 <inherits>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
960 <inherit from="LongitudinalSection" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
961 </inherits>
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 <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
964 <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
965 <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
966 <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
967 </fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
968 </theme>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
969
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
970 <theme name="BedloadDiameterData">
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
971 <inherits>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
972 <inherit from="LongitudinalSection" />
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
973 </inherits>
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 <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
976 <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
977 <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
978 <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
979 </fields>
f01dee3a39fc Added styles for bed quality themes to config.
Raimund Renkert <rrenkert@intevation.de>
parents: 6196
diff changeset
980 </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
981 <!-- 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
982 <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
983 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
985 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
988 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
989 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
990 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
992 <theme name="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
993 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
994 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
995 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
996 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
997 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
998 default="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
999 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1000 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1001
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1002 <theme name="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
1003 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1004 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1005 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1006 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1007 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1008 default="204, 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
1009 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1010 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1011
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1012 <theme name="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
1013 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1014 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1015 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1016 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1017 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1018 default="204, 0, 204" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1019 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1020 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1021
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1022 <theme name="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
1023 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1024 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1025 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1026 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1027 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1028 default="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
1029 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1030 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1031
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1032 <theme name="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
1033 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1034 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1035 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1036 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1037 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1038 default="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
1039 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1040 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1041
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1042 <theme name="MorphologicWidth">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1043 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1044 <inherit from="LongitudinalSection" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1045 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1046 <fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1047 <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
1048 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
1049 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
1050 </fields>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
1051 </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
1052 <!-- 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
1053 <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
1054 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1056 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1058 <field name="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
1059 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
1060 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1061 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1062
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1063 <theme name="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
1064 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1065 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1066 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1067 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1068 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1069 default="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
1070 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1071 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1072
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1073 <theme name="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
1074 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1075 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1076 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1077 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1078 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1079 default="0, 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
1080 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1081 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1082
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1083 <theme name="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
1084 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1085 <inherit from="LongitudinalSection" />
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1086 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1087 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1088 <field name="linecolor" type="Color" display="Linienfarbe"
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1089 default="0, 204, 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
1090 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1091 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1092
8117
ca072278ad02 Complete mapping and themes for sediment load.
"Tom Gottfried <tom@intevation.de>"
parents: 8116
diff changeset
1093 <!-- Sediment load longitudinal sections, M^3/A -->
8204
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1094 <theme name="SedimentLoadLSM3A">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1095 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1096 <inherit from="LongitudinalSection" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1097 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1098 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1099 <field name="linesize" type="int" default="2" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1100 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1101 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1102
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1103 <theme name="SedimentLoadLSM3ACoarse">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1104 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1105 <inherit from="SedimentLoadLSM3A" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1106 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1107 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1108 <field name="linecolor" type="Color" default="255, 0, 255" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1109 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1110 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1111
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1112 <theme name="SedimentLoadLSM3AFineMid">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1113 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1114 <inherit from="SedimentLoadLSM3A" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1115 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1116 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1117 <field name="linecolor" type="Color" default="255, 0, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1118 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1119 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1120
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1121 <theme name="SedimentLoadLSM3ASand">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1122 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1123 <inherit from="SedimentLoadLSM3A" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1124 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1125 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1126 <field name="linecolor" type="Color" default="0, 0, 255" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1127 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1128 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1129
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1130 <theme name="SedimentLoadLSM3ASuspSand">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1131 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1132 <inherit from="SedimentLoadLSM3A" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1133 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1134 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1135 <field name="linecolor" type="Color" default="255, 255, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1136 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1137 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1138
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1139 <theme name="SedimentLoadLSM3ASediment">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1140 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1141 <inherit from="SedimentLoadLSM3A" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1142 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1143 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1144 <field name="linecolor" type="Color" default="0, 255, 255" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1145 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1146 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1147
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1148 <theme name="SedimentLoadLSM3ASuspSandBed">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1149 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1150 <inherit from="SedimentLoadLSM3A" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1151 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1152 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1153 <field name="linecolor" type="Color" default="0, 255, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1154 <field name="showlinelabel" type="boolean"
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1155 display="Beschriftung anzeigen" default="false" hints="hidden" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1156 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1157 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1158
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1159 <theme name="SedimentLoadLSM3ATotal">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1160 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1161 <inherit from="SedimentLoadLSM3A" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1162 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1163 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1164 <field name="linecolor" type="Color" default="0, 100, 200" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1165 <field name="showlinelabel" type="boolean"
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1166 display="Beschriftung anzeigen" default="false" hints="hidden" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1167 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1168 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1169
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1170 <theme name="SedimentLoadLSM3ABed">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1171 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1172 <inherit from="SedimentLoadLSM3A" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1173 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1174 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1175 <field name="linecolor" type="Color" default="200, 200, 200" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1176 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1177 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1178
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1179 <theme name="SedimentLoadLSM3ABedSusp">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1180 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1181 <inherit from="SedimentLoadLSM3A" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1182 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1183 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1184 <field name="linecolor" type="Color" default="150, 255, 150" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1185 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1186 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1187
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1188 <theme name="SedimentLoadLSM3ASusp">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1189 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1190 <inherit from="SedimentLoadLSM3A" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1191 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1192 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1193 <field name="linecolor" type="Color" default="85, 255, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1194 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1195 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1196
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1197 <!-- Sediment load longitudinal sections, T/A -->
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1198 <theme name="SedimentLoadLSTACoarse">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1199 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1200 <inherit from="LongitudinalSection" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1201 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1202 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1203 <field name="linecolor" type="Color" default="255, 0, 255" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1204 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1205 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1206
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1207 <theme name="SedimentLoadLSTAFineMid">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1208 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1209 <inherit from="LongitudinalSection" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1210 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1211 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1212 <field name="linecolor" type="Color" default="255, 0, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1213 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1214 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1215
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1216 <theme name="SedimentLoadLSTASand">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1217 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1218 <inherit from="LongitudinalSection" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1219 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1220 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1221 <field name="linecolor" type="Color" default="0, 0, 255" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1222 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1223 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1224
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1225 <theme name="SedimentLoadLSTASuspSand">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1226 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1227 <inherit from="LongitudinalSection" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1228 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1229 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1230 <field name="linecolor" type="Color" default="255, 255, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1231 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1232 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1233
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1234 <theme name="SedimentLoadLSTASediment">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1235 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1236 <inherit from="LongitudinalSection" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1237 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1238 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1239 <field name="linecolor" type="Color" default="0, 255, 255" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1240 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1241 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1242
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1243 <theme name="SedimentLoadLSTASuspSandBed">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1244 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1245 <inherit from="LongitudinalSection" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1246 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1247 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1248 <field name="linecolor" type="Color" default="0, 255, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1249 <field name="showlinelabel" type="boolean"
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1250 display="Beschriftung anzeigen" default="false" hints="hidden" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1251 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1252 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1253
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1254 <theme name="SedimentLoadLSTATotal">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1255 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1256 <inherit from="LongitudinalSection" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1257 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1258 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1259 <field name="linecolor" type="Color" default="0, 100, 200" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1260 <field name="showlinelabel" type="boolean"
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1261 display="Beschriftung anzeigen" default="false" hints="hidden" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1262 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1263 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1264
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1265 <theme name="SedimentLoadLSTABed">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1266 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1267 <inherit from="LongitudinalSection" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1268 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1269 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1270 <field name="linecolor" type="Color" default="200, 200, 200" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1271 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1272 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1273
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1274 <theme name="SedimentLoadLSTABedSusp">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1275 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1276 <inherit from="LongitudinalSection" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1277 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1278 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1279 <field name="linecolor" type="Color" default="150, 255, 150" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1280 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1281 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1282
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1283 <theme name="SedimentLoadLSTASusp">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1284 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1285 <inherit from="LongitudinalSection" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1286 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1287 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1288 <field name="linecolor" type="Color" default="85, 255, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1289 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1290 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1291
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1292 <!-- Sediment load at measurement stations, T/A -->
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1293 <theme name="SedimentLoad">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1294 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1295 <inherit from="LongitudinalSection" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1296 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1297 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1298 <field name="linetype" type="Dash" default="10,5" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1299 <field name="showpoints" type="boolean" default="true" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1300 <field name="pointsize" type="int" default="3" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1301 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1302 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1303
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1304 <theme name="SedimentLoadTACoarse">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1305 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1306 <inherit from="SedimentLoad" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1307 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1308 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1309 <field name="linecolor" type="Color" default="255, 0, 255" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1310 <field name="pointcolor" type="Color" default="255, 0, 255" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1311 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1312 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1313
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1314 <theme name="SedimentLoadTAFineMid">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1315 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1316 <inherit from="SedimentLoad" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1317 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1318 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1319 <field name="linecolor" type="Color" default="255, 0, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1320 <field name="pointcolor" type="Color" default="255, 0, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1321 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1322 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1323
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1324 <theme name="SedimentLoadTASand">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1325 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1326 <inherit from="SedimentLoad" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1327 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1328 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1329 <field name="linecolor" type="Color" default="0, 0, 255" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1330 <field name="pointcolor" type="Color" default="0, 0, 255" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1331 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1332 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1333
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1334 <theme name="SedimentLoadTASuspSand">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1335 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1336 <inherit from="SedimentLoad" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1337 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1338 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1339 <field name="linecolor" type="Color" default="255, 255, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1340 <field name="pointcolor" type="Color" default="255, 255, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1341 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1342 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1343
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1344 <theme name="SedimentLoadTASediment">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1345 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1346 <inherit from="SedimentLoad" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1347 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1348 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1349 <field name="linecolor" type="Color" default="0, 255, 255" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1350 <field name="pointcolor" type="Color" default="0, 255, 255" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1351 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1352 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1353
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1354 <theme name="SedimentLoadTASuspSandBed">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1355 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1356 <inherit from="SedimentLoad" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1357 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1358 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1359 <field name="linecolor" type="Color" default="0, 255, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1360 <field name="pointcolor" type="Color" default="0, 255, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1361 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1362 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1363
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1364 <theme name="SedimentLoadTATotal">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1365 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1366 <inherit from="SedimentLoad" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1367 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1368 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1369 <field name="linecolor" type="Color" default="0, 100, 200" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1370 <field name="pointcolor" type="Color" default="0, 100, 200" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1371 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1372 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1373
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1374 <theme name="SedimentLoadTABed">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1375 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1376 <inherit from="SedimentLoad" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1377 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1378 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1379 <field name="linecolor" type="Color" default="200, 200, 200" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1380 <field name="pointcolor" type="Color" default="200, 200, 200" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1381 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1382 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1383
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1384 <theme name="SedimentLoadTABedSusp">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1385 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1386 <inherit from="SedimentLoad" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1387 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1388 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1389 <field name="linecolor" type="Color" default="150, 255, 150" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1390 <field name="pointcolor" type="Color" default="150, 255, 150" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1391 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1392 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1393
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1394 <theme name="SedimentLoadTASusp">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1395 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1396 <inherit from="SedimentLoad" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1397 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1398 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1399 <field name="linecolor" type="Color" default="85, 255, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1400 <field name="pointcolor" type="Color" default="85, 255, 0" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1401 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1402 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1403
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1404 <!-- Sediment load at measurement stations, M3/A -->
8116
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1405 <theme name="SedimentLoadM3A">
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1406 <inherits>
8204
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1407 <inherit from="SedimentLoad" />
8116
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1408 </inherits>
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1409 <fields>
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1410 <field name="linesize" type="int" default="2" />
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1411 </fields>
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1412 </theme>
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1413
7517
46f902aa6b54 issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7216
diff changeset
1414 <theme name="SedimentLoadM3ACoarse">
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
1415 <inherits>
8116
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1416 <inherit from="SedimentLoadM3A" />
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
1417 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1418 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <field name="linecolor" type="Color" default="255, 0, 255" />
8204
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1420 <field name="pointcolor" type="Color" default="255, 0, 255" />
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
1421 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1423
7517
46f902aa6b54 issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7216
diff changeset
1424 <theme name="SedimentLoadM3AFineMid">
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 <inherits>
8116
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1426 <inherit from="SedimentLoadM3A" />
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
1427 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <field name="linecolor" type="Color" default="255, 0, 0" />
8204
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1430 <field name="pointcolor" type="Color" default="255, 0, 0" />
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1431 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
7517
46f902aa6b54 issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7216
diff changeset
1433
46f902aa6b54 issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7216
diff changeset
1434 <theme name="SedimentLoadM3ASand">
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
1435 <inherits>
8116
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1436 <inherit from="SedimentLoadM3A" />
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
1437 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1438 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1439 <field name="linecolor" type="Color" default="0, 0, 255" />
8204
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1440 <field name="pointcolor" type="Color" default="0, 0, 255" />
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
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
7517
46f902aa6b54 issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7216
diff changeset
1444 <theme name="SedimentLoadM3ASuspSand">
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
1445 <inherits>
8116
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1446 <inherit from="SedimentLoadM3A" />
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
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="linecolor" type="Color" default="255, 255, 0" />
8204
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1450 <field name="pointcolor" type="Color" default="255, 255, 0" />
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
1451 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
7517
46f902aa6b54 issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7216
diff changeset
1454 <theme name="SedimentLoadM3ASediment">
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
1455 <inherits>
8116
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1456 <inherit from="SedimentLoadM3A" />
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
1457 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <field name="linecolor" type="Color" default="0, 255, 255" />
8204
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1460 <field name="pointcolor" type="Color" default="0, 255, 255" />
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
1461 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1462 </theme>
7517
46f902aa6b54 issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7216
diff changeset
1463
46f902aa6b54 issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7216
diff changeset
1464 <theme name="SedimentLoadM3ASuspSandBed">
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
1465 <inherits>
8116
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1466 <inherit from="SedimentLoadM3A" />
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
1467 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1468 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1469 <field name="linecolor" type="Color" default="0, 255, 0" />
8204
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1470 <field name="pointcolor" type="Color" default="0, 255, 0" />
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
1471 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1472 </theme>
7517
46f902aa6b54 issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7216
diff changeset
1473
46f902aa6b54 issue1658: Fix theme styles for sediment load (t/a and m^3/a) facets.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7216
diff changeset
1474 <theme name="SedimentLoadM3ATotal">
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
1475 <inherits>
8116
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1476 <inherit from="SedimentLoadM3A" />
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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <field name="linecolor" type="Color" default="0, 100, 200" />
8204
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1480 <field name="pointcolor" type="Color" default="0, 100, 200" />
6394
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1481 </fields>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1482 </theme>
cf4889a257cb New themes for sediment load fraction 'unknown'.
Raimund Renkert <rrenkert@intevation.de>
parents: 6263
diff changeset
1483
8107
0e587734fc56 (issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 7911
diff changeset
1484 <theme name="SedimentLoadM3ABed">
0e587734fc56 (issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 7911
diff changeset
1485 <inherits>
8116
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1486 <inherit from="SedimentLoadM3A" />
8107
0e587734fc56 (issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 7911
diff changeset
1487 </inherits>
0e587734fc56 (issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 7911
diff changeset
1488 <fields>
8117
ca072278ad02 Complete mapping and themes for sediment load.
"Tom Gottfried <tom@intevation.de>"
parents: 8116
diff changeset
1489 <field name="linecolor" type="Color" default="200, 200, 200" />
8204
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1490 <field name="pointcolor" type="Color" default="200, 200, 200" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1491 </fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1492 </theme>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1493
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1494 <theme name="SedimentLoadM3ABedSusp">
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1495 <inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1496 <inherit from="SedimentLoadM3A" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1497 </inherits>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1498 <fields>
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1499 <field name="linecolor" type="Color" default="150, 255, 150" />
c657ddcf1fa6 Sediment loads at measurement stations and longitudinal sections need different processing and styling for diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8118
diff changeset
1500 <field name="pointcolor" type="Color" default="150, 255, 150" />
8107
0e587734fc56 (issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 7911
diff changeset
1501 </fields>
0e587734fc56 (issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 7911
diff changeset
1502 </theme>
0e587734fc56 (issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 7911
diff changeset
1503
0e587734fc56 (issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 7911
diff changeset
1504 <theme name="SedimentLoadM3ASusp">
0e587734fc56 (issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 7911
diff changeset
1505 <inherits>
8116
fdb29e8b7ec0 Make a difference between themes representing loads in different units.
"Tom Gottfried <tom@intevation.de>"
parents: 8107
diff changeset
1506 <inherit from="SedimentLoadM3A" />
8107
0e587734fc56 (issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 7911
diff changeset
1507 </inherits>
0e587734fc56 (issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 7911
diff changeset
1508 <fields>
0e587734fc56 (issue1681) Add themes for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 7911
diff changeset
1509 <field name="linecolor" type="Color" default="85, 255, 0" />
8117
ca072278ad02 Complete mapping and themes for sediment load.
"Tom Gottfried <tom@intevation.de>"
parents: 8116
diff changeset
1510 <field name="pointcolor" type="Color" default="85, 255, 0" />
ca072278ad02 Complete mapping and themes for sediment load.
"Tom Gottfried <tom@intevation.de>"
parents: 8116
diff changeset
1511 </fields>
ca072278ad02 Complete mapping and themes for sediment load.
"Tom Gottfried <tom@intevation.de>"
parents: 8116
diff changeset
1512 </theme>
ca072278ad02 Complete mapping and themes for sediment load.
"Tom Gottfried <tom@intevation.de>"
parents: 8116
diff changeset
1513
ca072278ad02 Complete mapping and themes for sediment load.
"Tom Gottfried <tom@intevation.de>"
parents: 8116
diff changeset
1514
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
1515 <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
1516 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1517 <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
1518 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1521 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
1522 <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
1523 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
1524 <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
1525 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
1526 <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
1527 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
1528 <field name="showarealabel" type="boolean"
7119
988dde49ae65 Fix area label rendering.
Andre Heinecke <aheinecke@intevation.de>
parents: 6845
diff changeset
1529 display="Flächenbeschriftung anzeigen" default="false"/>
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1530 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1535 <theme name="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
1536 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1537 <inherit from="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
1538 <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
1539 <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
1540 <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
1541 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1544 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
1545 <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
1546 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
1547 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1551 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1553 <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
1554 <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
1555 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1556 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1557 <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
1558 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
1559 <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
1560 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
1561 <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
1562 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
1563 <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
1564 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
1565 <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
1566 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 <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
1568 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
1569 <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
1570 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
1571 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1575 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1577 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1578 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1579 <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
1580 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
1581 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1582 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1583
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1584 <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
1585 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1586 <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
1587 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1588 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1589 <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
1590 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
1591 <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
1592 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
1593 <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
1594 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
1595 <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
1596 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
1597 <field name="showarealabel" type="boolean"
7119
988dde49ae65 Fix area label rendering.
Andre Heinecke <aheinecke@intevation.de>
parents: 6845
diff changeset
1598 display="Flächenbeschriftung anzeigen" default="true"/>
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1599 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1602
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1605 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1607 <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
1608 <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
1609 <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
1610 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1612 <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
1613 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
1614 <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
1615 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
1616 <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
1617 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
1618 <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
1619 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
1620 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1621 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1622
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1623 <theme name="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
1624 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1626 <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
1627 <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
1628 <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
1629 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1630 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1631 <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
1632 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
1633 <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
1634 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
1635 <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
1636 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
1637 <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
1638 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
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="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
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="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
1645 <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
1646 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1647 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1648 <field name="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
1649 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
1650 <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
1651 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
1652 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1653 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1654
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1655 <theme name="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
1656 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1657 <inherit from="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
1658 <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
1659 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1662 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
1663 <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
1664 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
1665 <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
1666 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
1667 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1671 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1673 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1676 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
1677 <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
1678 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
1679 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1680 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1681
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1682 <theme name="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
1683 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1684 <inherit from="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
1685 <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
1686 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1689 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
1690 <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
1691 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
1692 <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
1693 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
1694 <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
1695 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
1696 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1699 <theme 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
1700 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1702 <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
1703 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1704 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1705 <field name="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
1706 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
1707 <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
1708 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
1709 <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
1710 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
1711 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1717 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1719 <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
1720 <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
1721 <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
1722 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1723 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1725 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
1726 <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
1727 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
1728 <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
1729 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
1730 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
1731 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1735 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1737 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1738 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1739 <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
1740 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
1745 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1750 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
1751 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1752 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1757 <inherits>
6561
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6394
diff changeset
1758 <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
1759 <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
1760 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1761 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1763 default="3" />
6561
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6394
diff changeset
1764 <field name="showpointlabel" type="boolean"
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6394
diff changeset
1765 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
1766 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1770 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1772 <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
1773 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1777 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
1778 <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
1779 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
1780 <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
1781 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
1782 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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="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
1786 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1788 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1790 <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
1791 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
1792 <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
1793 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
1794 <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
1795 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
1796 <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
1797 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
1798 <field name="showarealabel" type="boolean"
7119
988dde49ae65 Fix area label rendering.
Andre Heinecke <aheinecke@intevation.de>
parents: 6845
diff changeset
1799 display="Flächenbeschriftung anzeigen" default="false"/>
6103
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1800 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
6845
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1803 <theme name="FixingCalculatedPoint">
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1804 <inherits>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1805 <inherit from="FixPoints" />
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1806 </inherits>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1807 <fields>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1808 <field name="pointcolor" type="Color" display="Punktfarbe"
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1809 default="0, 0, 0" />
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1810 <field name="pointsize" type="int" display="Punktdicke"
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1811 default="5"/>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1812 <field name="showpointlabel" type="boolean"
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1813 display="Punktbeschriftung anzeigen" default="false"/>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1814 </fields>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1815 </theme>
30b6ff8fd688 Add FixingCalculatedPoint to second theme, too
Andre Heinecke <aheinecke@intevation.de>
parents: 6836
diff changeset
1816
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
1817 <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
1818 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1819 <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
1820 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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="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
1823 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1826 <theme name="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
1827 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1828 <inherit from="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
1829 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1830 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1831 <field name="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
1832 <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
1833 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
1834 <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
1835 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
1836 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <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
1842 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1845 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
1846 <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
1847 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
1848 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1851 <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
1852 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1853 <inherit from="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
1854 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1855 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1856 <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
1857 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
1858 <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
1859 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
1860 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1864 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1866 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1869 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
1870 <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
1871 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
1872 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1876 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1878 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1881 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
1882 <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
1883 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
1884 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1885 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1886
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1887 <theme name="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
1888 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1889 <inherit from="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
1890 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1891 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1893 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
1894 <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
1895 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1898
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1899 <theme name="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
1900 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1901 <inherit from="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
1902 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1903 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1905 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
1906 <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
1907 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
1908 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1912 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1914 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1917 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
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
1919 <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
1920 <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
1921 <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
1922 </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
1923 <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
1924 <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
1925 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
1926 <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
1927 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
1928 </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
1929 </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
1930
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
1931 <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
1932 <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
1933 <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
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, 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
1938 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1939 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1940
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1941 <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
1942 <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
1943 <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
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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1947 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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1952 <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
1953 <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
1954 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1955 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1956 <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
1957 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
1958 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1962 <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
1963 <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
1964 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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="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
1967 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
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="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
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="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
1974 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1977 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
1978 <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
1979 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
1980 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1984 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1986 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1989 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1990 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1993 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
1995 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1996 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
1997 <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
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="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
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="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
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" 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
2007 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2011 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2013 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2016 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2020 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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="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
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="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
2025 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
2026 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2028 <theme 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
2029 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2031 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2034 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
2035
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2036 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2037 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2040 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2042 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2045 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
2046 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2050 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2052 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2053 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2054 <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
2055 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
2056 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2060 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2061 <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
2062 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2063 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2064 <field name="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
2065 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
2066 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2070 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2072 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2074 <field name="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
2075 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2079 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2081 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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="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
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="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
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 <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
2093 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2097 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2099 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2104
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2105 <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
2106 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2107 <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
2108 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2109 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2110 <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
2111 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2112 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2113
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2115 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2117 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2119 <field name="showlinelabel" type="boolean"
6113
b79b400d5de1 Themes: s/hints="h"/hints="hidden"/
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6112
diff changeset
2120 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
2121 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2124
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2125
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2126 <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
2127 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2128 <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
2129 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
2130 <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
2131 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
2132 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2133 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 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
2136 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2137 <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
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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
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 <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
2144 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2148 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of 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 <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
2150 <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
2151 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2152 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2153
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2154 <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
2155 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2156 <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
2157 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2158 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2159 <field name="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
2160 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
2161 <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
2162 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
2163 <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
2164 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
2165 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2166 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2167
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2168 <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
2169 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2170 <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
2171 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2172 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2173 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2174 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2175
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2176 <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
2177 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2178 <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
2179 <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
2180 <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
2181 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2182 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2183
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2184
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2185 <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
2186 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2187 <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
2188 <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
2189 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2190 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2191
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2192 <theme name="Floodmarks">
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2193 <inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2194 <inherit from="MapLines" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2195 <inherit from="Symbol" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2196 </inherits>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2197 </theme>
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2198
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
2199
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2200 <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
2201 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2202 <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
2203 <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
2204 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2205 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2206
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2207 <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
2208 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2209 <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
2210 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2211 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2212
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2213 <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
2214 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2215 <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
2216 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2217 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2218
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2219 <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
2220 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2221 <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
2222 <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
2223 <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
2224 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2225 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2226
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2227 <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
2228 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2229 <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
2230 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2231 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2232
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2233 <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
2234 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2235 <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
2236 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2237 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2238 <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
2239 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
2240 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2241 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2242
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2243 <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
2244 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2245 <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
2246 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2247 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2248
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2249 <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
2250 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2251 <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
2252 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2253 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2254
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2255 <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
2256 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2257 <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
2258 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2259 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2260
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2261 <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
2262 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2263 <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
2264 <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
2265 <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
2266 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2267 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2268
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2269
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2270
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2271 <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
2272 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2273 <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
2274 <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
2275 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2276 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2277 <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
2278 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
2279 <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
2280 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
2281 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2282 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2283
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2284 <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
2285 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2286 <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
2287 <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
2288 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2289 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2290 <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
2291 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
2292 <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
2293 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
2294 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2295 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2296
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2297 <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
2298 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2299 <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
2300 <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
2301 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2302 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2303 <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
2304 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
2305 <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
2306 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
2307 <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
2308 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
2309 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2310 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2311
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2312 <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
2313 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2314 <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
2315 <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
2316 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2317 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2318 <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
2319 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
2320 <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
2321 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
2322 <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
2323 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
2324 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2325 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2326
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2327 <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
2328 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2329 <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
2330 <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
2331 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2332 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2333 <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
2334 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
2335 <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
2336 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
2337 <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
2338 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
2339 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2340 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2341
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2342 <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
2343 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2344 <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
2345 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2346 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2347 <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
2348 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
2349 <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
2350 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
2351 <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
2352 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
2353 <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
2354 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
2355 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2356 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2357
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2358 <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
2359 <!-- 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
2360 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2361 <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
2362 <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
2363 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2364 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2365 <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
2366 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
2367 <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
2368 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
2369 <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
2370 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
2371 <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
2372 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
2373 <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
2374 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
2375 <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
2376 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
2377 <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
2378 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
2379 <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
2380 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
2381 </fields>-->
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2382 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2383
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2384 <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
2385 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2386 <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
2387 <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
2388 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2389 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2390 <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
2391 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
2392 <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
2393 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
2394 <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
2395 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
2396 <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
2397 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
2398 <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
2399 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
2400 <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
2401 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
2402 <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
2403 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
2404 <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
2405 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
2406 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2407 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2408
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2409
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2410
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2411 <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
2412 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2413 <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
2414 <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
2415 <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
2416 <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
2417 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2418 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2419 <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
2420 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
2421 <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
2422 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
2423 <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
2424 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
2425 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2426 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2427
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2428 <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
2429 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2430 <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
2431 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2432 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2433 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2434 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2435
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2436
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2437
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2438 <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
2439 <inherits>
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2440 <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
2441 <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
2442 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2443 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2444 <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
2445 <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
2446 default="false" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2447 <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
2448 default="1" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2449 <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
2450 default="10" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2451 <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
2452 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
2453 <field name="showlinelabel" type="boolean"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2454 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
2455 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2456 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2457
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2458 <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
2459 <inherits>
6112
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2460 <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
2461 <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
2462 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2463 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2464 <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
2465 <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
2466 default="false" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2467 <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
2468 default="1" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2469 <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
2470 default="10" hints="hidden" />
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2471 <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
2472 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
2473 <field name="showlinelabel" type="boolean"
439809f4d2b7 Merged theme config files default.xml and second.xml.
Raimund Renkert <rrenkert@intevation.de>
parents: 6104
diff changeset
2474 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
2475 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2476 </theme>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2477
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2478 <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
2479 <inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2480 <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
2481 <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
2482 <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
2483 </inherits>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2484 <fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2485 <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
2486 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
2487 <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
2488 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
2489 <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
2490 </fields>
4bbf2ef9bdd8 Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff changeset
2491 </theme>
7216
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
2492
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
2493 <theme name="MySQCurve">
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
2494 <inherits>
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
2495 <inherit from="SQCurve" />
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
2496 </inherits>
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
2497 <fields>
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
2498 <field name="linecolor" type="Color" default="255, 0, 0" />
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
2499 </fields>
20313093ba96 Bring themes back into sync.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7119
diff changeset
2500 </theme>
8291
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2501
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2502 <theme name="SQMeasurementsA">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2503 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2504 <inherit from="SQMeasurements" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2505 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2506 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2507 <field name="pointcolor" type="color" default="0, 0, 255" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2508 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2509 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2510 <theme name="SQMeasurementsB">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2511 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2512 <inherit from="SQMeasurements" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2513 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2514 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2515 <field name="pointcolor" type="color" default="0, 255, 255" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2516 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2517 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2518 <theme name="SQMeasurementsC">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2519 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2520 <inherit from="SQMeasurements" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2521 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2522 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2523 <field name="pointcolor" type="color" default="0, 255, 0" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2524 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2525 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2526 <theme name="SQMeasurementsD">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2527 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2528 <inherit from="SQMeasurements" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2529 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2530 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2531 <field name="pointcolor" type="color" default="255, 0, 255" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2532 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2533 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2534 <theme name="SQMeasurementsE">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2535 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2536 <inherit from="SQMeasurements" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2537 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2538 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2539 <field name="pointcolor" type="color" default="255, 255, 0" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2540 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2541 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2542 <theme name="SQMeasurementsF">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2543 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2544 <inherit from="SQMeasurements" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2545 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2546 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2547 <field name="pointcolor" type="color" default="255, 0, 0" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2548 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2549 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2550 <theme name="SQMeasurementsG">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2551 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2552 <inherit from="SQMeasurements" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2553 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2554 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2555 <field name="pointcolor" type="color" default="0, 0, 0" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2556 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2557 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2558
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2559 <theme name="SQOutliersA">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2560 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2561 <inherit from="SQOutliers" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2562 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2563 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2564 <field name="pointcolor" type="color" default="100, 100, 255" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2565 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2566 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2567 <theme name="SQOutliersB">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2568 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2569 <inherit from="SQOutliers" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2570 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2571 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2572 <field name="pointcolor" type="color" default="100, 255, 255" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2573 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2574 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2575 <theme name="SQOutliersC">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2576 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2577 <inherit from="SQOutliers" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2578 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2579 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2580 <field name="pointcolor" type="color" default="100, 255, 100" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2581 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2582 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2583 <theme name="SQOutliersD">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2584 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2585 <inherit from="SQOutliers" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2586 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2587 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2588 <field name="pointcolor" type="color" default="255, 100, 255" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2589 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2590 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2591 <theme name="SQOutliersE">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2592 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2593 <inherit from="SQOutliers" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2594 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2595 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2596 <field name="pointcolor" type="color" default="255, 255, 100" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2597 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2598 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2599 <theme name="SQOutliersF">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2600 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2601 <inherit from="SQOutliers" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2602 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2603 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2604 <field name="pointcolor" type="color" default="255, 100, 100" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2605 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2606 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2607 <theme name="SQOutliersG">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2608 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2609 <inherit from="SQOutliers" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2610 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2611 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2612 <field name="pointcolor" type="color" default="100, 100, 100" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2613 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2614 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2615
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2616
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2617 <theme name="SQCurveA">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2618 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2619 <inherit from="SQCurve" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2620 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2621 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2622 <field name="linecolor" type="color" default="0, 0, 175" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2623 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2624 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2625 <theme name="SQCurveB">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2626 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2627 <inherit from="SQCurve" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2628 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2629 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2630 <field name="linecolor" type="color" default="0, 175, 175" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2631 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2632 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2633 <theme name="SQCurveC">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2634 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2635 <inherit from="SQCurve" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2636 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2637 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2638 <field name="linecolor" type="color" default="0, 175, 0" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2639 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2640 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2641 <theme name="SQCurveD">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2642 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2643 <inherit from="SQCurve" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2644 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2645 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2646 <field name="linecolor" type="color" default="175, 0, 175" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2647 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2648 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2649 <theme name="SQCurveE">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2650 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2651 <inherit from="SQCurve" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2652 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2653 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2654 <field name="linecolor" type="color" default="175, 175, 0" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2655 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2656 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2657 <theme name="SQCurveF">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2658 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2659 <inherit from="SQCurve" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2660 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2661 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2662 <field name="linecolor" type="color" default="175, 0, 0" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2663 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2664 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2665 <theme name="SQCurveG">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2666 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2667 <inherit from="SQCurve" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2668 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2669 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2670 <field name="linecolor" type="color" default="175, 175, 175" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2671 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2672 </theme>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2673
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2674 <theme name="Porosity">
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2675 <inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2676 <inherit from="LongitudinalSection" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2677 </inherits>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2678 <fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2679 <field name="linecolor" type="color" default="175, 175, 175" />
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2680 </fields>
84ac8549e87b Add theme for porosity and sync second with default.
"Tom Gottfried <tom@intevation.de>"
parents: 8204
diff changeset
2681 </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
2682 </themegroup>

http://dive4elements.wald.intevation.org