Compare commits
2 Commits
d957642f5a
...
4db89e8dc5
| Author | SHA1 | Date |
|---|---|---|
|
|
4db89e8dc5 | |
|
|
a924776755 |
|
|
@ -1470,7 +1470,6 @@ const handelrAirPoint = () => {
|
||||||
}
|
}
|
||||||
}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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue