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
When I run the quickstart example in the README I get ERROR: MethodError: no method matching initialize_block!(::GeoAxis; coastlines::Bool). Similarly, the lonlims argument also seems to not work anymore. I'm running v0.6.1, have these been replaced recently?
The text was updated successfully, but these errors were encountered:
Thanks for catching that! They have - the basic example in the docs is the way to go now. Coastlines is replaced by calling lines!(ax, GeoMakie.coastlines()), and the limits are x and y instead of lon and lat respectively.
When I run the quickstart example in the README I get
ERROR: MethodError: no method matching initialize_block!(::GeoAxis; coastlines::Bool)
. Similarly, thelonlims
argument also seems to not work anymore. I'm runningv0.6.1
, have these been replaced recently?The text was updated successfully, but these errors were encountered: