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, },