Compare commits

..

No commits in common. "4db89e8dc59064a2227f61a31f3aa57ae3ac264a" and "d957642f5adc4d0218acdb21218877200a2d09bb" have entirely different histories.

1 changed files with 4 additions and 2 deletions

View File

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