wiki:Presets/Power_Mapping_Utility_Simple

Version 4 (modified by stoecker, 11 years ago) ( diff )

Fix type

<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
  author="Shaky Sherpa"
  version="1.11_2014-11-18"
  shortdescription="Power Line Mapping Nigeria "
  description="Power Line Mapping Nigeria">
 <group name="Power Line Mapping" icon="http://wiki.openstreetmap.org/w/images/thumb/b/ba/ITO_Map_-_Electricity_distribution.png/800px-ITO_Map_-_Electricity_distribution.png">
    <item name="Transformer" icon="styles/standard/misc/landmark/power/transformer.png">
            <key key="power" value="transformer" />
            <text key="name" text="Name of Transformer " />
                        <space />
                        <combo key="transformer" text="Type of transformer" values="distribution,generator,converter,traction,auto,phase_angle_regulator,yes" match="key" values_context="power" />
                        <space />
                        <text key="voltage" text="Transformer Voltage" />
                        <space />
                        <combo key="rating" values="2.0MVA,1.5MVA,1.25MA,800KVA,750KVA,630KVA,400KVA,315KVA,250KVA,25KVA" display_values="2.0MVA,1.5MVA,1.25MA,800KVA,750KVA,630KVA,400KVA,315KVA,250KVA,25KVA" editable="false" text="Power Rating" />
                        <space />
                        
    </item>
        <item name="Generator" icon="presets/power.png">
                        <key key="power" value="generator" />
            <text key="name" text="Name of Generator " />
                        <space />
                        <text key="generator:source" text="Source Type " />
                        <space />
                        <text key="generator:capacity" text="Capacity " />
                        <space />
        </item>
        
        <item name="Substation" icon="icons/power_substation.n.16.png">
                        <key key="power" value="substation" />
            <text key="name" text="Name of Substation " />
                        <space />
                        <combo key="substation" text="Type of substation" values="transmission,distribution,minor_distribution,converter,compensation,transition,traction,industrial" values_context="power" />
                        <space />
                        <text key="substation" text="Substation Type " />
                        <space />
                        <combo key="rating" values="1 MVA,2.5 MVA,5 MVA,7.5 MVA,15 MVA" display_values="1 MVA,2.5 MVA,5 MVA,7.5 MVA,15 MVA" editable="false" text="Power Rating" />
                        <space />
        </item>
        
        <item name="Power Line" icon="presets/path.png">
                        <key key="power" value="minor_line" />
            <text key="voltage" text="Voltage " />
                        <space/>
                        <text key="cables" text="Number of Cables " />
        </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.