bruce-cesium 4.3.8 → 4.3.9

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.
@@ -8566,7 +8566,7 @@
8566
8566
  // If we're pre-positioned that means the user is hovering over the entity.
8567
8567
  // We will keep the height low to avoid looking goofy.
8568
8568
  if (_this.prePositioned) {
8569
- addHeight = distance / 12;
8569
+ addHeight = distance / 24;
8570
8570
  }
8571
8571
  else {
8572
8572
  // If known then calculate based on size.
@@ -26260,7 +26260,7 @@
26260
26260
  ViewerUtils.AssertIonToken = AssertIonToken;
26261
26261
  })(exports.ViewerUtils || (exports.ViewerUtils = {}));
26262
26262
 
26263
- var VERSION = "4.3.8";
26263
+ var VERSION = "4.3.9";
26264
26264
 
26265
26265
  exports.VERSION = VERSION;
26266
26266
  exports.CesiumParabola = CesiumParabola;