fix: 更新卫星和地面站管理器中的选项解构,确保 showOrbit 属性的正确性
This commit is contained in:
@ -36,7 +36,7 @@ export class HCesiumSatelliteManager {
|
||||
return existingEntry.entity;
|
||||
}
|
||||
|
||||
const { id, tle, showOrbit = true } = options;
|
||||
const { id, tle, showOrbit } = options;
|
||||
|
||||
// --- 解析 TLE 和计算轨道 ---
|
||||
const satrec = this.calculator.parseTle(tle, id);
|
||||
|
Reference in New Issue
Block a user