Skip to content
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

fallback_speed for routes requests #6761

Open
jjbringg opened this issue Jan 3, 2024 · 1 comment
Open

fallback_speed for routes requests #6761

jjbringg opened this issue Jan 3, 2024 · 1 comment

Comments

@jjbringg
Copy link

jjbringg commented Jan 3, 2024

Feature

I know that fallback_speed exists for table requests (though possibly a little buggy) in order to use straight-line distances for between points where a route does not exist.

However, for flows that use those table results to build a route, it would be helpful to have the same functionality present in /route/ requests. The result's leg should have distance/duration based on the fallback speed, and the geometry (polyline or geojson) should just have a straight line connecting the points.
Attached is an extreme example geometry (manually created with a straight line in the middle of the route)
image

@jjbringg
Copy link
Author

jjbringg commented Jan 3, 2024

Is this something that's even possible, @danpat ? You did the fallback_speed for table reqs, right? I'm not super familiar with the optimizations done under the hood that might make this more difficult than the table version.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant