Skip to content

Commit

Permalink
fix(web): never ungroup map markers. ever. (immich-app#5730)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietzler authored Dec 16, 2023
1 parent ae2608e commit a2deba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/components/shared-components/map/map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}),
}}
id="geojson"
cluster={{ radius: 500 }}
cluster={{ radius: 500, maxZoom: 42 }}
>
<MarkerLayer
applyToClusters
Expand Down

0 comments on commit a2deba4

Please sign in to comment.