-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Remove artifact from Polygon rendering #1329
Conversation
Looks great! Panning and zooming with HoloViews, I can no longer detect any issues now for that dataset. Thanks for following up on that @hoxbro ! Can you motivate what the meaning of each of the changes is, and any risks? To me it seems like one risk would be if the polygon coordinates are near the |
I have removed For risk related to the removal of |
892e142
to
5b546ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. In the end, it's a very simple change, and seems to address the underlying issue (starting to draw one pixel too late). I've studied the test cases that changed and I think they make sense. The extent that's being drawn has changed slightly, but that seems to be what's required to fix the bug. So as far as I can see, this deals with the reported bug. Thanks again!
Fixes #1327
Lets see how the CI handles this change.
Edit: Can still see some artifacts, if I use the holoviews example in the original issue. Can make them disappear, if I completely remove this if statement.