bruce-cesium 6.0.1 → 6.0.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 +41 -55
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +39 -51
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/rendering/render-managers/entities/entities-loaded-render-manager.js +3 -6
- package/dist/lib/rendering/render-managers/entities/entities-loaded-render-manager.js.map +1 -1
- package/dist/lib/rendering/render-managers/entities/entities-render-manager.js +3 -6
- package/dist/lib/rendering/render-managers/entities/entities-render-manager.js.map +1 -1
- package/dist/lib/rendering/render-managers/other/relations-render-manager.js +3 -7
- package/dist/lib/rendering/render-managers/other/relations-render-manager.js.map +1 -1
- package/dist/lib/rendering/render-managers/tilesets/tileset-cad-render-manager.js +2 -2
- package/dist/lib/rendering/render-managers/tilesets/tileset-cad-render-manager.js.map +1 -1
- package/dist/lib/rendering/render-managers/tilesets/tileset-osm-render-manager.js +1 -3
- package/dist/lib/rendering/render-managers/tilesets/tileset-osm-render-manager.js.map +1 -1
- package/dist/lib/rendering/visuals-register.js +27 -31
- 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 +29 -32
- package/package.json +1 -1
package/dist/bruce-cesium.es5.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BruceEvent, Cartes, Entity as Entity$1, ProjectViewTile, Carto, Geometry, MathUtils, LRUCache, Api, Calculator, ClientFile, EntityTag, EntityType, ObjectUtils, Style, DelayQueue, EntityLod, Bounds, ZoomControl, EntityRelationType, ENVIRONMENT, EntityHistoricData, Tileset, EntityCoords, DataLab, EntitySource, MenuItem, EntityRelation, ProgramKey, ProjectView, ProjectViewBookmark, Camera, ProjectViewLegacyTile, EntityAttachment, EntityAttachmentType, EntityAttribute, 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, HorizontalOrigin, VerticalOrigin, ConstantProperty, ClassificationType, ConstantPositionProperty, ArcType, CornerType, ShadowMode, PolygonHierarchy, PolylineGraphics, ColorMaterialProperty, ColorBlendMode, HeadingPitchRoll, Transforms, Model, Primitive, Cesium3DTileFeature, SceneMode, GeoJsonDataSource, Cesium3DTileStyle,
|
|
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, Cesium3DTileStyle, Cesium3DTileColorBlendMode, HeadingPitchRange, Ion, KmlDataSource, Quaternion, Matrix3, Matrix4, SceneTransforms, OrthographicFrustum, EasingFunction, NearFarScalar, EllipsoidTerrainProvider, IonImageryProvider, createWorldImagery, createWorldImageryAsync, BingMapsImageryProvider, BingMapsStyle, MapboxImageryProvider, MapboxStyleImageryProvider, ArcGisMapServerImageryProvider, OpenStreetMapImageryProvider, UrlTemplateImageryProvider, GridImageryProvider, GeographicTilingScheme, ImageryLayer, TileMapServiceImageryProvider, CesiumTerrainProvider, IonResource, Cesium3DTileset, CesiumInspector, defined, ClockRange, EllipsoidGeodesic, sampleTerrainMostDetailed, PolygonPipeline, BoundingSphere, GeometryInstance, ModelGraphics, PolygonGraphics, CorridorGraphics, PointGraphics, BillboardGraphics, EllipseGraphics, PolylineDashMaterialProperty, ScreenSpaceEventHandler, ScreenSpaceEventType, CzmlDataSource, Intersect, Fullscreen } from 'cesium';
|
|
4
4
|
|
|
5
5
|
const TIME_LAG = 300;
|
|
6
6
|
const POSITION_CHECK_TIMER = 950;
|
|
@@ -10744,22 +10744,6 @@ var CesiumAnimatedInOut;
|
|
|
10744
10744
|
CesiumAnimatedInOut.AnimateOut = AnimateOut;
|
|
10745
10745
|
})(CesiumAnimatedInOut || (CesiumAnimatedInOut = {}));
|
|
10746
10746
|
|
|
10747
|
-
// Enum for update source types
|
|
10748
|
-
var UpdateSource;
|
|
10749
|
-
(function (UpdateSource) {
|
|
10750
|
-
UpdateSource["TREE_CASCADE"] = "tree-cascade";
|
|
10751
|
-
UpdateSource["TILESET_DISPOSE"] = "tileset-dispose";
|
|
10752
|
-
UpdateSource["OSM_TILESET_DISPOSE"] = "osm-tileset-dispose";
|
|
10753
|
-
UpdateSource["ADD_REGO_REPLACE"] = "add-rego-replace";
|
|
10754
|
-
UpdateSource["ENTITIES_LOADED_REMOVE"] = "entities-loaded-remove";
|
|
10755
|
-
UpdateSource["ENTITIES_LOADED_CLEAR"] = "entities-loaded-clear";
|
|
10756
|
-
UpdateSource["ENTITIES_LOADED_DISPOSE"] = "entities-loaded-dispose";
|
|
10757
|
-
UpdateSource["ENTITIES_TAG_FILTER"] = "entities-tag-filter";
|
|
10758
|
-
UpdateSource["ENTITIES_DISABLED"] = "entities-disabled";
|
|
10759
|
-
UpdateSource["ENTITIES_DISPOSE"] = "entities-dispose";
|
|
10760
|
-
UpdateSource["RELATIONS_FILTER"] = "relations-filter";
|
|
10761
|
-
UpdateSource["RELATIONS_DISPOSE"] = "relations-dispose"; // Triggered when relations render manager is disposed.
|
|
10762
|
-
})(UpdateSource || (UpdateSource = {}));
|
|
10763
10747
|
/**
|
|
10764
10748
|
* Returns if a given visual is alive and in the scene.
|
|
10765
10749
|
* @param viewer
|
|
@@ -11058,6 +11042,19 @@ var VisualsRegister;
|
|
|
11058
11042
|
EVisualUpdateType["Update"] = "UPDATE";
|
|
11059
11043
|
EVisualUpdateType["DeselectAll"] = "DESELECT_ALL";
|
|
11060
11044
|
})(EVisualUpdateType = VisualsRegister.EVisualUpdateType || (VisualsRegister.EVisualUpdateType = {}));
|
|
11045
|
+
/**
|
|
11046
|
+
* Possible sources of visual updates (if source is known).
|
|
11047
|
+
* @warning under development. Expect changes.
|
|
11048
|
+
*/
|
|
11049
|
+
let EUpdateSource;
|
|
11050
|
+
(function (EUpdateSource) {
|
|
11051
|
+
// Triggered by the tree cascade update.
|
|
11052
|
+
// TODO: seems specific to our ui-app, could we rename it to 'BULK_UPDATE' or 'SILENT' to indicate an ignore.
|
|
11053
|
+
EUpdateSource["TREE_CASCADE"] = "tree-cascade";
|
|
11054
|
+
// Triggered by a Tileset being disposed.
|
|
11055
|
+
// TODO: maybe generalize to 'MENU_ITEM_DISPOSE'?
|
|
11056
|
+
EUpdateSource["TILESET_DISPOSE"] = "tileset-dispose";
|
|
11057
|
+
})(EUpdateSource = VisualsRegister.EUpdateSource || (VisualsRegister.EUpdateSource = {}));
|
|
11061
11058
|
class Register {
|
|
11062
11059
|
get Id() {
|
|
11063
11060
|
return this.id;
|
|
@@ -11235,7 +11232,7 @@ var VisualsRegister;
|
|
|
11235
11232
|
});
|
|
11236
11233
|
}
|
|
11237
11234
|
// Trigger update event.
|
|
11238
|
-
if (this.onUpdate && source !==
|
|
11235
|
+
if (this.onUpdate && source !== EUpdateSource.TREE_CASCADE) {
|
|
11239
11236
|
const update = {
|
|
11240
11237
|
type: EVisualUpdateType.Update,
|
|
11241
11238
|
entityId: state.entityId
|
|
@@ -11326,7 +11323,7 @@ var VisualsRegister;
|
|
|
11326
11323
|
}
|
|
11327
11324
|
}
|
|
11328
11325
|
// Trigger update event.
|
|
11329
|
-
if (this.onUpdate && source !==
|
|
11326
|
+
if (this.onUpdate && source !== EUpdateSource.TREE_CASCADE) {
|
|
11330
11327
|
const keys = Object.keys(states);
|
|
11331
11328
|
for (let i = 0; i < keys.length; i++) {
|
|
11332
11329
|
const key = keys[i];
|
|
@@ -11608,7 +11605,7 @@ var VisualsRegister;
|
|
|
11608
11605
|
if (source) {
|
|
11609
11606
|
update.source = source;
|
|
11610
11607
|
}
|
|
11611
|
-
if (source !==
|
|
11608
|
+
if (source !== EUpdateSource.TREE_CASCADE) {
|
|
11612
11609
|
(_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
|
|
11613
11610
|
}
|
|
11614
11611
|
}
|
|
@@ -11774,7 +11771,7 @@ var VisualsRegister;
|
|
|
11774
11771
|
if (source) {
|
|
11775
11772
|
update.source = source;
|
|
11776
11773
|
}
|
|
11777
|
-
if (source !==
|
|
11774
|
+
if (source !== EUpdateSource.TREE_CASCADE) {
|
|
11778
11775
|
(_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
|
|
11779
11776
|
}
|
|
11780
11777
|
}
|
|
@@ -11820,7 +11817,7 @@ var VisualsRegister;
|
|
|
11820
11817
|
if (params === null || params === void 0 ? void 0 : params.source) {
|
|
11821
11818
|
update.source = params.source;
|
|
11822
11819
|
}
|
|
11823
|
-
if ((params === null || params === void 0 ? void 0 : params.source) !==
|
|
11820
|
+
if ((params === null || params === void 0 ? void 0 : params.source) !== EUpdateSource.TREE_CASCADE) {
|
|
11824
11821
|
(_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
|
|
11825
11822
|
}
|
|
11826
11823
|
if ((params === null || params === void 0 ? void 0 : params.requestRender) != false) {
|
|
@@ -11970,7 +11967,7 @@ var VisualsRegister;
|
|
|
11970
11967
|
if (source) {
|
|
11971
11968
|
update.source = source;
|
|
11972
11969
|
}
|
|
11973
|
-
if (source !==
|
|
11970
|
+
if (source !== EUpdateSource.TREE_CASCADE) {
|
|
11974
11971
|
(_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
|
|
11975
11972
|
}
|
|
11976
11973
|
}
|
|
@@ -12082,7 +12079,7 @@ var VisualsRegister;
|
|
|
12082
12079
|
if (params === null || params === void 0 ? void 0 : params.source) {
|
|
12083
12080
|
update.source = params.source;
|
|
12084
12081
|
}
|
|
12085
|
-
if ((params === null || params === void 0 ? void 0 : params.source) !==
|
|
12082
|
+
if ((params === null || params === void 0 ? void 0 : params.source) !== EUpdateSource.TREE_CASCADE) {
|
|
12086
12083
|
(_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
|
|
12087
12084
|
}
|
|
12088
12085
|
}
|
|
@@ -12097,8 +12094,7 @@ var VisualsRegister;
|
|
|
12097
12094
|
entityId: rego.entityId,
|
|
12098
12095
|
menuItemId: rego.menuItemId,
|
|
12099
12096
|
doUpdate: false,
|
|
12100
|
-
requestRender: false
|
|
12101
|
-
source: UpdateSource.ADD_REGO_REPLACE
|
|
12097
|
+
requestRender: false
|
|
12102
12098
|
});
|
|
12103
12099
|
}
|
|
12104
12100
|
const entityId = rego.entityId;
|
|
@@ -12122,7 +12118,7 @@ var VisualsRegister;
|
|
|
12122
12118
|
if (source) {
|
|
12123
12119
|
update.source = source;
|
|
12124
12120
|
}
|
|
12125
|
-
if (source !==
|
|
12121
|
+
if (source !== EUpdateSource.TREE_CASCADE) {
|
|
12126
12122
|
(_b = this.onUpdate) === null || _b === void 0 ? void 0 : _b.Trigger(update);
|
|
12127
12123
|
}
|
|
12128
12124
|
if (requestRender != false) {
|
|
@@ -12244,7 +12240,7 @@ var VisualsRegister;
|
|
|
12244
12240
|
if (source) {
|
|
12245
12241
|
update.source = source;
|
|
12246
12242
|
}
|
|
12247
|
-
if (source !==
|
|
12243
|
+
if (source !== EUpdateSource.TREE_CASCADE) {
|
|
12248
12244
|
(_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
|
|
12249
12245
|
}
|
|
12250
12246
|
if (doesInclude) {
|
|
@@ -12283,7 +12279,7 @@ var VisualsRegister;
|
|
|
12283
12279
|
if (source) {
|
|
12284
12280
|
update.source = source;
|
|
12285
12281
|
}
|
|
12286
|
-
if (source !==
|
|
12282
|
+
if (source !== EUpdateSource.TREE_CASCADE) {
|
|
12287
12283
|
(_b = this.onUpdate) === null || _b === void 0 ? void 0 : _b.Trigger(update);
|
|
12288
12284
|
}
|
|
12289
12285
|
this.rego[entityId] = entityRegos.filter(r => r.menuItemId !== menuItemId);
|
|
@@ -12318,7 +12314,7 @@ var VisualsRegister;
|
|
|
12318
12314
|
if (source) {
|
|
12319
12315
|
update.source = source;
|
|
12320
12316
|
}
|
|
12321
|
-
if (source !==
|
|
12317
|
+
if (source !== EUpdateSource.TREE_CASCADE) {
|
|
12322
12318
|
(_c = this.onUpdate) === null || _c === void 0 ? void 0 : _c.Trigger(update);
|
|
12323
12319
|
}
|
|
12324
12320
|
if (doUpdate && menuItemId) {
|
|
@@ -12425,7 +12421,7 @@ var VisualsRegister;
|
|
|
12425
12421
|
if (source) {
|
|
12426
12422
|
update.source = source;
|
|
12427
12423
|
}
|
|
12428
|
-
if (source !==
|
|
12424
|
+
if (source !== EUpdateSource.TREE_CASCADE) {
|
|
12429
12425
|
(_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
|
|
12430
12426
|
}
|
|
12431
12427
|
this.queueUpdate({
|
|
@@ -13466,15 +13462,13 @@ var EntitiesRenderManager;
|
|
|
13466
13462
|
if (shouldRender) {
|
|
13467
13463
|
this.visualsManager.RemoveRegos({
|
|
13468
13464
|
menuItemId: this.item.id,
|
|
13469
|
-
retainTagIds: tagsToRender
|
|
13470
|
-
source: UpdateSource.ENTITIES_TAG_FILTER
|
|
13465
|
+
retainTagIds: tagsToRender
|
|
13471
13466
|
});
|
|
13472
13467
|
(_j = this.clustering) === null || _j === void 0 ? void 0 : _j.Dispose();
|
|
13473
13468
|
}
|
|
13474
13469
|
else {
|
|
13475
13470
|
this.visualsManager.RemoveRegos({
|
|
13476
|
-
menuItemId: this.item.id
|
|
13477
|
-
source: UpdateSource.ENTITIES_DISABLED
|
|
13471
|
+
menuItemId: this.item.id
|
|
13478
13472
|
});
|
|
13479
13473
|
(_k = this.clustering) === null || _k === void 0 ? void 0 : _k.Dispose();
|
|
13480
13474
|
return;
|
|
@@ -13615,8 +13609,7 @@ var EntitiesRenderManager;
|
|
|
13615
13609
|
this.unsetGetter();
|
|
13616
13610
|
this.disposed = true;
|
|
13617
13611
|
this.visualsManager.RemoveRegos({
|
|
13618
|
-
menuItemId: this.item.id
|
|
13619
|
-
source: UpdateSource.ENTITIES_DISPOSE
|
|
13612
|
+
menuItemId: this.item.id
|
|
13620
13613
|
});
|
|
13621
13614
|
(_a = this.entityCheckRemoval) === null || _a === void 0 ? void 0 : _a.call(this);
|
|
13622
13615
|
(_b = this.viewMonitorRemoval) === null || _b === void 0 ? void 0 : _b.call(this);
|
|
@@ -14476,8 +14469,7 @@ var EntitiesLoadedRenderManager;
|
|
|
14476
14469
|
}
|
|
14477
14470
|
this.visualsManager.RemoveRegos({
|
|
14478
14471
|
entityId: x,
|
|
14479
|
-
menuItemId: this.item.id
|
|
14480
|
-
source: UpdateSource.ENTITIES_LOADED_REMOVE
|
|
14472
|
+
menuItemId: this.item.id
|
|
14481
14473
|
});
|
|
14482
14474
|
this.renderedEntities[x] = false;
|
|
14483
14475
|
});
|
|
@@ -14493,8 +14485,7 @@ var EntitiesLoadedRenderManager;
|
|
|
14493
14485
|
}
|
|
14494
14486
|
this.item.BruceEntity.Entities = [];
|
|
14495
14487
|
this.visualsManager.RemoveRegos({
|
|
14496
|
-
menuItemId: this.item.id
|
|
14497
|
-
source: UpdateSource.ENTITIES_LOADED_CLEAR
|
|
14488
|
+
menuItemId: this.item.id
|
|
14498
14489
|
});
|
|
14499
14490
|
this.renderedEntities = {};
|
|
14500
14491
|
this.recreateGetter();
|
|
@@ -14558,8 +14549,7 @@ var EntitiesLoadedRenderManager;
|
|
|
14558
14549
|
this.getterSub = null;
|
|
14559
14550
|
this.disposed = true;
|
|
14560
14551
|
this.visualsManager.RemoveRegos({
|
|
14561
|
-
menuItemId: this.item.id
|
|
14562
|
-
source: UpdateSource.ENTITIES_LOADED_DISPOSE
|
|
14552
|
+
menuItemId: this.item.id
|
|
14563
14553
|
});
|
|
14564
14554
|
for (let i = 0; i < this.sources.length; i++) {
|
|
14565
14555
|
const source = this.sources[i];
|
|
@@ -18759,7 +18749,7 @@ var TilesetCadRenderManager;
|
|
|
18759
18749
|
requestRender: false,
|
|
18760
18750
|
menuItemId: this.item.id,
|
|
18761
18751
|
doRemove: false,
|
|
18762
|
-
source:
|
|
18752
|
+
source: VisualsRegister.EUpdateSource.TILESET_DISPOSE
|
|
18763
18753
|
});
|
|
18764
18754
|
// Might have to do something smarter since siblings could still be OK.
|
|
18765
18755
|
this.loadedCesiumEntities[rego.entityId] = null;
|
|
@@ -19043,7 +19033,7 @@ var TilesetCadRenderManager;
|
|
|
19043
19033
|
this.visualsManager.RemoveRegos({
|
|
19044
19034
|
menuItemId: this.item.id,
|
|
19045
19035
|
doRemove: false,
|
|
19046
|
-
source:
|
|
19036
|
+
source: VisualsRegister.EUpdateSource.TILESET_DISPOSE
|
|
19047
19037
|
});
|
|
19048
19038
|
this.viewerDateTimeDispose();
|
|
19049
19039
|
}
|
|
@@ -19543,8 +19533,7 @@ var TilesetOsmRenderManager;
|
|
|
19543
19533
|
this.cTileset = null;
|
|
19544
19534
|
}
|
|
19545
19535
|
this.visualsManager.RemoveRegos({
|
|
19546
|
-
menuItemId: this.item.id
|
|
19547
|
-
source: UpdateSource.OSM_TILESET_DISPOSE
|
|
19536
|
+
menuItemId: this.item.id
|
|
19548
19537
|
});
|
|
19549
19538
|
this.featureQueue = [];
|
|
19550
19539
|
}
|
|
@@ -20737,8 +20726,7 @@ var RelationsRenderManager;
|
|
|
20737
20726
|
relation: rego.relation,
|
|
20738
20727
|
entityId: rego.entityId,
|
|
20739
20728
|
menuItemId: this.item.id,
|
|
20740
|
-
requestRender: false
|
|
20741
|
-
source: UpdateSource.RELATIONS_FILTER
|
|
20729
|
+
requestRender: false
|
|
20742
20730
|
});
|
|
20743
20731
|
}
|
|
20744
20732
|
}
|
|
@@ -20785,8 +20773,7 @@ var RelationsRenderManager;
|
|
|
20785
20773
|
}
|
|
20786
20774
|
this.disposed = true;
|
|
20787
20775
|
this.register.RemoveRegos({
|
|
20788
|
-
menuItemId: this.item.id
|
|
20789
|
-
source: UpdateSource.RELATIONS_DISPOSE
|
|
20776
|
+
menuItemId: this.item.id
|
|
20790
20777
|
});
|
|
20791
20778
|
}
|
|
20792
20779
|
/**
|
|
@@ -21046,8 +21033,7 @@ var RelationsRenderManager;
|
|
|
21046
21033
|
entityId: rego.entityId,
|
|
21047
21034
|
menuItemId: this.item.id,
|
|
21048
21035
|
relation: relation,
|
|
21049
|
-
requestRender: false
|
|
21050
|
-
source: UpdateSource.RELATIONS_FILTER
|
|
21036
|
+
requestRender: false
|
|
21051
21037
|
});
|
|
21052
21038
|
}
|
|
21053
21039
|
const key = RelationRenderEngine.GetRenderGroupId(relation);
|
|
@@ -33326,7 +33312,7 @@ class WidgetViewBar extends Widget.AWidget {
|
|
|
33326
33312
|
}
|
|
33327
33313
|
}
|
|
33328
33314
|
|
|
33329
|
-
const VERSION = "6.0.
|
|
33315
|
+
const VERSION = "6.0.2";
|
|
33330
33316
|
|
|
33331
|
-
export { VERSION, CesiumViewMonitor, ViewerUtils, ViewerEventTracker, MenuItemManager, isOutlineChanged, EntityRenderEngine, EntityRenderEnginePoint, EntityRenderEnginePolyline, EntityRenderEnginePolygon, EntityRenderEngineModel3d, MenuItemCreator,
|
|
33317
|
+
export { VERSION, CesiumViewMonitor, ViewerUtils, ViewerEventTracker, MenuItemManager, isOutlineChanged, EntityRenderEngine, EntityRenderEnginePoint, EntityRenderEnginePolyline, EntityRenderEnginePolygon, EntityRenderEngineModel3d, MenuItemCreator, VisualsRegister, RenderManager, EntitiesIdsRenderManager, DataLabRenderManager, EntitiesLoadedRenderManager, EntitiesRenderManager, EntityRenderManager, TilesetCadRenderManager, TilesetArbRenderManager, TilesetEntitiesRenderManager, TilesetOsmRenderManager, TilesetPointcloudRenderManager, TilesetGooglePhotosRenderManager, DataSourceStaticKmlManager, GoogleSearchRenderManager, AssemblyRenderManager, RelationsRenderManager, SharedGetters, CesiumParabola, EntityLabel, ViewRenderEngine, TileRenderEngine, TilesetRenderEngine, CESIUM_INSPECTOR_KEY, CESIUM_TIMELINE_KEY, CESIUM_TIMELINE_LIVE_KEY, CESIUM_TIMELINE_LIVE_PADDING_KEY, CESIUM_TIMELINE_INTERVAL_KEY, DEFAULT_LIVE_PADDING_SECONDS, ViewUtils, DrawingUtils, MeasureUtils, EntityUtils, CesiumEntityStyler, CesiumAnimatedProperty, CesiumAnimatedInOut, Draw3dPolygon, Draw3dPolyline, MeasureCreator, Walkthrough, 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 };
|
|
33332
33318
|
//# sourceMappingURL=bruce-cesium.es5.js.map
|