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
Code that uses GeoMakie now does not work. See the example of code below which does not work:
using Makie, GeoMakie, CairoMakie
lons =-180:180
lats =-90:90
field = [exp(cosd(l)) +3(y/90) for l in lons, y in lats]
fig =Figure()
ax1 =GeoAxis(fig[1,1])
contourf!(ax1, lons, lats, field)
fig
I've just released a new version that fixes this, it should be out within 15 minutes. Also added some tests that should ensure that this doesn't happen again.
Code that uses GeoMakie now does not work. See the example of code below which does not work:
which gives the following error:
The text was updated successfully, but these errors were encountered: