You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug introduced in v0.6 (and not fixed in v0.6.1) can be reproduced by using GLMakie, GeoMakie; fig = Figure(); layout = fig[1,1] = GridLayout(); ax = GeoMakie.GeoAxis(layout[1,1]); text!(ax, 0.0, 0.0, text = "test"); display(fig)
with error message ERROR: MethodError: no method matching point_iterator(::MakieCore.Text{Tuple{Vector{Makie.GlyphCollection}}})
The text was updated successfully, but these errors were encountered:
This is a Makie issue unfortunately - that particular method wasn't implemented there. I can monkeypatch it on master but would probably open a PR to fix it there...
A bug introduced in v0.6 (and not fixed in v0.6.1) can be reproduced by
using GLMakie, GeoMakie; fig = Figure(); layout = fig[1,1] = GridLayout(); ax = GeoMakie.GeoAxis(layout[1,1]); text!(ax, 0.0, 0.0, text = "test"); display(fig)
with error message
ERROR: MethodError: no method matching point_iterator(::MakieCore.Text{Tuple{Vector{Makie.GlyphCollection}}})
The text was updated successfully, but these errors were encountered: