多mb轨迹卫星增加时间区间

This commit is contained in:
严争鸣 2025-04-28 09:41:15 +08:00
parent 6bb47a1403
commit b88b9a1589

View File

@ -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)