多mb轨迹卫星增加时间区间
This commit is contained in:
parent
6bb47a1403
commit
b88b9a1589
@ -12,9 +12,10 @@ export function useMultiSatTraj() {
|
||||
{ id, tle },
|
||||
{
|
||||
startTime: new Date(timeRange[0]).toISOString() || new Date(),
|
||||
totalSeconds: timeRange[1] - timeRange[0],
|
||||
}
|
||||
)
|
||||
|
||||
console.log(timeRange[1] - timeRange[0], 'timeRange[1] - timeRange[0]')
|
||||
satellite.sensor = true
|
||||
multiSatTrajMap.set(id, satellite)
|
||||
satellitePayloadStatusMap.value.set(id, satellite.sensor)
|
||||
|
Loading…
Reference in New Issue
Block a user