Skip to content

Commit

Permalink
fix(web): cannot open map cluster (immich-app#5797)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextran1502 authored Dec 18, 2023
1 parent c6f56d9 commit c45e8cc
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 @@ -142,7 +142,7 @@
}),
}}
id="geojson"
cluster={{ radius: 500, maxZoom: 42 }}
cluster={{ radius: 500, maxZoom: 24 }}
>
<MarkerLayer
applyToClusters
Expand Down

0 comments on commit c45e8cc

Please sign in to comment.