Changes between Version 5 and Version 6 of Styles/Lane_and_Road_Attributes


Ignore:
Timestamp:
2013-02-18T13:01:23+01:00 (13 years ago)
Author:
imagic
Comment:

Fix for change:lanes, which incorrectly showed a solid line

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Lane_and_Road_Attributes

    v5 v6  
    4141    description: "Visualization of lanes, width, turn lanes, changing the lane, lightning and street lamps, sidewalk, cycletracks, bicycle lanes, bus lanes, psv lanes.";
    4242    author: "Martin Vonwald";
    43     version: "0.99-beta4-[[revision]]_[[date]]";
     43    version: "0.99-beta5-[[revision]]_[[date]]";
    4444    license: "CC-BY-SA";
    4545    min-josm-version: "5714";
     
    934934way|z17-[is_prop_set(ok)][prop(style_right_hand_traffic)]
    935935{
    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));
    937937    change_backward_1_left: eval((prop(oneway_type)=(-1))?prop(change_forbidden):prop(change_backward_1_left));
    938938}