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
Using using GLMakie, GeoMakie; fig = Figure(); ax = GeoAxis(fig[1,1], coastlines = true); fig
I am not able to zoom into a selection as can be done in regular plots in GLMakie by left-click and drag. Instead, it for some strange reason zooms strongly towards the origin.
The text was updated successfully, but these errors were encountered:
This issue has been resolved in v0.6.0 as the following works properly using GLMakie, GeoMakie; fig = Figure(); ax = GeoAxis(fig[1,1]); lines!(ax, GeoMakie.coastlines()); fig
Using
using GLMakie, GeoMakie; fig = Figure(); ax = GeoAxis(fig[1,1], coastlines = true); fig
I am not able to zoom into a selection as can be done in regular plots in GLMakie by left-click and drag. Instead, it for some strange reason zooms strongly towards the origin.
The text was updated successfully, but these errors were encountered: