diff --git a/src/components/basis/flight/plan/FlightPlanForm.js b/src/components/basis/flight/plan/FlightPlanForm.js index 555fbd1f..27297353 100644 --- a/src/components/basis/flight/plan/FlightPlanForm.js +++ b/src/components/basis/flight/plan/FlightPlanForm.js @@ -47,51 +47,49 @@ const FlightPlanForm = (props) => { - - - - - - - - -
- - - - - + + +
+ + +
+
+ +
- + - + { - + + - + - + + @@ -163,8 +175,8 @@ const FlightPlanForm = (props) => { { { {
{ { { { { { {
{ { { {
- + { - -
- - -
-
- -
+ + + - - +
diff --git a/src/components/mapDraw/naver/NaverMap.js b/src/components/mapDraw/naver/NaverMap.js index 91778ccb..f6e91aa8 100644 --- a/src/components/mapDraw/naver/NaverMap.js +++ b/src/components/mapDraw/naver/NaverMap.js @@ -5,7 +5,7 @@ import geoJson from '../geojson/airArea.json'; import { FeatureAirZone } from './feature/FeatureAirZone'; import { DrawMap } from './draw/DrawMap'; import { JQueryDraw } from './draw/JQueryDraw'; -import { JQueryTest } from './draw/JQueryTest'; + export const NaverCustomMap = () => { const naver = window.naver; diff --git a/src/components/mapDraw/naver/draw/JQueryDraw.js b/src/components/mapDraw/naver/draw/JQueryDraw.js index c5cccf25..b2f32b44 100644 --- a/src/components/mapDraw/naver/draw/JQueryDraw.js +++ b/src/components/mapDraw/naver/draw/JQueryDraw.js @@ -4,7 +4,6 @@ import { CustomInput } from 'reactstrap'; import GeoJSONReader from 'jsts/org/locationtech/jts/io/GeoJSONReader' import GeoJSONWriter from 'jsts/org/locationtech/jts/io/GeoJSONWriter' -import GeometryFactory from 'jsts/org/locationtech/jts/geom/GeometryFactory' import {BufferOp} from 'jsts/org/locationtech/jts/operation/buffer' export const JQueryDraw = props => {