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.
- package/dist/bruce-cesium.es5.js +4 -4
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +2 -2
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/rendering/render-managers/common/entity-label.js +1 -1
- package/dist/types/bruce-cesium.d.ts +1 -1
- package/package.json +1 -1
package/dist/lib/bruce-cesium.js
CHANGED
|
@@ -62,5 +62,5 @@ __exportStar(require("./widgets/widget-searchbar"), exports);
|
|
|
62
62
|
__exportStar(require("./widgets/widget-left-panel"), exports);
|
|
63
63
|
__exportStar(require("./widgets/left-panel-tabs/widget-left-panel-tab"), exports);
|
|
64
64
|
__exportStar(require("./widgets/left-panel-tabs/widget-left-panel-tab-bookmarks"), exports);
|
|
65
|
-
exports.VERSION = "4.3.
|
|
65
|
+
exports.VERSION = "4.3.9";
|
|
66
66
|
//# sourceMappingURL=bruce-cesium.js.map
|
|
@@ -513,7 +513,7 @@ var EntityLabel;
|
|
|
513
513
|
// If we're pre-positioned that means the user is hovering over the entity.
|
|
514
514
|
// We will keep the height low to avoid looking goofy.
|
|
515
515
|
if (_this.prePositioned) {
|
|
516
|
-
addHeight = distance /
|
|
516
|
+
addHeight = distance / 24;
|
|
517
517
|
}
|
|
518
518
|
else {
|
|
519
519
|
// If known then calculate based on size.
|
|
@@ -45,4 +45,4 @@ export * from "./widgets/widget-searchbar";
|
|
|
45
45
|
export * from "./widgets/widget-left-panel";
|
|
46
46
|
export * from "./widgets/left-panel-tabs/widget-left-panel-tab";
|
|
47
47
|
export * from "./widgets/left-panel-tabs/widget-left-panel-tab-bookmarks";
|
|
48
|
-
export declare const VERSION = "4.3.
|
|
48
|
+
export declare const VERSION = "4.3.9";
|