-
Notifications
You must be signed in to change notification settings - Fork 21
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
Inconsistent behavior with delete polygon/element #153
Comments
Still seeing these issues. And I have one more to add:
|
Thanks for these, since I'm working on the tools right now, I'll try to fix them all right away. |
Okay just reviewed these issues after all my recent changes (which are not yet released).
Already fixed.
This is still true.
It does seem to do so now.
Still true.
Presumably this is about the PolyEditTool? That is primarily about interacting with vertices but if you think it's more consistent for it to allow deleting whole polygons I'd be happy to add that. |
This is all about the PolyEditTool.
I guess I never even considered that deleting the whole polygon was something it was NOT designed to do. How else would I delete a polygon? |
Are you sure? The first line of the issue is about the PolyDrawTool.
Using the PolyDrawTool. |
Good call. 1 and 2 are about PolyDraw. 3, 4, and 5 are about PolyEdit. I have mentioned before that the distinctions between these tools often leaves me confused. Especially since PointDraw has only one tool for all of its functionality. I recognize why there are two, I just have to relearn how it all works after a week of not looking at it. Every. single. time. (if I click will i end up moving the polygon? if I double click is that going to create a new vertex, a new polygon, or just highlight something? how can I delete this vertex/polygon - do I have to highlight it first?) All that said, my understanding of the current state is: My intuition wants: |
It would be great if these tools could be unified in some way. Need to think through how these tools could come together in one tool because of limitations in bokeh tools. Would need a lot of thought in terms of intuition of how this would work. |
PolyDrawTool
backspace
key, it deletes the polybackspace
key, it doesn't delete the polyI've seen similar behavior with the Point tool except that the FIRST point that is selected for deletion seems to have a different behavior than the subsequent ones. I can go through writing all that up very verbosely if necessary.
The text was updated successfully, but these errors were encountered: