Changes between Version 5 and Version 6 of Styles/Lane_and_Road_Attributes
- Timestamp:
- 2013-02-18T13:01:23+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/Lane_and_Road_Attributes
v5 v6 41 41 description: "Visualization of lanes, width, turn lanes, changing the lane, lightning and street lamps, sidewalk, cycletracks, bicycle lanes, bus lanes, psv lanes."; 42 42 author: "Martin Vonwald"; 43 version: "0.99-beta 4-[[revision]]_[[date]]";43 version: "0.99-beta5-[[revision]]_[[date]]"; 44 44 license: "CC-BY-SA"; 45 45 min-josm-version: "5714"; … … 934 934 way|z17-[is_prop_set(ok)][prop(style_right_hand_traffic)] 935 935 { 936 change_forward_1_left: eval(prop(oneway_type)=1)?prop(change_forbidden):prop(change_forward_1_left)); 936 change_forward_1_left: eval((prop(oneway_type)=1)?prop(change_forbidden):prop(change_forward_1_left)); 937 937 change_backward_1_left: eval((prop(oneway_type)=(-1))?prop(change_forbidden):prop(change_backward_1_left)); 938 938 }
