-
Notifications
You must be signed in to change notification settings - Fork 17
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
Holes aren't plotted #65
Comments
Thanks for the report and example @nathanielvirgo. I've moved the issue from LibGEOS.jl to GeoInterface.jl (or rather GeoInterfaceRecipes which lives in the same repo) since that is where it will have to be fixed. It looks like the issue is known at least for polygons, going by this comment:
|
This is more of a Plots.jl than a GeoInterface.jl issue. Maybe we can get Makie.jl working with holes. |
Yeah good point. This is the Plots.jl issue: JuliaPlots/Plots.jl#972 |
The following operations create a shape with a hole in it. The hole is there but is not displayed in the plot. The same thing happens with any other operations that create a hole. This confused me for ages because I thought shapes with holes weren't supported at all and I was trying to work around that, so it would definitely be better if holes were plotted properly.
plot without the hole:
plot with a 'fake' hole showing roughly how it should look:
The text was updated successfully, but these errors were encountered: