Skip to content

Commit 57099e4

Browse files
oxidaseTheMarex
authored andcommitted
Add unclassified roads to restricted_highway_whitelist, #4631
1 parent 6be468b commit 57099e4

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

features/car/access.feature

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -157,15 +157,16 @@ Feature: Car - Restricted access
157157

158158
Scenario: Car - Access combinations
159159
Then routability should be
160-
| highway | access | vehicle | motor_vehicle | motorcar | forw | backw | # |
161-
| runway | private | | | permissive | x | x | |
162-
| primary | forestry | | yes | | x | x | |
163-
| cycleway | | | designated | | x | x | |
164-
| residential | | yes | no | | | | |
165-
| motorway | yes | permissive | | private | x | | implied oneway |
166-
| trunk | agricultural | designated | permissive | no | | | |
167-
| pedestrian | | | | | | | |
168-
| pedestrian | | | | destination | | | temporary disabled #3773 |
160+
| highway | access | vehicle | motor_vehicle | motorcar | forw | backw | # |
161+
| runway | private | | | permissive | x | x | |
162+
| primary | forestry | | yes | | x | x | |
163+
| cycleway | | | designated | | x | x | |
164+
| unclassified | | | destination | destination | x | x | |
165+
| residential | | yes | no | | | | |
166+
| motorway | yes | permissive | | private | x | | implied oneway |
167+
| trunk | agricultural | designated | permissive | no | | | |
168+
| pedestrian | | | | | | | |
169+
| pedestrian | | | | destination | | | temporary disabled #3773 |
169170

170171
Scenario: Car - Ignore access tags for other modes
171172
Then routability should be

profiles/car.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ function setup()
161161
'tertiary_link',
162162
'residential',
163163
'living_street',
164+
'unclassified'
164165
},
165166

166167
construction_whitelist = Set {

0 commit comments

Comments
 (0)