From 31cf8c7369f5c60baa9dbabb2011f371c48016cc Mon Sep 17 00:00:00 2001 From: junh_eee Date: Wed, 7 Sep 2022 16:12:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=9C=EB=A1=A0=20=EC=8B=9C=EB=AE=AC?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=85=98=20-=20=EB=93=9C=EB=A1=A0=EB=A7=88?= =?UTF-8?q?=EC=BB=A4=20=EC=A4=91=EC=8B=AC=EC=A0=90=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/map/nhn/NMapMarker.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/map/nhn/NMapMarker.js b/src/components/map/nhn/NMapMarker.js index 0f41c6d..2c83dbb 100644 --- a/src/components/map/nhn/NMapMarker.js +++ b/src/components/map/nhn/NMapMarker.js @@ -44,7 +44,9 @@ export const NMapMarker = props => { title: id, id: id, icon: { - url: DronIcon + url: DronIcon, + origin: new naver.maps.Point(0,0), + anchor: new naver.maps.Point(15, 15), } }); props.map.setCenter(position);