Changes between Initial Version and Version 1 of Presets/LaneAttributes


Ignore:
Timestamp:
2013-07-20T19:52:55+02:00 (13 years ago)
Author:
skyper
Comment:

initial commit

Legend:

Unmodified
Added
Removed
Modified
  • Presets/LaneAttributes

    v1 v1  
     1= Lane Attributes preset =
     2This presets helps to tag highway lane attributes according to [https://wiki.openstreetmap.org/wiki/Lanes OSM wiki lanes].
     3
     4Please have a look at the appropriate style [wiki:Styles/Lane_and_Road_Attributes Lane and Road Attributes] for more infos about the subject and a nice style.
     5
     6
     7{{{
     8#!preset
     9<?xml version="1.0" encoding="UTF-8"?>
     10<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0"
     11  author="skyper"
     12  version="0.[[revision]]_[[date]]"
     13  shortdescription="Lane attributes"
     14  de.shortdescription="Fahrspurattribute"
     15  description="A preset for tagging (turn-) lanes"
     16  de.description="Ein Vorlage für (Abbiege-) Fahrspur Attribute">
     17
     18  <group name="Lanes" de.name="Fahrspuren" icon="">
     19    <item name="Lanes (oneway)" de.name="Fahrspuren (Einbahnstraße)" icon="" type="way">
     20      <link href="https://wiki.openstreetmap.org/wiki/Lanes"
     21            de.href="https://wiki.openstreetmap.org/wiki/DE:Lanes"
     22            fr.href="https://wiki.openstreetmap.org/wiki/FR:Lanes"
     23            pl.href="https://wiki.openstreetmap.org/wiki/Pl:Lanes"
     24            ro.href="https://wiki.openstreetmap.org/wiki/Ro:Lanes"
     25            ru.href="https://wiki.openstreetmap.org/wiki/RU:Lanes" />
     26      <label text="Edit lane attributes of a oneway highway" />
     27      <check key="oneway" text="Oneway" default="on" />
     28      <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="2" />
     29      <combo key="turn:lanes" text="Turn lanes" values="left;reverse|through|right,left|through,right,none|right,merge_to_right|through,through|through|merge_to_left" />
     30      <combo key="change:lanes" text="Change lanes" values="yes|not_right|no,yes|not_left,not_left|yes,no|no" />
     31      <combo key="placement" text="Placement" values="left_of:1,left_of:2,middle_of:1,middle_of:2,right_of:1,right_of:2,transition" />
     32      <space/>
     33      <label text="Special lanes:" />
     34      <space/>
     35      <text key="width" text="Width in meter (m)" />
     36      <text key="width:lanes" text="Lane width in meter (m)" />
     37      <combo key="bicycle:lanes" text="Bicycles lanes" values="yes|designated,yes|yes|designated,yes|yes|designated|yes" />
     38      <combo key="bus:lanes" text="Bus lanes" values="yes|designated,yes|yes|designated,yes|yes|designated|yes" />
     39      <combo key="hgv:lanes" text="Heavy good vehicle lanes" values="yes|designated,yes|yes|designated,yes|yes|designated|yes" />
     40      <combo key="psv:lanes" text="Public transport lanes" values="yes|designated,yes|yes|designated,yes|yes|designated|yes" />
     41      <combo key="hov:lanes" text="High-occupancy lanes" values="designated|yes|yes|yes|yes,designated|yes|yes|designated,yes|yes|designated" />
     42      <combo key="hov:minimum" text="High-occupancy minimum" values="2,3,4" length="1" />
     43    </item>
     44    <item name="Lanes (dualway)" de.name="Fahrspuren (zwei Fahrtrichtungen)" icon="" type="way">
     45      <link href="https://wiki.openstreetmap.org/wiki/Lanes"
     46            de.href="https://wiki.openstreetmap.org/wiki/DE:Lanes"
     47            fr.href="https://wiki.openstreetmap.org/wiki/FR:Lanes"
     48            pl.href="https://wiki.openstreetmap.org/wiki/Pl:Lanes"
     49            ro.href="https://wiki.openstreetmap.org/wiki/Ro:Lanes"
     50            ru.href="https://wiki.openstreetmap.org/wiki/RU:Lanes" />
     51      <label text="Edit lane attributes of a dualway highway" />
     52      <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="2" />
     53      <combo key="lanes:forward" text="Lanes forward" values="1,2,3,4,5" length="2" />
     54      <combo key="lanes:backward" text="Lanes backward" values="1,2,3,4,5" length="2" />
     55      <combo key="turn:lanes:forward" text="Turn lanes forward" values="left;reverse|through|right,left|through,right,none|right,merge_to_right|through,through|through|merge_to_left" />
     56      <combo key="turn:lanes:backward" text="Turn lanes backward" values="left;reverse|through|right,left|through,right,none|right,merge_to_right|through,through|through|merge_to_left" />
     57      <combo key="change:lanes:forward" text="Change lanes forward" values="yes|not_right|no,yes|not_left,not_left|yes,no|no" />
     58      <combo key="change:lanes:backward" text="Change lanes backward" values="yes|not_right|no,yes|not_left,not_left|yes,no|no" />
     59      <combo key="placement:forward" text="Placement forward" values="left_of:1,left_of:2,middle_of:1,middle_of:2,right_of:1,right_of:2,transition" />
     60      <text key="width" text="Width in meter (m)" />
     61      <text key="width:lanes:forward" text="Lane width forward in meter (m)" />
     62      <text key="width:lanes:backward" text="Lane width backward in meter (m)" />
     63      <space/>
     64      <label text="Special vehicle lanes:" />
     65      <space/>
     66      <combo key="bicycle:lanes:forward" text="Bicycles lanes forward" values="yes|designated,yes|yes|designated,yes|yes|designated|yes" />
     67      <combo key="bicycle:lanes:backward" text="Bicycles lanes backward" values="yes|designated,yes|yes|designated,yes|yes|designated|yes" />
     68      <combo key="bus:lanes:forward" text="Bus forward lanes" values="yes|designated,yes|yes|designated,yes|yes|designated|yes" />
     69      <combo key="bus:lanes:backward" text="Bus backward lanes" values="yes|designated,yes|yes|designated,yes|yes|designated|yes" />
     70      <combo key="psv:lanes:forward" text="Public transport forward lanes" values="yes|designated,yes|yes|designated,yes|yes|designated|yes" />
     71      <combo key="psv:lanes:backward" text="Public transport backward lanes" values="yes|designated,yes|yes|designated,yes|yes|designated|yes" />
     72      <combo key="hgv:lanes:forward" text="Heavy good vehicle forward lanes" values="yes|designated,yes|yes|designated,yes|yes|designated|yes" />
     73      <combo key="hgv:lanes:backward" text="Heavy good vehicle backward lanes" values="yes|designated,yes|yes|designated,yes|yes|designated|yes" />
     74      <combo key="hov:lanes:forward" text="High-occupancy forward lanes" values="designated|yes|yes|yes|yes,designated|yes|yes|designated,yes|yes|designated" />
     75      <combo key="hov:lanes:backward" text="High-occupancy backward lanes" values="designated|yes|yes|yes|yes,designated|yes|yes|designated,yes|yes|designated" />
     76      <combo key="hov:minimum" text="High-occupancy minimum" values="2,3,4" length="1" />
     77    </item>
     78  </group>
     79</presets>
     80}}}