-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Circular editing mode, displaying only the top, bottom, left, and right four points #208
Comments
Thanks for raising this, I can understand why it would be useful. This is not specifically unique to selecting a polygon feature drawn with the Circle mode, and is true of all polygons that get selected. It would be hard to change the behaviour to for just selecting circle polygons (as circles are simply polygons of a certain shape), so what I think would be better would be to be able to set a configurable variable which would reduce the number of selection points rendered for a given polygon. I would like to be able to support this, but it would be quite a bit of work and I probably won't be able to get to it in the immediate future. |
@JamesLMilner This is a very good idea, so that it can customize polygons, which is also an advantage compared to other plugins. I really hope the author can optimize it, and I think it will be more applied to projects. |
Based on the analysis of the source code, the workload of such modifications is indeed enormous, |
I figured out a relatively simple workaround to achieve this with styling, thanks to the properties that are being set on the selection points:
|
In circular editing mode, there are too many points, can we only display points in four directions?
The text was updated successfully, but these errors were encountered: