bruce-cesium 6.0.0 → 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.
@@ -1,6 +1,6 @@
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, ProjectViewLegacyTile, Camera, EntityAttachment, EntityAttachmentType, EntityAttribute, AbstractApi, Session } from 'bruce-models';
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, ClassificationType, ArcType, CornerType, ShadowMode, ConstantProperty, ConstantPositionProperty, PolygonHierarchy, PolylineGraphics, ColorMaterialProperty, HorizontalOrigin, VerticalOrigin, ColorBlendMode, HeadingPitchRoll, Transforms, Model, Primitive, Cesium3DTileFeature, SceneMode, GeoJsonDataSource, Cesium3DTileStyle, HeadingPitchRange, Cesium3DTileColorBlendMode, Ion, KmlDataSource, Quaternion, Matrix3, Matrix4, EllipsoidTerrainProvider, IonImageryProvider, createWorldImagery, createWorldImageryAsync, BingMapsImageryProvider, BingMapsStyle, MapboxImageryProvider, MapboxStyleImageryProvider, ArcGisMapServerImageryProvider, OpenStreetMapImageryProvider, UrlTemplateImageryProvider, GridImageryProvider, GeographicTilingScheme, ImageryLayer, TileMapServiceImageryProvider, CesiumTerrainProvider, IonResource, SceneTransforms, CesiumInspector, OrthographicFrustum, defined, ClockRange, EasingFunction, NearFarScalar, EllipsoidGeodesic, sampleTerrainMostDetailed, Cesium3DTileset, PolygonPipeline, ModelGraphics, PolygonGraphics, CorridorGraphics, PointGraphics, BillboardGraphics, EllipseGraphics, PolylineDashMaterialProperty, ScreenSpaceEventHandler, ScreenSpaceEventType, BoundingSphere, GeometryInstance, CzmlDataSource, Intersect, Fullscreen } 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, 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,21 +10744,6 @@ var CesiumAnimatedInOut;
10744
10744
  CesiumAnimatedInOut.AnimateOut = AnimateOut;
10745
10745
  })(CesiumAnimatedInOut || (CesiumAnimatedInOut = {}));
10746
10746
 
