From 8d82d9b999667823d644aee2f442acd2852243cc Mon Sep 17 00:00:00 2001 From: junh_eee Date: Mon, 19 Sep 2022 17:37:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=8F=84=20=EC=BB=A8=ED=8A=B8?= =?UTF-8?q?=EB=A1=A4=20=EC=98=B5=EC=85=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/basis/flight/plan/FlightPlanAreaMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/basis/flight/plan/FlightPlanAreaMap.js b/src/components/basis/flight/plan/FlightPlanAreaMap.js index 3723d57..f5a0454 100644 --- a/src/components/basis/flight/plan/FlightPlanAreaMap.js +++ b/src/components/basis/flight/plan/FlightPlanAreaMap.js @@ -100,7 +100,7 @@ const FlightPlanAreaMap = props => { zoomControl: true, mapTypeId: naver.maps.MapTypeId.NORMAL, zoomControlOptions: { - position: naver.maps.Position.LEFT_CENTER, + position: naver.maps.Position.RIGHT_CENTER, style: naver.maps.ZoomControlStyle.SMALL } };