-
Notifications
You must be signed in to change notification settings - Fork 9
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
Only allow route to contain one street #44
Comments
Interesting use case! It sounds like a pretty straightforward change:
If you notice any performance degradation for this, then we could think about caching the Would you be up for sending a PR? |
A more complex way to think about this could be to minimize the number of road name changes along the path. I'm thinking about an example in Seattle that I just think of as 23rd Ave (or... maybe 24th). I'm pretty sure people would colloquially agree it's the same road, but it has a bunch of name changes: |
Interesting... How would you suggest we accomplish that? |
Not sure. If we were only appending points to the end of the route, it'd be similar to the above logic, picking the preferred road name from the end of |
I can take this on |
I am working on an AI traffic throughput app and need to have some way to select what road I am solving for.
Is there a way that already exists or a simple change in the lib I can make to only allow another point to be placed if the road or street is the same as the last point?
The text was updated successfully, but these errors were encountered: