fix(web): map cluster (#19433)

This commit is contained in:
Daimolean 2025-06-22 23:06:45 +08:00 committed by GitHub
parent ce8c80dad0
commit 90aa0dc14d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -315,7 +315,7 @@
features: mapMarkers?.map((marker) => asFeature(marker)) ?? [], features: mapMarkers?.map((marker) => asFeature(marker)) ?? [],
}} }}
id="geojson" id="geojson"
cluster={{ radius: 35, maxZoom: 17 }} cluster={{ radius: 35, maxZoom: 18 }}
> >
<MarkerLayer <MarkerLayer
applyToClusters applyToClusters