From 560663264355cf9e9e0429eca0100ac30ef11cdd Mon Sep 17 00:00:00 2001 From: geun1416 <1416geun@palnet.co.kr> Date: Thu, 23 Jun 2022 13:56:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A7=80=EB=8F=84=EC=95=84=EB=9E=98=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=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 | 26 ++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/src/components/basis/flight/plan/FlightPlanAreaMap.js b/src/components/basis/flight/plan/FlightPlanAreaMap.js index bed2c68..e4a5655 100644 --- a/src/components/basis/flight/plan/FlightPlanAreaMap.js +++ b/src/components/basis/flight/plan/FlightPlanAreaMap.js @@ -1,7 +1,8 @@ import React, { useEffect, useState } from 'react'; import { Card, - CardBody, + CardBody, + Button } from 'reactstrap'; const FlightPlanAreaMap = () => { @@ -32,7 +33,7 @@ const FlightPlanAreaMap = () => { return ( - +
@@ -43,8 +44,27 @@ const FlightPlanAreaMap = () => {
+ +
+ + Line + + + Circle + +
- ) }