-
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
Added custom PolyVertexEditTool #276
Conversation
316bc71
to
206bad7
Compare
@kcpevey Would be great if you could try this out. |
I think this is heading in the right direction. As expected, it still needs more work which I think you can proceed on. Some bugs I noticed:
I didn't see the different color vertices/nodes, but that's probably because I wasn't sure how to trigger that visualization. |
7c0a4c4
to
c36a674
Compare
@kcpevey This is ready for you to try out again. |
@philippjfr I'm seeing some strange behavior. It feels like there is a bug or two in there somewhere but I couldn't get a recipe to reproduce most things:
Questions:
|
Also, do we have a roadmap for this task? It seems to have come a long way since #272 . |
By clicking somewhere on an existing line.
Should consider whether this is a tool in the toolbar or a separate button in the polygon builder class. Tasks:
|
3b35af5
to
4d9c64c
Compare
d7dd557
to
0763f6b
Compare
0763f6b
to
5cf32fd
Compare
46405c2
to
24b6347
Compare
Adds customized PolyEditTool which supports dragging shared nodes and allows coloring feature vertices differently from regular vertices.