bruce-cesium 3.6.3 → 3.6.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.
@@ -15626,6 +15626,13 @@
15626
15626
  enumerable: false,
15627
15627
  configurable: true
15628
15628
  });
15629
+ Object.defineProperty(Manager.prototype, "DataProvider", {
15630
+ get: function () {
15631
+ return this.dataProvider;
15632
+ },
15633
+ enumerable: false,
15634
+ configurable: true
15635
+ });
15629
15636
  Manager.prototype.Dispose = function () {
15630
15637
  if (this.disposed) {
15631
15638
  return;
@@ -15681,6 +15688,7 @@
15681
15688
  return [2 /*return*/];
15682
15689
  }
15683
15690
  this.viewer.scene.primitives.add(i3sProvider);
15691
+ this.dataProvider = i3sProvider;
15684
15692
  return [2 /*return*/];
15685
15693
  }
15686
15694
  });
@@ -22147,7 +22155,7 @@
22147
22155
  ViewRenderEngine.Render = Render;
22148
22156
  })(exports.ViewRenderEngine || (exports.ViewRenderEngine = {}));
22149
22157
 
22150
- var VERSION = "3.6.3";
22158
+ var VERSION = "3.6.4";
22151
22159
 
22152
22160
  exports.VERSION = VERSION;
22153
22161
  exports.CesiumParabola = CesiumParabola;