I have a layer with points located close to each other. Symbols which I have to set for each of point are overlapping. I would like to hide (or remove) those points which overlap (in other words I'd like to make a generalization). For example I have input layer:
And my expected result is something like this:
At the beginning I was using method described here: Joining two or more overlapping buffers using MMQgis plugin?, but it makes one point by dissolving all buffers and then getting the centroid. In my example its possible to get more than 1 point without overlapping others so I'd like to ask if its possible to get the result which I described.



point clusterstyle? – JGH Jun 17 '20 at 11:55