How do I filter out duplicate addresses?

Oleksandr 3 years ago
<entry key='geocoder.reuseDistance'>20</entry>
<entry key='filter.enable'>true</entry>
<entry key='filter.duplicate'>true</entry>
<entry key='coordinates.filter'>true</entry>
<entry key='coordinates.minError'>50</entry>
<entry key='filter.distance'>20</entry>

Here is how it displays for me

Anton Tananaev 3 years ago

Distance filter should work. You just need to play around with the threshold.

Oleksandr 3 years ago

Thank you very much. I will try today