Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hiking-mountain.brf #746

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions misc/profiles2/hiking-mountain.brf
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ assign bikeaccess

assign footaccess or any_hiking_route
or issidewalk
or and bikeaccess not foot=no
or and bikeaccess not foot=no|use_sidepath
or bicycle=dismount
switch foot= defaultaccess not foot=private|no
switch foot= defaultaccess not foot=private|no|use_sidepath

assign accesspenalty switch footaccess 0 switch bikeaccess 4 100000
assign accesspenalty switch footaccess 0 switch bikeaccess 4 switch foot=use_sidepath 10 100000

assign badoneway = 0
assign onewaypenalty = 0
Expand Down
Loading