From 01ae2faabaa11a33e0b4a04c5b56cd8a9ee0aa4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?junh=5Feee=28=EC=9D=B4=EC=A4=80=ED=9D=AC=29?= Date: Wed, 15 Nov 2023 14:54:54 +0900 Subject: [PATCH] =?UTF-8?q?laanc=20=EB=AF=B8=EB=8B=88=EB=A7=B5=20=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EC=96=B4=20=EA=B2=B9=EC=B9=A8=ED=98=84=EC=83=81=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/laanc/map/FlightArea.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/laanc/map/FlightArea.js b/src/components/laanc/map/FlightArea.js index 7928b0ff..1325a5fc 100644 --- a/src/components/laanc/map/FlightArea.js +++ b/src/components/laanc/map/FlightArea.js @@ -388,16 +388,18 @@ export default function FlightArea({ } }); + handlerCreateAirSpace(map); + + // 미니맵 표출 map.addSource('preview', { type: 'geojson', data: previewGeo }); - map.addLayer(layerWayPoint('preview')); map.addLayer(layerPolyline('preview')); map.addLayer(layerPolygon('preview')); map.addLayer(layerBuffer('preview')); + map.addLayer(layerWayPoint('preview')); - handlerCreateAirSpace(map); setIsMapLoad(true); const preview = map.getSource('preview');