modify bike brf on roundabout #485

This commit is contained in:
afischerdev 2023-04-02 18:40:21 +02:00
parent 9dd91bf004
commit 5e217ff67b
5 changed files with 567 additions and 562 deletions

View file

@ -142,6 +142,7 @@ assign onewaypenalty =
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 ( junction=roundabout|circular ) then 60
else if ( highway=primary|primary_link ) then 50
else if ( highway=secondary|secondary_link ) then 30
else if ( highway=tertiary|tertiary_link ) then 20