Skip to content

Commit

Permalink
Feat : Cluster sensitivity
Browse files Browse the repository at this point in the history
  • Loading branch information
clementp0 committed Aug 8, 2024
1 parent 42ab1c9 commit d42e66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/page/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ function setMarkers(map, items) {
imagePath: '/assets/cluster/m',
gridSize: 60,
maxZoom: 15,
minimumClusterSize: 3
minimumClusterSize: 5
});
}

Expand Down

0 comments on commit d42e66a

Please sign in to comment.