MakieOrg / GeoMakie.jl

Geographical plotting utilities for Makie.jl
https://geo.makie.org
MIT License
167 stars 24 forks source link

Zoom by left-click and drag not working #187

Closed Zetison closed 8 months ago

Zetison commented 9 months ago

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 commented 8 months ago

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