From aa3f2080329966bb608f6ea033ac9de7a5ac6dff Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Tue, 7 Feb 2017 13:27:41 +0000 Subject: [PATCH] Add access=permissive check for all profiles --- features/bicycle/access.feature | 8 ++++++++ features/foot/access.feature | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/features/bicycle/access.feature b/features/bicycle/access.feature index 868322b08..9f2e3ea98 100644 --- a/features/bicycle/access.feature +++ b/features/bicycle/access.feature @@ -188,3 +188,11 @@ Feature: Bike - Access tags on ways | highway | railway | oneway | bothw | | residential | tram | yes | x | + Scenario: Bike - Access combinations + Then routability should be + | highway | access | bothw | + | primary | permissive | x | + | steps | permissive | x | + | footway | permissive | x | + | garbagetag | permissive | x | + diff --git a/features/foot/access.feature b/features/foot/access.feature index 525fd03d2..87330ec9c 100644 --- a/features/foot/access.feature +++ b/features/foot/access.feature @@ -108,3 +108,12 @@ Feature: Foot - Access tags on ways Then routability should be | highway | bicycle:backward | foot:backward | forw | backw | | cycleway | designated | designated | | x | + + Scenario: Foot - Access combinations + Then routability should be + | highway | access | bothw | + | primary | permissive | x | + | steps | permissive | x | + | footway | permissive | x | + | garbagetag | permissive | x | +