diff --git a/src/components/basis/flight/plan/FlightPlanAreaMap.js b/src/components/basis/flight/plan/FlightPlanAreaMap.js index bed2c681..e4a56556 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 + +
- ) }