]> git.openstreetmap.org Git - rails.git/blob - public/potlatch2/map_features/power.xml
Update Potlatch 2 to 2.3-19-gf15d9bc build
[rails.git] / public / potlatch2 / map_features / power.xml
1 <featureGroup>
2   <feature name="High-voltage line">
3     <category>power</category>
4     <icon image="features/power_high.png"/>
5     <line/>
6     <tag k="power" v="line"/>
7     <inputSet ref="powerCables"/>
8     <inputSet ref="common"/>
9   </feature>
10
11
12   <feature name="Low-voltage line">
13     <category>power</category>
14     <icon image="features/power_low.png"/>
15     <line/>
16     <tag k="power" v="minor_line"/>
17     <inputSet ref="powerCables"/>
18     <inputSet ref="common"/>
19   </feature>
20
21
22   <feature name="High-voltage pylon">
23     <category>power</category>
24     <icon image="features/pois/power_tower_high2.n.24.png"/>
25     <point/>
26     <tag k="power" v="tower"/>
27     <inputSet ref="common"/>
28   </feature>
29
30
31   <feature name="Power pole">
32     <category>power</category>
33     <icon image="features/pois/power_tower_low.n.24.png"/>
34     <point/>
35     <tag k="power" v="pole"/>
36     <inputSet ref="common"/>
37   </feature>
38
39
40   <feature name="Plant (station)">
41     <category>power</category>
42     <icon image="features/pois/power_station.png"/>
43     <area/>
44     <point/>
45     <tag k="power" v="generator"/>
46     <inputSet ref="names"/>
47     <input type="choice" presence="always"  name="Energy source" key="power_source" category="Details">
48       <choice value="coal" text="Coal"/>
49       <choice value="gas" text="Gas"/>
50       <choice value="oil" text="Oil"/>
51       <choice value="fossil" text="Unspecified fossil fuel"/>
52       <choice value="hydro" text="Hydroelectric"/>
53       <choice value="geothermal" text="Geothermal"/>
54       <choice value="nuclear" text="Nuclear"/>
55       <choice value="wind" text="Wind"/>
56       <choice value="photovoltaic" text="Solar PV"/>
57       <choice value="solar_thermal" text="Solar thermal"/>
58       <choice value="biofuel" text="Biofuel"/>
59     </input>
60     <inputSet ref="common"/>
61   </feature>
62
63
64   <feature name="Substation">
65     <category>power</category>
66     <icon image="features/pois/power_substation.n.24.png"/>"
67     <area/>
68     <point/>
69     <tag k="power" v="station"/>
70     <inputSet ref="common"/>
71   </feature>
72
73
74   <feature name="Transformer">
75     <category>power</category>
76     <icon image="features/pois/power_transformer.n.24.png"/>
77     <area/>
78     <point/>
79     <tag k="power" v="sub_station"/>
80     <inputSet ref="common"/>
81   </feature>
82 </featureGroup>