Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/second/floodmap.xml @ 5838:5aa05a7a34b7
Rename modules to more fitting names.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 25 Apr 2013 15:23:37 +0200 |
parents | flys-artifacts/doc/conf/themes/second/floodmap.xml@38713f32a785 |
children |
comparison
equal
deleted
inserted
replaced
5837:d9901a08d0a6 | 5838:5aa05a7a34b7 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <!--themegroup name="default"--> | |
3 <theme name="MapLines"> | |
4 <fields> | |
5 <field name="linecolor" type="Color" display="Linienfarbe" | |
6 default="0, 0, 205" /> | |
7 <field name="linesize" type="int" display="Liniendicke" | |
8 default="3" hints="h" /> | |
9 </fields> | |
10 </theme> | |
11 | |
12 <theme name="Floodmaps"> | |
13 <inherits> | |
14 <inherit from="Map" /> | |
15 </inherits> | |
16 </theme> | |
17 | |
18 <theme name="Floodplains"> | |
19 <inherits> | |
20 <inherit from="Map" /> | |
21 </inherits> | |
22 </theme> | |
23 | |
24 <theme name="Floodmarks"> | |
25 <inherits> | |
26 <inherit from="MapLines" /> | |
27 <inherit from="Symbol" /> | |
28 </inherits> | |
29 </theme> | |
30 | |
31 <theme name="WSPLGEN"> | |
32 <inherits> | |
33 <inherit from="Uesk" /> | |
34 </inherits> | |
35 <fields> | |
36 <field name="startcolor" type="Color" | |
37 display="Farbverlauf Startfarbe" default="178, 201, 215" /> | |
38 <field name="endcolor" type="Color" | |
39 display="Farbverlauf Endfarbe" default="2, 27, 42" /> | |
40 <field name="numclasses" type="int" display="Anzahl Klassen" | |
41 default="6" /> | |
42 </fields> | |
43 </theme> | |
44 | |
45 <theme name="RiverAxis"> | |
46 <inherits> | |
47 <inherit from="MapLines" /> | |
48 </inherits> | |
49 <fields> | |
50 </fields> | |
51 </theme> | |
52 | |
53 <theme name="Kms"> | |
54 <inherits> | |
55 <inherit from="MapLines" /> | |
56 <inherit from="Label" /> | |
57 <inherit from="Symbol" /> | |
58 </inherits> | |
59 </theme> | |
60 | |
61 | |
62 <theme name="Fixpoints"> | |
63 <inherits> | |
64 <inherit from="MapLines" /> | |
65 <inherit from="Symbol" /> | |
66 </inherits> | |
67 </theme> | |
68 | |
69 | |
70 <theme name="GaugeLocation"> | |
71 <inherits> | |
72 <inherit from="MapLines" /> | |
73 <inherit from="Symbol" /> | |
74 </inherits> | |
75 </theme> | |
76 | |
77 | |
78 <theme name="Qps"> | |
79 <inherits> | |
80 <inherit from="MapLines" /> | |
81 </inherits> | |
82 </theme> | |
83 | |
84 <theme name="Hws"> | |
85 <inherits> | |
86 <inherit from="MapLines" /> | |
87 </inherits> | |
88 </theme> | |
89 | |
90 <theme name="HwsPoints"> | |
91 <inherits> | |
92 <inherit from="MapLines"/> | |
93 <inherit from="Label" /> | |
94 <inherit from="Symbol" /> | |
95 </inherits> | |
96 </theme> | |
97 | |
98 <theme name="Catchment"> | |
99 <inherits> | |
100 <inherit from="Map" /> | |
101 </inherits> | |
102 </theme> | |
103 | |
104 <theme name="FloodmapLines"> | |
105 <inherits> | |
106 <inherit from="MapLines" /> | |
107 </inherits> | |
108 <fields> | |
109 <field name="linecolor" type="Color" display="Linienfarbe" | |
110 default="140, 200, 130" /> | |
111 </fields> | |
112 </theme> | |
113 | |
114 <theme name="Buildings"> | |
115 <inherits> | |
116 <inherit from="MapLines" /> | |
117 </inherits> | |
118 </theme> | |
119 | |
120 <theme name="HydrBoundariesLines"> | |
121 <inherits> | |
122 <inherit from="MapLines" /> | |
123 </inherits> | |
124 </theme> | |
125 | |
126 <theme name="HydrBoundariesPolys"> | |
127 <inherits> | |
128 <inherit from="Map" /> | |
129 </inherits> | |
130 </theme> | |
131 | |
132 <theme name="Jetties"> | |
133 <inherits> | |
134 <inherit from="MapLines"/> | |
135 <inherit from="Label" /> | |
136 <inherit from="Symbol" /> | |
137 </inherits> | |
138 </theme> | |
139 <!--/themegroup--> |