wiki:Presets/Power_Line_Mapping_PPL

Version 3 (modified by anonymous, 8 years ago) ( diff )

--

<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
  author="ssherpa "
  version="1.20_2023-10-31"
  shortdescription="Power Line Mapping PPL"
  description="Power Line Mapping customized for PNG Power Limited asset mapping">

 <group name="Power Line Mapping PPL" icon="styles/standard/power/power.svg">

    <item name="Distribution Substation" icon="styles/standard/power/transformer.svg" type="node">
            <key key="power" value="transformer" />
            <text key="name" text="Transformer Name/Code " />
                        <space />
                        <combo key="rating" values="2500,1000,750,500,300,200,100,50,30,25,16,10,5,3" display_values="2500,1000,750,500,300,200,100,50,30,25,16,10,5,3"  text="Power Rating/Capacity(kVA)" />
                        <space />
                        <combo  key="voltage-high"  text="Primary/Input Voltage(kV)" values="11,33" />
                        <space />
                        <combo key="voltage-low" text="Secondary/Output Voltage(kV)" values="0.415, 11, 33" />
                        <space />
             <text key="image" text="Image URL" />    
            <space/>  
            <combo key="power_service" text="Service Type" values="Public, Dedicated" />
            <space/>
            <combo key="operator" text="Operator/System" values="Port Moresby, Ramu, Gazelle Peninsula"/>
            <space/>
   </item>  
        
        <item name="MV Power Line" icon="styles/standard/transport/way/way_secondary.svg" type="way">
                        
                        <key key="power" value="line" />
                        <text key="name" text="Feeder Name" />
                        <space/>
                        <combo key="voltage" text="Voltage(kV) " values="11,33" />
                        <space/>
            <combo key="operator" text="Operator/System" values="Port Moresby, Ramu, Gazelle Peninsula"/>
            <space/>
            <combo key="power:gauge" text="Conductor Size specified in mm" values="100,150" />
            <space/>
            <combo key="location" text=" Location of Power Line" values="overground, underground" />
        
        </item>
    
    <item name="LV Power Line" icon="styles/standard/transport/way/way_secondary.svg" type="way">
        
        <key key="power" value="minor_line" />
        <text key="name" text="Transformer Name" />
        <space/>
        <combo key="voltage" value="0.415" text="Voltage(kV) " />
        <space/>
        <combo key="operator" text="Operator/System" values="Port Moresby, Ramu, Gazelle Peninsula"/>
        <space/>
        <text key="ref:upriser" text="LV Unit or Upriser" values="1,2,3,4" />
        <space/>
        <combo key="power:gauge" text="Conductor Size specified in mm" values="100,150" />
        <space/>
        <combo key="location" text=" Location of Power Line" values="overground, underground" />
    </item>

   
    <item name="Injection Substation" icon="styles/standard/power/power.svg" type="node,closedway">
        <space />
        <key key="power" value="substation" />
        <text key="name" text="Name" /> 
        <text key="substation" text="Type of substation" value="injection" />
        <combo key="rating" text="Power Rating  (MVA)" values="1,2,,5,7,10,15,20" length="5" />
        <text key="image" text="Image URL" />
        <space />
        <combo key="operator" text="Operator/System" values="Port Moresby, Ramu, Gazelle Peninsula"/>
   </item>
    
 <item name="Transmission Substation" icon="styles/standard/power/power.svg" type="node,closedway">
        <space />
        <key key="power" value="substation" />
        <text key="name" text="Name" /> 
        <text key="substation" text="Type of substation" value="Transmission" />
        <combo key="rating" text="Power Rating  (MVA)" values="15,30,40,45,60,90,100" length="5" />
        <text key="image" text="Image URL" />
        <space />
        <combo key="operator" text="Name of TCN Station" values="" />
        <combo key="operator" text="Operator/System" values="Port Moresby, Ramu, Gazelle Peninsula"/>
   </item>

    <item name="Generation" icon="icons/power_station.png" type="node">
        <key key="power" value="plant" />
        <text key="name" text="Generation Name " />
        <space />
        <text key="generator:source" text="Source Type " />
        <space />
        <text key="generator:capacity" text="Capacity (MW) " />
        <space />
        <text key="image" text="Image URL" />
    </item>

    <item name="Switch" icon="styles/standard/power/power.svg" type="node">  
        <key key="power" value="switch" />
        <text key="name" text=" Name/Code " />
        <space />
        <combo key="type" text="Type of Switch" values="Isolator, Control Point, ABS, DOF" />
        <space />
       <text key="image" text="Image URL" />
       <space/>
       <combo key="operator" text="Operator/System" values="Port Moresby, Ramu, Gazelle Peninsula"/>
     </item>   
    
    <item name="End Pole" icon="styles/standard/power/pole.svg" type="node">               
        <key key="power" value="pole" />
        <space/>
    </item>
        
    <item name="TEE-OFF" icon="selectall.png" type="node">
        <key key="power" value="TEE-OFF" />
        <space/>
        <text key="notes" text="Number of Branches from this Tee-off"/>
        <space/>
        </item>
    

    
  </group> 
 
</presets>

Presets_Power_Line_Mapping_PPL-preset.xml, Presets_Power_Line_Mapping_PPL.zip

Note: See TracWiki for help on using the wiki.