bruce-cesium 2.7.9 → 2.8.0
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 -3
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +1 -2
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/rendering/render-managers/other/relations-render-manager.js +0 -1
- package/dist/lib/rendering/render-managers/other/relations-render-manager.js.map +1 -1
- package/dist/types/bruce-cesium.d.ts +1 -1
- package/package.json +1 -1
package/dist/bruce-cesium.umd.js
CHANGED
|
@@ -9144,7 +9144,6 @@
|
|
|
9144
9144
|
drawnIds.push(rego.entityId);
|
|
9145
9145
|
if (rego.relation) {
|
|
9146
9146
|
drawnIds.push(rego.relation["Principal.Entity.ID"]);
|
|
9147
|
-
drawnIds.push(rego.relation["Related.Entity.ID"]);
|
|
9148
9147
|
}
|
|
9149
9148
|
}
|
|
9150
9149
|
}
|
|
@@ -15428,7 +15427,7 @@
|
|
|
15428
15427
|
ViewerUtils.CreateWidgets = CreateWidgets;
|
|
15429
15428
|
})(exports.ViewerUtils || (exports.ViewerUtils = {}));
|
|
15430
15429
|
|
|
15431
|
-
var VERSION$1 = "2.
|
|
15430
|
+
var VERSION$1 = "2.8.0";
|
|
15432
15431
|
|
|
15433
15432
|
exports.VERSION = VERSION$1;
|
|
15434
15433
|
exports.CesiumViewMonitor = CesiumViewMonitor;
|