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

bounding boxes do not follow GeoJson spec #15

Closed
jillesvangurp opened this issue Jun 28, 2019 · 1 comment
Closed

bounding boxes do not follow GeoJson spec #15

jillesvangurp opened this issue Jun 28, 2019 · 1 comment

Comments

@jillesvangurp
Copy link
Owner

GeoJson specifies a different order of the doubles that go in a bounding box array than what is used in this library. This is obviously wrong and somewhat inconsistent.
The fix should be fairlyb straightforward with the port to Kotlin but will require updating a few of the algorithms that use bounding boxes as well.

@jillesvangurp
Copy link
Owner Author

Finally fixed this. This may break some stuff if you were depending on the old order. Fixing all the tests took me quite a bit of time as bboxes are essential for several of the algorithms in this library.

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

No branches or pull requests

1 participant