10747
- // Constants for update source types
10748
- const UPDATE_SOURCES = {
10749
- TREE_CASCADE: "tree-cascade",
10750
- TILESET_DISPOSE: "tileset-dispose",
10751
- OSM_TILESET_DISPOSE: "osm-tileset-dispose",
10752
- ADD_REGO_REPLACE: "add-rego-replace",
10753
- ENTITIES_LOADED_REMOVE: "entities-loaded-remove",
10754
- ENTITIES_LOADED_CLEAR: "entities-loaded-clear",
10755
- ENTITIES_LOADED_DISPOSE: "entities-loaded-dispose",
10756
- ENTITIES_TAG_FILTER: "entities-tag-filter",
10757
- ENTITIES_DISABLED: "entities-disabled",
10758
- ENTITIES_DISPOSE: "entities-dispose",
10759
- RELATIONS_FILTER: "relations-filter",
10760
- RELATIONS_DISPOSE: "relations-dispose" // Triggered when relations render manager is disposed.
10761
- };
10762
10747
  /**
10763
10748
  * Returns if a given visual is alive and in the scene.
10764
10749
  * @param viewer
@@ -11057,6 +11042,19 @@ var VisualsRegister;
11057
11042
  EVisualUpdateType["Update"] = "UPDATE";
11058
11043
  EVisualUpdateType["DeselectAll"] = "DESELECT_ALL";
11059
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 = {}));
11060
11058
  class Register {
11061
11059
  get Id() {
11062
11060
  return this.id;
@@ -11234,7 +11232,7 @@ var VisualsRegister;
11234
11232
  });
11235
11233
  }
11236
11234
  // Trigger update event.
11237
- if (this.onUpdate && source !== UPDATE_SOURCES.TREE_CASCADE) {
11235
+ if (this.onUpdate && source !== EUpdateSource.TREE_CASCADE) {
11238
11236
  const update = {
11239
11237
  type: EVisualUpdateType.Update,
11240
11238
  entityId: state.entityId
@@ -11325,7 +11323,7 @@ var VisualsRegister;
11325
11323
  }
11326
11324
  }
11327
11325
  // Trigger update event.
11328
- if (this.onUpdate && source !== UPDATE_SOURCES.TREE_CASCADE) {
11326
+ if (this.onUpdate && source !== EUpdateSource.TREE_CASCADE) {
11329
11327
  const keys = Object.keys(states);
11330
11328
  for (let i = 0; i < keys.length; i++) {
11331
11329
  const key = keys[i];
@@ -11607,7 +11605,7 @@ var VisualsRegister;
11607
11605
  if (source) {
11608
11606
  update.source = source;
11609
11607
  }
11610
- if (source !== UPDATE_SOURCES.TREE_CASCADE) {
11608
+ if (source !== EUpdateSource.TREE_CASCADE) {
11611
11609
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
11612
11610
  }
11613
11611
  }
@@ -11773,7 +11771,7 @@ var VisualsRegister;
11773
11771
  if (source) {
11774
11772
  update.source = source;
11775
11773
  }
11776
- if (source !== UPDATE_SOURCES.TREE_CASCADE) {
11774
+ if (source !== EUpdateSource.TREE_CASCADE) {
11777
11775
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
11778
11776
  }
11779
11777
  }
@@ -11819,7 +11817,7 @@ var VisualsRegister;
11819
11817
  if (params === null || params === void 0 ? void 0 : params.source) {
11820
11818
  update.source = params.source;
11821
11819
  }
11822
- if ((params === null || params === void 0 ? void 0 : params.source) !== UPDATE_SOURCES.TREE_CASCADE) {
11820
+ if ((params === null || params === void 0 ? void 0 : params.source) !== EUpdateSource.TREE_CASCADE) {
11823
11821
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
11824
11822
  }
11825
11823
  if ((params === null || params === void 0 ? void 0 : params.requestRender) != false) {
@@ -11969,7 +11967,7 @@ var VisualsRegister;
11969
11967
  if (source) {
11970
11968
  update.source = source;
11971
11969
  }
11972
- if (source !== UPDATE_SOURCES.TREE_CASCADE) {
11970
+ if (source !== EUpdateSource.TREE_CASCADE) {
11973
11971
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
11974
11972
  }
11975
11973
  }
@@ -12081,7 +12079,7 @@ var VisualsRegister;
12081
12079
  if (params === null || params === void 0 ? void 0 : params.source) {
12082
12080
  update.source = params.source;
12083
12081
  }
12084
- if ((params === null || params === void 0 ? void 0 : params.source) !== UPDATE_SOURCES.TREE_CASCADE) {
12082
+ if ((params === null || params === void 0 ? void 0 : params.source) !== EUpdateSource.TREE_CASCADE) {
12085
12083
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
12086
12084
  }
12087
12085
  }
@@ -12096,8 +12094,7 @@ var VisualsRegister;
12096
12094
  entityId: rego.entityId,
12097
12095
  menuItemId: rego.menuItemId,
12098
12096
  doUpdate: false,
12099
- requestRender: false,
12100
- source: UPDATE_SOURCES.ADD_REGO_REPLACE
12097
+ requestRender: false
12101
12098
  });
12102
12099
  }
12103
12100
  const entityId = rego.entityId;
@@ -12121,7 +12118,7 @@ var VisualsRegister;
12121
12118
  if (source) {
12122
12119
  update.source = source;
12123
12120
  }
12124
- if (source !== UPDATE_SOURCES.TREE_CASCADE) {
12121
+ if (source !== EUpdateSource.TREE_CASCADE) {
12125
12122
  (_b = this.onUpdate) === null || _b === void 0 ? void 0 : _b.Trigger(update);
12126
12123
  }
12127
12124
  if (requestRender != false) {
@@ -12243,7 +12240,7 @@ var VisualsRegister;
12243
12240
  if (source) {
12244
12241
  update.source = source;
12245
12242
  }
12246
- if (source !== UPDATE_SOURCES.TREE_CASCADE) {
12243
+ if (source !== EUpdateSource.TREE_CASCADE) {
12247
12244
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
12248
12245
  }
12249
12246
  if (doesInclude) {
@@ -12282,7 +12279,7 @@ var VisualsRegister;
12282
12279
  if (source) {
12283
12280
  update.source = source;
12284
12281
  }
12285
- if (source !== UPDATE_SOURCES.TREE_CASCADE) {
12282
+ if (source !== EUpdateSource.TREE_CASCADE) {
12286
12283
  (_b = this.onUpdate) === null || _b === void 0 ? void 0 : _b.Trigger(update);
12287
12284
  }
12288
12285
  this.rego[entityId] = entityRegos.filter(r => r.menuItemId !== menuItemId);
@@ -12317,7 +12314,7 @@ var VisualsRegister;
12317
12314
  if (source) {
12318
12315
  update.source = source;
12319
12316
  }
12320
- if (source !== UPDATE_SOURCES.TREE_CASCADE) {
12317
+ if (source !== EUpdateSource.TREE_CASCADE) {
12321
12318
  (_c = this.onUpdate) === null || _c === void 0 ? void 0 : _c.Trigger(update);
12322
12319
  }
12323
12320
  if (doUpdate && menuItemId) {
@@ -12424,7 +12421,7 @@ var VisualsRegister;
12424
12421
  if (source) {
12425
12422
  update.source = source;
12426
12423
  }
12427
- if (source !== UPDATE_SOURCES.TREE_CASCADE) {
12424
+ if (source !== EUpdateSource.TREE_CASCADE) {
12428
12425
  (_a = this.onUpdate) === null || _a === void 0 ? void 0 : _a.Trigger(update);
12429
12426
  }
12430
12427
  this.queueUpdate({
@@ -13465,15 +13462,13 @@ var EntitiesRenderManager;
13465
13462
  if (shouldRender) {
13466
13463
  this.visualsManager.RemoveRegos({
13467
13464
  menuItemId: this.item.id,
13468
- retainTagIds: tagsToRender,
13469
- source: UPDATE_SOURCES.ENTITIES_TAG_FILTER
13465
+ retainTagIds: tagsToRender
13470
13466
  });
13471
13467
  (_j = this.clustering) === null || _j === void 0 ? void 0 : _j.Dispose();
13472
13468
  }
13473
13469
  else {
13474
13470
  this.visualsManager.RemoveRegos({
13475
- menuItemId: this.item.id,
13476
- source: UPDATE_SOURCES.ENTITIES_DISABLED
13471
+ menuItemId: this.item.id
13477
13472
  });
13478
13473
  (_k = this.clustering) === null || _k === void 0 ? void 0 : _k.Dispose();
13479
13474
  return;
@@ -13614,8 +13609,7 @@ var EntitiesRenderManager;
13614
13609
  this.unsetGetter();
13615
13610
  this.disposed = true;
13616
13611
  this.visualsManager.RemoveRegos({
13617
- menuItemId: this.item.id,
13618
- source: UPDATE_SOURCES.ENTITIES_DISPOSE
13612
+ menuItemId: this.item.id
13619
13613
  });
13620
13614
  (_a = this.entityCheckRemoval) === null || _a === void 0 ? void 0 : _a.call(this);
13621
13615
  (_b = this.viewMonitorRemoval) === null || _b === void 0 ? void 0 : _b.call(this);
@@ -14475,8 +14469,7 @@ var EntitiesLoadedRenderManager;
14475
14469
  }
14476
14470
  this.visualsManager.RemoveRegos({
14477
14471
  entityId: x,
14478
- menuItemId: this.item.id,
14479
- source: UPDATE_SOURCES.ENTITIES_LOADED_REMOVE
14472
+ menuItemId: this.item.id
14480
14473
  });
14481
14474
  this.renderedEntities[x] = false;
14482
14475
  });
@@ -14492,8 +14485,7 @@ var EntitiesLoadedRenderManager;
14492
14485
  }
14493
14486
  this.item.BruceEntity.Entities = [];
14494
14487
  this.visualsManager.RemoveRegos({
14495
- menuItemId: this.item.id,
14496
- source: UPDATE_SOURCES.ENTITIES_LOADED_CLEAR
14488
+ menuItemId: this.item.id
14497
14489
  });
14498
14490
  this.renderedEntities = {};
14499
14491
  this.recreateGetter();
@@ -14557,8 +14549,7 @@ var EntitiesLoadedRenderManager;
14557
14549
  this.getterSub = null;
14558
14550
  this.disposed = true;
14559
14551
  this.visualsManager.RemoveRegos({
14560
- menuItemId: this.item.id,
14561
- source: UPDATE_SOURCES.ENTITIES_LOADED_DISPOSE
14552
+ menuItemId: this.item.id
14562
14553
  });
14563
14554
  for (let i = 0; i < this.sources.length; i++) {
14564
14555
  const source = this.sources[i];
@@ -18758,7 +18749,7 @@ var TilesetCadRenderManager;
18758
18749
  requestRender: false,
18759
18750
  menuItemId: this.item.id,
18760
18751
  doRemove: false,
18761
- source: UPDATE_SOURCES.TILESET_DISPOSE
18752
+ source: VisualsRegister.EUpdateSource.TILESET_DISPOSE
18762
18753
  });
18763
18754
  // Might have to do something smarter since siblings could still be OK.
18764
18755
  this.loadedCesiumEntities[rego.entityId] = null;
@@ -19042,7 +19033,7 @@ var TilesetCadRenderManager;
19042
19033
  this.visualsManager.RemoveRegos({
19043
19034
  menuItemId: this.item.id,
19044
19035
  doRemove: false,
19045
- source: UPDATE_SOURCES.TILESET_DISPOSE
19036
+ source: VisualsRegister.EUpdateSource.TILESET_DISPOSE
19046
19037
  });
19047
19038
  this.viewerDateTimeDispose();
19048
19039
  }
@@ -19542,8 +19533,7 @@ var TilesetOsmRenderManager;
19542
19533
  this.cTileset = null;
19543
19534
  }
19544
19535
  this.visualsManager.RemoveRegos({
19545
- menuItemId: this.item.id,
19546
- source: UPDATE_SOURCES.OSM_TILESET_DISPOSE
19536
+ menuItemId: this.item.id
19547
19537
  });
19548
19538
  this.featureQueue = [];
19549
19539
  }
@@ -20736,8 +20726,7 @@ var RelationsRenderManager;
20736
20726
  relation: rego.relation,
20737
20727
  entityId: rego.entityId,
20738
20728
  menuItemId: this.item.id,
20739
- requestRender: false,
20740
- source: UPDATE_SOURCES.RELATIONS_FILTER
20729
+ requestRender: false
20741
20730
  });
20742
20731
  }
20743
20732
  }
@@ -20784,8 +20773,7 @@ var RelationsRenderManager;
20784
20773
  }
20785
20774
  this.disposed = true;
20786
20775
  this.register.RemoveRegos({
20787
- menuItemId: this.item.id,
20788
- source: UPDATE_SOURCES.RELATIONS_DISPOSE
20776
+ menuItemId: this.item.id
20789
20777
  });
20790
20778
  }
20791
20779
  /**
@@ -21045,8 +21033,7 @@ var RelationsRenderManager;
21045
21033
  entityId: rego.entityId,
21046
21034
  menuItemId: this.item.id,
21047
21035
  relation: relation,
21048
- requestRender: false,
21049
- source: UPDATE_SOURCES.RELATIONS_FILTER
21036
+ requestRender: false
21050
21037
  });
21051
21038
  }
21052
21039
  const key = RelationRenderEngine.GetRenderGroupId(relation);
@@ -33325,7 +33312,7 @@ class WidgetViewBar extends Widget.AWidget {
33325
33312
  }
33326
33313
  }
33327
33314
 
33328
- const VERSION = "6.0.0";
33315
+ const VERSION = "6.0.2";
33329
33316
 
33330
- export { VERSION, CesiumViewMonitor, ViewerUtils, ViewerEventTracker, MenuItemManager, isOutlineChanged, EntityRenderEngine, EntityRenderEnginePoint, EntityRenderEnginePolyline, EntityRenderEnginePolygon, EntityRenderEngineModel3d, MenuItemCreator, UPDATE_SOURCES, 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 };
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 };
33331
33318
  //# sourceMappingURL=bruce-cesium.es5.js.map