Compare commits
2 Commits
d957642f5a
...
4db89e8dc5
| Author | SHA1 | Date |
|---|---|---|
|
|
4db89e8dc5 | |
|
|
a924776755 |
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue