Skip to content

poly! on orthographic projection results in weird polygons #365

@tiemvanderdeure

Description

@tiemvanderdeure

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:

Image

Does this have something to do with polygons that are partly visible?

This is on GeoMakie 0.7.16

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions