bruce-cesium 2.2.3 → 2.2.4

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.
@@ -6605,6 +6605,7 @@
6605
6605
  }
6606
6606
  settings = tileset.settings;
6607
6607
  rootId = settings.rootEntityId;
6608
+ this.rootId = rootId;
6608
6609
  return [4 /*yield*/, bruceModels.EntityCoords.GetEntityCoords({
6609
6610
  api: api,
6610
6611
  rootEntityId: rootId
@@ -6687,7 +6688,8 @@
6687
6688
  priority: 0,
6688
6689
  visual: feature,
6689
6690
  accountId: (_b = (_a = this.item.tileset) === null || _a === void 0 ? void 0 : _a.ClientAccountID) !== null && _b !== void 0 ? _b : this.apiGetter.accountId,
6690
- tilesetId: (_c = this.item.tileset) === null || _c === void 0 ? void 0 : _c.TilesetID
6691
+ tilesetId: (_c = this.item.tileset) === null || _c === void 0 ? void 0 : _c.TilesetID,
6692
+ rootId: this.rootId
6691
6693
  };
6692
6694
  var featureAny = feature;
6693
6695
  var propertyNames = featureAny.getPropertyNames ? featureAny.getPropertyNames() : (_d = featureAny.getPropertyIds) === null || _d === void 0 ? void 0 : _d.call(featureAny);
@@ -10818,7 +10820,7 @@
10818
10820
  ViewRenderEngine.Render = Render;
10819
10821
  })(exports.ViewRenderEngine || (exports.ViewRenderEngine = {}));
10820
10822
 
10821
- var VERSION = "2.2.2";
10823
+ var VERSION = "2.2.4";
10822
10824
 
10823
10825
  exports.VERSION = VERSION;
10824
10826
  exports.CesiumViewMonitor = CesiumViewMonitor;