You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sidewalks are mapped separately on OSM, the router's directions start out in a needlessly confusing and awkward way, for example in these instructions starting from a randomly chosen address on Shotwell Street in SF:
First 3 instructions:
Continue [translated by the UI I've built into "Head north"]
Turn right
Turn right onto Shotwell Street
After this, the instructions are normal. But people are going to be confused by the first two instructions referring to unnamed pathways (which are in fact the Shotwell Street sidewalk and the 19th Street sidewalk, respectively). The instructions should just begin with:
Head south on Shotwell Street
The text was updated successfully, but these errors were encountered:
Related issue: we're producing this inscrutable set of directions for crossing the street where just "Get off at 24th St & Mission St, Board BART at 24th Street / Mission" would be plenty of information:
I wonder if we could solve this by just not snapping to a way tagged with footway=sidewalk, since, in those cases, there should always be a nearby way that represents the street.
there is a snap_preventions option that lets you provide a list of ways. its ref'd in this issue and i've seen in in other docs over the last week. my gut says we can add this to our profile in the config.yml
Graphhopper's provided snap_preventions and SnapPreventionEdgeFilter APIs only work for non-PT profiles. I'm working on incorporating the SnapPreventionEdgeFilter into our PT routing methods.
When sidewalks are mapped separately on OSM, the router's directions start out in a needlessly confusing and awkward way, for example in these instructions starting from a randomly chosen address on Shotwell Street in SF:
First 3 instructions:
After this, the instructions are normal. But people are going to be confused by the first two instructions referring to unnamed pathways (which are in fact the Shotwell Street sidewalk and the 19th Street sidewalk, respectively). The instructions should just begin with:
The text was updated successfully, but these errors were encountered: