-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blacklist steps from the car profile #3668
Conversation
@@ -256,3 +256,11 @@ Feature: Car - Restricted access | |||
| highway | motor_vehicle | motor_vehicle:forward | motor_vehicle:backward | forw | backw | | |||
| footway | | | destination | | x | | |||
| track | destination;agricultural | destination | | x | x | | |||
|
|||
Scenario: Car - Don't route over steps even if marked as accessible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, be a little adventurous :-p
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you port failing test in this pull request
which we used to point out current behavior and / or close the pull request then.
| highway | access | forw | backw | | ||
| steps | yes | | | | ||
| steps | no | | | | ||
| primary | | x | x | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you be so kind to add Cucumber tests for walk and bike, too.
Issue
Fixes #3435
Tasklist