@@ -119,12 +119,13 @@ Feature: Car - Restricted access
119119 | permissive | x |
120120 | designated | x |
121121 | no | |
122- | private | |
122+ | private | x |
123123 | agricultural | |
124124 | forestry | |
125125 | psv | |
126- | delivery | |
126+ | delivery | x |
127127 | some_tag | x |
128+ | destination | x |
128129
129130
130131 Scenario : Car - Access tags on nodes
@@ -134,11 +135,11 @@ Feature: Car - Restricted access
134135 | permissive | x |
135136 | designated | x |
136137 | no | |
137- | private | |
138+ | private | x |
138139 | agricultural | |
139140 | forestry | |
140141 | psv | |
141- | delivery | |
142+ | delivery | x |
142143 | some_tag | x |
143144
144145 Scenario : Car - Access tags on both node and way
@@ -156,15 +157,15 @@ Feature: Car - Restricted access
156157
157158 Scenario : Car - Access combinations
158159 Then routability should be
159- | highway | accesss | vehicle | motor_vehicle | motorcar | bothw |
160- | runway | private | | | permissive | x |
161- | primary | forestry | | yes | | x |
162- | cycleway | | | designated | | x |
163- | residential | | yes | no | | |
164- | motorway | yes | permissive | | private | |
165- | trunk | agricultural | designated | permissive | no | |
166- | pedestrian | | | | | |
167- | pedestrian | | | | destination | x |
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 | x | x | |
168169
169170 Scenario : Car - Ignore access tags for other modes
170171 Then routability should be
@@ -182,7 +183,7 @@ Feature: Car - Restricted access
182183 Scenario : Car - designated HOV ways are rated low
183184 Then routability should be
184185 | highway | hov | bothw | forw_rate | backw_rate |
185- | primary | designated | x | 2 | 2 |
186+ | primary | designated | x | 18 | 18 |
186187 | primary | yes | x | 18 | 18 |
187188 | primary | no | x | 18 | 18 |
188189
@@ -193,28 +194,28 @@ Feature: Car - Restricted access
193194 Scenario : Car - I-66 use HOV-only roads with heavy penalty
194195 Then routability should be
195196 | highway | hov | hov :lanes | lanes | access | oneway | forw | backw | forw_rate |
196- | motorway | designated | designated \|designated \|designated | 3 | hov | yes | x | | 3 |
197+ | motorway | designated | designated \|designated \|designated | 3 | hov | yes | x | | 25 |
197198 | motorway | lane | | 3 | designated | yes | x | | 25 |
198199
199200 @hov
200201 Scenario : Car - a way with all lanes HOV-designated is highly penalized by default (similar to hov=designated)
201202 Then routability should be
202203 | highway | hov :lanes :forward | hov :lanes :backward | hov :lanes | oneway | forw | backw | forw_rate | backw_rate |
203- | primary | designated | designated | | | x | x | 2 | 2 |
204- | primary | | designated | | | x | x | 18 | 2 |
205- | primary | designated | | | | x | x | 2 | 18 |
206- | primary | designated \|designated | designated \|designated | | | x | x | 2 | 2 |
204+ | primary | designated | designated | | | x | x | 18 | 18 |
205+ | primary | | designated | | | x | x | 18 | 18 |
206+ | primary | designated | | | | x | x | 18 | 18 |
207+ | primary | designated \|designated | designated \|designated | | | x | x | 18 | 18 |
207208 | primary | designated \|no | designated \|no | | | x | x | 18 | 18 |
208209 | primary | yes \|no | yes \|no | | | x | x | 18 | 18 |
209210 | primary | | | | | x | x | 18 | 18 |
210211 | primary | designated | | | -1 | | x | | 18 |
211- | primary | | designated | | -1 | | x | | 2 |
212- | primary | | | designated | yes | x | | 2 | |
213- | primary | | | designated | -1 | | x | | 2 |
212+ | primary | | designated | | -1 | | x | | 18 |
213+ | primary | | | designated | yes | x | | 18 | |
214+ | primary | | | designated | -1 | | x | | 18 |
214215 | primary | | | designated \| | yes | x | | 18 | |
215216 | primary | | | designated \| | -1 | | x | | 18 |
216- | primary | | | designated \|designated | yes | x | | 2 | |
217- | primary | | | designated \|designated | -1 | | x | | 2 |
217+ | primary | | | designated \|designated | yes | x | | 18 | |
218+ | primary | | | designated \|designated | -1 | | x | | 18 |
218219 | primary | | | designated \|yes | yes | x | | 18 | |
219220 | primary | | | designated \|no | -1 | | x | | 18 |
220221
@@ -250,7 +251,7 @@ Feature: Car - Restricted access
250251 | gate | yes | x |
251252 | gate | permissive | x |
252253 | gate | designated | x |
253- | gate | private | |
254+ | gate | private | x |
254255 | gate | garbagetag | x |
255256
256257 Scenario : Car - a way with conditional access
0 commit comments