annotate artifacts/doc/conf/themes/virtual.xml @ 8902:be0220889e1f

Moved comments to virtual.xml and configured sinfo themes
author gernotbelger
date Tue, 20 Feb 2018 18:43:32 +0100
parents d0a59a2e902f
children
rev   line source
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
2 <themegroup name="virtual">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
3 <!-- Virtual themes are following now! DO NOT USE VIRTUAL THEMES FOR
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
4 FACETS! Please implement concrete themes! -->
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
5 <theme name="Lines" type="virtual">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
6 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
7 <field name="showlines" type="boolean" display="Linie anzeigen"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
8 default="true" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
9 <field name="linesize" type="int" display="Liniendicke"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
10 default="1" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
11 <field name="linetype" type="Dash" display="Linienart"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
12 default="10" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
13 <field name="linecolor" type="Color" display="Linienfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
14 default="0, 0, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
15 <field name="showlinelabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
16 display="Beschriftung anzeigen" default="false" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
17 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
18 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
19
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
20 <theme name="Points" type="virtual">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
21 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
22 <field name="showpoints" type="boolean" display="Punkte anzeigen"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
23 default="true" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
24 <field name="pointsize" type="int" display="Punktdicke"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
25 default="5" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
26 <field name="pointcolor" type="Color" display="Punktfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
27 default="0, 0, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
28 <field name="showpointlabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
29 display="Punktbeschriftung anzeigen" default="false"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
30 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
31 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
32
6561
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5838
diff changeset
33 <theme name="ColorfulPoints" type="virtual">
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5838
diff changeset
34 <fields>
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5838
diff changeset
35 <field name="showpoints" type="boolean" display="Punkte anzeigen"
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5838
diff changeset
36 default="true" />
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5838
diff changeset
37 <field name="pointsize" type="int" display="Punktdicke"
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5838
diff changeset
38 default="5" />
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5838
diff changeset
39 <field name="showpointlabel" type="boolean"
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5838
diff changeset
40 display="Punktbeschriftung anzeigen" default="false"/>
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5838
diff changeset
41 </fields>
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5838
diff changeset
42 </theme>
d0a59a2e902f issue1312: Bring back auto-coloring to FixPoints.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5838
diff changeset
43
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
44 <theme name="Label" type="virtual">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
45 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
46 <field name="labelfontface" type="Font"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
47 display="Beschriftung: Schriftart" default="arial" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
48 <field name="labelfontcolor" type="Color"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
49 display="Beschriftung: Schriftfarbe" default="0, 0, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
50 <field name="labelfontsize" type="int"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
51 display="Beschriftung: Schriftgröße" default="10" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
52 <field name="labelfontstyle" type="Style"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
53 display="Beschriftung: Schriftstil" default="standard" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
54 <field name="labelbgcolor" type="Color"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
55 display="Beschriftung: Hintergrundfarbe" default="0, 0, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
56 <field name="labelshowbg" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
57 display="Beschriftung: Hintergrund füllen" default="false" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
58 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
59 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
60
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
61 <theme name="Text" type="virtual">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
62 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
63 <field name="font" type="Font" display="Schriftart"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
64 default="arial" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
65 <field name="textcolor" type="Color" display="Schriftfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
66 default="0, 0, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
67 <field name="textsize" type="int" display="Schriftgröße"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
68 default="10" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
69 <field name="textstyle" type="Style" display="Schriftstil"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
70 default="standard" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
71 <field name="textbgcolor" type="Color" display="Texthintergrund"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
72 default="255, 255, 255" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
73 <field name="textorientation" type="boolean" display="Textausrichtung"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
74 default="false" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
75 <field name="textshowbg" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
76 display="Hintergrund anzeigen" default="false" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
77 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
78 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
79
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
80 <theme name="Areas" type="virtual">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
81 <fields>
8902
be0220889e1f Moved comments to virtual.xml and configured sinfo themes
gernotbelger
parents: 6561
diff changeset
82 <!-- 'showarea' is not used in the code... -->
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4667
diff changeset
83 <field name="showarea" type="boolean" display="Flaeche anzeigen"
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
84 default="true" />
4685
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4667
diff changeset
85 <field name="showarealabel" type="boolean"
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4667
diff changeset
86 display="Flaechenbeschriftung anzeigen" default="false" />
ffe273af84fb Updated fixing and virutal area themes.
Raimund Renkert <rrenkert@intevation.de>
parents: 4667
diff changeset
87 <field name="areabgcolor" type="Color" display="Fuellfarbe"
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
88 default="0, 100, 0" />
8902
be0220889e1f Moved comments to virtual.xml and configured sinfo themes
gernotbelger
parents: 6561
diff changeset
89 <!-- 'areashowbg': no code exits that reads it... -->
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
90 <field name="areashowbg" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
91 display="Hintergrund anzeigen" default="true" hidden="true" />
8902
be0220889e1f Moved comments to virtual.xml and configured sinfo themes
gernotbelger
parents: 6561
diff changeset
92 <!-- FIXME: "areashowborder" does not exist, the constant in ThemeDocument is 'showborder" -->
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
93 <field name="areashowborder" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
94 display="Flaechebegrenzungslinie anzeigen" default="false" />
8902
be0220889e1f Moved comments to virtual.xml and configured sinfo themes
gernotbelger
parents: 6561
diff changeset
95 <!-- 'areabordercolor' is not used in the code..., implementation uses 'linecolor' -->
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
96 <field name="areabordercolor" type="Color" default="0, 0, 0"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
97 display="Begrenzungslinienfarbe" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
98 <field name="areatransparency" type="int" default="50" display="Transparenz" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
99 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
100 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
101
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
102 <theme name="MinMaxPoints" type="virtual">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
103 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
104 <field name="showminimum" type="boolean" display="Minimum anzeigen"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
105 default="false" hints="h" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
106 <field name="showmaximum" type="boolean" display="Minimum anzeigen"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
107 default="false" hints="h" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
108 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
109 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
110
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
111 <theme name="Map" type="virtual">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
112 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
113 <field name="linecolor" type="color" display="Linienfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
114 default="0, 0, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
115 <field name="linesize" type="int" display="Liniendicke"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
116 default="1" hints="hidden" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
117 <field name="backgroundcolor" type="Color" display="Hintergrund"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
118 default="140, 200, 130" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
119 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
120 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
121
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
122 <theme name="Uesk" type="virtual">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
123 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
124 <field name="startcolor" type="Color"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
125 display="Farbverlauf Startfarbe" default="178, 201, 215" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
126 <field name="endcolor" type="Color"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
127 display="Farbverlauf Endfarbe" default="2, 27, 42" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
128 <field name="numclasses" type="int" display="Anzahl Klassen"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
129 default="5" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
130 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
131 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
132
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
133 <theme name="Symbol" type="virtual">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
134 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
135 <field name="symbol" type="Symbol" display="Symbol"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
136 default="point" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
137 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
138 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
139 </themegroup>

http://dive4elements.wald.intevation.org