bruce-cesium 5.3.1 → 5.3.2
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 +5 -5
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +4 -4
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/rendering/render-managers/tilesets/tileset-cad-render-manager.js +3 -3
- package/dist/lib/rendering/render-managers/tilesets/tileset-cad-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
|
@@ -17229,9 +17229,9 @@
|
|
|
17229
17229
|
};
|
|
17230
17230
|
this.treeNodeByGeomId[node.geomId] = cache;
|
|
17231
17231
|
this.treeNodeByEntityId[node.id] = cache;
|
|
17232
|
-
|
|
17233
|
-
|
|
17234
|
-
|
|
17232
|
+
if (!firstFoundCollapsedBranch && node.collapsed) {
|
|
17233
|
+
firstFoundCollapsedBranch = cache;
|
|
17234
|
+
}
|
|
17235
17235
|
}
|
|
17236
17236
|
if (node.children) {
|
|
17237
17237
|
for (let i = 0; i < node.children.length; i++) {
|
|
@@ -29910,7 +29910,7 @@
|
|
|
29910
29910
|
}
|
|
29911
29911
|
}
|
|
29912
29912
|
|
|
29913
|
-
const VERSION = "5.3.
|
|
29913
|
+
const VERSION = "5.3.2";
|
|
29914
29914
|
|
|
29915
29915
|
exports.VERSION = VERSION;
|
|
29916
29916
|
exports.isHistoricMetadataChanged = isHistoricMetadataChanged;
|