bruce-cesium 3.3.9 → 3.4.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 +6 -5
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +5 -4
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/rendering/tileset-render-engine.js +4 -3
- package/dist/lib/rendering/tileset-render-engine.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
|
@@ -10248,7 +10248,7 @@
|
|
|
10248
10248
|
Styler.prototype.loadStyles = function () {
|
|
10249
10249
|
var _a, _b;
|
|
10250
10250
|
return __awaiter(this, void 0, void 0, function () {
|
|
10251
|
-
var counter, fallbackStyleId, data, e_1, styleMapping, modelTree, entityTypeIds, _loop_2, i, i, styleMap, styleId, entityType, e_2, data, e_3;
|
|
10251
|
+
var counter, fallbackStyleId, data, e_1, styleMapping, modelTree, entityTypeIds, _loop_2, this_2, i, i, styleMap, styleId, entityType, e_2, data, e_3;
|
|
10252
10252
|
return __generator(this, function (_c) {
|
|
10253
10253
|
switch (_c.label) {
|
|
10254
10254
|
case 0:
|
|
@@ -10293,11 +10293,12 @@
|
|
|
10293
10293
|
if (styleMapping.findIndex(function (x) { return x.EntityTypeID == entityTypeId; }) <= -1) {
|
|
10294
10294
|
styleMapping.push({
|
|
10295
10295
|
EntityTypeID: entityTypeId,
|
|
10296
|
-
StyleID:
|
|
10297
|
-
style:
|
|
10296
|
+
StyleID: this_2.fallbackStyle ? fallbackStyleId : 0,
|
|
10297
|
+
style: this_2.fallbackStyle
|
|
10298
10298
|
});
|
|
10299
10299
|
}
|
|
10300
10300
|
};
|
|
10301
|
+
this_2 = this;
|
|
10301
10302
|
for (i = 0; i < entityTypeIds.length; i++) {
|
|
10302
10303
|
_loop_2(i);
|
|
10303
10304
|
}
|
|
@@ -20487,7 +20488,7 @@
|
|
|
20487
20488
|
CesiumViewMonitor.Monitor = Monitor;
|
|
20488
20489
|
})(exports.CesiumViewMonitor || (exports.CesiumViewMonitor = {}));
|
|
20489
20490
|
|
|
20490
|
-
var VERSION$1 = "3.
|
|
20491
|
+
var VERSION$1 = "3.4.0";
|
|
20491
20492
|
|
|
20492
20493
|
exports.VERSION = VERSION$1;
|
|
20493
20494
|
exports.CesiumParabola = CesiumParabola;
|