|
|
|
@ -1333,7 +1333,7 @@ const handelrAirPoint = () => {
|
|
|
|
|
},
|
|
|
|
|
"isRisky": 0,
|
|
|
|
|
"waypointWorkType": 0
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
let point2 = {
|
|
|
|
|
"Point": {
|
|
|
|
|
"coordinates":(item.lng+0.00001)+","+(item.lat+0.00001)
|
|
|
|
@ -1469,8 +1469,7 @@ const handelrAirPoint = () => {
|
|
|
|
|
"waypointWorkType": 0
|
|
|
|
|
}
|
|
|
|
|
}else if(index == props.airPoints.length -3){
|
|
|
|
|
point = {
|
|
|
|
|
"Placemark": {
|
|
|
|
|
point = {
|
|
|
|
|
"Point": {
|
|
|
|
|
"coordinates":"\n"+item.lng+","+item.lat+"\n"
|
|
|
|
|
},
|
|
|
|
@ -1520,7 +1519,6 @@ const handelrAirPoint = () => {
|
|
|
|
|
"isRisky": 0,
|
|
|
|
|
"waypointWorkType": 0
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}else{ // 处理中间航点
|
|
|
|
|
point = {
|
|
|
|
|