We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As MakieCore depends on GeometryBasics there is no way for GeoInterface to add makie recipes without a dependency loop.
We want the GeoInterface geometries to plot easily, and for our macro to add Makie recipes to be useable from GeoInterface.
The problem is going to be managing the transition without breaking lots of code and / or precompile.
See JuliaGeo/GeoInterface.jl#143
The text was updated successfully, but these errors were encountered:
Can you call geointerface_geomtype methods from an extension? Those at least need GI traits for dispatch...
geointerface_geomtype
Sorry, something went wrong.
Good point. We can shift to module dispatch in GI.convert so geointerface_geomtype isn't hit.
That's the plan anyway with 1.10 being LTS
Ah, yeah the current method could be kept as a fallback.
No branches or pull requests
As MakieCore depends on GeometryBasics there is no way for GeoInterface to add makie recipes without a dependency loop.
We want the GeoInterface geometries to plot easily, and for our macro to add Makie recipes to be useable from GeoInterface.
The problem is going to be managing the transition without breaking lots of code and / or precompile.
See JuliaGeo/GeoInterface.jl#143
The text was updated successfully, but these errors were encountered: