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

support GeoJSON 0.7 #172

Merged
merged 2 commits into from
Jul 6, 2023
Merged

support GeoJSON 0.7 #172

merged 2 commits into from
Jul 6, 2023

Conversation

visr
Copy link
Collaborator

@visr visr commented Jun 23, 2023

The new GeoJSON from JuliaGeo/GeoJSON.jl#63 is quite breaking, but for this package it seems quite limited, so both can be supported. The main different is that coordinates are no longer given as Vector of size 2 but as an NTuple{2, Float32}.

The geo2basic code needs to go at some point since both GeometryBasics and GeoJSON support the GeoInterface.

I noticed that CompatHelper has created one new branch per hour since the GeoJSON release, so now there are over 1000 branches. And I don't see a CompatHelper PR. Example: 75db288

@visr
Copy link
Collaborator Author

visr commented Jun 23, 2023

The two test failures were already there, I made sure this didn't add new failures, and the example from the readme works with either GeoJSON version.

@ronisbr
Copy link

ronisbr commented Jul 5, 2023

Hi! Any problems to merge this PR? I am having problems because I need some functionality in Meshes.jl that requires GeoJSON 0.7.

@visr visr merged commit 4092e75 into master Jul 6, 2023
@visr visr deleted the geojson07 branch July 6, 2023 19:21
@ronisbr
Copy link

ronisbr commented Jul 6, 2023

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants