You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 polygons, 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.
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 polygons, 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,
Can we hide the layer with multiple points on the existing basis and add a layer with four points on top, bottom, left, and right, and fix it to the circular edge through some algorithm It has the same functions as multi-point positioning.
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: