I have a rectangular polygon I want to create another polygon that is 200 metres bigger in each direction from the original.
Is there a way to create a square buffer around the original polygon or another method to do this?
I have a rectangular polygon I want to create another polygon that is 200 metres bigger in each direction from the original.
Is there a way to create a square buffer around the original polygon or another method to do this?
I recently wanted to do the same thing as the OP, but rather than irregular-shaped buffers of irregular polygons, I wanted actual squares. Here is an approach I used in QGIS 3.16, I hope it might be useful for others: