Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zoom by left-click and drag not working #187

Closed
Zetison opened this issue Jan 5, 2024 · 1 comment
Closed

Zoom by left-click and drag not working #187

Zetison opened this issue Jan 5, 2024 · 1 comment

Comments

@Zetison
Copy link

Zetison commented Jan 5, 2024

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.

@Zetison
Copy link
Author

Zetison commented Jan 10, 2024

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

@Zetison Zetison closed this as completed Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant