I imagine this is a known problem but cannot find an issue:
using GeoMakie, CairoMakie
fig = Figure()
ga = GeoAxis(
fig[1, 1],
dest="+proj=ortho"
)
poly!(ga, GeoMakie.land())
fig
looks like:
Does this have something to do with polygons that are partly visible?
This is on GeoMakie 0.7.16