Skip to content

Commit

Permalink
repair #268
Browse files Browse the repository at this point in the history
  • Loading branch information
afischerdev committed Apr 2, 2023
1 parent 609f62d commit 443b01e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/profiles2/fastbike-verylowtraffic.brf
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ assign onewaypenalty =
if ( badoneway ) then
(
if ( cycleway=opposite|opposite_lane|opposite_track ) then 0
if ( cycleway:left=opposite|opposite_lane|opposite_track ) then 0
if ( cycleway:right=opposite|opposite_lane|opposite_track ) then 0
else if ( cycleway:left=opposite|opposite_lane|opposite_track ) then 0
else if ( cycleway:right=opposite|opposite_lane|opposite_track ) then 0
else if ( oneway:bicycle=no ) then 0
else if ( highway=primary|primary_link ) then 50
else if ( highway=secondary|secondary_link ) then 30
Expand Down

0 comments on commit 443b01e

Please sign in to comment.