Skip to content

Commit

Permalink
Merge pull request #523 from afischerdev/app-update
Browse files Browse the repository at this point in the history
Repair #268
  • Loading branch information
afischerdev committed Apr 2, 2023
2 parents 609f62d + 443b01e commit 5d56bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/profiles2/fastbike-verylowtraffic.brf
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 5d56bb9

Please sign in to comment.