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
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 aMethodError:Environment
[db073c08] GeoMakie v0.7.15[ee78f7c6] Makie v0.24.6Linux 6.12.41-1-MANJAROIntegrated Intel UHD Graphics 620