Changes between Version 10 and Version 11 of Presets/LaneAttributes
- Timestamp:
- 2014-07-22T23:34:53+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Presets/LaneAttributes
v10 v11 28 28 </chunk> 29 29 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 30 39 <chunk id="OnewayLanesAccess"> 31 40 <preset_link preset_name="Access lanes (oneway)" /> … … 37 46 38 47 <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" /> 46 50 <check key="oneway" text="Oneway" default="on" /> 47 51 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="2" /> … … 50 54 <text key="destination:lanes" text="Lane destinations" /> 51 55 <text key="destination:ref:lanes" text="Lane destination refs" /> 56 <text key="destination:symbol:lanes" text="Lane destination symbol" /> 52 57 <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" /> 53 58 <text key="maxspeed" text="Maxspeed in kilometer (km)" /> … … 61 66 </item> 62 67 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" /> 70 70 <combo key="lanes" text="Lanes" values="1,2,3,4,5" length="2" /> 71 71 <combo key="lanes:forward" text="Lanes forward" values="1,2,3,4,5" length="2" /> … … 74 74 <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" /> 75 75 <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" /> 76 77 <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" /> 77 78 <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" /> … … 80 81 <text key="destination:ref:lanes:forward" text="Lane destination refs forward" /> 81 82 <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" /> 82 85 <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" /> 83 86 <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" /> … … 95 98 </item> 96 99 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"> 98 137 <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" /> 99 138 <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" /> … … 108 147 </item> 109 148 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"> 111 150 <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" /> 112 151 <combo key="access:lanes:backward" text="Access lanes backward" values="yes|no,yes|yes|no,no|yes|yes|no,no|no" /> … … 132 171 </group> 133 172 </presets> 134 }}}
