-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tag smoothness=impassable breaks pedestrian routing #5023
Conversation
Ah wait, it shouldn't have wheelchair access though right? 😄 |
wheelchair access on impassable surface
Yes. We use pedestrian access to assign wheelchair when we can do so. https://github.com/valhalla/valhalla/blob/master/src/mjolnir/directededgebuilder.cc#L164-L165 |
@chrstnbwnkl Let me update the directed edge builder and test |
I guess it doesn't matter because wheelchair will still be disallowed due to the surface value? valhalla/src/sif/pedestriancost.cc Lines 590 to 595 in a0c27bc
|
Nah. I think it is better to not assign. Give me a few |
@chrstnbwnkl should be all set |
Issue
Smoothness tag should not delete the edge in general. The smoothness tag is for the physical usability of a way for wheeled vehicles as defined in the wiki and pedestrian access should not be removed.
Tasklist
Requirements / Relations
Link any requirements here. Other pull requests this PR is based on?