Changes between Version 117 and Version 118 of TaggingPresets


Ignore:
Timestamp:
2015-08-22T22:34:10+02:00 (10 years ago)
Author:
Klumbumbus
Comment:

improve example

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v117 v118  
    2424#!xml
    2525<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
    26   <item name="Oneway highway">
     26  <item name="Oneway highway" type="way">
    2727    <label text="Inserting a unidirectional highway" />
    2828
    29     <text key="name" text="Highway (e.g. M3)" />
    3029    <combo key="highway" text="Type" values="trunk,motorway" />
     30    <text key="name" text="Name (e.g. Angel Road)" />
     31    <text key="ref" text="Ref (e.g. A406)" />
    3132
    3233    <!-- This is a oneway preset, so make oneway default -->
    3334    <check key="oneway" text="Oneway" default="on" />
    3435
    35     <!-- Always setting asphalte surface -->
     36    <!-- Always setting asphalt surface -->
    3637    <key key="surface" value="asphalt" />
    3738  </item>