Skip to content

Commit a80524f

Browse files
committed
Increase clustering zoom
1 parent 1f13a76 commit a80524f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TheMap.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ onMounted(async () => {
8888
clusters.value = L.markerClusterGroup({
8989
maxClusterRadius: zoom => zoom < 3 ? 40 : 30,
9090
animateAddingMarkers: true,
91-
disableClusteringAtZoom: 17
91+
disableClusteringAtZoom: 18
9292
}).addTo(toRaw(map.value));
9393
9494
let centerWasSet = false;

0 commit comments

Comments
 (0)