Hello,
I would like to create polygons using a csv file, I know that there is a Geoprocessing tool that allows us to do it ( Coordinate Table to Polygon), but it's using coordinates, is there a way to use distances instead of coordinates ?
For example, let's say that I want to draw a 20m square:
I could also calculate the coordinates of points at the desired distance, but i'm losing precision when I measure the distance on the map :
| 0 | 0 |
| 0 | 0.00018018 |
| 0.00018018 | 0.00018018 |
| 0.00018018 | 0 |

Thank you