Compare commits

..

2 Commits

Author SHA1 Message Date
徐景良 4db89e8dc5 Merge branch 'main' of http://123.132.248.154:10000/gitY/DiKongGanZhiPingTai 2025-08-05 09:07:47 +08:00
徐景良 a924776755 merge 2025-08-05 09:07:41 +08:00
1 changed files with 2 additions and 4 deletions

View File

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