Skip to content

Commit

Permalink
Update trekking.brf
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejs authored Dec 4, 2024
1 parent f2cba63 commit a10a193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/profiles2/trekking.brf
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,9 @@ assign bikeaccess =
# calculate logical foot access
#
assign footaccess =
if bikeaccess then true
else if bicycle=dismount then true
if bicycle=dismount then true
else if foot= then defaultaccess
else not foot=private|no
else not foot=private|no|use_sidepath

#
# if not bike-, but foot-acess, just a moderate penalty,
Expand Down Expand Up @@ -172,6 +171,7 @@ assign onewaypenalty =
else if ( oneway:bicycle=no ) then 0
else if ( cycleway:left:oneway=no ) then 0
else if ( cycleway:right:oneway=no ) then 0
else if ( not footaccess ) then 10000
else if ( junction=roundabout|circular ) then 60
else if ( highway=primary|primary_link ) then 50
else if ( highway=secondary|secondary_link ) then 30
Expand Down

0 comments on commit a10a193

Please sign in to comment.