I have polygon layer and i need to find (select, so i can export selected to new layer) all the vertices that are in provided distance to each other (like 2 meters).
I already tried:
1. Export polygon to point (Extract Node)
2. Run delete duplicates (as the extract node creates duplicates).
3. Create distance matrix (this one is problematic as it shows distance in datasource units which is dd and i want it to be meters)
4. Join tables and then filter them using distance < value
Is there a better way to achieve this, like a tool?
أكثر...
I already tried:
1. Export polygon to point (Extract Node)
2. Run delete duplicates (as the extract node creates duplicates).
3. Create distance matrix (this one is problematic as it shows distance in datasource units which is dd and i want it to be meters)
4. Join tables and then filter them using distance < value
Is there a better way to achieve this, like a tool?
أكثر...