From 453bffbaefba392e6e357add51b2f685e52cf457 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: Thu, 19 Oct 2023 15:06:45 +0900 Subject: [PATCH] . --- src/views/laanc/LaancAreaMap.js | 39 ++++++++++++--------------------- 1 file changed, 14 insertions(+), 25 deletions(-) diff --git a/src/views/laanc/LaancAreaMap.js b/src/views/laanc/LaancAreaMap.js index da71689b..5069370a 100644 --- a/src/views/laanc/LaancAreaMap.js +++ b/src/views/laanc/LaancAreaMap.js @@ -318,16 +318,8 @@ export default function LaancAreaMap({
-
+
{mapObject ? ( - //
{drawObj.getAll().features.length > 1 ? drawObj @@ -340,23 +332,20 @@ export default function LaancAreaMap({ : obj.geometry.coordinates[0]; return ( -
+
비행구역 {i + 1}
- {coord?.map(co => { - const fCoord = FormattingCoord(co); - if (fCoord) { - return ( -
- {fCoord[0]}, {fCoord[1]} -
- ); - } - })} +
+ {coord?.map(co => { + const fCoord = FormattingCoord(co); + if (fCoord) { + return ( + + {fCoord[0]}, {fCoord[1]} + + ); + } + })} +
); })