Browse Source

.

feature/auth
junh_eee 2 years ago
parent
commit
113ea9e4b4
  1. 4
      src/components/basis/flight/plan/FlightPlanAreaMap.js

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

@ -44,8 +44,8 @@ const FlightPlanAreaMap = (props) => {
const ModeInit = () => {
setMode(mapControl.drawType)
}
const NaverMapInit = () => {
const center = {};
const bufferzoom ={};
@ -81,7 +81,7 @@ const FlightPlanAreaMap = (props) => {
};
setMap(new naver.maps.Map('map', mapOptions2));
}
}
const handlerDrawType = val => {
dispatch(drawTypeChangeAction(val));
};

Loading…
Cancel
Save