From 64947e46d6b27622c1584aa032813897007a2d9e Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 12 Jul 2024 16:56:33 +0200 Subject: [PATCH] Route pedestrians over highway=platform Fixes #5410 --- features/foot/access.feature | 10 +++++++++- profiles/foot.lua | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/features/foot/access.feature b/features/foot/access.feature index 87330ec9c..134e02ea2 100644 --- a/features/foot/access.feature +++ b/features/foot/access.feature @@ -26,7 +26,15 @@ Feature: Foot - Access tags on ways | motorway | no | | | | motorway | no | yes | x | | motorway | no | no | | - + | platform | | | x | + | platform | | yes | x | + | platform | | no | | + | platform | yes | | x | + | platform | yes | yes | x | + | platform | yes | no | | + | platform | no | | | + | platform | no | yes | x | + | platform | no | no | | Scenario: Foot - Overwriting implied acccess on ways Then routability should be diff --git a/profiles/foot.lua b/profiles/foot.lua index 1b16e092c..fa5f8b663 100644 --- a/profiles/foot.lua +++ b/profiles/foot.lua @@ -90,6 +90,7 @@ function setup() path = walking_speed, steps = walking_speed, pedestrian = walking_speed, + platform = walking_speed, footway = walking_speed, pier = walking_speed, },