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
|
switch bicycle_road=yes
|
||||||
true
|
true
|
||||||
switch vehicle=
|
switch vehicle=
|
||||||
defaultaccess
|
( if highway=footway then false else defaultaccess )
|
||||||
not vehicle=private|no
|
not vehicle=private|no
|
||||||
not or bicycle=private or bicycle=no bicycle=dismount
|
not or bicycle=private or bicycle=no bicycle=dismount
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue