How to delete duplicate points in QGIS (3.14)?
I insert a layer into the project. The layer contains several objects (61 points), some of which are duplicates. In the menu I select "Vector" > "Check Geometries..."
.
Here I set up to find duplicate points and work with the source layer. It finds duplicates - 26 points. I'll pick them out and set them to be removed.
The dialogue will confirm this to me. But they are not deleted in the source layer, and the layer still has 61 points.
Where am I making a mistake?
Screen1.png Screen2.png Screen3.png Screen4.png Screen5.png Screen6.png Screen7.png Screen8.png
-
looks like you need to be in editing mode so you can complete this function.Mapperz– Mapperz ♦2020年09月22日 22:22:48 +00:00Commented Sep 22, 2020 at 22:22
-
i try - it but "...is not allowed to be in editing mode" linkeXMarty– eXMarty2020年09月22日 23:35:20 +00:00Commented Sep 22, 2020 at 23:35
1 Answer 1
I recommend you to use, delete duplicate geometries
, you will find this process, in the process toolbox
, in the General Vector
options.
If, for some reason fail, you have a similar process in SAGA
, in Vector Points Tools,
remove duplicate points
.