wiki:Presets/Power_Mapping_Utility_Simple

Version 13 (modified by anonymous, 9 years ago) ( diff )

--



Dear anonym editor of this preset. Look at the history of this wikipage. Please don't remove #!preset the next time you edit this preset. Otherwise your preset will not work.

Also note, that #!preset needs to be on a new line after {{{.













<?xml version="1.0" encoding="UTF-8"?>

<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
  author="Shaky Sherpa"
  version="1.3_2014-11-25"
  shortdescription="Power Line Mapping for Nigeria "
  description="Power Line Mapping for Nigeria">
 <group name="Power Line Mapping" icon="presets/power.png">
    <item name="Transformer" icon="styles/standard/misc/landmark/power/transformer.png">
            <key key="power" value="transformer" />
            <text key="name" text="Transformer Name/Code " />
                        <space />
                        <combo key="rating" values="2000,15000,1250,800,750,630,500,400,300,315,250,200,100,50,25" display_values="2000,15000,1250,800,750,630,500,400,300,315,250,200,100,50,25"  text="Power Rating/Capacity(kVA)" />
                        <space />
                        <text key="voltage" text="Primary/Input Voltage(kV)" />
                        <space />
                        <text key="voltage" text="Secondary/Output Voltage(kV)" />
                        <space />
    </item>
        
        <item name="Generation" icon="presets/power.png">
                        <key key="power" value="generator" />
            <text key="name" text="Generation Name " />
                        <space />
                        <text key="generator:source" text="Source Type " />
                        <space />
                        <text key="generator:capacity" text="Capacity (MW) " />
                        <space />
        </item>
        
        <item name="Substation" icon="icons/power_substation.n.16.png">
                        <key key="power" value="substation" />
            <text key="name" text="Substation Name " />
                        <space />
                        <space />
                        <combo key="rating" values="1,2.5,5,7.5,15" display_values="1,2.5,5,7.5,15" text="Capacity (MVA)" />
                        <space />
                        <text key="note" text="Note " />
                        <space />
        </item>
        
        <item name="Power Line" icon="presets/way_secondary.png" type="way">
                        
                        <key key="power" value="line" />
                        <text key="voltage" text="Voltage(kV) " />
                        <space/>
        </item>
    
        
  </group> 
 
</presets>

Presets_Power_Mapping_Utility_Simple-preset.xml, Presets_Power_Mapping_Utility_Simple.zip

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.