bruce-cesium 2.1.1 → 2.1.2

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.
@@ -7879,7 +7879,7 @@
7879
7879
  case 6:
7880
7880
  bookmark = _c;
7881
7881
  if (view.DataVersion != bookmark.DataVersion) {
7882
- throw new Error("View and bookmark settings version mismatch.");
7882
+ console.warn("View and bookmark settings version mismatch.");
7883
7883
  }
7884
7884
  enabledIds = [];
7885
7885
  menuItems = [];
@@ -9696,7 +9696,7 @@
9696
9696
  ViewRenderEngine.Render = Render;
9697
9697
  })(exports.ViewRenderEngine || (exports.ViewRenderEngine = {}));
9698
9698
 
9699
- var VERSION = "2.1.1";
9699
+ var VERSION = "2.1.2";
9700
9700
 
9701
9701
  exports.VERSION = VERSION;
9702
9702
  exports.CesiumViewMonitor = CesiumViewMonitor;