bruce-cesium 4.7.7 → 4.7.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 +60 -48
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +59 -47
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/rendering/entity-render-engine.js +28 -26
- package/dist/lib/rendering/entity-render-engine.js.map +1 -1
- package/dist/lib/rendering/getters/entity-filter-getter.js +3 -0
- package/dist/lib/rendering/getters/entity-filter-getter.js.map +1 -1
- package/dist/lib/rendering/render-managers/common/shared-getters.js +2 -1
- package/dist/lib/rendering/render-managers/common/shared-getters.js.map +1 -1
- package/dist/lib/rendering/render-managers/entities/entities-render-manager.js +18 -15
- package/dist/lib/rendering/render-managers/entities/entities-render-manager.js.map +1 -1
- package/dist/lib/rendering/render-managers/tilesets/tileset-cad-render-manager.js +7 -4
- package/dist/lib/rendering/render-managers/tilesets/tileset-cad-render-manager.js.map +1 -1
- package/dist/lib/rendering/visuals-register.js.map +1 -1
- package/dist/types/bruce-cesium.d.ts +1 -1
- package/dist/types/rendering/visuals-register.d.ts +1 -0
- package/package.json +2 -2
package/dist/bruce-cesium.es5.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BruceEvent, Cartes, Entity as Entity$1, Carto, Geometry, MathUtils, LRUCache, Api, Calculator, ClientFile, EntityTag, EntityType, ObjectUtils, Style, ProjectViewTile, DelayQueue, EntityLod, Bounds, ZoomControl, EntityRelationType, ENVIRONMENT, EntityHistoricData, Tileset, EntityCoords, DataLab, EntitySource, MenuItem, EntityRelation, ProgramKey, ProjectView, ProjectViewBookmark, Camera, ProjectViewLegacyTile, EntityAttribute, EntityAttachment, EntityAttachmentType, AbstractApi, Session } from 'bruce-models';
|
|
2
2
|
import * as Cesium from 'cesium';
|
|
3
|
-
import { Cartographic, Cartesian2, Math as Math$1, Cartesian3, CallbackProperty, Color, HeightReference, Rectangle, JulianDate, Entity, DistanceDisplayCondition,
|
|
3
|
+
import { Cartographic, Cartesian2, Math as Math$1, Cartesian3, CallbackProperty, Color, HeightReference, Rectangle, JulianDate, Entity, DistanceDisplayCondition, HorizontalOrigin, VerticalOrigin, ConstantProperty, ClassificationType, ConstantPositionProperty, ArcType, CornerType, ShadowMode, PolygonHierarchy, PolylineGraphics, ColorMaterialProperty, ColorBlendMode, HeadingPitchRoll, Transforms, Model, Primitive, Cesium3DTileFeature, SceneMode, GeoJsonDataSource, Cesium3DTileColorBlendMode, HeadingPitchRange, Cesium3DTileStyle, Ion, KmlDataSource, SceneTransforms, OrthographicFrustum, EasingFunction, NearFarScalar, EllipsoidTerrainProvider, BingMapsImageryProvider, BingMapsStyle, MapboxImageryProvider, MapboxStyleImageryProvider, ArcGisMapServerImageryProvider, OpenStreetMapImageryProvider, UrlTemplateImageryProvider, GridImageryProvider, GeographicTilingScheme, ImageryLayer, TileMapServiceImageryProvider, IonImageryProvider, CesiumTerrainProvider, Cesium3DTileset, Matrix4, Matrix3, IonResource, CesiumInspector, defined, ClockRange, EllipsoidGeodesic, sampleTerrainMostDetailed, PolygonPipeline, BoundingSphere, GeometryInstance, ModelGraphics, PolygonGraphics, CorridorGraphics, PointGraphics, BillboardGraphics, EllipseGraphics, PolylineDashMaterialProperty, Quaternion, ScreenSpaceEventHandler, ScreenSpaceEventType, CzmlDataSource, Intersect, Fullscreen } from 'cesium';
|
|
4
4
|
|
|
5
5
|
/*! *****************************************************************************
|
|
6
6
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -8122,11 +8122,11 @@ var EntityRenderEngine;
|
|
|
8122
8122
|
}
|
|
8123
8123
|
EntityRenderEngine.GetRenderGroupId = GetRenderGroupId;
|
|
8124
8124
|
function Render(params) {
|
|
8125
|
-
var _a, _b, _c, _d, _e, _f;
|
|
8125
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
8126
8126
|
return __awaiter(this, void 0, void 0, function () {
|
|
8127
8127
|
var groupRenderParams, updated, cEntities, models, multiGeometry, polygons, polylines, points, prepareGeometry, i, entity, id, zoomItem, displayType, existingRego, newRenderId, oldRenderId, geometry, mParams, mEntities, i, entity, id, cEntity, _loop_1, i, pParams, pEntities, i, entity, cEntity, pParams, pEntities, i, entity, cEntity, pParams, pEntities, i, entity, cEntity;
|
|
8128
|
-
return __generator(this, function (
|
|
8129
|
-
switch (
|
|
8128
|
+
return __generator(this, function (_j) {
|
|
8129
|
+
switch (_j.label) {
|
|
8130
8130
|
case 0:
|
|
8131
8131
|
groupRenderParams = {
|
|
8132
8132
|
apiGetter: params.apiGetter,
|
|
@@ -8208,8 +8208,9 @@ var EntityRenderEngine;
|
|
|
8208
8208
|
if (!params.force &&
|
|
8209
8209
|
newRenderId == oldRenderId &&
|
|
8210
8210
|
!(existingRego === null || existingRego === void 0 ? void 0 : existingRego.stale) &&
|
|
8211
|
-
// If historic metadata is different then it's also stale.
|
|
8212
|
-
((existingRego === null || existingRego === void 0 ? void 0 : existingRego.historicDateTime) == ((_b = entity.Bruce) === null || _b === void 0 ? void 0 : _b.HistoricDateTime))
|
|
8211
|
+
// If historic/scenario metadata is different then it's also stale.
|
|
8212
|
+
((existingRego === null || existingRego === void 0 ? void 0 : existingRego.historicDateTime) == ((_b = entity.Bruce) === null || _b === void 0 ? void 0 : _b.HistoricDateTime)) &&
|
|
8213
|
+
((existingRego === null || existingRego === void 0 ? void 0 : existingRego.scenario) == ((_c = entity.Bruce) === null || _c === void 0 ? void 0 : _c["Scenario.ID"]))) {
|
|
8213
8214
|
// No sorting category needed. Already rendered the way we want.
|
|
8214
8215
|
cEntities.set(id, existingRego.visual);
|
|
8215
8216
|
}
|
|
@@ -8220,9 +8221,10 @@ var EntityRenderEngine;
|
|
|
8220
8221
|
// Flag as no longer stale as we're unlikely to recreate the rego if we're reusing the graphic.
|
|
8221
8222
|
existingRego.stale = false;
|
|
8222
8223
|
// Update metadata for the same reason.
|
|
8223
|
-
existingRego.historicDateTime = (
|
|
8224
|
-
existingRego.historicAttrKey = (
|
|
8224
|
+
existingRego.historicDateTime = (_d = entity.Bruce) === null || _d === void 0 ? void 0 : _d.HistoricDateTime;
|
|
8225
|
+
existingRego.historicAttrKey = (_e = entity.Bruce) === null || _e === void 0 ? void 0 : _e.HistoricAttrKey;
|
|
8225
8226
|
existingRego.entityTypeId = entity.Bruce["EntityType.ID"];
|
|
8227
|
+
existingRego.scenario = (_f = entity.Bruce) === null || _f === void 0 ? void 0 : _f["Scenario.ID"];
|
|
8226
8228
|
updated.set(id, true);
|
|
8227
8229
|
}
|
|
8228
8230
|
if (displayType == ZoomControl.EDisplayType.Model3D) {
|
|
@@ -8235,7 +8237,7 @@ var EntityRenderEngine;
|
|
|
8235
8237
|
entity: entity,
|
|
8236
8238
|
path: ["Bruce", "VectorGeometry"]
|
|
8237
8239
|
});
|
|
8238
|
-
if ((
|
|
8240
|
+
if ((_g = geometry === null || geometry === void 0 ? void 0 : geometry.MultiGeometry) === null || _g === void 0 ? void 0 : _g.length) {
|
|
8239
8241
|
multiGeometry.push(entity);
|
|
8240
8242
|
}
|
|
8241
8243
|
else {
|
|
@@ -8253,7 +8255,7 @@ var EntityRenderEngine;
|
|
|
8253
8255
|
mParams = __assign(__assign({}, groupRenderParams), { rendered: cEntities, entities: models, entitiesHistoric: params.entitiesHistoric, entityHistoricDrawTrack: params.entityHistoricDrawTrack });
|
|
8254
8256
|
return [4 /*yield*/, Model3d.RenderGroup(mParams)];
|
|
8255
8257
|
case 1:
|
|
8256
|
-
mEntities =
|
|
8258
|
+
mEntities = _j.sent();
|
|
8257
8259
|
for (i = 0; i < mParams.entities.length; i++) {
|
|
8258
8260
|
entity = mParams.entities[i];
|
|
8259
8261
|
id = entity.Bruce.ID;
|
|
@@ -8265,20 +8267,20 @@ var EntityRenderEngine;
|
|
|
8265
8267
|
multiGeometry.push(entity);
|
|
8266
8268
|
}
|
|
8267
8269
|
}
|
|
8268
|
-
|
|
8270
|
+
_j.label = 2;
|
|
8269
8271
|
case 2:
|
|
8270
8272
|
if (!(multiGeometry.length > 0)) return [3 /*break*/, 6];
|
|
8271
8273
|
_loop_1 = function (i) {
|
|
8272
8274
|
var entity, geometry, pParams, zoomItem, j, subEntity, cPoly, rendered, cLines, cPoints, rootEntity_1, firstEntity;
|
|
8273
|
-
return __generator(this, function (
|
|
8274
|
-
switch (
|
|
8275
|
+
return __generator(this, function (_k) {
|
|
8276
|
+
switch (_k.label) {
|
|
8275
8277
|
case 0:
|
|
8276
8278
|
entity = multiGeometry[i];
|
|
8277
8279
|
geometry = Entity$1.GetValue({
|
|
8278
8280
|
entity: entity,
|
|
8279
8281
|
path: ["Bruce", "VectorGeometry"]
|
|
8280
8282
|
});
|
|
8281
|
-
if (!((
|
|
8283
|
+
if (!((_h = geometry === null || geometry === void 0 ? void 0 : geometry.MultiGeometry) === null || _h === void 0 ? void 0 : _h.length)) {
|
|
8282
8284
|
polygons.push(entity);
|
|
8283
8285
|
return [2 /*return*/, "continue"];
|
|
8284
8286
|
}
|
|
@@ -8292,7 +8294,7 @@ var EntityRenderEngine;
|
|
|
8292
8294
|
}
|
|
8293
8295
|
return [4 /*yield*/, Polygon.RenderGroup(pParams)];
|
|
8294
8296
|
case 1:
|
|
8295
|
-
cPoly =
|
|
8297
|
+
cPoly = _k.sent();
|
|
8296
8298
|
Array.from(cPoly.keys()).forEach(function (key) {
|
|
8297
8299
|
if (cPoly.get(key)) {
|
|
8298
8300
|
pParams.entities = pParams.entities.filter(function (e) { return e.Bruce.ID != key; });
|
|
@@ -8301,7 +8303,7 @@ var EntityRenderEngine;
|
|
|
8301
8303
|
rendered = Array.from(cPoly.values());
|
|
8302
8304
|
return [4 /*yield*/, Polyline.RenderGroup(pParams)];
|
|
8303
8305
|
case 2:
|
|
8304
|
-
cLines =
|
|
8306
|
+
cLines = _k.sent();
|
|
8305
8307
|
Array.from(cLines.keys()).forEach(function (key) {
|
|
8306
8308
|
if (cLines.get(key)) {
|
|
8307
8309
|
pParams.entities = pParams.entities.filter(function (e) { return e.Bruce.ID != key; });
|
|
@@ -8311,9 +8313,9 @@ var EntityRenderEngine;
|
|
|
8311
8313
|
if (!!rendered.length) return [3 /*break*/, 4];
|
|
8312
8314
|
return [4 /*yield*/, Point.RenderGroup(pParams)];
|
|
8313
8315
|
case 3:
|
|
8314
|
-
cPoints =
|
|
8316
|
+
cPoints = _k.sent();
|
|
8315
8317
|
rendered = rendered.concat(Array.from(cPoints.values()));
|
|
8316
|
-
|
|
8318
|
+
_k.label = 4;
|
|
8317
8319
|
case 4:
|
|
8318
8320
|
rendered = rendered.filter(function (x) { return x != null; });
|
|
8319
8321
|
if (rendered.length) {
|
|
@@ -8340,13 +8342,13 @@ var EntityRenderEngine;
|
|
|
8340
8342
|
});
|
|
8341
8343
|
};
|
|
8342
8344
|
i = 0;
|
|
8343
|
-
|
|
8345
|
+
_j.label = 3;
|
|
8344
8346
|
case 3:
|
|
8345
8347
|
if (!(i < multiGeometry.length)) return [3 /*break*/, 6];
|
|
8346
8348
|
return [5 /*yield**/, _loop_1(i)];
|
|
8347
8349
|
case 4:
|
|
8348
|
-
|
|
8349
|
-
|
|
8350
|
+
_j.sent();
|
|
8351
|
+
_j.label = 5;
|
|
8350
8352
|
case 5:
|
|
8351
8353
|
i++;
|
|
8352
8354
|
return [3 /*break*/, 3];
|
|
@@ -8355,7 +8357,7 @@ var EntityRenderEngine;
|
|
|
8355
8357
|
pParams = __assign(__assign({}, groupRenderParams), { entities: polygons, rendered: cEntities });
|
|
8356
8358
|
return [4 /*yield*/, Polygon.RenderGroup(pParams)];
|
|
8357
8359
|
case 7:
|
|
8358
|
-
pEntities =
|
|
8360
|
+
pEntities = _j.sent();
|
|
8359
8361
|
for (i = 0; i < pParams.entities.length; i++) {
|
|
8360
8362
|
entity = pParams.entities[i];
|
|
8361
8363
|
cEntity = pEntities.get(entity.Bruce.ID);
|
|
@@ -8366,13 +8368,13 @@ var EntityRenderEngine;
|
|
|
8366
8368
|
polylines.push(entity);
|
|
8367
8369
|
}
|
|
8368
8370
|
}
|
|
8369
|
-
|
|
8371
|
+
_j.label = 8;
|
|
8370
8372
|
case 8:
|
|
8371
8373
|
if (!(polylines.length > 0)) return [3 /*break*/, 10];
|
|
8372
8374
|
pParams = __assign(__assign({}, groupRenderParams), { entities: polylines, rendered: cEntities });
|
|
8373
8375
|
return [4 /*yield*/, Polyline.RenderGroup(pParams)];
|
|
8374
8376
|
case 9:
|
|
8375
|
-
pEntities =
|
|
8377
|
+
pEntities = _j.sent();
|
|
8376
8378
|
for (i = 0; i < pParams.entities.length; i++) {
|
|
8377
8379
|
entity = pParams.entities[i];
|
|
8378
8380
|
cEntity = pEntities.get(entity.Bruce.ID);
|
|
@@ -8383,13 +8385,13 @@ var EntityRenderEngine;
|
|
|
8383
8385
|
points.push(entity);
|
|
8384
8386
|
}
|
|
8385
8387
|
}
|
|
8386
|
-
|
|
8388
|
+
_j.label = 10;
|
|
8387
8389
|
case 10:
|
|
8388
8390
|
if (!(points.length > 0)) return [3 /*break*/, 12];
|
|
8389
8391
|
pParams = __assign(__assign({}, groupRenderParams), { entities: points, rendered: cEntities, entitiesHistoric: params.entitiesHistoric, entityHistoricDrawTrack: params.entityHistoricDrawTrack });
|
|
8390
8392
|
return [4 /*yield*/, Point.RenderGroup(pParams)];
|
|
8391
8393
|
case 11:
|
|
8392
|
-
pEntities =
|
|
8394
|
+
pEntities = _j.sent();
|
|
8393
8395
|
for (i = 0; i < pParams.entities.length; i++) {
|
|
8394
8396
|
entity = pParams.entities[i];
|
|
8395
8397
|
cEntity = pEntities.get(entity.Bruce.ID);
|
|
@@ -8397,7 +8399,7 @@ var EntityRenderEngine;
|
|
|
8397
8399
|
cEntities.set(entity.Bruce.ID, cEntity);
|
|
8398
8400
|
}
|
|
8399
8401
|
}
|
|
8400
|
-
|
|
8402
|
+
_j.label = 12;
|
|
8401
8403
|
case 12: return [2 /*return*/, {
|
|
8402
8404
|
entities: cEntities,
|
|
8403
8405
|
updated: updated
|
|
@@ -12630,7 +12632,7 @@ var EntitiesRenderManager;
|
|
|
12630
12632
|
};
|
|
12631
12633
|
toForceUpdate = [];
|
|
12632
12634
|
register = function (thing) {
|
|
12633
|
-
var _a, _b, _c, _d;
|
|
12635
|
+
var _a, _b, _c, _d, _e, _f;
|
|
12634
12636
|
// See if the cesium entity already exists in a group.
|
|
12635
12637
|
var group = groups.find(function (x) { var _a; return ((_a = x.visual) === null || _a === void 0 ? void 0 : _a.id) == thing.id || x.siblings.find(function (x) { return (x === null || x === void 0 ? void 0 : x.id) == thing.id; }); });
|
|
12636
12638
|
if (group) {
|
|
@@ -12671,7 +12673,8 @@ var EntitiesRenderManager;
|
|
|
12671
12673
|
defaultToId: false
|
|
12672
12674
|
})) !== null && _d !== void 0 ? _d : "Unnamed Entity" : "Unnamed Entity",
|
|
12673
12675
|
cdn: _this.item.cdnEnabled,
|
|
12674
|
-
collection: source.entities
|
|
12676
|
+
collection: source.entities,
|
|
12677
|
+
scenario: (_f = (_e = group.data) === null || _e === void 0 ? void 0 : _e.Bruce) === null || _f === void 0 ? void 0 : _f["Scenario.ID"]
|
|
12675
12678
|
};
|
|
12676
12679
|
group.rego = rego;
|
|
12677
12680
|
_this.visualsManager.AddRego({
|
|
@@ -12721,12 +12724,12 @@ var EntitiesRenderManager;
|
|
|
12721
12724
|
* @returns
|
|
12722
12725
|
*/
|
|
12723
12726
|
Manager.prototype.renderAsIndividuals = function (entities, force) {
|
|
12724
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
12727
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
|
|
12725
12728
|
if (force === void 0) { force = false; }
|
|
12726
12729
|
return __awaiter(this, void 0, void 0, function () {
|
|
12727
|
-
var entitiesHistoric, startTmp, stopTmp, startStr, stopStr, historicData, toRemoveIds_1, i, removeId, toRemoveIds_2, i, removeId,
|
|
12728
|
-
return __generator(this, function (
|
|
12729
|
-
switch (
|
|
12730
|
+
var entitiesHistoric, startTmp, stopTmp, startStr, stopStr, historicData, toRemoveIds_1, i, removeId, toRemoveIds_2, i, removeId, _q, updated, cEntities, i, entity, id, cEntity, rego, visual, wasClustered, tagIds, rego_1;
|
|
12731
|
+
return __generator(this, function (_r) {
|
|
12732
|
+
switch (_r.label) {
|
|
12730
12733
|
case 0:
|
|
12731
12734
|
entitiesHistoric = {};
|
|
12732
12735
|
if (!(((_a = this.item.BruceEntity) === null || _a === void 0 ? void 0 : _a.historicAttrKey) && entities.length)) return [3 /*break*/, 3];
|
|
@@ -12743,7 +12746,7 @@ var EntitiesRenderManager;
|
|
|
12743
12746
|
api: this.apiGetter.getApi()
|
|
12744
12747
|
})];
|
|
12745
12748
|
case 1:
|
|
12746
|
-
historicData =
|
|
12749
|
+
historicData = _r.sent();
|
|
12747
12750
|
entitiesHistoric = historicData.recordsByIds;
|
|
12748
12751
|
toRemoveIds_1 = entities.filter(function (x) { var _a; return !((_a = x.Bruce) === null || _a === void 0 ? void 0 : _a.HistoricAttrKey) && !entitiesHistoric[x.Bruce.ID]; }).map(function (x) { return x.Bruce.ID; });
|
|
12749
12752
|
for (i = 0; i < toRemoveIds_1.length; i++) {
|
|
@@ -12769,7 +12772,7 @@ var EntitiesRenderManager;
|
|
|
12769
12772
|
(_c = this.clustering) === null || _c === void 0 ? void 0 : _c.RemoveEntity(removeId, false);
|
|
12770
12773
|
}
|
|
12771
12774
|
entities = entities.filter(function (x) { return !toRemoveIds_2.includes(x.Bruce.ID); });
|
|
12772
|
-
|
|
12775
|
+
_r.label = 3;
|
|
12773
12776
|
case 3:
|
|
12774
12777
|
if (this.disposed) {
|
|
12775
12778
|
this.doDispose();
|
|
@@ -12790,7 +12793,7 @@ var EntitiesRenderManager;
|
|
|
12790
12793
|
optimizeTolerance: this.item.optimizeTolerance,
|
|
12791
12794
|
})];
|
|
12792
12795
|
case 4:
|
|
12793
|
-
|
|
12796
|
+
_q = _r.sent(), updated = _q.updated, cEntities = _q.entities;
|
|
12794
12797
|
if (this.disposed) {
|
|
12795
12798
|
this.doDispose();
|
|
12796
12799
|
return [2 /*return*/];
|
|
@@ -12823,7 +12826,8 @@ var EntitiesRenderManager;
|
|
|
12823
12826
|
name: cEntity.name,
|
|
12824
12827
|
cdn: this.item.cdnEnabled,
|
|
12825
12828
|
historicDateTime: (_f = entity.Bruce) === null || _f === void 0 ? void 0 : _f.HistoricDateTime,
|
|
12826
|
-
historicAttrKey: (_g = entity.Bruce) === null || _g === void 0 ? void 0 : _g.HistoricAttrKey
|
|
12829
|
+
historicAttrKey: (_g = entity.Bruce) === null || _g === void 0 ? void 0 : _g.HistoricAttrKey,
|
|
12830
|
+
scenario: (_h = entity.Bruce) === null || _h === void 0 ? void 0 : _h["Scenario.ID"]
|
|
12827
12831
|
};
|
|
12828
12832
|
this.visualsManager.AddRego({
|
|
12829
12833
|
rego: rego_1,
|
|
@@ -12834,11 +12838,12 @@ var EntitiesRenderManager;
|
|
|
12834
12838
|
rego.name = cEntity.name;
|
|
12835
12839
|
rego.visual = cEntity;
|
|
12836
12840
|
rego.entityTypeId = entity.Bruce["EntityType.ID"];
|
|
12837
|
-
rego.tagIds = ((
|
|
12838
|
-
rego.historicDateTime = (
|
|
12839
|
-
rego.historicAttrKey = (
|
|
12841
|
+
rego.tagIds = ((_j = entity.Bruce) === null || _j === void 0 ? void 0 : _j["Layer.ID"]) ? [].concat(entity.Bruce["Layer.ID"]) : [];
|
|
12842
|
+
rego.historicDateTime = (_k = entity.Bruce) === null || _k === void 0 ? void 0 : _k.HistoricDateTime;
|
|
12843
|
+
rego.historicAttrKey = (_l = entity.Bruce) === null || _l === void 0 ? void 0 : _l.HistoricAttrKey;
|
|
12840
12844
|
rego.cdn = this.item.cdnEnabled;
|
|
12841
|
-
rego.schemaId = (
|
|
12845
|
+
rego.schemaId = (_m = entity.Bruce) === null || _m === void 0 ? void 0 : _m.SchemaID;
|
|
12846
|
+
rego.scenario = (_o = entity.Bruce) === null || _o === void 0 ? void 0 : _o["Scenario.ID"];
|
|
12842
12847
|
// Marked as stale meaning some change was performed that requires a refresh.
|
|
12843
12848
|
// This usually means a new sibling was added that we need to update.
|
|
12844
12849
|
if (rego.stale) {
|
|
@@ -12868,7 +12873,7 @@ var EntitiesRenderManager;
|
|
|
12868
12873
|
menuItemId: this.item.id,
|
|
12869
12874
|
requestRender: false
|
|
12870
12875
|
});
|
|
12871
|
-
(
|
|
12876
|
+
(_p = this.clustering) === null || _p === void 0 ? void 0 : _p.RemoveEntity(id, false);
|
|
12872
12877
|
}
|
|
12873
12878
|
}
|
|
12874
12879
|
this.viewer.scene.requestRender();
|
|
@@ -15992,7 +15997,7 @@ var TilesetCadRenderManager;
|
|
|
15992
15997
|
*/
|
|
15993
15998
|
Manager.prototype.mapTilesetFeature = function (feature, add) {
|
|
15994
15999
|
var _this = this;
|
|
15995
|
-
var _a, _b, _c, _d, _e;
|
|
16000
|
+
var _a, _b, _c, _d, _e, _f;
|
|
15996
16001
|
var rego = {
|
|
15997
16002
|
entityId: null,
|
|
15998
16003
|
entityTypeId: null,
|
|
@@ -16003,10 +16008,13 @@ var TilesetCadRenderManager;
|
|
|
16003
16008
|
accountId: (_b = (_a = this.item.tileset) === null || _a === void 0 ? void 0 : _a.ClientAccountID) !== null && _b !== void 0 ? _b : this.getters.GetAccountId(),
|
|
16004
16009
|
tilesetId: (_c = this.item.tileset) === null || _c === void 0 ? void 0 : _c.TilesetID,
|
|
16005
16010
|
tilesetType: Tileset.EType.Cad,
|
|
16006
|
-
rootId: this.rootId
|
|
16011
|
+
rootId: this.rootId,
|
|
16012
|
+
// TODO: Scenario is tied to the record, not to the Tileset.
|
|
16013
|
+
// So we need a way to update it when we load the record from styling.
|
|
16014
|
+
scenario: (_d = this.item.BruceEntity) === null || _d === void 0 ? void 0 : _d["Scenario.ID"]
|
|
16007
16015
|
};
|
|
16008
16016
|
var featureAny = feature;
|
|
16009
|
-
var propertyNames = featureAny.getPropertyNames ? featureAny.getPropertyNames() : (
|
|
16017
|
+
var propertyNames = featureAny.getPropertyNames ? featureAny.getPropertyNames() : (_e = featureAny.getPropertyIds) === null || _e === void 0 ? void 0 : _e.call(featureAny);
|
|
16010
16018
|
if (!propertyNames) {
|
|
16011
16019
|
return null;
|
|
16012
16020
|
}
|
|
@@ -16054,7 +16062,7 @@ var TilesetCadRenderManager;
|
|
|
16054
16062
|
}
|
|
16055
16063
|
// Optional menu item restriction.
|
|
16056
16064
|
// Allows only showing certain entities from a tileset.
|
|
16057
|
-
var onlyIds = (
|
|
16065
|
+
var onlyIds = (_f = this.item.BruceEntity) === null || _f === void 0 ? void 0 : _f.EntityIds;
|
|
16058
16066
|
if ((onlyIds === null || onlyIds === void 0 ? void 0 : onlyIds.length) && !onlyIds.includes(rego.entityId)) {
|
|
16059
16067
|
if (this.item.BruceEntity.Ghosts) {
|
|
16060
16068
|
feature.color = Color.WHITE.clone().withAlpha(0.5);
|
|
@@ -17074,6 +17082,9 @@ var EntityFilterGetter;
|
|
|
17074
17082
|
*/
|
|
17075
17083
|
Getter.prototype.emitHistoricData = function () {
|
|
17076
17084
|
var _this = this;
|
|
17085
|
+
if (!this.GetMenuItems().length) {
|
|
17086
|
+
return;
|
|
17087
|
+
}
|
|
17077
17088
|
var integrity = this.getIntegrityId();
|
|
17078
17089
|
// Gathered ID does't match current one.
|
|
17079
17090
|
if (this.gatheredIntegrity != integrity) {
|
|
@@ -17243,7 +17254,8 @@ var SharedGetters;
|
|
|
17243
17254
|
attrFilter: params.attrFilter,
|
|
17244
17255
|
historicAttrKey: params.historicAttrKey,
|
|
17245
17256
|
historicInterpolation: params.historicInterpolation,
|
|
17246
|
-
viaCdn: params.cdn
|
|
17257
|
+
viaCdn: params.cdn,
|
|
17258
|
+
scenario: params.scenario,
|
|
17247
17259
|
});
|
|
17248
17260
|
this.data[cacheKey] = getter;
|
|
17249
17261
|
/**
|
|
@@ -28626,7 +28638,7 @@ var WidgetViewBar = /** @class */ (function (_super) {
|
|
|
28626
28638
|
return WidgetViewBar;
|
|
28627
28639
|
}(Widget.AWidget));
|
|
28628
28640
|
|
|
28629
|
-
var VERSION = "4.7.
|
|
28641
|
+
var VERSION = "4.7.9";
|
|
28630
28642
|
|
|
28631
28643
|
export { VERSION, CesiumViewMonitor, ViewerUtils, ViewerEventTracker, MenuItemManager, EntityRenderEngine, EntityRenderEnginePoint, EntityRenderEnginePolyline, EntityRenderEnginePolygon, EntityRenderEngineModel3d, MenuItemCreator, VisualsRegister, RenderManager, EntitiesIdsRenderManager, DataLabRenderManager, EntitiesLoadedRenderManager, EntitiesRenderManager, EntityRenderManager, TilesetCadRenderManager, TilesetArbRenderManager, TilesetEntitiesRenderManager, TilesetOsmRenderManager, TilesetPointcloudRenderManager, TilesetGooglePhotosRenderManager, DataSourceStaticKmlManager, GoogleSearchRenderManager, RelationsRenderManager, SharedGetters, CesiumParabola, EntityLabel, ViewRenderEngine, TileRenderEngine, TilesetRenderEngine, CESIUM_INSPECTOR_KEY, CESIUM_TIMELINE_KEY, ViewUtils, DrawingUtils, MeasureUtils, EntityUtils, CesiumEntityStyler, CesiumAnimatedProperty, CesiumAnimatedInOut, Draw3dPolygon, Draw3dPolyline, MeasureCreator, Widget, VIEWER_BOOKMARKS_WIDGET_KEY, WidgetBookmarks, WidgetBranding, WidgetCursorBar, WidgetEmbeddedInfoView, WidgetInfoView, WidgetNavCompass$$1 as WidgetNavCompass, VIEWER_VIEW_BAR_WIDGET_KEY, WidgetViewBar, WidgetControlViewBar, WidgetControlViewBarSearch, VIEWER_LEFT_PANEL_WIDGET_KEY, VIEWER_LEFT_PANEL_CSS_VAR_LEFT, WidgetLeftPanel, WidgetLeftPanelTab, WidgetLeftPanelTabBookmarks };
|
|
28632
28644
|
//# sourceMappingURL=bruce-cesium.es5.js.map
|