main
徐景良 1 month ago
parent 4bbe9870b1
commit a924776755

@ -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 = {

Loading…
Cancel
Save