-
Notifications
You must be signed in to change notification settings - Fork 93
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
Lane.init(json:) crash #290
Comments
Do you know approximately which two waypoints you used to request this route? |
@frederoni Negative |
No success in trying to reproduce this. I've tried requesting a route from SF → NY → Seattle → Miami → San Diego. However, there seems to be a data issue where the modifier is not equal to any of @1ec5, any ideas? |
This route would largely travel over freeways, which rarely have turn lanes tagged in OpenStreetMap. I suppose you could request a route that avoids freeways (motorways) to have a better chance of reproducing this crash.
The Directions API documentation no longer specifies which This way leads to an intersection with I’m not sure we can do anything more for this crash, other than a speculative fix that makes this initializer failable: /cc @danpat |
The Directions API is now dropping the |
/cc @1ec5 @frederoni
The text was updated successfully, but these errors were encountered: