-
Notifications
You must be signed in to change notification settings - Fork 406
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
Wrong coordinate order in isochrones bounding box #493
Comments
I'll take the cheap one. |
As this is a rather serious bug which renders the bounding box unusable we should consider publishing the fix without any unnecessary delay, certainly before ORS 5.2. |
it's alright, not that crazy serious. not a single issue reported so far. I can take care of it on Thursday. Feel free to quickly do it if you want. |
Thanks @nilsnolde ! No stress, but it's important in the sense that anyone trying to visualize the isochrones will probably run across this issue, at least that was the case for me as soon as I updated the R package to API v2. |
Not every implementation takes |
This might be just because maps.openrouteservice.org still queries the legacy API. I didn't experience the issue with API v1 either but only after upgrading to API v2. |
The bounding box returned for isochrones seems to have the coordinates ordered as
However, according to the geoJSON specification these should be rather in the order
This problem is evident in API playground where for the default example yields
The directions endpoint doesn't seem to be affected.
The text was updated successfully, but these errors were encountered: