Browse Source

커밋 원상복구

pull/2/head
sanguu 2 years ago
parent
commit
5a73f05b78
  1. 23
      src/components/basis/flight/plan/FlightPlanAreaMap.js

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

@ -44,28 +44,7 @@ const FlightPlanAreaMap = (props) => {
setMode(mapControl.drawType) setMode(mapControl.drawType)
} }
//console.log("상현>>",mapAreaCoordList[0].coordList[0].lat);
console.log("상현>>",map);
const NaverMapInit = () => { const NaverMapInit = () => {
if(!mapAreaCoordList[0].coordList[0].lat){
debugger
const mapOptions = {
center: new naver.maps.LatLng(mapAreaCoordList[0].coordList[0].lat, mapAreaCoordList[0].coordList[0].lon),
// center: new naver.maps.LatLng(37.520357, 126.610166),
//center: new naver.maps.LatLng(, ),
// zoom: 10,
zoom: 15,
zoomControl: true,
mapTypeId: naver.maps.MapTypeId.NORMAL,
zoomControlOptions: {
position: naver.maps.Position.LEFT_CENTER,
style: naver.maps.ZoomControlStyle.SMALL
}
};
setMap(new naver.maps.Map('map', mapOptions));
}
else if(!(mapAreaCoordList[0].coordList[0].lat)){
debugger
const mapOptions = { const mapOptions = {
// center: new naver.maps.LatLng(36.56793936069445, 127.85101412107547), // center: new naver.maps.LatLng(36.56793936069445, 127.85101412107547),
center: new naver.maps.LatLng(37.520357, 126.610166), center: new naver.maps.LatLng(37.520357, 126.610166),
@ -80,7 +59,7 @@ const FlightPlanAreaMap = (props) => {
}; };
setMap(new naver.maps.Map('map', mapOptions)); setMap(new naver.maps.Map('map', mapOptions));
} }
}
const handlerDrawType = val => { const handlerDrawType = val => {
dispatch(drawTypeChangeAction(val)); dispatch(drawTypeChangeAction(val));
}; };

Loading…
Cancel
Save