-
Notifications
You must be signed in to change notification settings - Fork 25
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
Convert data coordinates to pixel coordinates #295
Comments
Hmm, looks like the problem is that The fix is |
There could be some interesting extensions to that |
Wow, cool, happy it can be fixed as easily! Can confirm that |
Yeah, ideally the rectangle sides shouldn't be straight, but follow the curvature instead... How hard would that be? |
It shouldn't be too complicated...you already have the lines in |
I see! The simple densification solution didn't occur to me, I was thinking about some option like |
For regular Makie axes, I've been using
to convert from data coordinates to Figure pixel coordinates. But this function doesn't seem to work for GeoAxis, any suggestions on how to do this conversion?
For one usecase, see
MakieExtra.zoom_lines!
:works correctly for regular axes
but not for GeoAxes
The text was updated successfully, but these errors were encountered: