annotate flys-artifacts/doc/conf/themes/second/fixings.xml @ 5645:696d710470f5

flys/issue1077: Show loads as step line, therefore transform data in SedimentLoadFacet to stretch as in the measurement stations bounds. Deal with this new kind of data in the Generator.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 10 Apr 2013 09:35:07 +0200
parents ffe273af84fb
children
rev   line source
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
2 <!--themegroup name="default"-->
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
3 <theme name="FixPoints">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
4 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
5 <inherit from="Points" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
6 <inherit from="Label" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
7 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
8 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
9 <field name="pointsize" type="int" display="Punktdicke"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
10 default="3" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
11 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
12 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
13
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
14 <theme name="FixLines">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
15 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
16 <inherit from="Lines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
17 <inherit from="Points" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
18 <inherit from="Label" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
19 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
20 <fields>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
21 <field name="showpointlabel" type="boolean"
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
22 display="Beschriftung anzeigen" default="false" hints="hidden" />
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
23 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
24 default="false" hints="hidden" />
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
25 <field name="pointsize" type="int" display="Punktdicke"
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
26 default="3" />
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
27 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
28 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
29
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
30 <theme name="FixAreas">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
31 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
32 <inherit from="Areas" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
33 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
34 <fields>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
35 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
36 default="true" hints="hidden" />
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
37 <field name="areashowborder" type="boolean" display="Begrenzung"
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
38 default="false" hints="hidden" />
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
39 <field name="areabordercolor" type="Color" default="0, 0, 0"
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
40 display="Begrenzungslinienfarbe" hints="hidden" />
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
41 <field name="showarea" type="boolean" display="Flaeche anzeigen"
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
42 default="true" hints="hidden" />
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
43 <field name="showarealabel" type="boolean"
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
44 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" />
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
45 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
46 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
47
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
48 <theme name="FixingWQCurve">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
49 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
50 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
51 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
52 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
53 <field name="linecolor" type="Color" default="227, 27, 162" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
54 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
55 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
56
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
57 <theme name="FixingDerivedCurve">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
58 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
59 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
60 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
61 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
62 <field name="linecolor" type="Color" default="227, 27, 162" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
63 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
64 default="false" hints="h" hidden="true" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
65 <field name="pointsize" type="int" display="Punktdicke"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
66 default="5" hints="hidden" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
67 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
68 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
69
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
70 <theme name="FixingSectorAverageWQ0">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
71 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
72 <inherit from="FixPoints" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
73 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
74 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
75 <field name="pointcolor" type="Color" display="Punktfarbe"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
76 default="0, 128, 0" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
77 <field name="showpointlabel" type="boolean"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
78 display="Punktbeschriftung anzeigen" default="true"/>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
79 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
80 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
81
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
82 <theme name="FixingSectorAverageWQ1">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
83 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
84 <inherit from="FixPoints" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
85 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
86 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
87 <field name="pointcolor" type="Color" display="Punktfarbe"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
88 default="0, 0, 255" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
89 <field name="showpointlabel" type="boolean"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
90 display="Punktbeschriftung anzeigen" default="true"/>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
91 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
92 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
93
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
94 <theme name="FixingSectorAverageWQ2">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
95 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
96 <inherit from="FixPoints" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
97 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
98 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
99 <field name="pointcolor" type="Color" display="Punktfarbe"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
100 default="255, 0, 255" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
101 <field name="showpointlabel" type="boolean"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
102 display="Punktbeschriftung anzeigen" default="true"/>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
103 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
104 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
105
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
106 <theme name="FixingSectorAverageWQ3">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
107 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
108 <inherit from="FixPoints" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
109 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
110 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
111 <field name="pointcolor" type="Color" display="Punktfarbe"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
112 default="255, 0, 0" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
113 <field name="showpointlabel" type="boolean"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
114 display="Punktbeschriftung anzeigen" default="true"/>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
115 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
116 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
117
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
118 <theme name="FixingAnalysisEventsWQ">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
119 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
120 <inherit from="FixPoints" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
121 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
122 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
123 <field name="pointcolor" type="Color" display="Punktfarbe"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
124 default="0, 255, 0" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
125 <field name="showpointlabel" type="boolean"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
126 display="Punktbeschriftung anzeigen" default="true"/>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
127 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
128 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
129
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
130 <theme name="FixingReferenceEvents">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
131 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
132 <inherit from="FixPoints" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
133 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
134 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
135 <field name="pointcolor" type="Color" display="Punktfarbe"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
136 default="0, 80, 160" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
137 <field name="showpointlabel" type="boolean"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
138 display="Punktbeschriftung anzeigen" default="true"/>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
139 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
140 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
141
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
142 <theme name="FixingOutliers">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
143 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
144 <inherit from="FixPoints" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
145 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
146 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
147 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
148 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
149
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
150 <theme name="FixingDeltaWtAverage0">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
151 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
152 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
153 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
154 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
155 <field name="linecolor" type="Color" display="Linienfarbe"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
156 default="0, 128, 0" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
157 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
158 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
159
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
160 <theme name="FixingDeltaWtAverage1">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
161 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
162 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
163 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
164 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
165 <field name="linecolor" type="Color" display="Linienfarbe"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
166 default="0, 0, 255" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
167 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
168 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
169
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
170 <theme name="FixingDeltaWtAverage2">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
171 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
172 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
173 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
174 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
175 <field name="linecolor" type="Color" display="Linienfarbe"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
176 default="255, 0, 255" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
177 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
178 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
179
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
180 <theme name="FixingDeltaWtAverage3">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
181 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
182 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
183 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
184 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
185 <field name="linecolor" type="Color" display="Linienfarbe"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
186 default="255, 0, 0" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
187 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
188 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
189
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
190 <theme name="FixingDeltaWtAnalysis">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
191 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
192 <inherit from="FixPoints" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
193 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
194 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
195 <field name="showpointlabel" type="boolean"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
196 display="Punktbeschriftung anzeigen" default="true"/>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
197 <field name="pointcolor" type="Color" display="Punktfarbe"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
198 default="0, 255, 0" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
199 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
200 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
201
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
202 <theme name="FixingLSAverage0">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
203 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
204 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
205 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
206 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
207 <field name="linecolor" type="Color" default="0, 128, 0" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
208 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
209 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
210
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
211 <theme name="FixingLSAverage1">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
212 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
213 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
214 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
215 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
216 <field name="linecolor" type="Color" default="0, 0, 255" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
217 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
218 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
219
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
220 <theme name="FixingLSAverage2">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
221 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
222 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
223 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
224 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
225 <field name="linecolor" type="Color" default="255, 0, 255" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
226 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
227 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
228
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
229 <theme name="FixingLSAverage3">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
230 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
231 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
232 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
233 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
234 <field name="linecolor" type="Color" default="255, 0, 0" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
235 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
236 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
237
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
238 <theme name="FixingSectorDeviationLS0">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
239 <inherits>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
240 <inherit from="FixAreas" />
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
241 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
242 <fields>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
243 <field name="areabgcolor" type="Color" display="Fuellfarbe"
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
244 default="0, 128, 0" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
245 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
246 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
247 <theme name="FixingSectorDeviationLS1">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
248 <inherits>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
249 <inherit from="FixAreas" />
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
250 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
251 <fields>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
252 <field name="areabgcolor" type="Color" display="Fuellfarbe"
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
253 default="0, 0, 255" />
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
254
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
255 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
256 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
257
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
258 <theme name="FixingSectorDeviationLS2">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
259 <inherits>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
260 <inherit from="FixAreas" />
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
261 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
262 <fields>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
263 <field name="areabgcolor" type="Color" display="Fuellfarbe"
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
264 default="255, 0, 255" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
265 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
266 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
267
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
268 <theme name="FixingSectorDeviationLS3">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
269 <inherits>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
270 <inherit from="FixAreas" />
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
271 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
272 <fields>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
273 <field name="areabgcolor" type="Color" display="Fuellfarbe"
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
274 default="255, 0, 0" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
275 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
276 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
277
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
278 <theme name="FixLSDeviation">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
279 <inherits>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
280 <inherit from="FixAreas" />
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
281 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
282 <fields>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
283 <field name="areabgcolor" type="Color" display="Fuellfarbe"
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
284 default="100, 100, 100" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
285 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
286 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
287
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
288 <theme name="FixLSAnalysis">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
289 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
290 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
291 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
292 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
293 <field name="linecolor" type="Color" default="0, 255, 0" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
294 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
295 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
296
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
297 <theme name="FixLSReference">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
298 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
299 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
300 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
301 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
302 <field name="linecolor" type="Color" default="0, 80, 160" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
303 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
304 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
305
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
306 <theme name="FixDeltaWtDeviation">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
307 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
308 <inherit from="FixAreas"/>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
309 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
310 <fields>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
311 <field name="areabgcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/>
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
312 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
313 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
314
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
315 <theme name="FixingDeltaWtAnalysisPeriods">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
316 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
317 <inherit from="FixAreas"/>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
318 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
319 <fields>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
320 <field name="areabgcolor" type="Color" default="255, 0, 0" display="Füllfarbe" />
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
321 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
322 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
323
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
324 <theme name="FixingReferencePeriod">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
325 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
326 <inherit from="FixAreas"/>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
327 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
328 <fields>
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
329 <field name="areabgcolor" type="Color" default="0, 0, 255" display="Füllfarbe" />
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
330 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
331 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
332
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
333 <theme name="QSectors">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
334 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
335 <inherit from="FixLines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
336 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
337 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
338 <field name="showlinelabel" type="boolean"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
339 display="Beschriftung anzeigen" default="true" hints="h" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
340 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
341 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
342 <!--/themegroup-->

http://dive4elements.wald.intevation.org