3

I am trying to create a buffer of 10 kilometers around each dot already uploaded. The problem is that these buffers seem to be unreasobly larger than 10km. (Portugal). I have tried to use multiple multiple CRS but it doesn't work. Some people suggested to save layers as .shp but I can't see how to do that (maybe there was an update?). I have been using EPSG:4326 - WGS 84. I have tried some others and couldn't solve the issue.

I have read multiple suggestions in other Questions but couldn't solve so far.

Nuno Can
  • 33
  • 2
  • Welcome to GIS SE. As a new user, please take the [Tour]. Please [Edit] the Question to provide details on exactly how you are attempting this task, and provide a screenshot or the resulting geometry (and report your measurement thereof). Do NOT use Web Mercator to make any distance calculations, for it is ALWAYS wrong in distance. – Vince Jan 13 '23 at 18:27
  • Always try put some example of data, like a printscreen or a code to simplify your question – Marco Reliquias Jan 13 '23 at 18:27
  • See this answer how to create correct buffer size, regardless of CRS: https://gis.stackexchange.com/a/438809/88814 – Babel Jan 13 '23 at 22:12

1 Answers1

4

Any tool that uses distances must use a projected and non-geographic reference system. Reproject the geometry to the proper EPSG which should work correctly

Marco Reliquias
  • 769
  • 1
  • 11