From 8607c47b66b320e0e0ab927d223a204168f886b2 Mon Sep 17 00:00:00 2001 From: Arndt Brenschede Date: Sat, 15 Feb 2020 16:00:40 +0100 Subject: [PATCH] fixed missing penalty for certain footways --- misc/profiles2/fastbike.brf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/profiles2/fastbike.brf b/misc/profiles2/fastbike.brf index 40aa207..2463b7b 100644 --- a/misc/profiles2/fastbike.brf +++ b/misc/profiles2/fastbike.brf @@ -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