JuliaGeo / GeoJSON.jl

Utilities for working with GeoJSON data in Julia
https://juliageo.org/GeoJSON.jl/stable/
MIT License
68 stars 10 forks source link

CompatHelper: bump compat for GeoInterface to 1, (keep existing compat) #38

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

This pull request changes the compat entry for the GeoInterface package from 0.4, 0.5 to 0.4, 0.5, 1. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

visr commented 2 years ago

This can't be merged, since this package relies heavily on the GeoInterface geometries that have now been removed in version 1. See #36 for discussion on how to proceed with this package.