bruce-cesium 3.2.0 → 3.2.1

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.
@@ -11548,18 +11548,18 @@
11548
11548
  console.error(e);
11549
11549
  }
11550
11550
  });
11551
+ this.cTileset.tileLoad.addEventListener(function (tile) {
11552
+ try {
11553
+ _this.mapCTile(tile);
11554
+ }
11555
+ catch (e) {
11556
+ console.error(e);
11557
+ }
11558
+ });
11551
11559
  return [2 /*return*/];
11552
11560
  }
11553
11561
  });
11554
11562
  }); })();
11555
- this.cTileset.tileLoad.addEventListener(function (tile) {
11556
- try {
11557
- _this.mapCTile(tile);
11558
- }
11559
- catch (e) {
11560
- console.error(e);
11561
- }
11562
- });
11563
11563
  };
11564
11564
  Manager.prototype.onCTilesetLoad = function () {
11565
11565
  if (this.item.FlyTo) {
@@ -19158,7 +19158,7 @@
19158
19158
  CesiumViewMonitor.Monitor = Monitor;
19159
19159
  })(exports.CesiumViewMonitor || (exports.CesiumViewMonitor = {}));
19160
19160
 
19161
- var VERSION$1 = "3.2.0";
19161
+ var VERSION$1 = "3.2.1";
19162
19162
 
19163
19163
  exports.VERSION = VERSION$1;
19164
19164
  exports.CesiumParabola = CesiumParabola;