Changes between Version 10 and Version 11 of Presets/LaneAttributes


Ignore:
Timestamp:
2014-07-22T23:34:53+02:00 (11 years ago)
Author:
skyper
Comment:

reworked preset

Legend:

Unmodified
Added
Removed
Modified
  • Presets/LaneAttributes

    v10 v11  
    2828  </chunk>
    2929
     30  <chunk id="LanesWiki">
     31      <link href="https://wiki.openstreetmap.org/wiki/Lanes"
     32            de.href="https://wiki.openstreetmap.org/wiki/DE:Lanes"
     33            fr.href="https://wiki.openstreetmap.org/wiki/FR:Lanes"
     34            pl.href="https://wiki.openstreetmap.org/wiki/Pl:Lanes"
     35            ro.href="https://wiki.openstreetmap.org/wiki/Ro:Lanes"
     36            ru.href="https://wiki.openstreetmap.org/wiki/RU:Lanes" />
     37  </chunk>
     38
    3039  <chunk id="OnewayLanesAccess">
    3140    <preset_link preset_name="Access lanes (oneway)" />
     
    3746
    3847  <group name="Lanes" de.name="Fahrspuren" >
    39     <item name="Lanes (oneway)" de.name="Fahrspuren (Einbahnstraße)" type="way">
    40       <link href="https://wiki.openstreetmap.org/wiki/Lanes"
    41             de.href="https://wiki.openstreetmap.org/wiki/DE:Lanes"
    42             fr.href="https://wiki.openstreetmap.org/wiki/FR:Lanes"
    43             pl.href="https://wiki.openstreetmap.org/wiki/Pl:Lanes"
    44             ro.href="https://wiki.openstreetmap.org/wiki/Ro:Lanes"
    45             ru.href="https://wiki.openstreetmap.org/wiki/RU:Lanes" />
     48    <item name="Multi lanes (oneway)" de.name="Mehrere Fahrspuren (Einbahnstraße)" type="way,closedway">
     49      <reference ref="LanesWiki" />
    4650      <check key="oneway" text="Oneway" default="on" />
    4751      <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="2" />
     
    5054      <text key="destination:lanes" text="Lane destinations" />
    5155      <text key="destination:ref:lanes" text="Lane destination refs" />
     56      <text key="destination:symbol:lanes" text="Lane destination symbol" />
    5257      <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" />
    5358      <text key="maxspeed" text="Maxspeed in kilometer (km)" />
     
    6166    </item>
    6267
    63     <item name="Lanes (dualway)" de.name="Fahrspuren (zwei Fahrtrichtungen)" type="way">
    64       <link href="https://wiki.openstreetmap.org/wiki/Lanes"
    65             de.href="https://wiki.openstreetmap.org/wiki/DE:Lanes"
    66             fr.href="https://wiki.openstreetmap.org/wiki/FR:Lanes"
    67             pl.href="https://wiki.openstreetmap.org/wiki/Pl:Lanes"
    68             ro.href="https://wiki.openstreetmap.org/wiki/Ro:Lanes"
    69             ru.href="https://wiki.openstreetmap.org/wiki/RU:Lanes" />
     68    <item name="Multi lanes (dualway)" de.name="Mehrere Fahrspuren (zwei Fahrtrichtungen)" type="way,closedway">
     69      <reference ref="LanesWiki" />
    7070      <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="2" />
    7171      <combo key="lanes:forward" text="Lanes forward" values="1,2,3,4,5" length="2" />
     
    7474      <combo key="turn:lanes:forward" text="Turn lanes forward" values="reverse;left|through|right,left|through;right,none|right,reverse;left|through|through;right,merge_to_right|merge_to_left,sharp_left|slight_left|through|slight_right|sharp_right" />
    7575      <combo key="turn:lanes:backward" text="Turn lanes backward" values="reverse;left|through|right,left|through;right,none|right,reverse;left|through|through;right,merge_to_right|merge_to_left,sharp_left|slight_left|through|slight_right|sharp_right" />
     76      <combo key="turn:lanes:both_ways" text="Turn lanes both directions" values="reverse;left|through|right,left|through;right,none|right,reverse;left|through|through;right,merge_to_right|merge_to_left,sharp_left|slight_left|through|slight_right|sharp_right" />
    7677      <combo key="change:lanes:forward" text="Change lanes forward" values="yes|not_right|no,yes|not_left,not_left|yes,not_left|not_right,no|no" />
    7778      <combo key="change:lanes:backward" text="Change lanes backward" values="yes|not_right|no,yes|not_left,not_left|yes,not_left|not_right,no|no" />
     
    8081      <text key="destination:ref:lanes:forward" text="Lane destination refs forward" />
    8182      <text key="destination:ref:lanes:backward" text="Lane destination refs backward" />
     83      <text key="destination:symbol:lanes:forward" text="Lane destination symbol forward" />
     84      <text key="destination:symbol:lanes:backward" text="Lane destination symbol backward" />
    8285      <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" />
    8386      <combo key="placement:backward" text="Placement backward" values="left_of:1,left_of:2,middle_of:1,middle_of:2,right_of:1,right_of:2,transition" />
     
    9598    </item>
    9699
    97     <item name="Access lanes (oneway)" type="way" preset_name_label="true">
     100    <item name="General attributes (oneway)" de.name="Allgemeine Attribute (Einbahnstraße)" type="way,closedway">
     101      <reference ref="LanesWiki" />
     102      <check key="oneway" text="Oneway" default="on" />
     103      <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="2" />
     104      <multiselect key="turn" text="Turn" values="left;right;through;reverse;sharp_left;sharp_right;slight_left;slight_right" />
     105      <text key="destination" text="Destination" />
     106      <text key="destination:ref" text="Destination ref" />
     107      <text key="destination:symbol" text="Destination symbol" />
     108      <text key="maxspeed" text="Maxspeed in kilometer (km)" />
     109      <text key="width" text="Width in meter (m)" />
     110      <reference ref="surface" />
     111    </item>
     112
     113    <item name="General attributes (dualway)" de.name="Allgemeine Attribute (zwei Fahrtrichtungen)" type="way,closedway">
     114      <reference ref="LanesWiki" />
     115      <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="2" />
     116      <multiselect key="turn:forward" text="Turn forward" values="left;right;through;reverse;sharp_left;sharp_right;slight_left;slight_right" />
     117      <multiselect key="turn:backward" text="Turn backward" values="left;right;through;reverse;sharp_left;sharp_right;slight_left;slight_right" />
     118      <combo key="change:forward" text="Change forward" values="yes,no" />
     119      <combo key="change:backward" text="Change backward" values="yes,no" />
     120      <text key="destination::forward" text="Destinations forward" />
     121      <text key="destination::backward" text="Destinations backward" />
     122      <text key="destination:ref:forward" text="Destination refs forward" />
     123      <text key="destination:ref:backward" text="Destination refs backward" />
     124      <text key="destination:symbol:forward" text="Destination symbol forward" />
     125      <text key="destination:symbol:backward" text="Destination symbol backward" />
     126      <text key="maxspeed" text="Maxspeed in kilometer (km)" />
     127      <text key="maxspeed:forward " text="Maxspeed forward in kilometer (km)" />
     128      <text key="maxspeed:backward " text="Maxspeed backward in kilometer (km)" />
     129      <text key="width" text="Width in meter (m)" />
     130      <text key="width:forward" text="Lane width forward in meter (m)" />
     131      <text key="width:backward" text="Lane width backward in meter (m)" />
     132      <reference ref="surface" />
     133    </item>
     134    <separator/>
     135
     136    <item name="Access lanes (oneway)" type="way,closedway" preset_name_label="true">
    98137      <combo key="access:lanes" text="Access lanes" values="yes|no,yes|yes|no,yes|yes|yes|no,no|yes|yes|no,no|no,no|no|no" />
    99138      <combo key="bicycle:lanes" text="Bicycles lanes" values="yes|designated,yes|yes|designated,yes|yes|yes|designated,yes|yes|designated|yes,yes|yes|designated|no,no|yes" />
     
    108147    </item>
    109148
    110     <item name="Access lanes (dualway)" type="way" preset_name_label="true">
     149    <item name="Access lanes (dualway)" type="way,closedway" preset_name_label="true">
    111150      <combo key="access:lanes:forward" text="Access lanes forward" values="yes|no,yes|yes|no,yes|yes|yes|no,no|yes|yes|no,no|no,no|no|no" />
    112151      <combo key="access:lanes:backward" text="Access lanes backward" values="yes|no,yes|yes|no,no|yes|yes|no,no|no" />
     
    132171  </group>
    133172</presets>
    134 }}}