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
Click on the middle point, and the two newly added points can be directly dragged . This can greatly improve the efficiency of editing and drawing polygons ,
When dragging the middle point, two new points are automatically added, and both new points can be directly dragged。
The text was updated successfully, but these errors were encountered:
@JamesLMilner I suggest changing the onClick event at the midpoint to be triggered when keydown, rather than when keyup, so that you don't have to click before dragging
Thanks for raising this idea. A feature like this might be possible but requires a bit of thinking about how it works with the wider select mode without making the code harder to maintain. A feature like this would be behind a flag and which developers could opt into by turning it on. I will look into it and see if it's possible, but can't promise anything on time lines.
Thanks for raising this idea. A feature like this might be possible but requires a bit of thinking about how it works with the wider select mode without making the code harder to maintain. A feature like this would be behind a flag and which developers could opt into by turning it on. I will look into it and see if it's possible, but can't promise anything on time lines.
Click on the middle point, and the two newly added points can be directly dragged . This can greatly improve the efficiency of editing and drawing polygons ,
When dragging the middle point, two new points are automatically added, and both new points can be directly dragged。
The text was updated successfully, but these errors were encountered: