From 775c8f3d5a29fa99620c65ff01fd8bfc99e6991c Mon Sep 17 00:00:00 2001 From: "songhj10207@naver.com" Date: Tue, 29 Oct 2024 16:46:28 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=81=B4=EB=9F=AC=EC=8A=A4=ED=84=B0?= =?UTF-8?q?=EB=A7=81=20=EC=B5=9C=EC=86=8C=20=EC=82=AC=EC=9D=B4=EC=A6=88=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/map/Map.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/map/Map.jsx b/src/components/common/map/Map.jsx index 226fa75..4cf088b 100644 --- a/src/components/common/map/Map.jsx +++ b/src/components/common/map/Map.jsx @@ -130,7 +130,7 @@ const MyMap = () => { }; import('./cluster').then(({ MarkerClustering }) => { new MarkerClustering({ - minClusterSize: 1, + minClusterSize: 2, maxZoom: 20, map: mapRef.current, markers: createMarkerList,