mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): map cluster (#19433)
This commit is contained in:
parent
ce8c80dad0
commit
90aa0dc14d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue