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

Move the GeoInterface.jl code to an extension #212

Closed

Conversation

asinghvi17
Copy link
Contributor

No description provided.

Removes the issue of circular dependencies for GeoInterfaceMakie
@SimonDanisch
Copy link
Member

What's the goal for this? I think GeoInterface is a pretty small dependency ...

@asinghvi17
Copy link
Contributor Author

It was intended to remove a circular dependency but we don't actually need it.

The issue was that any other geometry in e.g. ArchGDAL, LibGEOS, etc. is auto-enabled for conversion into Makie, but GeoInterface's wrapper geometries are not (and cannot be) since the capability to do so lies in GeoInterfaceMakie.jl, which depends on GeoInterface.

What I can (probably) do is manually hook the GeoInterface geometries into the conversion system from Makie.

@asinghvi17 asinghvi17 closed this Feb 29, 2024
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