Changes between Version 114 and Version 115 of TaggingPresets


Ignore:
Timestamp:
2015-05-02T12:40:08+02:00 (11 years ago)
Author:
stoecker
Comment:

Fix example.

Legend:

Unmodified
Added
Removed
Modified
  • TaggingPresets

    v114 v115  
    1 [[TranslatedPages(outdated=The example should be changed because it uses key-value pairs which are uncommon in OSM and highways are usually NOT oneway.)]]
     1[[TranslatedPages()]]
    22[[PageOutline(2-10,Table of Contents)]]
    33= Tagging Presets =
     
    2424#!xml
    2525<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
    26   <item name="Highway">
    27     <label text="Inserting a highway in UK" />
     26  <item name="Oneway highway">
     27    <label text="Inserting a unidirectional highway" />
    2828
    2929    <text key="name" text="Highway (e.g. M3)" />
    30     <combo key="highway" text="Type" values="major,minor" />
    31 
    32     <!-- Highways are usually oneway -->
     30    <combo key="highway" text="Type" values="trunk,motorway" />
     31
     32    <!-- This is a oneway preset, so make oneway default -->
    3333    <check key="oneway" text="Oneway" default="on" />
    3434
    35     <!-- Always setting class=highway -->
    36     <key key="class" value="highway" />
     35    <!-- Always setting asphalte surface -->
     36    <key key="surface" value="asphalt" />
    3737  </item>
    3838</presets>