Mercurial > dive4elements > river
annotate artifacts/doc/conf/themes/default.xml @ 9650:a2a42a6bac6b
Importer (s/u-info) extensions:
outer try/catch for parse and log of line no,
catching parsing exception if not enough value fields,
parsing error and warning log messages with line number,
detecting and rejecting duplicate data series,
better differentiation between error and warning log messages
author | mschaefer |
---|---|
date | Mon, 23 Mar 2020 14:57:03 +0100 |
parents | 6ecd1a28017f |
children |
rev | line source |
---|---|
6103
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
2 <themegroup name="default"> |
9215 | 3 <theme name="MainValuesQ"> |
4 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
5 <inherit from="Lines"/> |
9215 | 6 </inherits> |
7 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
8 <field name="linecolor" type="Color" display="Farbe" default="200, 0, 15"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
9 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
10 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 11 </fields> |
12 </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
|
13 |
9215 | 14 <theme name="MainValuesW"> |
15 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
16 <inherit from="Lines"/> |
9215 | 17 </inherits> |
18 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
19 <field name="linecolor" type="Color" display="Farbe" default="0, 215, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
20 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
21 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 22 </fields> |
23 </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
|
24 |
9215 | 25 <theme name="RelativePoint"> |
26 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
27 <inherit from="Points"/> |
9215 | 28 </inherits> |
29 </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
|
30 |
9215 | 31 <theme name="Annotations"> |
32 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
33 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
34 <inherit from="Text"/> |
9215 | 35 </inherits> |
36 <fields> | |
37 </fields> | |
38 </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
|
39 |
9215 | 40 <theme name="ManualPoints"> |
41 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
42 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
43 <inherit from="Label"/> |
9215 | 44 </inherits> |
45 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
46 <field name="pointsize" type="int" display="Punktdicke" default="3" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
47 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
9215 | 48 </fields> |
49 </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
|
50 |
9215 | 51 <theme name="WKms"> |
52 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
53 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
54 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
55 <inherit from="MinMaxPoints"/> |
9215 | 56 </inherits> |
57 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
58 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
59 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
60 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
61 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
9215 | 62 </fields> |
63 </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
|
64 |
9215 | 65 <theme name="WKmsAnnotation"> |
66 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
67 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
68 <inherit from="Label"/> |
9215 | 69 </inherits> |
70 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
71 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
72 <field name="pointsize" type="int" display="Punktdicke" default="3" hints="hidden"/> |
9215 | 73 </fields> |
74 </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
|
75 |
9215 | 76 <theme name="WQKms"> |
77 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
78 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
79 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
80 <inherit from="MinMaxPoints"/> |
9215 | 81 </inherits> |
82 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
83 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
84 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
85 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
9215 | 86 </fields> |
87 </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
|
88 |
9215 | 89 <theme name="WQKmsHorizontal"> |
90 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
91 <inherit from="WQKms"/> |
9215 | 92 </inherits> |
93 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
94 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
95 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
9215 | 96 </fields> |
97 </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
|
98 |
4bbf2ef9bdd8
Themes: Reunited the small parts of 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 |
9215 | 100 <theme name="WQPoints"> |
101 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
102 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
103 <inherit from="Label"/> |
9215 | 104 </inherits> |
105 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
106 <field name="pointcolor" type="Color" display="Linienfarbe" default="204, 0, 0"/> |
9215 | 107 </fields> |
108 </theme> | |
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
|
109 |
9215 | 110 <theme name="heightmarks_points"> |
111 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
112 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
113 <inherit from="Label"/> |
9215 | 114 </inherits> |
115 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
116 <field name="pointcolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
9215 | 117 </fields> |
118 </theme> | |
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
|
119 |
9215 | 120 <theme name="Area"> |
121 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
122 <inherit from="Areas"/> |
9215 | 123 </inherits> |
124 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
125 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" default="true" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
126 <field name="areashowborder" type="boolean" display="Begrenzung" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
127 <field name="areabordercolor" type="Color" default="0, 0, 0" display="Begrenzungslinienfarbe" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
128 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
129 <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="false"/> |
9215 | 130 </fields> |
131 </theme> | |
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
|
132 |
9215 | 133 <!-- top level classes defining additional attributes --> |
134 <theme name="LongitudinalSection"> | |
135 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
136 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
137 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
138 <inherit from="MinMaxPoints"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
139 <inherit from="Label"/> |
9215 | 140 </inherits> |
141 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
142 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
143 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 144 </fields> |
145 </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
|
146 |
9215 | 147 <theme name="LongitudinalSectionW"> |
148 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
149 <inherit from="LongitudinalSection"/> |
9215 | 150 </inherits> |
151 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
152 <field name="bandwidth" type="double" display="Bandbreite" default="0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
153 <field name="bandwidthcolor" type="Color" display="Bandbreitenfarbe" default="104, 104, 104"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
154 <field name="transparency" type="int" default="20" display="Transparenz"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
155 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" hints="hidden"/> |
9215 | 156 </fields> |
157 </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
|
158 |
9215 | 159 <theme name="LongitudinalSectionPoints"> |
160 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
161 <inherit from="Points"/> |
9215 | 162 </inherits> |
163 <fields> | |
164 </fields> | |
165 </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
|
166 |
9215 | 167 <theme name="Differences"> |
168 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
169 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
170 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
171 <inherit from="MinMaxPoints"/> |
9215 | 172 </inherits> |
173 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
174 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
175 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
176 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
9215 | 177 </fields> |
178 </theme> | |
8117
ca072278ad02
Complete mapping and themes for sediment load.
"Tom Gottfried <tom@intevation.de>"
parents:
8116
diff
changeset
|
179 |
ca072278ad02
Complete mapping and themes for sediment load.
"Tom Gottfried <tom@intevation.de>"
parents:
8116
diff
changeset
|
180 |
9215 | 181 <!-- Classes defining special values --> |
182 <theme name="LongitudinalSectionW_HQ1"> | |
183 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
184 <inherit from="LongitudinalSectionW"/> |
9215 | 185 </inherits> |
186 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
187 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
9215 | 188 </fields> |
189 </theme> | |
190 | |
191 <theme name="LongitudinalSectionW_HQ2"> | |
192 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
193 <inherit from="LongitudinalSectionW"/> |
9215 | 194 </inherits> |
195 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
196 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
9215 | 197 </fields> |
198 </theme> | |
199 | |
200 <theme name="LongitudinalSectionW_HQ5"> | |
201 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
202 <inherit from="LongitudinalSectionW"/> |
9215 | 203 </inherits> |
204 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
205 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/> |
9215 | 206 </fields> |
207 </theme> | |
208 | |
209 <theme name="LongitudinalSectionW_HQ10"> | |
210 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
211 <inherit from="LongitudinalSectionW"/> |
9215 | 212 </inherits> |
213 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
214 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> |
9215 | 215 </fields> |
216 </theme> | |
217 | |
218 <theme name="LongitudinalSectionW_HQ20"> | |
219 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
220 <inherit from="LongitudinalSectionW"/> |
9215 | 221 </inherits> |
222 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
223 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/> |
9215 | 224 </fields> |
225 </theme> | |
226 | |
227 <theme name="LongitudinalSectionW_HQ25"> | |
228 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
229 <inherit from="LongitudinalSectionW"/> |
9215 | 230 </inherits> |
231 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
232 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/> |
9215 | 233 </fields> |
234 </theme> | |
235 | |
236 <theme name="LongitudinalSectionW_HQ50"> | |
237 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
238 <inherit from="LongitudinalSectionW"/> |
9215 | 239 </inherits> |
240 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
241 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 0"/> |
9215 | 242 </fields> |
243 </theme> | |
244 | |
245 <theme name="LongitudinalSectionW_HQ100"> | |
246 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
247 <inherit from="LongitudinalSectionW"/> |
9215 | 248 </inherits> |
249 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
250 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> |
9215 | 251 </fields> |
252 </theme> | |
253 | |
254 <theme name="LongitudinalSectionW_HQ200"> | |
255 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
256 <inherit from="LongitudinalSectionW"/> |
9215 | 257 </inherits> |
258 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
259 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 100, 255"/> |
9215 | 260 </fields> |
261 </theme> | |
262 | |
263 <theme name="LongitudinalSectionW_HQ300"> | |
264 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
265 <inherit from="LongitudinalSectionW"/> |
9215 | 266 </inherits> |
267 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
268 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 100"/> |
9215 | 269 </fields> |
270 </theme> | |
271 | |
272 <theme name="LongitudinalSectionW_HQ500"> | |
273 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
274 <inherit from="LongitudinalSectionW"/> |
9215 | 275 </inherits> |
276 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
277 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
9215 | 278 </fields> |
279 </theme> | |
280 | |
281 <theme name="LongitudinalSectionW_HQ1000"> | |
282 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
283 <inherit from="LongitudinalSectionW"/> |
9215 | 284 </inherits> |
285 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
286 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
9215 | 287 </fields> |
288 </theme> | |
289 | |
290 <theme name="LongitudinalSectionW_HQRZ"> | |
291 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
292 <inherit from="LongitudinalSectionW"/> |
9215 | 293 </inherits> |
294 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
295 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
9215 | 296 </fields> |
297 </theme> | |
298 | |
299 <theme name="LongitudinalSectionW_HSQ"> | |
300 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
301 <inherit from="LongitudinalSectionW"/> |
9215 | 302 </inherits> |
303 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
304 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/> |
9215 | 305 </fields> |
306 </theme> | |
307 | |
308 <theme name="LongitudinalSectionW_MHQ"> | |
309 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
310 <inherit from="LongitudinalSectionW"/> |
9215 | 311 </inherits> |
312 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
313 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> |
9215 | 314 </fields> |
315 </theme> | |
316 | |
317 <theme name="LongitudinalSectionW_MNQ"> | |
318 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
319 <inherit from="LongitudinalSectionW"/> |
9215 | 320 </inherits> |
321 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
322 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> |
9215 | 323 </fields> |
324 </theme> | |
325 | |
326 <theme name="LongitudinalSectionW_MQ"> | |
327 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
328 <inherit from="LongitudinalSectionW"/> |
9215 | 329 </inherits> |
330 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
331 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/> |
9215 | 332 </fields> |
333 </theme> | |
334 | |
335 <theme name="LongitudinalSectionW_NQ"> | |
336 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
337 <inherit from="LongitudinalSectionW"/> |
9215 | 338 </inherits> |
339 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
340 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/> |
9215 | 341 </fields> |
342 </theme> | |
343 | |
344 <theme name="LongitudinalSectionW_HQExtrem"> | |
345 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
346 <inherit from="LongitudinalSectionW"/> |
9215 | 347 </inherits> |
348 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
349 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
9215 | 350 </fields> |
351 </theme> | |
352 | |
353 <theme name="LongitudinalSectionW_HQ1_Points"> | |
354 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
355 <inherit from="LongitudinalSectionPoints"/> |
9215 | 356 </inherits> |
357 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
358 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 102"/> |
9215 | 359 </fields> |
360 </theme> | |
361 | |
362 <theme name="LongitudinalSectionW_HQ2_Points"> | |
363 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
364 <inherit from="LongitudinalSectionPoints"/> |
9215 | 365 </inherits> |
366 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
367 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 102"/> |
9215 | 368 </fields> |
369 </theme> | |
370 | |
371 <theme name="LongitudinalSectionW_HQ5_Points"> | |
372 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
373 <inherit from="LongitudinalSectionPoints"/> |
9215 | 374 </inherits> |
375 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
376 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 153, 51"/> |
9215 | 377 </fields> |
378 </theme> | |
379 | |
380 <theme name="LongitudinalSectionW_HQ10_Points"> | |
381 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
382 <inherit from="LongitudinalSectionPoints"/> |
9215 | 383 </inherits> |
384 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
385 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 204, 204"/> |
9215 | 386 </fields> |
387 </theme> | |
388 | |
389 <theme name="LongitudinalSectionW_HQ20_Points"> | |
390 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
391 <inherit from="LongitudinalSectionPoints"/> |
9215 | 392 </inherits> |
393 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
394 <field name="pointcolor" type="Color" display="Punktfarbe" default="153, 153, 0"/> |
9215 | 395 </fields> |
396 </theme> | |
397 | |
398 <theme name="LongitudinalSectionW_HQ25_Points"> | |
399 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
400 <inherit from="LongitudinalSectionPoints"/> |
9215 | 401 </inherits> |
402 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
403 <field name="pointcolor" type="Color" display="Punktfarbe" default="102, 51, 0"/> |
9215 | 404 </fields> |
405 </theme> | |
406 | |
407 <theme name="LongitudinalSectionW_HQ50_Points"> | |
408 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
409 <inherit from="LongitudinalSectionPoints"/> |
9215 | 410 </inherits> |
411 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
412 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 153, 153"/> |
9215 | 413 </fields> |
414 </theme> | |
415 | |
416 <theme name="LongitudinalSectionW_HQ100_Points"> | |
417 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
418 <inherit from="LongitudinalSectionPoints"/> |
9215 | 419 </inherits> |
420 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
421 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 51"/> |
9215 | 422 </fields> |
423 </theme> | |
424 | |
425 <theme name="LongitudinalSectionW_HQ200_Points"> | |
426 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
427 <inherit from="LongitudinalSectionPoints"/> |
9215 | 428 </inherits> |
429 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
430 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/> |
9215 | 431 </fields> |
432 </theme> | |
433 | |
434 <theme name="LongitudinalSectionW_HQ300_Points"> | |
435 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
436 <inherit from="LongitudinalSectionPoints"/> |
9215 | 437 </inherits> |
438 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
439 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 100, 255"/> |
9215 | 440 </fields> |
441 </theme> | |
442 | |
443 <theme name="LongitudinalSectionW_HQ500_Points"> | |
444 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
445 <inherit from="LongitudinalSectionPoints"/> |
9215 | 446 </inherits> |
447 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
448 <field name="pointcolor" type="Color" display="Punktfarbe" default="102, 0, 102"/> |
9215 | 449 </fields> |
450 </theme> | |
451 | |
452 <theme name="LongitudinalSectionW_HQ1000_Points"> | |
453 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
454 <inherit from="LongitudinalSectionPoints"/> |
9215 | 455 </inherits> |
456 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
457 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0"/> |
9215 | 458 </fields> |
459 </theme> | |
460 | |
461 <theme name="LongitudinalSectionW_HQRZ_Points"> | |
462 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
463 <inherit from="LongitudinalSectionPoints"/> |
9215 | 464 </inherits> |
465 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
466 <field name="pointcolor" type="Color" display="Punktfarbe" default="102, 0, 102"/> |
9215 | 467 </fields> |
468 </theme> | |
469 | |
470 <theme name="LongitudinalSectionW_HSQ_Points"> | |
471 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
472 <inherit from="LongitudinalSectionPoints"/> |
9215 | 473 </inherits> |
474 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
475 <field name="pointcolor" type="Color" display="Punktfarbe" default="253, 153, 0"/> |
9215 | 476 </fields> |
477 </theme> | |
478 | |
479 <theme name="LongitudinalSectionW_MHQ_Points"> | |
480 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
481 <inherit from="LongitudinalSectionPoints"/> |
9215 | 482 </inherits> |
483 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
484 <field name="pointcolor" type="Color" display="Punktfarbe" default="102, 255, 102"/> |
9215 | 485 </fields> |
486 </theme> | |
487 | |
488 <theme name="LongitudinalSectionW_MNQ_Points"> | |
489 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
490 <inherit from="LongitudinalSectionPoints"/> |
9215 | 491 </inherits> |
492 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
493 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 255"/> |
9215 | 494 </fields> |
495 </theme> | |
496 | |
497 <theme name="LongitudinalSectionW_MQ_Points"> | |
498 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
499 <inherit from="LongitudinalSectionPoints"/> |
9215 | 500 </inherits> |
501 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
502 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 51, 204"/> |
9215 | 503 </fields> |
504 </theme> | |
505 | |
506 <theme name="LongitudinalSectionW_NQ_Points"> | |
507 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
508 <inherit from="LongitudinalSectionPoints"/> |
9215 | 509 </inherits> |
510 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
511 <field name="pointcolor" type="Color" display="Punktfarbe" default="153, 204, 255"/> |
9215 | 512 </fields> |
513 </theme> | |
514 | |
515 <theme name="LongitudinalSectionW_HQExtrem_Points"> | |
516 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
517 <inherit from="LongitudinalSectionPoints"/> |
9215 | 518 </inherits> |
519 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
520 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0"/> |
9215 | 521 </fields> |
522 </theme> | |
523 | |
524 <theme name="LongitudinalSectionQ_HQ1"> | |
525 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
526 <inherit from="LongitudinalSection"/> |
9215 | 527 </inherits> |
528 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
529 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
9215 | 530 </fields> |
531 </theme> | |
532 | |
533 <theme name="LongitudinalSectionQ_HQ2"> | |
534 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
535 <inherit from="LongitudinalSection"/> |
9215 | 536 </inherits> |
537 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
538 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
9215 | 539 </fields> |
540 </theme> | |
541 | |
542 <theme name="LongitudinalSectionQ_HQ5"> | |
543 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
544 <inherit from="LongitudinalSection"/> |
9215 | 545 </inherits> |
546 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
547 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 153, 51"/> |
9215 | 548 </fields> |
549 </theme> | |
550 | |
551 <theme name="LongitudinalSectionQ_HQ10"> | |
552 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
553 <inherit from="LongitudinalSection"/> |
9215 | 554 </inherits> |
555 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
556 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> |
9215 | 557 </fields> |
558 </theme> | |
559 | |
560 <theme name="LongitudinalSectionQ_HQ20"> | |
561 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
562 <inherit from="LongitudinalSection"/> |
9215 | 563 </inherits> |
564 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
565 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 153, 0"/> |
9215 | 566 </fields> |
567 </theme> | |
568 | |
569 <theme name="LongitudinalSectionQ_HQ25"> | |
570 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
571 <inherit from="LongitudinalSection"/> |
9215 | 572 </inherits> |
573 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
574 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 51, 0"/> |
9215 | 575 </fields> |
576 </theme> | |
577 | |
578 <theme name="LongitudinalSectionQ_HQ50"> | |
579 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
580 <inherit from="LongitudinalSection"/> |
9215 | 581 </inherits> |
582 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
583 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 153, 153"/> |
9215 | 584 </fields> |
585 </theme> | |
586 | |
587 <theme name="LongitudinalSectionQ_HQ100"> | |
588 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
589 <inherit from="LongitudinalSection"/> |
9215 | 590 </inherits> |
591 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
592 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 51"/> |
9215 | 593 </fields> |
594 </theme> | |
595 | |
596 <theme name="LongitudinalSectionQ_HQ200"> | |
597 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
598 <inherit from="LongitudinalSection"/> |
9215 | 599 </inherits> |
600 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
601 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> |
9215 | 602 </fields> |
603 </theme> | |
604 | |
605 <theme name="LongitudinalSectionQ_HQ300"> | |
606 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
607 <inherit from="LongitudinalSection"/> |
9215 | 608 </inherits> |
609 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
610 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 100, 255"/> |
9215 | 611 </fields> |
612 </theme> | |
613 | |
614 <theme name="LongitudinalSectionQ_HQ500"> | |
615 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
616 <inherit from="LongitudinalSection"/> |
9215 | 617 </inherits> |
618 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
619 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
9215 | 620 </fields> |
621 </theme> | |
622 | |
623 <theme name="LongitudinalSectionQ_HQ1000"> | |
624 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
625 <inherit from="LongitudinalSection"/> |
9215 | 626 </inherits> |
627 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
628 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
9215 | 629 </fields> |
630 </theme> | |
631 | |
632 <theme name="LongitudinalSectionQ_HQRZ"> | |
633 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
634 <inherit from="LongitudinalSection"/> |
9215 | 635 </inherits> |
636 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
637 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 0, 102"/> |
9215 | 638 </fields> |
639 </theme> | |
640 | |
641 <theme name="LongitudinalSectionQ_HSQ"> | |
642 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
643 <inherit from="LongitudinalSection"/> |
9215 | 644 </inherits> |
645 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
646 <field name="linecolor" type="Color" display="Linienfarbe" default="253, 153, 0"/> |
9215 | 647 </fields> |
648 </theme> | |
649 | |
650 <theme name="LongitudinalSectionQ_MHQ"> | |
651 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
652 <inherit from="LongitudinalSection"/> |
9215 | 653 </inherits> |
654 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
655 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> |
9215 | 656 </fields> |
657 </theme> | |
658 | |
659 <theme name="LongitudinalSectionQ_MNQ"> | |
660 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
661 <inherit from="LongitudinalSection"/> |
9215 | 662 </inherits> |
663 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
664 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 255"/> |
9215 | 665 </fields> |
666 </theme> | |
667 | |
668 <theme name="LongitudinalSectionQ_MQ"> | |
669 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
670 <inherit from="LongitudinalSection"/> |
9215 | 671 </inherits> |
672 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
673 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 51, 204"/> |
9215 | 674 </fields> |
675 </theme> | |
676 | |
677 <theme name="LongitudinalSectionQ_NQ"> | |
678 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
679 <inherit from="LongitudinalSection"/> |
9215 | 680 </inherits> |
681 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
682 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 204, 255"/> |
9215 | 683 </fields> |
684 </theme> | |
685 | |
686 <theme name="LongitudinalSectionQ_HQExtrem"> | |
687 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
688 <inherit from="LongitudinalSection"/> |
9215 | 689 </inherits> |
690 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
691 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
9215 | 692 </fields> |
693 </theme> | |
694 | |
695 <theme name="DischargeLongitudinalSectionW"> | |
696 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
697 <inherit from="LongitudinalSection"/> |
9215 | 698 </inherits> |
699 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
700 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
9215 | 701 </fields> |
702 </theme> | |
703 | |
704 | |
705 <theme name="DischargeLongitudinalSectionC"> | |
706 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
707 <inherit from="LongitudinalSection"/> |
9215 | 708 </inherits> |
709 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
710 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0 , 0"/> |
9215 | 711 </fields> |
712 </theme> | |
713 | |
714 <theme name="DischargeLongitudinalSectionQ"> | |
715 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
716 <inherit from="LongitudinalSection"/> |
9215 | 717 </inherits> |
718 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
719 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
9215 | 720 </fields> |
721 </theme> | |
722 | |
723 <theme name="LongitudinalSectionQInfoldCut"> | |
724 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
725 <inherit from="LongitudinalSection"/> |
9215 | 726 </inherits> |
727 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
728 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 102, 102"/> |
9215 | 729 </fields> |
730 </theme> | |
731 | |
732 <theme name="LongitudinalSectionQInfolding"> | |
733 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
734 <inherit from="LongitudinalSection"/> |
9215 | 735 </inherits> |
736 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
737 <field name="linecolor" type="Color" display="Linienfarbe" default="51, 51, 51"/> |
9215 | 738 </fields> |
739 </theme> | |
740 | |
9573 | 741 <!-- MEAN BED LEVEL --> |
9215 | 742 <theme name="MiddleBedHeightSingle"> |
743 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
744 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
745 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
746 <inherit from="MinMaxPoints"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
747 <inherit from="Label"/> |
9215 | 748 </inherits> |
749 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
750 <field name="showlines" type="boolean" display="Linie anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
751 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
752 <field name="linetype" type="Dash" display="Linienart" default="10"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
753 <field name="linecolor" type="Color" display="Linienfarbe"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
754 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
755 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
756 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 757 </fields> |
758 </theme> | |
759 | |
760 <!-- Bed Quality --> | |
761 <theme name="PorosityTopPoints"> | |
762 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
763 <inherit from="LongitudinalSection"/> |
9215 | 764 </inherits> |
765 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
766 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
767 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
768 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
769 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
770 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0"/> |
9215 | 771 </fields> |
772 </theme> | |
773 | |
774 <theme name="PorositySubPoints"> | |
775 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
776 <inherit from="LongitudinalSection"/> |
9215 | 777 </inherits> |
778 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
779 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
780 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
781 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
782 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
783 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0"/> |
9215 | 784 </fields> |
785 </theme> | |
786 | |
787 <theme name="DensityTopPoints"> | |
788 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
789 <inherit from="LongitudinalSection"/> |
9215 | 790 </inherits> |
791 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
792 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 99, 102"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
793 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
794 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
795 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
796 <field name="pointcolor" type="Color" display="Punktfarbe" default="153, 99, 102"/> |
9215 | 797 </fields> |
798 </theme> | |
799 | |
800 <theme name="DensitySubPoints"> | |
801 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
802 <inherit from="LongitudinalSection"/> |
9215 | 803 </inherits> |
804 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
805 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 99, 102"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
806 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
807 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
808 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
809 <field name="pointcolor" type="Color" display="Punktfarbe" default="153, 99, 102"/> |
9215 | 810 </fields> |
811 </theme> | |
812 | |
813 <theme name="BedDiameterTopPoints"> | |
814 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
815 <inherit from="LongitudinalSection"/> |
9215 | 816 </inherits> |
817 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
818 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
819 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
820 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
821 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
822 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> |
9215 | 823 </fields> |
824 </theme> | |
825 | |
826 <theme name="BedDiameterSubPoints"> | |
827 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
828 <inherit from="LongitudinalSection"/> |
9215 | 829 </inherits> |
830 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
831 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
832 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
833 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
834 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
835 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> |
9215 | 836 </fields> |
837 </theme> | |
838 | |
839 <theme name="BedLoadDiameterPoints"> | |
840 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
841 <inherit from="LongitudinalSection"/> |
9215 | 842 </inherits> |
843 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
844 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
845 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
846 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
847 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
848 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> |
9215 | 849 </fields> |
850 </theme> | |
851 | |
852 <theme name="PorosityTopLines"> | |
853 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
854 <inherit from="LongitudinalSection"/> |
9215 | 855 </inherits> |
856 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
857 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
9215 | 858 </fields> |
859 </theme> | |
860 | |
861 <theme name="PorositySubLines"> | |
862 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
863 <inherit from="LongitudinalSection"/> |
9215 | 864 </inherits> |
865 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
866 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
9215 | 867 </fields> |
868 </theme> | |
869 | |
870 <theme name="DensityTopLines"> | |
871 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
872 <inherit from="LongitudinalSection"/> |
9215 | 873 </inherits> |
874 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
875 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 99, 102"/> |
9215 | 876 </fields> |
877 </theme> | |
878 | |
879 <theme name="DensitySubLines"> | |
880 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
881 <inherit from="LongitudinalSection"/> |
9215 | 882 </inherits> |
883 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
884 <field name="linecolor" type="Color" display="Linienfarbe" default="153, 99, 102"/> |
9215 | 885 </fields> |
886 </theme> | |
887 | |
888 <theme name="BedDiameterTopLines"> | |
889 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
890 <inherit from="LongitudinalSection"/> |
9215 | 891 </inherits> |
892 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
893 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
9215 | 894 </fields> |
895 </theme> | |
896 | |
897 <theme name="BedDiameterSubLines"> | |
898 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
899 <inherit from="LongitudinalSection"/> |
9215 | 900 </inherits> |
901 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
902 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
9215 | 903 </fields> |
904 </theme> | |
905 | |
906 <theme name="BedLoadDiameterLines"> | |
907 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
908 <inherit from="LongitudinalSection"/> |
9215 | 909 </inherits> |
910 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
911 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 0"/> |
9215 | 912 </fields> |
913 </theme> | |
914 | |
915 <theme name="BedDiameterDataTop"> | |
916 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
917 <inherit from="LongitudinalSection"/> |
9215 | 918 </inherits> |
919 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
920 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
921 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
922 <field name="pointsize" type="int" display="Punktdicke" default="2"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
923 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100"/> |
9215 | 924 </fields> |
925 </theme> | |
926 | |
927 <theme name="BedDiameterDataSub"> | |
928 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
929 <inherit from="LongitudinalSection"/> |
9215 | 930 </inherits> |
931 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
932 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
933 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
934 <field name="pointsize" type="int" display="Punktdicke" default="2"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
935 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 100"/> |
9215 | 936 </fields> |
937 </theme> | |
938 | |
939 <theme name="BedloadDiameterData"> | |
940 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
941 <inherit from="LongitudinalSection"/> |
9215 | 942 </inherits> |
943 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
944 <field name="showlines" type="boolean" display="Linie anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
945 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
946 <field name="pointsize" type="int" display="Punktdicke" default="2"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
947 <field name="pointcolor" type="Color" display="Punktfarbe" default="100, 0, 0"/> |
9215 | 948 </fields> |
949 </theme> | |
950 <!-- Bedheight differences --> | |
951 <theme name="BedheightDiffYear"> | |
952 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
953 <inherit from="LongitudinalSection"/> |
9215 | 954 </inherits> |
955 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
956 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> |
9215 | 957 </fields> |
958 </theme> | |
959 | |
960 <theme name="BedheightDiffMorphWidth"> | |
961 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
962 <inherit from="LongitudinalSection"/> |
9215 | 963 </inherits> |
964 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
965 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 0"/> |
9215 | 966 </fields> |
967 </theme> | |
968 | |
969 <theme name="BedheightDiffEpoch"> | |
970 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
971 <inherit from="LongitudinalSection"/> |
9215 | 972 </inherits> |
973 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
974 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 204"/> |
9215 | 975 </fields> |
976 </theme> | |
977 | |
978 <theme name="BedheightDiffAbsHeight1"> | |
979 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
980 <inherit from="LongitudinalSection"/> |
9215 | 981 </inherits> |
982 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
983 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 204"/> |
9215 | 984 </fields> |
985 </theme> | |
986 | |
987 <theme name="BedheightDiffAbsHeight2"> | |
988 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
989 <inherit from="LongitudinalSection"/> |
9215 | 990 </inherits> |
991 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
992 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 100, 100"/> |
9215 | 993 </fields> |
994 </theme> | |
995 | |
996 <theme name="BedheightDiffHeightYear"> | |
997 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
998 <inherit from="LongitudinalSection"/> |
9215 | 999 </inherits> |
1000 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1001 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 0, 0"/> |
9215 | 1002 </fields> |
1003 </theme> | |
1004 | |
1005 <theme name="MorphologicWidth"> | |
1006 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1007 <inherit from="LongitudinalSection"/> |
9215 | 1008 </inherits> |
1009 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1010 <field name="linecolor" type="Color" default="0, 100, 200"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1011 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 1012 </fields> |
1013 </theme> | |
1014 <!-- Flow velocity --> | |
1015 <theme name="FlowVelocityVMainChannel"> | |
1016 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1017 <inherit from="LongitudinalSection"/> |
9215 | 1018 </inherits> |
1019 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1020 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
9215 | 1021 </fields> |
1022 </theme> | |
1023 | |
1024 <theme name="FlowVelocityVTotalChannel"> | |
1025 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1026 <inherit from="LongitudinalSection"/> |
9215 | 1027 </inherits> |
1028 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1029 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 102"/> |
9215 | 1030 </fields> |
1031 </theme> | |
1032 | |
1033 <theme name="FlowVelocityTau"> | |
1034 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1035 <inherit from="LongitudinalSection"/> |
9215 | 1036 </inherits> |
1037 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1038 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 204"/> |
9215 | 1039 </fields> |
1040 </theme> | |
1041 | |
1042 <theme name="FlowVelocityDischarge"> | |
1043 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1044 <inherit from="LongitudinalSection"/> |
9215 | 1045 </inherits> |
1046 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1047 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 0"/> |
9215 | 1048 </fields> |
1049 </theme> | |
1050 | |
1051 <!-- Sediment load longitudinal sections, M^3/A --> | |
1052 <theme name="SedimentLoadLSM3A"> | |
1053 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1054 <inherit from="LongitudinalSection"/> |
9215 | 1055 </inherits> |
1056 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1057 <field name="linesize" type="int" default="2"/> |
9215 | 1058 </fields> |
1059 </theme> | |
1060 | |
1061 <theme name="SedimentLoadLSM3ACoarse"> | |
1062 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1063 <inherit from="SedimentLoadLSM3A"/> |
9215 | 1064 </inherits> |
1065 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1066 <field name="linecolor" type="Color" default="255, 0, 255"/> |
9215 | 1067 </fields> |
1068 </theme> | |
1069 | |
1070 <theme name="SedimentLoadLSM3AFineMid"> | |
1071 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1072 <inherit from="SedimentLoadLSM3A"/> |
9215 | 1073 </inherits> |
1074 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1075 <field name="linecolor" type="Color" default="255, 0, 0"/> |
9215 | 1076 </fields> |
1077 </theme> | |
1078 | |
1079 <theme name="SedimentLoadLSM3ASand"> | |
1080 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1081 <inherit from="SedimentLoadLSM3A"/> |
9215 | 1082 </inherits> |
1083 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1084 <field name="linecolor" type="Color" default="0, 0, 255"/> |
9215 | 1085 </fields> |
1086 </theme> | |
1087 | |
1088 <theme name="SedimentLoadLSM3ASuspSand"> | |
1089 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1090 <inherit from="SedimentLoadLSM3A"/> |
9215 | 1091 </inherits> |
1092 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1093 <field name="linecolor" type="Color" default="255, 255, 0"/> |
9215 | 1094 </fields> |
1095 </theme> | |
1096 | |
1097 <theme name="SedimentLoadLSM3ASediment"> | |
1098 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1099 <inherit from="SedimentLoadLSM3A"/> |
9215 | 1100 </inherits> |
1101 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1102 <field name="linecolor" type="Color" default="0, 255, 255"/> |
9215 | 1103 </fields> |
1104 </theme> | |
1105 | |
1106 <theme name="SedimentLoadLSM3ASuspSandBed"> | |
1107 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1108 <inherit from="SedimentLoadLSM3A"/> |
9215 | 1109 </inherits> |
1110 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1111 <field name="linecolor" type="Color" default="0, 255, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1112 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 1113 </fields> |
1114 </theme> | |
1115 | |
1116 <theme name="SedimentLoadLSM3ATotal"> | |
1117 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1118 <inherit from="SedimentLoadLSM3A"/> |
9215 | 1119 </inherits> |
1120 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1121 <field name="linecolor" type="Color" default="0, 100, 200"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1122 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 1123 </fields> |
1124 </theme> | |
1125 | |
1126 <theme name="SedimentLoadLSM3ABed"> | |
1127 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1128 <inherit from="SedimentLoadLSM3A"/> |
9215 | 1129 </inherits> |
1130 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1131 <field name="linecolor" type="Color" default="200, 200, 200"/> |
9215 | 1132 </fields> |
1133 </theme> | |
1134 | |
1135 <theme name="SedimentLoadLSM3ABedSusp"> | |
1136 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1137 <inherit from="SedimentLoadLSM3A"/> |
9215 | 1138 </inherits> |
1139 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1140 <field name="linecolor" type="Color" default="150, 255, 150"/> |
9215 | 1141 </fields> |
1142 </theme> | |
1143 | |
1144 <theme name="SedimentLoadLSM3ASusp"> | |
1145 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1146 <inherit from="SedimentLoadLSM3A"/> |
9215 | 1147 </inherits> |
1148 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1149 <field name="linecolor" type="Color" default="85, 255, 0"/> |
9215 | 1150 </fields> |
1151 </theme> | |
1152 | |
1153 <!-- Sediment load longitudinal sections, T/A --> | |
1154 <theme name="SedimentLoadLSTACoarse"> | |
1155 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1156 <inherit from="LongitudinalSection"/> |
9215 | 1157 </inherits> |
1158 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1159 <field name="linecolor" type="Color" default="255, 0, 255"/> |
9215 | 1160 </fields> |
1161 </theme> | |
1162 | |
1163 <theme name="SedimentLoadLSTAFineMid"> | |
1164 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1165 <inherit from="LongitudinalSection"/> |
9215 | 1166 </inherits> |
1167 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1168 <field name="linecolor" type="Color" default="255, 0, 0"/> |
9215 | 1169 </fields> |
1170 </theme> | |
1171 | |
1172 <theme name="SedimentLoadLSTASand"> | |
1173 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1174 <inherit from="LongitudinalSection"/> |
9215 | 1175 </inherits> |
1176 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1177 <field name="linecolor" type="Color" default="0, 0, 255"/> |
9215 | 1178 </fields> |
1179 </theme> | |
1180 | |
1181 <theme name="SedimentLoadLSTASuspSand"> | |
1182 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1183 <inherit from="LongitudinalSection"/> |
9215 | 1184 </inherits> |
1185 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1186 <field name="linecolor" type="Color" default="255, 255, 0"/> |
9215 | 1187 </fields> |
1188 </theme> | |
1189 | |
1190 <theme name="SedimentLoadLSTASediment"> | |
1191 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1192 <inherit from="LongitudinalSection"/> |
9215 | 1193 </inherits> |
1194 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1195 <field name="linecolor" type="Color" default="0, 255, 255"/> |
9215 | 1196 </fields> |
1197 </theme> | |
1198 | |
1199 <theme name="SedimentLoadLSTASuspSandBed"> | |
1200 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1201 <inherit from="LongitudinalSection"/> |
9215 | 1202 </inherits> |
1203 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1204 <field name="linecolor" type="Color" default="0, 255, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1205 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 1206 </fields> |
1207 </theme> | |
1208 | |
1209 <theme name="SedimentLoadLSTATotal"> | |
1210 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1211 <inherit from="LongitudinalSection"/> |
9215 | 1212 </inherits> |
1213 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1214 <field name="linecolor" type="Color" default="0, 100, 200"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1215 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 1216 </fields> |
1217 </theme> | |
1218 | |
1219 <theme name="SedimentLoadLSTABed"> | |
1220 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1221 <inherit from="LongitudinalSection"/> |
9215 | 1222 </inherits> |
1223 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1224 <field name="linecolor" type="Color" default="200, 200, 200"/> |
9215 | 1225 </fields> |
1226 </theme> | |
1227 | |
1228 <theme name="SedimentLoadLSTABedSusp"> | |
1229 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1230 <inherit from="LongitudinalSection"/> |
9215 | 1231 </inherits> |
1232 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1233 <field name="linecolor" type="Color" default="150, 255, 150"/> |
9215 | 1234 </fields> |
1235 </theme> | |
1236 | |
1237 <theme name="SedimentLoadLSTASusp"> | |
1238 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1239 <inherit from="LongitudinalSection"/> |
9215 | 1240 </inherits> |
1241 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1242 <field name="linecolor" type="Color" default="85, 255, 0"/> |
9215 | 1243 </fields> |
1244 </theme> | |
1245 | |
1246 <!-- Sediment load at measurement stations, T/A --> | |
1247 <theme name="SedimentLoad"> | |
1248 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1249 <inherit from="LongitudinalSection"/> |
9215 | 1250 </inherits> |
1251 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1252 <field name="linetype" type="Dash" default="10,5"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1253 <field name="showpoints" type="boolean" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1254 <field name="pointsize" type="int" default="3"/> |
9215 | 1255 </fields> |
1256 </theme> | |
1257 | |
1258 <theme name="SedimentLoadTACoarse"> | |
1259 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1260 <inherit from="SedimentLoad"/> |
9215 | 1261 </inherits> |
1262 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1263 <field name="linecolor" type="Color" default="255, 0, 255"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1264 <field name="pointcolor" type="Color" default="255, 0, 255"/> |
9215 | 1265 </fields> |
1266 </theme> | |
1267 | |
1268 <theme name="SedimentLoadTAFineMid"> | |
1269 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1270 <inherit from="SedimentLoad"/> |
9215 | 1271 </inherits> |
1272 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1273 <field name="linecolor" type="Color" default="255, 0, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1274 <field name="pointcolor" type="Color" default="255, 0, 0"/> |
9215 | 1275 </fields> |
1276 </theme> | |
1277 | |
1278 <theme name="SedimentLoadTASand"> | |
1279 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1280 <inherit from="SedimentLoad"/> |
9215 | 1281 </inherits> |
1282 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1283 <field name="linecolor" type="Color" default="0, 0, 255"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1284 <field name="pointcolor" type="Color" default="0, 0, 255"/> |
9215 | 1285 </fields> |
1286 </theme> | |
1287 | |
1288 <theme name="SedimentLoadTASuspSand"> | |
1289 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1290 <inherit from="SedimentLoad"/> |
9215 | 1291 </inherits> |
1292 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1293 <field name="linecolor" type="Color" default="255, 255, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1294 <field name="pointcolor" type="Color" default="255, 255, 0"/> |
9215 | 1295 </fields> |
1296 </theme> | |
1297 | |
1298 <theme name="SedimentLoadTASediment"> | |
1299 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1300 <inherit from="SedimentLoad"/> |
9215 | 1301 </inherits> |
1302 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1303 <field name="linecolor" type="Color" default="0, 255, 255"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1304 <field name="pointcolor" type="Color" default="0, 255, 255"/> |
9215 | 1305 </fields> |
1306 </theme> | |
1307 | |
1308 <theme name="SedimentLoadTASuspSandBed"> | |
1309 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1310 <inherit from="SedimentLoad"/> |
9215 | 1311 </inherits> |
1312 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1313 <field name="linecolor" type="Color" default="0, 255, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1314 <field name="pointcolor" type="Color" default="0, 255, 0"/> |
9215 | 1315 </fields> |
1316 </theme> | |
1317 | |
1318 <theme name="SedimentLoadTATotal"> | |
1319 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1320 <inherit from="SedimentLoad"/> |
9215 | 1321 </inherits> |
1322 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1323 <field name="linecolor" type="Color" default="0, 100, 200"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1324 <field name="pointcolor" type="Color" default="0, 100, 200"/> |
9215 | 1325 </fields> |
1326 </theme> | |
1327 | |
1328 <theme name="SedimentLoadTABed"> | |
1329 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1330 <inherit from="SedimentLoad"/> |
9215 | 1331 </inherits> |
1332 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1333 <field name="linecolor" type="Color" default="200, 200, 200"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1334 <field name="pointcolor" type="Color" default="200, 200, 200"/> |
9215 | 1335 </fields> |
1336 </theme> | |
1337 | |
1338 <theme name="SedimentLoadTABedSusp"> | |
1339 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1340 <inherit from="SedimentLoad"/> |
9215 | 1341 </inherits> |
1342 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1343 <field name="linecolor" type="Color" default="150, 255, 150"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1344 <field name="pointcolor" type="Color" default="150, 255, 150"/> |
9215 | 1345 </fields> |
1346 </theme> | |
1347 | |
1348 <theme name="SedimentLoadTASusp"> | |
1349 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1350 <inherit from="SedimentLoad"/> |
9215 | 1351 </inherits> |
1352 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1353 <field name="linecolor" type="Color" default="85, 255, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1354 <field name="pointcolor" type="Color" default="85, 255, 0"/> |
9215 | 1355 </fields> |
1356 </theme> | |
1357 | |
1358 <!-- Sediment load at measurement stations, M3/A --> | |
1359 <theme name="SedimentLoadM3A"> | |
1360 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1361 <inherit from="SedimentLoad"/> |
9215 | 1362 </inherits> |
1363 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1364 <field name="linesize" type="int" default="2"/> |
9215 | 1365 </fields> |
1366 </theme> | |
1367 | |
1368 <theme name="SedimentLoadM3ACoarse"> | |
1369 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1370 <inherit from="SedimentLoadM3A"/> |
9215 | 1371 </inherits> |
1372 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1373 <field name="linecolor" type="Color" default="255, 0, 255"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1374 <field name="pointcolor" type="Color" default="255, 0, 255"/> |
9215 | 1375 </fields> |
1376 </theme> | |
1377 | |
1378 <theme name="SedimentLoadM3AFineMid"> | |
1379 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1380 <inherit from="SedimentLoadM3A"/> |
9215 | 1381 </inherits> |
1382 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1383 <field name="linecolor" type="Color" default="255, 0, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1384 <field name="pointcolor" type="Color" default="255, 0, 0"/> |
9215 | 1385 </fields> |
1386 </theme> | |
1387 | |
1388 <theme name="SedimentLoadM3ASand"> | |
1389 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1390 <inherit from="SedimentLoadM3A"/> |
9215 | 1391 </inherits> |
1392 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1393 <field name="linecolor" type="Color" default="0, 0, 255"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1394 <field name="pointcolor" type="Color" default="0, 0, 255"/> |
9215 | 1395 </fields> |
1396 </theme> | |
1397 | |
1398 <theme name="SedimentLoadM3ASuspSand"> | |
1399 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1400 <inherit from="SedimentLoadM3A"/> |
9215 | 1401 </inherits> |
1402 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1403 <field name="linecolor" type="Color" default="255, 255, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1404 <field name="pointcolor" type="Color" default="255, 255, 0"/> |
9215 | 1405 </fields> |
1406 </theme> | |
1407 | |
1408 <theme name="SedimentLoadM3ASediment"> | |
1409 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1410 <inherit from="SedimentLoadM3A"/> |
9215 | 1411 </inherits> |
1412 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1413 <field name="linecolor" type="Color" default="0, 255, 255"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1414 <field name="pointcolor" type="Color" default="0, 255, 255"/> |
9215 | 1415 </fields> |
1416 </theme> | |
1417 | |
1418 <theme name="SedimentLoadM3ASuspSandBed"> | |
1419 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1420 <inherit from="SedimentLoadM3A"/> |
9215 | 1421 </inherits> |
1422 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1423 <field name="linecolor" type="Color" default="0, 255, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1424 <field name="pointcolor" type="Color" default="0, 255, 0"/> |
9215 | 1425 </fields> |
1426 </theme> | |
1427 | |
1428 <theme name="SedimentLoadM3ATotal"> | |
1429 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1430 <inherit from="SedimentLoadM3A"/> |
9215 | 1431 </inherits> |
1432 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1433 <field name="linecolor" type="Color" default="0, 100, 200"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1434 <field name="pointcolor" type="Color" default="0, 100, 200"/> |
9215 | 1435 </fields> |
1436 </theme> | |
1437 | |
1438 <theme name="SedimentLoadM3ABed"> | |
1439 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1440 <inherit from="SedimentLoadM3A"/> |
9215 | 1441 </inherits> |
1442 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1443 <field name="linecolor" type="Color" default="200, 200, 200"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1444 <field name="pointcolor" type="Color" default="200, 200, 200"/> |
9215 | 1445 </fields> |
1446 </theme> | |
1447 | |
1448 <theme name="SedimentLoadM3ABedSusp"> | |
1449 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1450 <inherit from="SedimentLoadM3A"/> |
9215 | 1451 </inherits> |
1452 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1453 <field name="linecolor" type="Color" default="150, 255, 150"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1454 <field name="pointcolor" type="Color" default="150, 255, 150"/> |
9215 | 1455 </fields> |
1456 </theme> | |
1457 | |
1458 <theme name="SedimentLoadM3ASusp"> | |
1459 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1460 <inherit from="SedimentLoadM3A"/> |
9215 | 1461 </inherits> |
1462 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1463 <field name="linecolor" type="Color" default="85, 255, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1464 <field name="pointcolor" type="Color" default="85, 255, 0"/> |
9215 | 1465 </fields> |
1466 </theme> | |
1467 | |
1468 | |
1469 <theme name="LongitudinalSectionArea"> | |
1470 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1471 <inherit from="Areas"/> |
9215 | 1472 </inherits> |
1473 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1474 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" default="true" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1475 <field name="areashowborder" type="boolean" display="Begrenzung" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1476 <field name="areabordercolor" type="Color" default="0, 0, 0" display="Begrenzungslinienfarbe" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1477 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1478 <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="false"/> |
9215 | 1479 </fields> |
1480 </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
|
1481 |
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
1482 |
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
1483 |
9215 | 1484 <theme name="CrossSection"> |
1485 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1486 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1487 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1488 <inherit from="Label"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1489 <inherit from="MinMaxPoints"/> |
9215 | 1490 </inherits> |
1491 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1492 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1493 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 1494 </fields> |
1495 </theme> | |
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
|
1496 |
9215 | 1497 <theme name="CrossSectionWaterLine"> |
1498 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1499 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1500 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1501 <inherit from="Label"/> |
9215 | 1502 </inherits> |
1503 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1504 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1505 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1506 <field name="linecolor" type="Color" display="Linienfarbe" default="0,0,153"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1507 <field name="showwidth" type="boolean" display="Breite anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1508 <field name="showlevel" type="boolean" display="Wasserstand anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1509 <field name="showlinelabel" type="boolean" default="true" display="Beschriftung anzeigen"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1510 <field name="showmiddleheight" type="boolean" display="Wasserstand anzeigen" default="false"/> |
9215 | 1511 </fields> |
1512 </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
|
1513 |
9215 | 1514 <theme name="Hyk"> |
1515 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1516 <inherit from="Text"/> |
9215 | 1517 </inherits> |
1518 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1519 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
9215 | 1520 </fields> |
1521 </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
|
1522 |
9215 | 1523 <theme name="CrossSectionArea"> |
1524 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1525 <inherit from="Areas"/> |
9215 | 1526 </inherits> |
1527 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1528 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" default="true" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1529 <field name="areashowborder" type="boolean" display="Begrenzung" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1530 <field name="areabordercolor" type="Color" default="0, 0, 0" display="Begrenzungslinienfarbe" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1531 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1532 <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="true"/> |
9215 | 1533 </fields> |
1534 </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
|
1535 |
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
1536 |
4bbf2ef9bdd8
Themes: Reunited the small parts of default and second theme to default.xml and second.xml again to have valid XML.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
diff
changeset
|
1537 |
9215 | 1538 <theme name="DischargeCurve"> |
1539 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1540 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1541 <inherit from="Label"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1542 <inherit from="MinMaxPoints"/> |
9215 | 1543 </inherits> |
1544 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1545 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1546 <field name="linesize" type="int" display="Liniendicke" default="2"/> |
9215 | 1547 </fields> |
1548 </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
|
1549 |
9215 | 1550 <theme name="ExtremeWQCurve"> |
1551 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1552 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1553 <inherit from="MinMaxPoints"/> |
9215 | 1554 </inherits> |
1555 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1556 <field name="showextramark" type="boolean" display="Linie anzeigen ab wo extrapoliert wurde" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1557 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1558 <field name="linesize" type="int" display="Liniendicke" default="2"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1559 <field name="showlinelabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 1560 </fields> |
1561 </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
|
1562 |
9215 | 1563 <theme name="ExtremeWQBaseCurve"> |
1564 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1565 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1566 <inherit from="Points"/> |
9215 | 1567 </inherits> |
1568 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1569 <field name="pointsize" type="int" display="Punktdicke" default="2"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1570 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1571 <field name="showlinelabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 1572 </fields> |
1573 </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
|
1574 |
4bbf2ef9bdd8
Themes: Reunited the small parts of 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 |
4bbf2ef9bdd8
Themes: Reunited the small parts of 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 |
9215 | 1577 <theme name="DurationCurve"> |
1578 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1579 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1580 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1581 <inherit from="Label"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1582 <inherit from="MinMaxPoints"/> |
9215 | 1583 </inherits> |
1584 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1585 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1586 <field name="linesize" type="int" display="Liniendicke" default="2"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1587 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 1588 </fields> |
1589 </theme> | |
8265
78184aa612dd
Added themes for SQ relation overview chart.
Raimund Renkert <rrenkert@intevation.de>
parents:
8204
diff
changeset
|
1590 |
9215 | 1591 <theme name="DurationCurveW"> |
1592 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1593 <inherit from="DurationCurve"/> |
9215 | 1594 </inherits> |
1595 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1596 <field name="linecolor" type="Color" display="Linienfarbe" default="0,51,204"/> |
9215 | 1597 </fields> |
1598 </theme> | |
8961 | 1599 |
9215 | 1600 <theme name="DurationCurveQ"> |
1601 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1602 <inherit from="DurationCurve"/> |
9215 | 1603 </inherits> |
1604 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1605 <field name="linecolor" type="Color" display="Linienfarbe" default="0,204,0"/> |
9215 | 1606 </fields> |
1607 </theme> | |
8902
be0220889e1f
Moved comments to virtual.xml and configured sinfo themes
gernotbelger
parents:
8886
diff
changeset
|
1608 |
9215 | 1609 |
1610 | |
1611 <theme name="FixPoints"> | |
1612 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1613 <inherit from="ColorfulPoints"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1614 <inherit from="Label"/> |
9215 | 1615 </inherits> |
1616 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1617 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1618 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="true" hints="hidden"/> |
9215 | 1619 </fields> |
1620 </theme> | |
1621 | |
1622 <theme name="FixLines"> | |
1623 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1624 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1625 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1626 <inherit from="Label"/> |
9215 | 1627 </inherits> |
1628 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1629 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1630 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1631 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
9215 | 1632 </fields> |
1633 </theme> | |
1634 | |
1635 <theme name="FixAreas"> | |
1636 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1637 <inherit from="Areas"/> |
9215 | 1638 </inherits> |
1639 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1640 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen" default="true" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1641 <field name="areashowborder" type="boolean" display="Begrenzung" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1642 <field name="areabordercolor" type="Color" default="0, 0, 0" display="Begrenzungslinienfarbe" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1643 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1644 <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="false"/> |
9215 | 1645 </fields> |
1646 </theme> | |
1647 | |
1648 <theme name="FixingCalculatedPoint"> | |
1649 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1650 <inherit from="FixPoints"/> |
9215 | 1651 </inherits> |
1652 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1653 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1654 <field name="pointsize" type="int" display="Punktdicke" default="5"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1655 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false"/> |
9215 | 1656 </fields> |
1657 </theme> | |
1658 | |
1659 <theme name="FixingWQCurve"> | |
1660 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1661 <inherit from="FixLines"/> |
9215 | 1662 </inherits> |
1663 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1664 <field name="linecolor" type="Color" default="227, 27, 162"/> |
9215 | 1665 </fields> |
1666 </theme> | |
1667 | |
1668 <theme name="FixingDerivedCurve"> | |
1669 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1670 <inherit from="FixLines"/> |
9215 | 1671 </inherits> |
1672 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1673 <field name="linecolor" type="Color" default="227, 27, 162"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1674 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false" hints="hidden" hidden="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1675 <field name="pointsize" type="int" display="Punktdicke" default="5" hints="hidden"/> |
9215 | 1676 </fields> |
1677 </theme> | |
1678 | |
1679 <theme name="FixingSectorAverageWQ0"> | |
1680 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1681 <inherit from="FixPoints"/> |
9215 | 1682 </inherits> |
1683 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1684 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 128, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1685 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> |
9215 | 1686 </fields> |
1687 </theme> | |
1688 | |
1689 <theme name="FixingSectorAverageWQ1"> | |
1690 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1691 <inherit from="FixPoints"/> |
9215 | 1692 </inherits> |
1693 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1694 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 0, 255"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1695 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> |
9215 | 1696 </fields> |
1697 </theme> | |
1698 | |
1699 <theme name="FixingSectorAverageWQ2"> | |
1700 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1701 <inherit from="FixPoints"/> |
9215 | 1702 </inherits> |
1703 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1704 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 255"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1705 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> |
9215 | 1706 </fields> |
1707 </theme> | |
1708 | |
1709 <theme name="FixingSectorAverageWQ3"> | |
1710 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1711 <inherit from="FixPoints"/> |
9215 | 1712 </inherits> |
1713 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1714 <field name="pointcolor" type="Color" display="Punktfarbe" default="255, 0, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1715 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> |
9215 | 1716 </fields> |
1717 </theme> | |
1718 | |
1719 <theme name="FixingAnalysisEventsWQ"> | |
1720 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1721 <inherit from="FixPoints"/> |
9215 | 1722 </inherits> |
1723 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1724 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1725 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> |
9215 | 1726 </fields> |
1727 </theme> | |
1728 | |
1729 <theme name="FixingReferenceEvents"> | |
1730 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1731 <inherit from="FixPoints"/> |
9215 | 1732 </inherits> |
1733 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1734 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 80, 160"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1735 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> |
9215 | 1736 </fields> |
1737 </theme> | |
1738 | |
1739 <theme name="FixingDeltaWtAverage"> | |
1740 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1741 <inherit from="FixLines"/> |
9215 | 1742 </inherits> |
1743 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1744 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1745 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="true"/> |
9215 | 1746 </fields> |
1747 </theme> | |
1748 | |
1749 <theme name="FixingDeltaWtAverage0"> | |
1750 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1751 <inherit from="FixingDeltaWtAverage"/> |
9215 | 1752 </inherits> |
1753 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1754 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 0"/> |
9215 | 1755 </fields> |
1756 </theme> | |
1757 | |
1758 <theme name="FixingDeltaWtAverage1"> | |
1759 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1760 <inherit from="FixingDeltaWtAverage"/> |
9215 | 1761 </inherits> |
1762 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1763 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/> |
9215 | 1764 </fields> |
1765 </theme> | |
1766 | |
1767 <theme name="FixingDeltaWtAverage2"> | |
1768 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1769 <inherit from="FixingDeltaWtAverage"/> |
9215 | 1770 </inherits> |
1771 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1772 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 255"/> |
9215 | 1773 </fields> |
1774 </theme> | |
1775 | |
1776 <theme name="FixingDeltaWtAverage3"> | |
1777 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1778 <inherit from="FixingDeltaWtAverage"/> |
9215 | 1779 </inherits> |
1780 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1781 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
9215 | 1782 </fields> |
1783 </theme> | |
1784 | |
1785 <theme name="FixingDeltaWtAnalysis"> | |
1786 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1787 <inherit from="FixPoints"/> |
9215 | 1788 </inherits> |
1789 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1790 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1791 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 255, 0"/> |
9215 | 1792 </fields> |
1793 </theme> | |
1794 | |
1795 <theme name="FixingLSAverage0"> | |
1796 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1797 <inherit from="FixLines"/> |
9215 | 1798 </inherits> |
1799 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1800 <field name="linecolor" type="Color" default="0, 128, 0"/> |
9215 | 1801 </fields> |
1802 </theme> | |
1803 | |
1804 <theme name="FixingLSAverage1"> | |
1805 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1806 <inherit from="FixLines"/> |
9215 | 1807 </inherits> |
1808 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1809 <field name="linecolor" type="Color" default="0, 0, 255"/> |
9215 | 1810 </fields> |
1811 </theme> | |
1812 | |
1813 <theme name="FixingLSAverage2"> | |
1814 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1815 <inherit from="FixLines"/> |
9215 | 1816 </inherits> |
1817 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1818 <field name="linecolor" type="Color" default="255, 0, 255"/> |
9215 | 1819 </fields> |
1820 </theme> | |
1821 | |
1822 <theme name="FixingLSAverage3"> | |
1823 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1824 <inherit from="FixLines"/> |
9215 | 1825 </inherits> |
1826 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1827 <field name="linecolor" type="Color" default="255, 0, 0"/> |
9215 | 1828 </fields> |
1829 </theme> | |
1830 | |
1831 <theme name="FixingSectorDeviationLS0"> | |
1832 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1833 <inherit from="FixAreas"/> |
9215 | 1834 </inherits> |
1835 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1836 <field name="areabgcolor" type="Color" display="Fuellfarbe" default="0, 128, 0"/> |
9215 | 1837 </fields> |
1838 </theme> | |
1839 <theme name="FixingSectorDeviationLS1"> | |
1840 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1841 <inherit from="FixAreas"/> |
9215 | 1842 </inherits> |
1843 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1844 <field name="areabgcolor" type="Color" display="Fuellfarbe" default="0, 0, 255"/> |
9215 | 1845 |
1846 </fields> | |
1847 </theme> | |
1848 | |
1849 <theme name="FixingSectorDeviationLS2"> | |
1850 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1851 <inherit from="FixAreas"/> |
9215 | 1852 </inherits> |
1853 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1854 <field name="areabgcolor" type="Color" display="Fuellfarbe" default="255, 0, 255"/> |
9215 | 1855 </fields> |
1856 </theme> | |
1857 | |
1858 <theme name="FixingSectorDeviationLS3"> | |
1859 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1860 <inherit from="FixAreas"/> |
9215 | 1861 </inherits> |
1862 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1863 <field name="areabgcolor" type="Color" display="Fuellfarbe" default="255, 0, 0"/> |
9215 | 1864 </fields> |
1865 </theme> | |
1866 | |
1867 <theme name="FixLSDeviation"> | |
1868 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1869 <inherit from="FixAreas"/> |
9215 | 1870 </inherits> |
1871 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1872 <field name="areabgcolor" type="Color" display="Fuellfarbe" default="100, 100, 100"/> |
9215 | 1873 </fields> |
1874 </theme> | |
1875 | |
1876 <theme name="FixLSAnalysis"> | |
1877 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1878 <inherit from="FixLines"/> |
9215 | 1879 </inherits> |
1880 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1881 <field name="linecolor" type="Color" default="0, 255, 0"/> |
9215 | 1882 </fields> |
1883 </theme> | |
1884 | |
1885 <theme name="FixLSReference"> | |
1886 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1887 <inherit from="FixLines"/> |
9215 | 1888 </inherits> |
1889 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1890 <field name="linecolor" type="Color" default="0, 80, 160"/> |
9215 | 1891 </fields> |
1892 </theme> | |
1893 | |
1894 <theme name="FixDeltaWtDeviation"> | |
1895 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1896 <inherit from="FixAreas"/> |
9215 | 1897 </inherits> |
1898 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1899 <field name="areabgcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/> |
9215 | 1900 </fields> |
1901 </theme> | |
1902 | |
1903 <theme name="FixingDeltaWtAnalysisPeriods"> | |
1904 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1905 <inherit from="FixAreas"/> |
9215 | 1906 </inherits> |
1907 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1908 <field name="areabgcolor" type="Color" default="255, 0, 0" display="Füllfarbe"/> |
9215 | 1909 </fields> |
1910 </theme> | |
1911 | |
1912 <theme name="FixingReferencePeriod"> | |
1913 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1914 <inherit from="FixAreas"/> |
9215 | 1915 </inherits> |
1916 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1917 <field name="areabgcolor" type="Color" default="0, 0, 255" display="Füllfarbe"/> |
9215 | 1918 </fields> |
1919 </theme> | |
1920 | |
1921 <theme name="QSectors"> | |
1922 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1923 <inherit from="FixLines"/> |
9215 | 1924 </inherits> |
1925 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1926 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="true" hints="hidden"/> |
9215 | 1927 </fields> |
1928 </theme> | |
1929 | |
1930 | |
1931 | |
1932 <theme name="MapLines"> | |
1933 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1934 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 205"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1935 <field name="linesize" type="int" display="Liniendicke" default="3" hints="hidden"/> |
9215 | 1936 </fields> |
1937 </theme> | |
1938 | |
1939 <theme name="Floodmaps"> | |
1940 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1941 <inherit from="Map"/> |
9215 | 1942 </inherits> |
1943 </theme> | |
1944 | |
1945 <theme name="Floodplains"> | |
1946 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1947 <inherit from="Map"/> |
9215 | 1948 </inherits> |
1949 </theme> | |
1950 | |
1951 <theme name="Floodmarks"> | |
1952 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1953 <inherit from="MapLines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1954 <inherit from="Symbol"/> |
9215 | 1955 </inherits> |
1956 </theme> | |
1957 | |
1958 <theme name="WSPLGEN"> | |
1959 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1960 <inherit from="Uesk"/> |
9215 | 1961 </inherits> |
1962 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1963 <field name="startcolor" type="Color" display="Farbverlauf Startfarbe" default="178, 201, 215"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1964 <field name="endcolor" type="Color" display="Farbverlauf Endfarbe" default="2, 27, 42"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1965 <field name="numclasses" type="int" display="Anzahl Klassen" default="6"/> |
9215 | 1966 </fields> |
1967 </theme> | |
1968 | |
1969 <theme name="RiverAxis"> | |
1970 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1971 <inherit from="MapLines"/> |
9215 | 1972 </inherits> |
1973 <fields> | |
1974 </fields> | |
1975 </theme> | |
1976 | |
1977 <theme name="Kms"> | |
1978 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1979 <inherit from="MapLines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1980 <inherit from="Label"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1981 <inherit from="Symbol"/> |
9215 | 1982 </inherits> |
1983 </theme> | |
1984 | |
1985 | |
1986 <theme name="Fixpoints"> | |
1987 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1988 <inherit from="MapLines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1989 <inherit from="Symbol"/> |
9215 | 1990 </inherits> |
1991 </theme> | |
1992 | |
1993 <theme name="Floodmarks"> | |
1994 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1995 <inherit from="MapLines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
1996 <inherit from="Symbol"/> |
9215 | 1997 </inherits> |
1998 </theme> | |
1999 | |
2000 | |
2001 <theme name="GaugeLocation"> | |
2002 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2003 <inherit from="MapLines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2004 <inherit from="Symbol"/> |
9215 | 2005 </inherits> |
2006 </theme> | |
2007 | |
2008 <theme name="Qps"> | |
2009 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2010 <inherit from="MapLines"/> |
9215 | 2011 </inherits> |
2012 </theme> | |
2013 | |
2014 <theme name="Hws"> | |
2015 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2016 <inherit from="MapLines"/> |
9215 | 2017 </inherits> |
2018 </theme> | |
2019 | |
2020 <theme name="HwsPoints"> | |
2021 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2022 <inherit from="MapLines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2023 <inherit from="Label"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2024 <inherit from="Symbol"/> |
9215 | 2025 </inherits> |
2026 </theme> | |
2027 | |
2028 <theme name="Catchment"> | |
2029 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2030 <inherit from="Map"/> |
9215 | 2031 </inherits> |
2032 </theme> | |
2033 | |
2034 <theme name="FloodmapLines"> | |
2035 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2036 <inherit from="MapLines"/> |
9215 | 2037 </inherits> |
2038 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2039 <field name="linecolor" type="Color" display="Linienfarbe" default="140, 200, 130"/> |
9215 | 2040 </fields> |
2041 </theme> | |
2042 | |
2043 <theme name="Buildings"> | |
2044 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2045 <inherit from="MapLines"/> |
9215 | 2046 </inherits> |
2047 </theme> | |
2048 | |
2049 <theme name="HydrBoundariesLines"> | |
2050 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2051 <inherit from="MapLines"/> |
9215 | 2052 </inherits> |
2053 </theme> | |
2054 | |
2055 <theme name="HydrBoundariesPolys"> | |
2056 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2057 <inherit from="Map"/> |
9215 | 2058 </inherits> |
2059 </theme> | |
2060 | |
2061 <theme name="Jetties"> | |
2062 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2063 <inherit from="MapLines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2064 <inherit from="Label"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2065 <inherit from="Symbol"/> |
9215 | 2066 </inherits> |
2067 </theme> | |
2068 | |
2069 | |
2070 | |
2071 <theme name="HistoricalDischargeCurve"> | |
2072 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2073 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2074 <inherit from="Points"/> |
9215 | 2075 </inherits> |
2076 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2077 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 153"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2078 <field name="linesize" type="int" display="Liniendicke" default="2"/> |
9215 | 2079 </fields> |
2080 </theme> | |
2081 | |
2082 <theme name="HistoricalDischargeCurveQ"> | |
2083 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2084 <inherit from="HistoricalDischargeCurve"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2085 <inherit from="MinMaxPoints"/> |
9215 | 2086 </inherits> |
2087 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2088 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2089 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 2090 </fields> |
2091 </theme> | |
2092 | |
2093 <theme name="HistoricalDischargeCurveQDiff"> | |
2094 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2095 <inherit from="HistoricalDischargeCurve"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2096 <inherit from="MinMaxPoints"/> |
9215 | 2097 </inherits> |
2098 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2099 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2100 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2101 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 2102 </fields> |
2103 </theme> | |
2104 | |
2105 <theme name="HistoricalDischargeCurveW"> | |
2106 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2107 <inherit from="HistoricalDischargeCurve"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2108 <inherit from="MinMaxPoints"/> |
9215 | 2109 </inherits> |
2110 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2111 <field name="linecolor" type="Color" display="Linienfarbe" default="100, 100, 153"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2112 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2113 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 2114 </fields> |
2115 </theme> | |
2116 | |
2117 <theme name="HistoricalDischargeCurveWDiff"> | |
2118 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2119 <inherit from="HistoricalDischargeCurve"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2120 <inherit from="MinMaxPoints"/> |
9215 | 2121 </inherits> |
2122 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2123 <field name="linecolor" type="Color" display="Linienfarbe" default="250, 250, 204"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2124 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2125 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 2126 </fields> |
2127 </theme> | |
2128 | |
2129 <theme name="HistoricalDischargeWQW"> | |
2130 <!-- the facet has no styling... | |
2131 <inherits> | |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
2132 <inherit from="HistoricalDischargeCurve"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
2133 <inherit from="Label"/> |
9215 | 2134 </inherits> |
2135 <fields> | |
2136 <field name="linecolor" type="Color" display="Linienfarbe" | |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
2137 default="0, 0, 255"/> |
9215 | 2138 <field name="linesize" type="int" display="Liniendicke" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
2139 default="1"/> |
9215 | 2140 <field name="linetype" type="Dash" display="Linienart" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
2141 default="10"/> |
9215 | 2142 <field name="showlines" type="boolean" display="Linie anzeigen" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
2143 default="true" hints="hidden"/> |
9215 | 2144 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
2145 default="false"/> |
9215 | 2146 <field name="pointsize" type="int" display="Punktdicke" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
2147 default="3"/> |
9215 | 2148 <field name="showlinelabel" type="boolean" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
2149 display="Beschriftung anzeigen" default="false"/> |
9215 | 2150 <field name="showpointlabel" type="boolean" |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
2151 display="Beschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 2152 </fields> --> |
2153 </theme> | |
2154 | |
2155 <theme name="HistoricalDischargeWQQ"> | |
2156 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2157 <inherit from="HistoricalDischargeCurve"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2158 <inherit from="Label"/> |
9215 | 2159 </inherits> |
2160 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2161 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2162 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2163 <field name="linetype" type="Dash" display="Linienart" default="10"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2164 <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2165 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2166 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2167 <field name="showlinelabel" type="boolean" display="Beschriftung anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2168 <field name="showpointlabel" type="boolean" display="Beschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 2169 </fields> |
2170 </theme> | |
2171 | |
2172 | |
2173 | |
2174 <theme name="ReferenceCurve"> | |
2175 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2176 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2177 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2178 <inherit from="Label"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2179 <inherit from="MinMaxPoints"/> |
9215 | 2180 </inherits> |
2181 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2182 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2183 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2184 <field name="linecolor" type="Color" display="Linienfarbe" default="204, 204, 204"/> |
9215 | 2185 </fields> |
2186 </theme> | |
2187 | |
2188 <theme name="ReferenceCurveNormalized"> | |
2189 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2190 <inherit from="ReferenceCurve"/> |
9215 | 2191 </inherits> |
2192 <fields> | |
2193 </fields> | |
2194 </theme> | |
2195 | |
2196 | |
2197 | |
2198 <theme name="SQMeasurements"> | |
2199 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2200 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2201 <inherit from="Label"/> |
9215 | 2202 </inherits> |
2203 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2204 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2205 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> |
9215 | 2206 </fields> |
2207 </theme> | |
2208 | |
2209 <theme name="SQMeasurementsOverview"> | |
2210 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2211 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2212 <inherit from="Label"/> |
9215 | 2213 </inherits> |
2214 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2215 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2216 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false"/> |
9215 | 2217 </fields> |
2218 </theme> | |
2219 | |
2220 <theme name="SQOutliers"> | |
2221 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2222 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2223 <inherit from="Label"/> |
9215 | 2224 </inherits> |
2225 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2226 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2227 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="true"/> |
9215 | 2228 </fields> |
2229 </theme> | |
2230 | |
2231 <theme name="SQCurve"> | |
2232 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2233 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2234 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2235 <inherit from="Label"/> |
9215 | 2236 </inherits> |
2237 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2238 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2239 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2240 <field name="linecolor" type="Color" default="0, 0, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2241 <field name="linesize" type="int" display="Liniendicke" default="2"/> |
9215 | 2242 </fields> |
2243 </theme> | |
2244 | |
2245 <theme name="SQMeasurementsA"> | |
2246 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2247 <inherit from="SQMeasurements"/> |
9215 | 2248 </inherits> |
2249 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2250 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2251 <field name="pointcolor" type="color" default="0, 0, 255"/> |
9215 | 2252 </fields> |
2253 </theme> | |
2254 <theme name="SQMeasurementsB"> | |
2255 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2256 <inherit from="SQMeasurements"/> |
9215 | 2257 </inherits> |
2258 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2259 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2260 <field name="pointcolor" type="color" default="0, 255, 255"/> |
9215 | 2261 </fields> |
2262 </theme> | |
2263 <theme name="SQMeasurementsC"> | |
2264 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2265 <inherit from="SQMeasurements"/> |
9215 | 2266 </inherits> |
2267 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2268 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2269 <field name="pointcolor" type="color" default="0, 255, 0"/> |
9215 | 2270 </fields> |
2271 </theme> | |
2272 <theme name="SQMeasurementsD"> | |
2273 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2274 <inherit from="SQMeasurements"/> |
9215 | 2275 </inherits> |
2276 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2277 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2278 <field name="pointcolor" type="color" default="255, 0, 255"/> |
9215 | 2279 </fields> |
2280 </theme> | |
2281 <theme name="SQMeasurementsE"> | |
2282 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2283 <inherit from="SQMeasurements"/> |
9215 | 2284 </inherits> |
2285 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2286 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2287 <field name="pointcolor" type="color" default="255, 255, 0"/> |
9215 | 2288 </fields> |
2289 </theme> | |
2290 <theme name="SQMeasurementsF"> | |
2291 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2292 <inherit from="SQMeasurements"/> |
9215 | 2293 </inherits> |
2294 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2295 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2296 <field name="pointcolor" type="color" default="255, 0, 0"/> |
9215 | 2297 </fields> |
2298 </theme> | |
2299 <theme name="SQMeasurementsG"> | |
2300 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2301 <inherit from="SQMeasurements"/> |
9215 | 2302 </inherits> |
2303 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2304 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2305 <field name="pointcolor" type="color" default="0, 0, 0"/> |
9215 | 2306 </fields> |
2307 </theme> | |
2308 | |
2309 <theme name="SQMeasurementsOverviewA"> | |
2310 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2311 <inherit from="SQMeasurementsOverview"/> |
9215 | 2312 </inherits> |
2313 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2314 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2315 <field name="pointcolor" type="color" default="0, 0, 255"/> |
9215 | 2316 </fields> |
2317 </theme> | |
2318 <theme name="SQMeasurementsOverviewB"> | |
2319 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2320 <inherit from="SQMeasurementsOverview"/> |
9215 | 2321 </inherits> |
2322 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2323 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2324 <field name="pointcolor" type="color" default="0, 255, 255"/> |
9215 | 2325 </fields> |
2326 </theme> | |
2327 <theme name="SQMeasurementsOverviewC"> | |
2328 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2329 <inherit from="SQMeasurementsOverview"/> |
9215 | 2330 </inherits> |
2331 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2332 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2333 <field name="pointcolor" type="color" default="0, 255, 0"/> |
9215 | 2334 </fields> |
2335 </theme> | |
2336 <theme name="SQMeasurementsOverviewD"> | |
2337 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2338 <inherit from="SQMeasurementsOverview"/> |
9215 | 2339 </inherits> |
2340 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2341 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2342 <field name="pointcolor" type="color" default="255, 0, 255"/> |
9215 | 2343 </fields> |
2344 </theme> | |
2345 <theme name="SQMeasurementsOverviewE"> | |
2346 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2347 <inherit from="SQMeasurementsOverview"/> |
9215 | 2348 </inherits> |
2349 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2350 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2351 <field name="pointcolor" type="color" default="255, 255, 0"/> |
9215 | 2352 </fields> |
2353 </theme> | |
2354 <theme name="SQMeasurementsOverviewF"> | |
2355 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2356 <inherit from="SQMeasurementsOverview"/> |
9215 | 2357 </inherits> |
2358 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2359 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2360 <field name="pointcolor" type="color" default="255, 0, 0"/> |
9215 | 2361 </fields> |
2362 </theme> | |
2363 <theme name="SQMeasurementsOverviewG"> | |
2364 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2365 <inherit from="SQMeasurementsOverview"/> |
9215 | 2366 </inherits> |
2367 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2368 <field name="pointsize" type="int" default="4"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2369 <field name="pointcolor" type="color" default="0, 0, 0"/> |
9215 | 2370 </fields> |
2371 </theme> | |
2372 | |
2373 <theme name="SQOutliersA"> | |
2374 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2375 <inherit from="SQOutliers"/> |
9215 | 2376 </inherits> |
2377 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2378 <field name="pointsize" type="int" default="6"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2379 <field name="pointcolor" type="color" default="100, 100, 255"/> |
9215 | 2380 </fields> |
2381 </theme> | |
2382 <theme name="SQOutliersB"> | |
2383 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2384 <inherit from="SQOutliers"/> |
9215 | 2385 </inherits> |
2386 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2387 <field name="pointsize" type="int" default="6"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2388 <field name="pointcolor" type="color" default="100, 255, 255"/> |
9215 | 2389 </fields> |
2390 </theme> | |
2391 <theme name="SQOutliersC"> | |
2392 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2393 <inherit from="SQOutliers"/> |
9215 | 2394 </inherits> |
2395 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2396 <field name="pointsize" type="int" default="6"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2397 <field name="pointcolor" type="color" default="100, 255, 100"/> |
9215 | 2398 </fields> |
2399 </theme> | |
2400 <theme name="SQOutliersD"> | |
2401 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2402 <inherit from="SQOutliers"/> |
9215 | 2403 </inherits> |
2404 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2405 <field name="pointsize" type="int" default="6"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2406 <field name="pointcolor" type="color" default="255, 100, 255"/> |
9215 | 2407 </fields> |
2408 </theme> | |
2409 <theme name="SQOutliersE"> | |
2410 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2411 <inherit from="SQOutliers"/> |
9215 | 2412 </inherits> |
2413 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2414 <field name="pointsize" type="int" default="6"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2415 <field name="pointcolor" type="color" default="255, 255, 100"/> |
9215 | 2416 </fields> |
2417 </theme> | |
2418 <theme name="SQOutliersF"> | |
2419 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2420 <inherit from="SQOutliers"/> |
9215 | 2421 </inherits> |
2422 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2423 <field name="pointsize" type="int" default="6"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2424 <field name="pointcolor" type="color" default="255, 100, 100"/> |
9215 | 2425 </fields> |
2426 </theme> | |
2427 <theme name="SQOutliersG"> | |
2428 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2429 <inherit from="SQOutliers"/> |
9215 | 2430 </inherits> |
2431 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2432 <field name="pointsize" type="int" default="6"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2433 <field name="pointcolor" type="color" default="100, 100, 100"/> |
9215 | 2434 </fields> |
2435 </theme> | |
2436 | |
2437 <theme name="SQOutliersOverviewA"> | |
2438 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2439 <inherit from="SQOutliersA"/> |
9215 | 2440 </inherits> |
2441 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2442 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false"/> |
9215 | 2443 </fields> |
2444 </theme> | |
2445 <theme name="SQOutliersOverviewB"> | |
2446 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2447 <inherit from="SQOutliersB"/> |
9215 | 2448 </inherits> |
2449 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2450 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false"/> |
9215 | 2451 </fields> |
2452 </theme> | |
2453 <theme name="SQOutliersOverviewC"> | |
2454 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2455 <inherit from="SQOutliersC"/> |
9215 | 2456 </inherits> |
2457 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2458 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false"/> |
9215 | 2459 </fields> |
2460 </theme> | |
2461 <theme name="SQOutliersOverviewD"> | |
2462 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2463 <inherit from="SQOutliersD"/> |
9215 | 2464 </inherits> |
2465 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2466 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false"/> |
9215 | 2467 </fields> |
2468 </theme> | |
2469 <theme name="SQOutliersOverviewE"> | |
2470 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2471 <inherit from="SQOutliersE"/> |
9215 | 2472 </inherits> |
2473 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2474 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false"/> |
9215 | 2475 </fields> |
2476 </theme> | |
2477 <theme name="SQOutliersOverviewF"> | |
2478 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2479 <inherit from="SQOutliersF"/> |
9215 | 2480 </inherits> |
2481 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2482 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false"/> |
9215 | 2483 </fields> |
2484 </theme> | |
2485 <theme name="SQOutliersOverviewG"> | |
2486 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2487 <inherit from="SQOutliersG"/> |
9215 | 2488 </inherits> |
2489 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2490 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false"/> |
9215 | 2491 </fields> |
2492 </theme> | |
2493 | |
2494 <theme name="SQCurveA"> | |
2495 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2496 <inherit from="SQCurve"/> |
9215 | 2497 </inherits> |
2498 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2499 <field name="linecolor" type="color" default="0, 0, 175"/> |
9215 | 2500 </fields> |
2501 </theme> | |
2502 <theme name="SQCurveB"> | |
2503 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2504 <inherit from="SQCurve"/> |
9215 | 2505 </inherits> |
2506 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2507 <field name="linecolor" type="color" default="0, 175, 175"/> |
9215 | 2508 </fields> |
2509 </theme> | |
2510 <theme name="SQCurveC"> | |
2511 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2512 <inherit from="SQCurve"/> |
9215 | 2513 </inherits> |
2514 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2515 <field name="linecolor" type="color" default="0, 175, 0"/> |
9215 | 2516 </fields> |
2517 </theme> | |
2518 <theme name="SQCurveD"> | |
2519 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2520 <inherit from="SQCurve"/> |
9215 | 2521 </inherits> |
2522 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2523 <field name="linecolor" type="color" default="175, 0, 175"/> |
9215 | 2524 </fields> |
2525 </theme> | |
2526 <theme name="SQCurveE"> | |
2527 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2528 <inherit from="SQCurve"/> |
9215 | 2529 </inherits> |
2530 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2531 <field name="linecolor" type="color" default="175, 175, 0"/> |
9215 | 2532 </fields> |
2533 </theme> | |
2534 <theme name="SQCurveF"> | |
2535 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2536 <inherit from="SQCurve"/> |
9215 | 2537 </inherits> |
2538 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2539 <field name="linecolor" type="color" default="175, 0, 0"/> |
9215 | 2540 </fields> |
2541 </theme> | |
2542 <theme name="SQCurveG"> | |
2543 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2544 <inherit from="SQCurve"/> |
9215 | 2545 </inherits> |
2546 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2547 <field name="linecolor" type="color" default="175, 175, 175"/> |
9215 | 2548 </fields> |
2549 </theme> | |
2550 | |
2551 <theme name="SQOutlierCurveA"> | |
2552 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2553 <inherit from="SQCurveA"/> |
9215 | 2554 </inherits> |
2555 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2556 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
9215 | 2557 </fields> |
2558 </theme> | |
2559 <theme name="SQOutlierCurveB"> | |
2560 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2561 <inherit from="SQCurveB"/> |
9215 | 2562 </inherits> |
2563 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2564 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
9215 | 2565 </fields> |
2566 </theme> | |
2567 <theme name="SQOutlierCurveC"> | |
2568 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2569 <inherit from="SQCurveC"/> |
9215 | 2570 </inherits> |
2571 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2572 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
9215 | 2573 </fields> |
2574 </theme> | |
2575 <theme name="SQOutlierCurveD"> | |
2576 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2577 <inherit from="SQCurveD"/> |
9215 | 2578 </inherits> |
2579 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2580 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
9215 | 2581 </fields> |
2582 </theme> | |
2583 <theme name="SQOutlierCurveE"> | |
2584 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2585 <inherit from="SQCurveE"/> |
9215 | 2586 </inherits> |
2587 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2588 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
9215 | 2589 </fields> |
2590 </theme> | |
2591 <theme name="SQOutlierCurveF"> | |
2592 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2593 <inherit from="SQCurveF"/> |
9215 | 2594 </inherits> |
2595 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2596 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
9215 | 2597 </fields> |
2598 </theme> | |
2599 <theme name="SQOutlierCurveG"> | |
2600 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2601 <inherit from="SQCurveG"/> |
9215 | 2602 </inherits> |
2603 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2604 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
9215 | 2605 </fields> |
2606 </theme> | |
2607 | |
2608 <theme name="Porosity"> | |
2609 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2610 <inherit from="LongitudinalSection"/> |
9215 | 2611 </inherits> |
2612 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2613 <field name="linecolor" type="color" default="175, 175, 175"/> |
9215 | 2614 </fields> |
2615 </theme> | |
2616 | |
2617 <!-- S-INFO Data-Themes --> | |
2618 <theme name="SInfoBedHeightMin"> | |
2619 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2620 <inherit from="LongitudinalSectionW"/> |
9215 | 2621 </inherits> |
2622 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2623 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 255, 0"/> |
9215 | 2624 </fields> |
2625 </theme> | |
2626 <theme name="SInfoBedHeightMax"> | |
2627 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2628 <inherit from="LongitudinalSectionW"/> |
9215 | 2629 </inherits> |
2630 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2631 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 0"/> |
9215 | 2632 </fields> |
2633 </theme> | |
2634 | |
2635 <!-- S-INFO Flow-Depth Themes --> | |
9617
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2636 <theme name="SInfoFlowDepthBedheightMax"> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2637 <inherits> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2638 <inherit from="LongitudinalSection"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2639 </inherits> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2640 <fields> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2641 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 128, 0"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2642 </fields> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2643 </theme> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2644 <theme name="SInfoFlowDepthBedheightMin"> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2645 <inherits> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2646 <inherit from="LongitudinalSection"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2647 </inherits> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2648 <fields> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2649 <field name="linecolor" type="Color" display="Linienfarbe" default="128,128, 0"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2650 </fields> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2651 </theme> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2652 <theme name="SInfoFlowDepthBedheight"> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2653 <inherits> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2654 <inherit from="LongitudinalSection"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2655 </inherits> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2656 <fields> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2657 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 0, 0"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2658 </fields> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2659 </theme> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2660 <theme name="SInfoFlowDepthDischarge"> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2661 <inherits> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2662 <inherit from="LongitudinalSection"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2663 </inherits> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2664 <fields> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2665 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 0"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2666 </fields> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2667 </theme> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2668 <theme name="SInfoFlowDepthWaterlevel"> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2669 <inherits> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2670 <inherit from="LongitudinalSection"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2671 </inherits> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2672 <fields> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2673 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 128"/> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2674 </fields> |
1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
dnt_bjoernsen <d.tironi@bjoernsen.de>
parents:
9602
diff
changeset
|
2675 </theme> |
9215 | 2676 <theme name="SInfoFlowDepth"> |
2677 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2678 <inherit from="LongitudinalSectionW"/> |
9215 | 2679 </inherits> |
2680 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2681 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/> |
9215 | 2682 </fields> |
2683 </theme> | |
2684 <theme name="SInfoFlowDepthWithTkh"> | |
2685 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2686 <inherit from="LongitudinalSectionW"/> |
9215 | 2687 </inherits> |
2688 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2689 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 255"/> |
9215 | 2690 </fields> |
2691 </theme> | |
2692 <theme name="SInfoFlowDepthMin"> | |
2693 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2694 <inherit from="LongitudinalSectionW"/> |
9215 | 2695 </inherits> |
2696 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2697 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 255"/> |
9215 | 2698 </fields> |
2699 </theme> | |
2700 <theme name="SInfoFlowDepthMax"> | |
2701 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2702 <inherit from="LongitudinalSectionW"/> |
9215 | 2703 </inherits> |
2704 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2705 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/> |
9215 | 2706 </fields> |
2707 </theme> | |
2708 <theme name="SInfoFlowDepthCurrent"> | |
2709 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2710 <inherit from="LongitudinalSectionW"/> |
9215 | 2711 </inherits> |
2712 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2713 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 128"/> |
9215 | 2714 </fields> |
2715 </theme> | |
2716 <theme name="SInfoFlowDepthHistorical"> | |
2717 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2718 <inherit from="LongitudinalSectionW"/> |
9215 | 2719 </inherits> |
2720 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2721 <field name="linecolor" type="Color" display="Linienfarbe" default="51, 102, 255"/> |
9215 | 2722 </fields> |
2723 </theme> | |
2724 <theme name="SInfoTkh"> | |
2725 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2726 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2727 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2728 <inherit from="Label"/> |
9215 | 2729 </inherits> |
2730 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2731 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2732 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 2733 |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2734 <field name="calculateRange" type="boolean" display="Ausdehnung berechnen" default="true" hints="hidden"/> |
9215 | 2735 |
2736 <!-- Areas use 'showborder' instead of showlines (but inconsistently uses 'linecolor' and 'linesize'), so we hide 'showline' and replace it with 'showbordder' --> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2737 <field name="showlines" type="boolean" display="Linie anzeigen" default="true" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2738 <field name="showborder" type="boolean" display="Linien anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2739 <field name="linecolor" type="Color" display="Linienfarbe" default="228, 108, 10"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2740 <field name="linesize" type="int" display="Liniendicke" default="1"/> |
9215 | 2741 |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2742 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="false"/> |
9215 | 2743 |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2744 <field name="showarea" type="boolean" display="Flaeche anzeigen" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2745 <field name="areabgcolor" type="Color" default="245, 245, 220" display="Füllfarbe"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2746 <field name="areabgpattern" type="areapattern" default="patternFill" display="Flächentyp"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2747 <field name="areatransparency" type="int" default="20"/> |
9215 | 2748 |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2749 <field name="showarealabel" type="boolean" display="Flächenbeschriftung anzeigen" default="false" hints="hidden"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2750 |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2751 <field name="showmaximum" type="boolean" display="Maximum anzeigen" default="false"/> |
9602
6b2496d71936
Reimplemented baseline for tkh. Extended area-dataset to be able to draw baseline.
gernotbelger
parents:
9573
diff
changeset
|
2752 |
6b2496d71936
Reimplemented baseline for tkh. Extended area-dataset to be able to draw baseline.
gernotbelger
parents:
9573
diff
changeset
|
2753 <field name="baselineColor" type="Color" display="Farbe der 0-Linie" default="0, 0, 0" hints="hidden"/> |
9215 | 2754 </fields> |
2755 </theme> | |
2756 <theme name="SInfoFlowDepthDevelopment"> | |
2757 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2758 <inherit from="LongitudinalSectionW"/> |
9215 | 2759 </inherits> |
2760 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2761 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/> |
9215 | 2762 </fields> |
2763 </theme> | |
2764 <theme name="SInfoFlowDepthDevelopmentPerYear"> | |
2765 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2766 <inherit from="LongitudinalSectionW"/> |
9215 | 2767 </inherits> |
2768 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2769 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/> |
9215 | 2770 </fields> |
2771 </theme> | |
2772 <theme name="SInfoWaterlevelDifference"> | |
2773 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2774 <inherit from="LongitudinalSectionW"/> |
9215 | 2775 </inherits> |
2776 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2777 <field name="linecolor" type="Color" display="Linienfarbe" default="102, 255, 102"/> |
9215 | 2778 </fields> |
2779 </theme> | |
2780 <theme name="SInfoBedHeightDifference"> | |
2781 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2782 <inherit from="LongitudinalSectionW"/> |
9215 | 2783 </inherits> |
2784 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2785 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
9215 | 2786 </fields> |
2787 </theme> | |
2788 <theme name="SInfoPredefinedChannelWidth"> | |
2789 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2790 <inherit from="LongitudinalSectionW"/> |
9215 | 2791 </inherits> |
2792 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2793 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 64, 0"/> |
9215 | 2794 </fields> |
2795 </theme> | |
2796 <theme name="SInfoPredefinedChannelDepth"> | |
2797 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2798 <inherit from="LongitudinalSectionW"/> |
9215 | 2799 </inherits> |
2800 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2801 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 64, 64"/> |
9215 | 2802 </fields> |
2803 </theme> | |
2804 <theme name="SInfoPredefinedTkh"> | |
2805 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2806 <inherit from="SInfoTkh"/> |
9215 | 2807 </inherits> |
2808 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2809 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 64, 10"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2810 <field name="areabgcolor" type="Color" default="255, 240, 224" display="Füllfarbe"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2811 <field name="areabgpattern" type="areapattern" default="patternFill" display="Flächentyp"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2812 <field name="areatransparency" type="int" default="20"/> |
9215 | 2813 </fields> |
2814 </theme> | |
2815 <theme name="SInfoPredefinedDepthEvol"> | |
2816 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2817 <inherit from="LongitudinalSectionW"/> |
9215 | 2818 </inherits> |
2819 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2820 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 192"/> |
9215 | 2821 </fields> |
2822 </theme> | |
2823 <theme name="SInfoPredefinedDepthEvolPerYear"> | |
2824 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2825 <inherit from="LongitudinalSectionW"/> |
9215 | 2826 </inherits> |
2827 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2828 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 128"/> |
9215 | 2829 </fields> |
2830 </theme> | |
2831 <theme name="SInfoPredefinedFlowDepth"> | |
2832 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2833 <inherit from="LongitudinalSectionW"/> |
9215 | 2834 </inherits> |
2835 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2836 <field name="linecolor" type="Color" display="Linienfarbe" default="96, 128, 192"/> |
9215 | 2837 </fields> |
2838 </theme> | |
2839 <theme name="SInfoInfrastructureHeight"> | |
2840 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2841 <inherit from="LongitudinalSectionPoints"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2842 <inherit from="Label"/> |
9215 | 2843 </inherits> |
2844 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2845 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2846 <field name="pointcolor" type="Color" display="Punktfarbe" default="0, 192, 0"/> |
9215 | 2847 </fields> |
2848 </theme> | |
9229
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2849 <theme name="SInfoInfrastructureHeightLeft"> |
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2850 <inherits> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2851 <inherit from="LongitudinalSectionPoints"/> |
9229
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2852 </inherits> |
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2853 <fields> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2854 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2855 <field name="pointcolor" type="Color" display="Punktfarbe" default="68, 216, 40"/> |
9229
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2856 </fields> |
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2857 </theme> |
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2858 <theme name="SInfoInfrastructureHeightRight"> |
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2859 <inherits> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2860 <inherit from="LongitudinalSectionPoints"/> |
9229
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2861 </inherits> |
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2862 <fields> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2863 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2864 <field name="pointcolor" type="Color" display="Punktfarbe" default="192, 0, 0"/> |
9229
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2865 </fields> |
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2866 </theme> |
9215 | 2867 <theme name="SInfoCollisionCount"> |
2868 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2869 <inherit from="LongitudinalSectionPoints"/> |
9215 | 2870 </inherits> |
2871 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2872 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2873 <field name="pointcolor" type="Color" display="Punktfarbe" default="64, 192, 64"/> |
9215 | 2874 </fields> |
2875 </theme> | |
2876 <theme name="SInfoCollisionCount2"> | |
2877 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2878 <inherit from="LongitudinalSectionPoints"/> |
9215 | 2879 </inherits> |
2880 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2881 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2882 <field name="pointcolor" type="Color" display="Punktfarbe" default="192, 0, 0"/> |
9215 | 2883 </fields> |
2884 </theme> | |
2885 <theme name="SInfoCollisionCount3"> | |
2886 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2887 <inherit from="LongitudinalSectionPoints"/> |
9215 | 2888 </inherits> |
2889 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2890 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2891 <field name="pointcolor" type="Color" display="Punktfarbe" default="48, 96, 255"/> |
9215 | 2892 </fields> |
2893 </theme> | |
9229
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2894 <theme name="SInfoFloodDurationLeft"> |
9215 | 2895 <inherits> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2896 <inherit from="LongitudinalSectionPoints"/> |
9215 | 2897 </inherits> |
2898 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2899 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2900 <field name="pointcolor" type="Color" display="Punktfarbe" default="68, 216, 40"/> |
9215 | 2901 </fields> |
2902 </theme> | |
9229
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2903 <theme name="SInfoFloodDurationRight"> |
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2904 <inherits> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2905 <inherit from="LongitudinalSectionPoints"/> |
9229
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2906 </inherits> |
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2907 <fields> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2908 <field name="pointsize" type="int" display="Punktdicke" default="3"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2909 <field name="pointcolor" type="Color" display="Punktfarbe" default="192, 0, 0"/> |
9229
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2910 </fields> |
0dcd1cd41915
Different themes/facets for left bank and right bank infrastructures in S-Info flood durations, some fixmes done
mschaefer
parents:
9215
diff
changeset
|
2911 </theme> |
9215 | 2912 <theme name="SInfoMainValues"> |
2913 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2914 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2915 <inherit from="Points"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2916 <inherit from="Label"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2917 <inherit from="MinMaxPoints"/> |
9215 | 2918 </inherits> |
2919 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2920 <field name="linecolor" type="Color" display="Farbe" default="0, 96, 192"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2921 <field name="showpoints" type="boolean" display="Punkte anzeigen" default="false"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2922 <field name="showpointlabel" type="boolean" display="Punktbeschriftung anzeigen" default="false" hints="hidden"/> |
9215 | 2923 </fields> |
2924 </theme> | |
9631
6ecd1a28017f
Nachtrag Pos. 20: Q theme for height chart added, calculator corrected (rows for km without any infrastructure)
mschaefer
parents:
9617
diff
changeset
|
2925 <theme name="SInfoHeightMainValuesQ"> |
6ecd1a28017f
Nachtrag Pos. 20: Q theme for height chart added, calculator corrected (rows for km without any infrastructure)
mschaefer
parents:
9617
diff
changeset
|
2926 <inherits> |
6ecd1a28017f
Nachtrag Pos. 20: Q theme for height chart added, calculator corrected (rows for km without any infrastructure)
mschaefer
parents:
9617
diff
changeset
|
2927 <inherit from="Lines"/> |
6ecd1a28017f
Nachtrag Pos. 20: Q theme for height chart added, calculator corrected (rows for km without any infrastructure)
mschaefer
parents:
9617
diff
changeset
|
2928 </inherits> |
6ecd1a28017f
Nachtrag Pos. 20: Q theme for height chart added, calculator corrected (rows for km without any infrastructure)
mschaefer
parents:
9617
diff
changeset
|
2929 <fields> |
6ecd1a28017f
Nachtrag Pos. 20: Q theme for height chart added, calculator corrected (rows for km without any infrastructure)
mschaefer
parents:
9617
diff
changeset
|
2930 <field name="linecolor" type="Color" display="Farbe" default="32, 32, 32"/> |
6ecd1a28017f
Nachtrag Pos. 20: Q theme for height chart added, calculator corrected (rows for km without any infrastructure)
mschaefer
parents:
9617
diff
changeset
|
2931 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
6ecd1a28017f
Nachtrag Pos. 20: Q theme for height chart added, calculator corrected (rows for km without any infrastructure)
mschaefer
parents:
9617
diff
changeset
|
2932 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="false" hints="hidden"/> |
6ecd1a28017f
Nachtrag Pos. 20: Q theme for height chart added, calculator corrected (rows for km without any infrastructure)
mschaefer
parents:
9617
diff
changeset
|
2933 </fields> |
6ecd1a28017f
Nachtrag Pos. 20: Q theme for height chart added, calculator corrected (rows for km without any infrastructure)
mschaefer
parents:
9617
diff
changeset
|
2934 </theme> |
9259
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2935 <theme name="SInfoMainValuesQ"> |
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2936 <inherits> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2937 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2938 <inherit from="Label"/> |
9259
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2939 </inherits> |
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2940 <fields> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2941 <field name="linecolor" type="Color" display="Farbe" default="51, 204, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2942 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2943 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="true"/> |
9259
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2944 </fields> |
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2945 </theme> |
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2946 <theme name="SInfoMainValuesW"> |
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2947 <inherits> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2948 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2949 <inherit from="Label"/> |
9259
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2950 </inherits> |
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2951 <fields> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2952 <field name="linecolor" type="Color" display="Farbe" default="0, 102, 204"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2953 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2954 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="true"/> |
9259
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2955 </fields> |
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2956 </theme> |
9376
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2957 <theme name="InfrastructureWLeft"> |
9259
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2958 <inherits> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2959 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2960 <inherit from="Label"/> |
9259
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2961 </inherits> |
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2962 <fields> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2963 <field name="linecolor" type="Color" display="Farbe" default="68, 216, 40"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2964 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2965 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="true"/> |
9376
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2966 </fields> |
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2967 </theme> |
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2968 <theme name="InfrastructureWRight"> |
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2969 <inherits> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2970 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2971 <inherit from="Label"/> |
9376
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2972 </inherits> |
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2973 <fields> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2974 <field name="linecolor" type="Color" display="Farbe" default="192, 0, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2975 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2976 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="true"/> |
9376
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2977 </fields> |
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2978 </theme> |
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2979 <theme name="InfrastructureQLeft"> |
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2980 <inherits> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2981 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2982 <inherit from="Label"/> |
9376
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2983 </inherits> |
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2984 <fields> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2985 <field name="linecolor" type="Color" display="Farbe" default="68, 216, 40"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2986 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2987 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="true"/> |
9376
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2988 </fields> |
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2989 </theme> |
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2990 <theme name="InfrastructureQRight"> |
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2991 <inherits> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2992 <inherit from="Lines"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2993 <inherit from="Label"/> |
9376
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2994 </inherits> |
f318359b81a2
S-Info flood duration theme rename, and more infrastructure themes in the duration curve
mschaefer
parents:
9368
diff
changeset
|
2995 <fields> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2996 <field name="linecolor" type="Color" display="Farbe" default="192, 0, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2997 <field name="textorientation" type="boolean" display="Textausrichtung" default="true"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
2998 <field name="showlinelabel" type="boolean" display="Linienbeschriftung anzeigen" default="true"/> |
9259
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
2999 </fields> |
66b003701546
Added infrastructure height and Q annotation to S-Info flood duration curve chart
mschaefer
parents:
9229
diff
changeset
|
3000 </theme> |
9295
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
3001 <theme name="UInfoSalixLine"> |
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
3002 <inherits> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3003 <inherit from="LongitudinalSectionW"/> |
9295
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
3004 </inherits> |
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
3005 <fields> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3006 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 64"/> |
9295
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
3007 </fields> |
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
3008 </theme> |
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
3009 <theme name="UInfoSalixMnwMw"> |
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
3010 <inherits> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3011 <inherit from="LongitudinalSectionW"/> |
9295
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
3012 </inherits> |
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
3013 <fields> |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3014 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 64, 255"/> |
9295
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
3015 </fields> |
385b52ccde23
Work on U-Info salix line calculation and chart (no scenario case)
mschaefer
parents:
9259
diff
changeset
|
3016 </theme> |
9317 | 3017 <theme name="UInfoSalixScenario"> |
3018 <inherits> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3019 <inherit from="LongitudinalSectionW"/> |
9317 | 3020 </inherits> |
3021 <fields> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3022 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
9317 | 3023 </fields> |
3024 </theme> | |
9368
6f7e92c16050
Fixed U-Info salix mw calculation, added filtered themes, own y axis, warning report
mschaefer
parents:
9360
diff
changeset
|
3025 <theme name="UInfoSalixRank"> |
9496
d8e753d0fdb9
stripedArea introduced for Assessment Scheme/Bewertungsschema
gernotbelger
parents:
9444
diff
changeset
|
3026 <fields> |
d8e753d0fdb9
stripedArea introduced for Assessment Scheme/Bewertungsschema
gernotbelger
parents:
9444
diff
changeset
|
3027 <field name="areatransparency" type="int" default="50" display="Transparenz" /> |
9499 | 3028 </fields> |
3029 </theme> | |
3030 <theme name="VegetationZonesCrossSection"> | |
3031 <fields> | |
3032 <field name="areatransparency" type="int" default="50" display="Transparenz" /> | |
3033 </fields> | |
3034 </theme> | |
9429
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3035 <theme name="UInfoSalixCrossSectionWaterLine"> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3036 <inherits> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3037 <inherit from="CrossSectionWaterLine"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3038 </inherits> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3039 <fields> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3040 <field name="linecolor" type="Color" display="Linienfarbe" default="38,138,62"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3041 </fields> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3042 </theme> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3043 <theme name="UInfoSalixScenarioCrossSectionWaterLine"> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3044 <inherits> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3045 <inherit from="CrossSectionWaterLine"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3046 </inherits> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3047 <fields> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3048 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3049 </fields> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3050 </theme> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3051 <theme name="UInfoSalixMNWCrossSectionWaterLine"> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3052 <inherits> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3053 <inherit from="CrossSectionWaterLine"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3054 </inherits> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3055 <fields> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3056 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 192, 0"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3057 </fields> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3058 </theme> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3059 <theme name="UInfoSalixMWCrossSectionWaterLine"> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3060 <inherits> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3061 <inherit from="CrossSectionWaterLine"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3062 </inherits> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3063 <fields> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3064 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 255"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3065 </fields> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3066 </theme> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3067 <theme name="UInfoSalixMHWCrossSectionWaterLine"> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3068 <inherits> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3069 <inherit from="CrossSectionWaterLine"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3070 </inherits> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3071 <fields> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3072 <field name="linecolor" type="Color" display="Linienfarbe" default="247, 150, 70"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3073 </fields> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3074 </theme> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3075 <theme name="UInfoSalixMH5CrossSectionWaterLine"> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3076 <inherits> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3077 <inherit from="CrossSectionWaterLine"/> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3078 </inherits> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3079 <fields> |
bd5f5d2220fa
Work on salix cross sections; waterlevels work now with different colors
gernotbelger
parents:
9376
diff
changeset
|
3080 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 0, 0"/> |
9368
6f7e92c16050
Fixed U-Info salix mw calculation, added filtered themes, own y axis, warning report
mschaefer
parents:
9360
diff
changeset
|
3081 </fields> |
6f7e92c16050
Fixed U-Info salix mw calculation, added filtered themes, own y axis, warning report
mschaefer
parents:
9360
diff
changeset
|
3082 </theme> |
9432
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3083 <theme name="BunduChannel"> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3084 <inherits> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3085 <inherit from="LongitudinalSectionW"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3086 </inherits> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3087 <fields> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3088 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 192, 32"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3089 </fields> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3090 </theme> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3091 <theme name="BunduBed"> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3092 <inherits> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3093 <inherit from="LongitudinalSectionW"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3094 </inherits> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3095 <fields> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3096 <field name="linecolor" type="Color" display="Linienfarbe" default="224, 0, 0"/> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3097 </fields> |
d194c5b24bf8
Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents:
9429
diff
changeset
|
3098 </theme> |
9444
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3099 <theme name="BunduBed01"> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3100 <inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3101 <inherit from="LongitudinalSectionW"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3102 </inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3103 <fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3104 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 0, 0"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3105 </fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3106 </theme> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3107 <theme name="BunduBed02"> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3108 <inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3109 <inherit from="LongitudinalSectionW"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3110 </inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3111 <fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3112 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 0, 0"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3113 </fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3114 </theme> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3115 <theme name="BunduBed03"> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3116 <inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3117 <inherit from="LongitudinalSectionW"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3118 </inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3119 <fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3120 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 0, 0"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3121 </fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3122 </theme> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3123 <theme name="BunduBed04"> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3124 <inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3125 <inherit from="LongitudinalSectionW"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3126 </inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3127 <fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3128 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 0, 0"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3129 </fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3130 </theme> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3131 <theme name="BunduBed05"> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3132 <inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3133 <inherit from="LongitudinalSectionW"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3134 </inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3135 <fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3136 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 0, 0"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3137 </fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3138 </theme> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3139 <theme name="BunduBed06"> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3140 <inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3141 <inherit from="LongitudinalSectionW"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3142 </inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3143 <fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3144 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 0, 0"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3145 </fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3146 </theme> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3147 <theme name="BunduBed07"> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3148 <inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3149 <inherit from="LongitudinalSectionW"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3150 </inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3151 <fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3152 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 0, 0"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3153 </fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3154 </theme> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3155 <theme name="BunduBed08"> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3156 <inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3157 <inherit from="LongitudinalSectionW"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3158 </inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3159 <fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3160 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 0, 0"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3161 </fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3162 </theme> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3163 <theme name="BunduBed09"> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3164 <inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3165 <inherit from="LongitudinalSectionW"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3166 </inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3167 <fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3168 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 0, 0"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3169 </fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3170 </theme> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3171 <theme name="BunduBed10"> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3172 <inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3173 <inherit from="LongitudinalSectionW"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3174 </inherits> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3175 <fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3176 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 0, 0"/> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3177 </fields> |
ecadc9ed0ba0
Added heights and depths of cross section fields in the bundu bzws calculation and longitudinal section charts
mschaefer
parents:
9432
diff
changeset
|
3178 </theme> |
8902
be0220889e1f
Moved comments to virtual.xml and configured sinfo themes
gernotbelger
parents:
8886
diff
changeset
|
3179 </themegroup> |