bruce-cesium 6.1.1 → 6.1.3
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 +2 -2
- 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/lib/rendering/render-managers/common/entity-label.js.map +1 -1
- package/dist/types/bruce-cesium.d.ts +1 -1
- package/package.json +2 -2
package/dist/bruce-cesium.umd.js
CHANGED
|
@@ -9989,7 +9989,7 @@
|
|
|
9989
9989
|
this.prePositioned = !isNaN((_a = params.pos3d) === null || _a === void 0 ? void 0 : _a.x);
|
|
9990
9990
|
this.createLabel(params.pos3d);
|
|
9991
9991
|
if (!params.api && !BModels.ENVIRONMENT.IS_SELF_MANAGED) {
|
|
9992
|
-
|
|
9992
|
+
this.api = BModels.ENVIRONMENT.Api().GetBruceApi();
|
|
9993
9993
|
}
|
|
9994
9994
|
}
|
|
9995
9995
|
/**
|
|
@@ -33450,7 +33450,7 @@
|
|
|
33450
33450
|
}
|
|
33451
33451
|
}
|
|
33452
33452
|
|
|
33453
|
-
const VERSION = "6.1.
|
|
33453
|
+
const VERSION = "6.1.3";
|
|
33454
33454
|
|
|
33455
33455
|
exports.VERSION = VERSION;
|
|
33456
33456
|
exports.isOutlineChanged = isOutlineChanged;
|