Changes between Version 2 and Version 3 of Presets/Power_Mapping_Utility_Simple


Ignore:
Timestamp:
2014-11-21T01:29:25+01:00 (11 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Presets/Power_Mapping_Utility_Simple

    v2 v3  
    11
    22{{{
    3 #!preset
    43<?xml version="1.0" encoding="UTF-8"?>
    54<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
    6   author="Shaky"
     5  author="Shaky Sherpa"
    76  version="1.11_2014-11-18"
    8   shortdescription="Power Line Mapping Nigeria"
     7  shortdescription="Power Line Mapping Nigeria "
    98  description="Power Line Mapping Nigeria">
    10  <group name="KEDCO Power Mapping" icon="http://kedco-ng.net/images/logo0000.png">
     9 <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">
    1110    <item name="Transformer" icon="styles/standard/misc/landmark/power/transformer.png">
    1211            <key key="power" value="transformer" />
    1312            <text key="name" text="Name of Transformer " />
     13                        <space />
     14                        <combo key="transformer" text="Type of transformer" values="distribution,generator,converter,traction,auto,phase_angle_regulator,yes" match="key" values_context="power" />
    1415                        <space />
    1516                        <text key="voltage" text="Transformer Voltage" />
     
    1920                       
    2021    </item>
    21         <item name="Generator" icon="styles/standard/misc/landmark/power/generator.png">
     22        <item name="Generator" icon="presets/power.png">
    2223                        <key key="power" value="generator" />
    2324            <text key="name" text="Name of Generator " />
     
    2930        </item>
    3031       
    31         <item name="Substation" icon="styles/standard/misc/landmark/power/substation.png">
     32        <item name="Substation" icon="icons/power_substation.n.16.png">
    3233                        <key key="power" value="substation" />
    3334            <text key="name" text="Name of Substation " />
     35                        <space />
     36                        <combo key="substation" text="Type of substation" values="transmission,distribution,minor_distribution,converter,compensation,transition,traction,industrial" values_context="power" />
    3437                        <space />
    3538                        <text key="substation" text="Substation Type " />
     
    3942        </item>
    4043       
    41         <item name="MV Line" icon="presets/way_secondary.png">
    42                         <key key="power" value="line" />
    43             <text key="voltage" text="voltage " />
     44        <item name="Power Line" icon="presets/path.png">
     45                        <key key="power" value="minor_line" />
     46            <text key="voltage" text="Voltage " />
    4447                        <space/>
     48                        <text key="cables" text="Number of Cables " />
    4549               
    4650        </item>
     
    5256
    5357
     58
    5459}}}