Skip to content

Commit

Permalink
fix: 클러스터링 최소 사이즈 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Songhyejeong committed Oct 29, 2024
1 parent 1d54db5 commit 775c8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/map/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const MyMap = () => {
};
import('./cluster').then(({ MarkerClustering }) => {
new MarkerClustering({
minClusterSize: 1,
minClusterSize: 2,
maxZoom: 20,
map: mapRef.current,
markers: createMarkerList,
Expand Down

0 comments on commit 775c8f3

Please sign in to comment.