From 92829c456fd220c1fe3a9bb45d71c4f462bbd70f 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: Fri, 11 Nov 2022 14:02:29 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=96=89=EA=B3=84=ED=9A=8D=EC=84=9C?= =?UTF-8?q?=20=EB=82=A0=EC=94=A8=ED=8F=BC=20=EB=A1=9C=EB=94=A9=EB=B0=94=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basis/flight/plan/FlightPlanAreaMap.js | 30 +- .../basis/flight/plan/WeatherContainer.js | 400 +++++++++--------- 2 files changed, 221 insertions(+), 209 deletions(-) diff --git a/src/components/basis/flight/plan/FlightPlanAreaMap.js b/src/components/basis/flight/plan/FlightPlanAreaMap.js index 858954d3..27b5465d 100644 --- a/src/components/basis/flight/plan/FlightPlanAreaMap.js +++ b/src/components/basis/flight/plan/FlightPlanAreaMap.js @@ -68,7 +68,6 @@ const FlightPlanAreaMap = props => { ModeInit(); }, [mapControl.drawType]); - useEffect(() => { if (areaCoordList) { if ( @@ -349,28 +348,27 @@ const FlightPlanAreaMap = props => { > 초기화 - {areaCoordList ? - areaCoordList[0].coordList[0].lat ? ( - 날씨 - ) : null - : <>} + {areaCoordList ? ( + areaCoordList[0].coordList[0].lat ? ( + + 날씨 + + ) : null + ) : ( + <> + )} - - 날씨 정보 - + 날씨 정보 -

오늘 날짜 기준으로 3일 이내 날짜만 조회 가능합니다.

- +

+ 오늘 날짜 기준으로 3일 이내 날짜만 조회 가능합니다. +

+