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

flys/issue1077: Show loads as step line, therefore transform data in SedimentLoadFacet to stretch as in the measurement stations bounds. Deal with this new kind of data in the Generator.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 10 Apr 2013 09:35:07 +0200
parents a8d8ea1f2a5c
children
rev   line source
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
2 <!--themegroup name="default"-->
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
3 <theme name="CrossSection">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
4 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
5 <inherit from="Lines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
6 <inherit from="Points" />
4698
dfac28805d79 Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
7 <inherit from="Label" />
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
8 <inherit from="MinMaxPoints" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
9 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
10 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
11 <field name="showpoints" type="boolean" display="Punkte anzeigen"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
12 default="false" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
13 <field name="showpointlabel" type="boolean"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
14 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
15 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
16 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
17
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
18 <theme name="CrossSectionWaterLine">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
19 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
20 <inherit from="Lines" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
21 <inherit from="Points" />
4698
dfac28805d79 Fixed and updated theme configurations.
Raimund Renkert <rrenkert@intevation.de>
parents: 4682
diff changeset
22 <inherit from="Label" />
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
23 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
24 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
25 <field name="showpoints" type="boolean" display="Punkte anzeigen"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
26 default="false" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
27 <field name="showpointlabel" type="boolean"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
28 display="Punktbeschriftung anzeigen" default="false" hints="hidden" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
29 <field name="linecolor" type="Color" display="Linienfarbe"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
30 default="0,0,153" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
31 <field name="showwidth" type="boolean" display="Breite anzeigen"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
32 default="false" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
33 <field name="showlevel" type="boolean" display="Wasserstand anzeigen"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
34 default="true" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
35 <field name="showlinelabel" type="boolean" default="true"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
36 display="Beschriftung anzeigen" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
37 <field name="showmiddleheight" type="boolean"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
38 display="Wasserstand anzeigen" default="false" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
39 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
40 </theme>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
41
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
42 <theme name="Hyk">
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
43 <inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
44 <inherit from="Text" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
45 </inherits>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
46 <fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
47 <field name="textorientation" type="boolean" display="Textausrichtung"
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
48 default="true" />
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
49 </fields>
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
50 </theme>
5161
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
51
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
52 <theme name="CrossSectionArea">
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
53 <inherits>
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
54 <inherit from="Areas" />
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
55 </inherits>
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
56 <fields>
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
57 <field name="areashowbg" type="boolean" display="Hintergrund anzeigen"
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
58 default="true" hints="hidden" />
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
59 <field name="areashowborder" type="boolean" display="Begrenzung"
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
60 default="false" hints="hidden" />
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
61 <field name="areabordercolor" type="Color" default="0, 0, 0"
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
62 display="Begrenzungslinienfarbe" hints="hidden" />
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
63 <field name="showarea" type="boolean" display="Flaeche anzeigen"
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
64 default="true" hints="hidden" />
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
65 <field name="showarealabel" type="boolean"
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
66 display="Flächenbeschriftung anzeigen" default="false" hints="hidden" />
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
67 </fields>
a8d8ea1f2a5c flys/issue1145: Add missing Area styles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4698
diff changeset
68 </theme>
4682
1c1effe530bc Added second theme config files.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
69 <!--/themegroup-->

http://dive4elements.wald.intevation.org