bruce-cesium 5.8.2 → 5.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11756,7 +11756,8 @@
11756
11756
  entityId: rego.entityId,
11757
11757
  menuItemId: rego.menuItemId,
11758
11758
  doUpdate: false,
11759
- requestRender: false
11759
+ requestRender: false,
11760
+ source: "add-rego-replace"
11760
11761
  });
11761
11762
  }
11762
11763
  const entityId = rego.entityId;
@@ -13119,13 +13120,15 @@
13119
13120
  if (shouldRender) {
13120
13121
  this.visualsManager.RemoveRegos({
13121
13122
  menuItemId: this.item.id,
13122
- retainTagIds: tagsToRender
13123
+ retainTagIds: tagsToRender,
13124
+ source: "entities-tag-filter"
13123
13125
  });
13124
13126
  (_j = this.clustering) === null || _j === void 0 ? void 0 : _j.Dispose();
13125
13127
  }
13126
13128
  else {
13127
13129
  this.visualsManager.RemoveRegos({
13128
- menuItemId: this.item.id
13130
+ menuItemId: this.item.id,
13131
+ source: "entities-disabled"
13129
13132
  });
13130
13133
  (_k = this.clustering) === null || _k === void 0 ? void 0 : _k.Dispose();
13131
13134
  return;
@@ -13266,7 +13269,8 @@
13266
13269
  this.unsetGetter();
13267
13270
  this.disposed = true;
13268
13271
  this.visualsManager.RemoveRegos({
13269
- menuItemId: this.item.id
13272
+ menuItemId: this.item.id,
13273
+ source: "entities-dispose"
13270
13274
  });
13271
13275
  (_a = this.entityCheckRemoval) === null || _a === void 0 ? void 0 : _a.call(this);
13272
13276
  (_b = this.viewMonitorRemoval) === null || _b === void 0 ? void 0 : _b.call(this);
@@ -14144,7 +14148,8 @@
14144
14148
  }
14145
14149
  this.visualsManager.RemoveRegos({
14146
14150
  entityId: x,
14147
- menuItemId: this.item.id
14151
+ menuItemId: this.item.id,
14152
+ source: "entities-loaded-remove"
14148
14153
  });
14149
14154
  this.renderedEntities[x] = false;
14150
14155
  });
@@ -14160,7 +14165,8 @@
14160
14165
  }
14161
14166
  this.item.BruceEntity.Entities = [];
14162
14167
  this.visualsManager.RemoveRegos({
14163
- menuItemId: this.item.id
14168
+ menuItemId: this.item.id,
14169
+ source: "entities-loaded-clear"
14164
14170
  });
14165
14171
  this.renderedEntities = {};
14166
14172
  this.recreateGetter();
@@ -14224,7 +14230,8 @@
14224
14230
  this.getterSub = null;
14225
14231
  this.disposed = true;
14226
14232
  this.visualsManager.RemoveRegos({
14227
- menuItemId: this.item.id
14233
+ menuItemId: this.item.id,
14234
+ source: "entities-loaded-dispose"
14228
14235
  });
14229
14236
  for (let i = 0; i < this.sources.length; i++) {
14230
14237
  const source = this.sources[i];
@@ -18325,7 +18332,8 @@
18325
18332
  entityId: rego.entityId,
18326
18333
  requestRender: false,
18327
18334
  menuItemId: this.item.id,
18328
- doRemove: false
18335
+ doRemove: false,
18336
+ source: "tileset-dispose"
18329
18337
  });
18330
18338
  // Might have to do something smarter since siblings could still be OK.
18331
18339
  this.loadedCesiumEntities[rego.entityId] = null;
@@ -18419,7 +18427,8 @@
18419
18427
  (_b = this.styler) === null || _b === void 0 ? void 0 : _b.Dispose();
18420
18428
  this.visualsManager.RemoveRegos({
18421
18429
  menuItemId: this.item.id,
18422
- doRemove: false
18430
+ doRemove: false,
18431
+ source: "tileset-dispose"
18423
18432
  });
18424
18433
  this.viewerDateTimeDispose();
18425
18434
  }
@@ -18910,7 +18919,8 @@
18910
18919
  this.cTileset = null;
18911
18920
  }
18912
18921
  this.visualsManager.RemoveRegos({
18913
- menuItemId: this.item.id
18922
+ menuItemId: this.item.id,
18923
+ source: "osm-tileset-dispose"
18914
18924
  });
18915
18925
  this.featureQueue = [];
18916
18926
  }
@@ -20088,7 +20098,8 @@
20088
20098
  relation: rego.relation,
20089
20099
  entityId: rego.entityId,
20090
20100
  menuItemId: this.item.id,
20091
- requestRender: false
20101
+ requestRender: false,
20102
+ source: "relations-filter"
20092
20103
  });
20093
20104
  }
20094
20105
  }
@@ -20135,7 +20146,8 @@
20135
20146
  }
20136
20147
  this.disposed = true;
20137
20148
  this.register.RemoveRegos({
20138
- menuItemId: this.item.id
20149
+ menuItemId: this.item.id,
20150
+ source: "relations-dispose"
20139
20151
  });
20140
20152
  }
20141
20153
  /**
@@ -20396,7 +20408,7 @@
20396
20408
  menuItemId: this.item.id,
20397
20409
  relation: relation,
20398
20410
  requestRender: false,
20399
- doUpdate: true
20411
+ source: "relations-filter"
20400
20412
  });
20401
20413
  }
20402
20414
  const key = RelationRenderEngine.GetRenderGroupId(relation);
@@ -32218,7 +32230,7 @@
32218
32230
  }
32219
32231
  }
32220
32232
 
32221
- const VERSION = "5.8.2";
32233
+ const VERSION = "5.8.3";
32222
32234
 
32223
32235
  exports.VERSION = VERSION;
32224
32236
  exports.isOutlineChanged = isOutlineChanged;