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

Rectangle zoom disables ticks #155

Open
HenriDeh opened this issue Mar 14, 2023 · 1 comment
Open

Rectangle zoom disables ticks #155

HenriDeh opened this issue Mar 14, 2023 · 1 comment
Labels
makiecon Issues to address at MakieCon

Comments

@HenriDeh
Copy link

MWE:

f = Figure();
ax = GeoAxis(f[1,1])

Then select a rectangle zone to zoom on (left-click). The latitude and longitudes disappear. Ctrl+click to reset the zoom does not re-enable the ticks.

@asinghvi17
Copy link
Member

Yeah, the current version of GeoAxis is a bit hacky, I guess the zoom wasn't hooked up right. #148 should fix this.

@asinghvi17 asinghvi17 added the makiecon Issues to address at MakieCon label Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
makiecon Issues to address at MakieCon
Projects
None yet
Development

No branches or pull requests

2 participants