openstreetmap-website/public/potlatch2/map_features/power.xml
2011-04-03 14:33:55 +01:00

82 lines
No EOL
2.2 KiB
XML

<featureGroup>
<feature name="High-voltage line">
<category>power</category>
<icon image="features/power_high.png"/>
<line/>
<tag k="power" v="line"/>
<inputSet ref="powerCables"/>
<inputSet ref="common"/>
</feature>
<feature name="Low-voltage line">
<category>power</category>
<icon image="features/power_low.png"/>
<line/>
<tag k="power" v="minor_line"/>
<inputSet ref="powerCables"/>
<inputSet ref="common"/>
</feature>
<feature name="High-voltage pylon">
<category>power</category>
<icon image="features/pois/power_tower_high2.n.24.png"/>
<point/>
<tag k="power" v="tower"/>
<inputSet ref="common"/>
</feature>
<feature name="Power pole">
<category>power</category>
<icon image="features/pois/power_tower_low.n.24.png"/>
<point/>
<tag k="power" v="pole"/>
<inputSet ref="common"/>
</feature>
<feature name="Plant (station)">
<category>power</category>
<icon image="features/pois/power_station.png"/>
<area/>
<point/>
<tag k="power" v="generator"/>
<inputSet ref="names"/>
<input type="choice" presence="always" name="Energy source" key="power_source" category="Power">
<choice value="coal" text="Coal"/>
<choice value="gas" text="Gas"/>
<choice value="oil" text="Oil"/>
<choice value="fossil" text="Unspecified fossil fuel"/>
<choice value="hydro" text="Hydroelectric"/>
<choice value="geothermal" text="Geothermal"/>
<choice value="nuclear" text="Nuclear"/>
<choice value="wind" text="Wind"/>
<choice value="photovoltaic" text="Solar PV"/>
<choice value="solar_thermal" text="Solar thermal"/>
<choice value="biofuel" text="Biofuel"/>
</input>
<inputSet ref="common"/>
</feature>
<feature name="Substation">
<category>power</category>
<icon image="features/pois/power_substation.n.24.png"/>"
<area/>
<point/>
<tag k="power" v="station"/>
<inputSet ref="common"/>
</feature>
<feature name="Transformer">
<category>power</category>
<icon image="features/pois/power_transformer.n.24.png"/>
<area/>
<point/>
<tag k="power" v="sub_station"/>
<inputSet ref="common"/>
</feature>
</featureGroup>