Compare commits
2 Commits
d957642f5a
...
4db89e8dc5
| Author | SHA1 | Date |
|---|---|---|
|
|
4db89e8dc5 | |
|
|
a924776755 |
|
|
@ -1470,7 +1470,6 @@ const handelrAirPoint = () => {
|
|||
}
|
||||
}else if(index == props.airPoints.length -3){
|
||||
point = {
|
||||
"Placemark": {
|
||||
"Point": {
|
||||
"coordinates":"\n"+item.lng+","+item.lat+"\n"
|
||||
},
|
||||
|
|
@ -1520,7 +1519,6 @@ const handelrAirPoint = () => {
|
|||
"isRisky": 0,
|
||||
"waypointWorkType": 0
|
||||
}
|
||||
}
|
||||
|
||||
}else{ // 处理中间航点
|
||||
point = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue