From 523be8f7e53d7bf5b0839f3e05bd7a23753c6066 Mon Sep 17 00:00:00 2001 From: Michael Krasnyk Date: Mon, 23 Oct 2017 21:19:43 +0200 Subject: [PATCH] Add unclassified roads to restricted_highway_whitelist, #4631 --- features/car/access.feature | 19 ++++++++++--------- profiles/car.lua | 1 + 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/features/car/access.feature b/features/car/access.feature index ea11b5238..47ac4e3c2 100644 --- a/features/car/access.feature +++ b/features/car/access.feature @@ -157,15 +157,16 @@ Feature: Car - Restricted access Scenario: Car - Access combinations Then routability should be - | highway | access | vehicle | motor_vehicle | motorcar | forw | backw | # | - | runway | private | | | permissive | x | x | | - | primary | forestry | | yes | | x | x | | - | cycleway | | | designated | | x | x | | - | residential | | yes | no | | | | | - | motorway | yes | permissive | | private | x | | implied oneway | - | trunk | agricultural | designated | permissive | no | | | | - | pedestrian | | | | | | | | - | pedestrian | | | | destination | | | temporary disabled #3773 | + | highway | access | vehicle | motor_vehicle | motorcar | forw | backw | # | + | runway | private | | | permissive | x | x | | + | primary | forestry | | yes | | x | x | | + | cycleway | | | designated | | x | x | | + | unclassified | | | destination | destination | x | x | | + | residential | | yes | no | | | | | + | motorway | yes | permissive | | private | x | | implied oneway | + | trunk | agricultural | designated | permissive | no | | | | + | pedestrian | | | | | | | | + | pedestrian | | | | destination | | | temporary disabled #3773 | Scenario: Car - Ignore access tags for other modes Then routability should be diff --git a/profiles/car.lua b/profiles/car.lua index 57fbff161..974f4653d 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -161,6 +161,7 @@ function setup() 'tertiary_link', 'residential', 'living_street', + 'unclassified' }, construction_whitelist = Set {