fixed missing penalty for certain footways
This commit is contained in:
parent
be1319a331
commit
8607c47b66
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ assign bikeaccess =
|
|||
switch bicycle_road=yes
|
||||
true
|
||||
switch vehicle=
|
||||
defaultaccess
|
||||
( if highway=footway then false else defaultaccess )
|
||||
not vehicle=private|no
|
||||
not or bicycle=private or bicycle=no bicycle=dismount
|
||||
|
||||
|
|
Loading…
Reference in a new issue