diff --git a/src/components/basis/flight/plan/FlightPlanAreaMap.js b/src/components/basis/flight/plan/FlightPlanAreaMap.js index 6b9b880d..7e3c1703 100644 --- a/src/components/basis/flight/plan/FlightPlanAreaMap.js +++ b/src/components/basis/flight/plan/FlightPlanAreaMap.js @@ -14,9 +14,7 @@ import { } from 'reactstrap'; import { Search } from 'react-feather'; import { useDispatch, useSelector } from 'react-redux'; -import { FeatureAirZone } from '../../../map/naver/feature/FeatureAirZone'; import { drawTypeChangeAction } from '../../../../modules/control/map/actions/controlMapActions'; -import { FlightPlanDraw_init } from '../../../map/naver/draw/FlightPlanDraw'; import { initFlightBas } from '../../../../modules/basis/flight/models/basisFlightModel'; import { AREA_COORDINATE_LIST_SAVE, @@ -25,6 +23,8 @@ import { import { flightPlanAPI } from '../../../../modules/basis/flight/apis/basisFlightApi'; import { WeatherContainer } from '../../../../containers/basis/flight/plan/WeatherContainer'; import gimpo from '../../../map/geojson/airportAirArea.json'; +// import { FeatureAirZone } from '../../../map/naver/feature/FeatureAirZone'; +// import { FlightPlanDraw_init } from '../../../map/naver/draw/FlightPlanDraw'; const FlightPlanAreaMap = props => { const dispatch = useDispatch(); const naver = window.naver; @@ -293,22 +293,23 @@ const FlightPlanAreaMap = props => {
{map ? ( - - ) : null} + <> + ) : // + null}
@@ -368,7 +369,8 @@ const FlightPlanAreaMap = props => {
{isMapLoad ? ( - + // + <> ) : null}