Skip to content

Commit

Permalink
Reduce geocode cluster radius
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 9, 2024
1 parent a866234 commit a1d44ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private List<LuceneStopCluster> buildStopClusters(Collection<StopLocation> stopL
.stream()
.collect(
Collectors.groupingBy(sl ->
new DeduplicationKey(sl.getName(), sl.getCoordinate().roundToApproximate100m())
new DeduplicationKey(sl.getName(), sl.getCoordinate().roundToApproximate10m())
)
)
.values()
Expand Down

0 comments on commit a1d44ba

Please sign in to comment.