We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f13a76 commit a80524fCopy full SHA for a80524f
1 file changed
src/components/TheMap.vue
@@ -88,7 +88,7 @@ onMounted(async () => {
88
clusters.value = L.markerClusterGroup({
89
maxClusterRadius: zoom => zoom < 3 ? 40 : 30,
90
animateAddingMarkers: true,
91
- disableClusteringAtZoom: 17
+ disableClusteringAtZoom: 18
92
}).addTo(toRaw(map.value));
93
94
let centerWasSet = false;
0 commit comments