Merge pull request #129 from emiltin/foot_speedprofile
add a speedprofile for walking, and a test for basic way accessability
This commit is contained in:
+27
-2
@@ -1,6 +1,6 @@
|
||||
@routing @access
|
||||
Feature: Oneway streets
|
||||
Basic accessability of various way types.
|
||||
Feature: Default speedprofiles
|
||||
Basic accessability of various way types depending on speedprofile.
|
||||
|
||||
Scenario: Basic access for cars
|
||||
Given the speedprofile "car"
|
||||
@@ -53,3 +53,28 @@ Feature: Oneway streets
|
||||
| cycleway | x |
|
||||
| bridleway | |
|
||||
|
||||
Scenario: Basic access for walking
|
||||
Given the speedprofile "foot"
|
||||
Then routability should be
|
||||
| highway | forw |
|
||||
| motorway | |
|
||||
| motorway_link | |
|
||||
| trunk | |
|
||||
| trunk_link | x |
|
||||
| primary | x |
|
||||
| secondary | x |
|
||||
| tertiary | x |
|
||||
| residential | x |
|
||||
| service | x |
|
||||
| unclassified | x |
|
||||
| living_street | x |
|
||||
| road | x |
|
||||
| track | x |
|
||||
| path | x |
|
||||
| footway | x |
|
||||
| pedestrian | x |
|
||||
| steps | x |
|
||||
| pier | x |
|
||||
| cycleway | x |
|
||||
| bridleway | |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user