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?