Skip to content

GeoMakie.land() fail with scale parameters othern than 110 #345

@Gordi42

Description

@Gordi42

Description

The GeoMakie.land(scale) functions fail when using scale parameters of 10 or 50, despite the documentation stating these are valid options. Only scale=110 works correctly. Using scale=10 or scale=50 results in a MethodError:

using GeoMakie

# This works
GeoMakie.land(110)

# These fail
GeoMakie.land(50)
GeoMakie.land(10)
ERROR: MethodError: no method matching to_multipoly(::Nothing, ::Vector{GeometryBasics.MultiPolygon{2, Float32}})
The function `to_multipoly` exists, but no method is defined for this combination of argument types.

Environment

  • GeoMakie: [db073c08] GeoMakie v0.7.15
  • Makie: [ee78f7c6] Makie v0.24.6
  • Platform: Linux 6.12.41-1-MANJARO
  • GPU: Integrated Intel UHD Graphics 620

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