<div dir="ltr"><div>My real purpose here was to see if I had missed the tool that I would like to see in QGIS. Sometimes with the more complex plugins there are capabilities there that are not at first obvious. It appears to me that an interactive geometry resize tool does not exist, but I could create it. I wanted to make sure I wouldn't be duplicating effort. Here is how I would like it to work:</div><div><br></div><div>1. Select a layer and one or more features.</div><div>2. With the resize geometry tool selected, as the user clicks on the map and drags up and to the right the geometry would be enlarged about the feature's centroid. If the user drags down and to the left it would be shrunk and if the user keeps dragging it would ultimately be flipped.<br></div><div>3. One of the options would be to constrain the aspect ratio, but latitude and longitude resize would be independently affected without the aspect ratio constraint.<br>4. I would have at least two modes for the resize. One would be based on the CRS of the layer. The other would be to do all the math using geographiclib routines or Vincenty's distance formula which I already have coded.</div><div>5. When the user clicks and starts dragging, a copy of the geometries would be made to create a highlight to visually see the drag. When the user releases the mouse then the actual geometry would then be transformed.</div><div><br></div><div>Just to ask one more time, is anyone already working on this? If not, then I will create the tool. Does anyone have any other thoughts or suggestions?</div><div><br></div><div>Thanks,</div><div><br></div><div>Calvin<br></div></div>