解决巡航模式侧视图等字段为0的问题
This commit is contained in:
parent
1ee68c6f9b
commit
cc4a5fa62e
@ -1151,7 +1151,7 @@ export default {
|
||||
})
|
||||
let airlineList = [
|
||||
{
|
||||
direction: 0,
|
||||
direction: params.direction,
|
||||
distance: 0,
|
||||
endHeight: 0,
|
||||
endLat: 0,
|
||||
@ -1165,7 +1165,7 @@ export default {
|
||||
flightStartLat: 0,
|
||||
flightStartLon: 0,
|
||||
flightType: 0,
|
||||
grazingAngle: 0,
|
||||
grazingAngle: 90 - params.theta,
|
||||
groundStartHeight: 0,
|
||||
groundStartLat: 0,
|
||||
groundStartLon: 0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user