Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/themes/second/floodmap.xml @ 4682:1c1effe530bc
Added second theme config files.
Currently second is a copy of default.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 14 Dec 2012 12:03:31 +0100 |
parents | |
children | d43ef9f709cd |
comparison
equal
deleted
inserted
replaced
4681:aa718770308e | 4682:1c1effe530bc |
---|---|
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="WSPLGEN"> | |
25 <inherits> | |
26 <inherit from="Uesk" /> | |
27 </inherits> | |
28 <fields> | |
29 <field name="startcolor" type="Color" | |
30 display="Farbverlauf Startfarbe" default="178, 201, 215" /> | |
31 <field name="endcolor" type="Color" | |
32 display="Farbverlauf Endfarbe" default="2, 27, 42" /> | |
33 <field name="numclasses" type="int" display="Anzahl Klassen" | |
34 default="6" /> | |
35 </fields> | |
36 </theme> | |
37 | |
38 <theme name="RiverAxis"> | |
39 <inherits> | |
40 <inherit from="MapLines" /> | |
41 </inherits> | |
42 <fields> | |
43 </fields> | |
44 </theme> | |
45 | |
46 <theme name="Kms"> | |
47 <inherits> | |
48 <inherit from="MapLines" /> | |
49 <inherit from="Label" /> | |
50 <inherit from="Symbol" /> | |
51 </inherits> | |
52 </theme> | |
53 | |
54 | |
55 <theme name="Fixpoints"> | |
56 <inherits> | |
57 <inherit from="MapLines" /> | |
58 <inherit from="Symbol" /> | |
59 </inherits> | |
60 </theme> | |
61 | |
62 | |
63 <theme name="GaugeLocation"> | |
64 <inherits> | |
65 <inherit from="MapLines" /> | |
66 <inherit from="Symbol" /> | |
67 </inherits> | |
68 </theme> | |
69 | |
70 | |
71 <theme name="Qps"> | |
72 <inherits> | |
73 <inherit from="MapLines" /> | |
74 </inherits> | |
75 </theme> | |
76 | |
77 <theme name="Hws"> | |
78 <inherits> | |
79 <inherit from="MapLines" /> | |
80 </inherits> | |
81 </theme> | |
82 | |
83 <theme name="Catchment"> | |
84 <inherits> | |
85 <inherit from="Map" /> | |
86 </inherits> | |
87 </theme> | |
88 | |
89 <theme name="FloodmapLines"> | |
90 <inherits> | |
91 <inherit from="MapLines" /> | |
92 </inherits> | |
93 <fields> | |
94 <field name="linecolor" type="Color" display="Linienfarbe" | |
95 default="140, 200, 130" /> | |
96 </fields> | |
97 </theme> | |
98 | |
99 <theme name="Buildings"> | |
100 <inherits> | |
101 <inherit from="MapLines" /> | |
102 </inherits> | |
103 </theme> | |
104 | |
105 <theme name="HydrBoundariesLines"> | |
106 <inherits> | |
107 <inherit from="MapLines" /> | |
108 </inherits> | |
109 </theme> | |
110 | |
111 <theme name="HydrBoundariesPolys"> | |
112 <inherits> | |
113 <inherit from="Map" /> | |
114 </inherits> | |
115 </theme> | |
116 <!--/themegroup--> |