Browse Source

비행 구역 설정 중복 좌표 수정

pull/2/head
김장현 2 years ago
parent
commit
9514eebc7a
  1. 4
      src/components/basis/flight/plan/FlightPlanAreaMap.js

4
src/components/basis/flight/plan/FlightPlanAreaMap.js

@ -55,7 +55,7 @@ const FlightPlanAreaMap = props => {
} }
} }
} }
}, [areaCoordList, map]); }, [areaCoordList]);
const ModeInit = () => { const ModeInit = () => {
setMode(mapControl.drawType); setMode(mapControl.drawType);
@ -160,7 +160,7 @@ const FlightPlanAreaMap = props => {
<div style={{ position: 'relative' }}> <div style={{ position: 'relative' }}>
<div id='map' style={{ width: '100%', height: '60vh' }}> <div id='map' style={{ width: '100%', height: '60vh' }}>
{isMapLoad ? ( {map ? (
<FlightPlanDraw <FlightPlanDraw
map={map} map={map}
naver={naver} naver={naver}

Loading…
Cancel
Save