mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
fix(web): never ungroup map markers. ever. (#5730)
This commit is contained in:
parent
ae2608e31d
commit
a2deba4734
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
}),
|
||||
}}
|
||||
id="geojson"
|
||||
cluster={{ radius: 500 }}
|
||||
cluster={{ radius: 500, maxZoom: 42 }}
|
||||
>
|
||||
<MarkerLayer
|
||||
applyToClusters
|
||||
|
|
Loading…
Reference in a new issue