bruce-cesium 3.3.5 → 3.3.6

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.
@@ -9832,7 +9832,7 @@
9832
9832
  return [3 /*break*/, 15];
9833
9833
  }
9834
9834
  styleMap = styleMapping[i];
9835
- if (!(!styleMap.style && styleMap.StyleID > 0)) return [3 /*break*/, 13];
9835
+ if (!(!styleMap.style && styleMap.StyleID != -1)) return [3 /*break*/, 13];
9836
9836
  styleId = styleMap.StyleID;
9837
9837
  if (!!styleId) return [3 /*break*/, 9];
9838
9838
  _c.label = 6;
@@ -19974,7 +19974,7 @@
19974
19974
  CesiumViewMonitor.Monitor = Monitor;
19975
19975
  })(exports.CesiumViewMonitor || (exports.CesiumViewMonitor = {}));
19976
19976
 
19977
- var VERSION$1 = "3.3.5";
19977
+ var VERSION$1 = "3.3.6";
19978
19978
 
19979
19979
  exports.VERSION = VERSION$1;
19980
19980
  exports.CesiumParabola = CesiumParabola;