点标注更新高程时忽略自身
This commit is contained in:
@ -2391,7 +2391,7 @@ class BillboardObject extends Base {
|
||||
10000000000000
|
||||
)
|
||||
|
||||
let objectsToExclude = []
|
||||
let objectsToExclude = [this.entity]
|
||||
for (let [key, value] of this.sdk.entityMap) {
|
||||
if (value.type === 'RadarScanStereoscopic' && value.entity) {
|
||||
objectsToExclude.push(value.entity)
|
||||
|
||||
Reference in New Issue
Block a user