-
-
Notifications
You must be signed in to change notification settings - Fork 311
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
Eep! poly
is deleting points from the source vector of Points
#417
Comments
I ran into this issue as well, when dealing with lat/long data. If you're doing that, try to project it onto a different domain? The array drop shouldn't happen, though. This occurs, btw, because julia> 162.14038f0 ≈ 162.14532f0
true |
SimonDanisch
added a commit
to JuliaGeometry/GeometryTypes.jl
that referenced
this issue
Dec 30, 2019
SimonDanisch
added a commit
to JuliaGeometry/GeometryTypes.jl
that referenced
this issue
Dec 30, 2019
This release of GeometryTypes should fix it: JuliaRegistries/General#7336 |
Awesome, so quick! :D Thanks! |
(also, thanks for releasing when you fix bugs. Wish everyone did that! 😄❤️!) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Eeep! Makie is eating points out of my polygon!
The text was updated successfully, but these errors were encountered: