bruce-cesium 3.8.7 → 3.8.8
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 -3
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +5 -2
- package/dist/bruce-cesium.umd.js.map +1 -1
- package/dist/lib/bruce-cesium.js +1 -1
- package/dist/lib/rendering/getters/entity-filter-getter.js +3 -1
- package/dist/lib/rendering/getters/entity-filter-getter.js.map +1 -1
- package/dist/lib/rendering/render-managers/common/shared-getters.js +1 -0
- package/dist/lib/rendering/render-managers/common/shared-getters.js.map +1 -1
- package/dist/types/bruce-cesium.d.ts +1 -1
- package/dist/types/rendering/getters/entity-filter-getter.d.ts +2 -0
- package/package.json +1 -1
package/dist/bruce-cesium.es5.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BruceEvent, Cartes, Carto, Entity as Entity$1, Geometry, Tileset, MathUtils, LRUCache, ProjectViewTile, DelayQueue, ZoomControl, Style, EntityTag, Calculator, EntityLod, EntityType, ClientFile, ObjectUtils, Bounds, Api, EntityRelationType, ENVIRONMENT, EntityHistoricData, EntityCoords, EntitySource, MenuItem, EntityRelation, ProgramKey, AbstractApi, ProjectViewBookmark, EntityAttachment, EntityAttachmentType, EntityAttribute, ProjectView, ProjectViewLegacyTile, Camera } from 'bruce-models';
|
|
2
2
|
import * as Cesium from 'cesium';
|
|
3
|
-
import { Cartographic, Cartesian2, Math as Math$1, Cartesian3, CallbackProperty, Color, HeightReference, Rectangle, JulianDate,
|
|
3
|
+
import { Cartographic, Cartesian2, Math as Math$1, Cartesian3, CallbackProperty, Color, HeightReference, Rectangle, JulianDate, Entity, Primitive, Cesium3DTileFeature, SceneMode, GeoJsonDataSource, ColorMaterialProperty, ConstantProperty, Cesium3DTileColorBlendMode, HeadingPitchRange, Ion, Cesium3DTileStyle, KmlDataSource, DistanceDisplayCondition, NearFarScalar, Model, HorizontalOrigin, VerticalOrigin, ConstantPositionProperty, ClassificationType, ArcType, CornerType, ShadowMode, PolygonHierarchy, PolylineGraphics, ColorBlendMode, HeadingPitchRoll, Transforms, SceneTransforms, OrthographicFrustum, EasingFunction, EllipsoidTerrainProvider, BingMapsImageryProvider, BingMapsStyle, MapboxImageryProvider, MapboxStyleImageryProvider, ArcGisMapServerImageryProvider, OpenStreetMapImageryProvider, GridImageryProvider, GeographicTilingScheme, ImageryLayer, UrlTemplateImageryProvider, TileMapServiceImageryProvider, IonImageryProvider, CesiumTerrainProvider, Cesium3DTileset, Matrix4, Matrix3, IonResource, EllipsoidGeodesic, sampleTerrainMostDetailed, defined, PolygonPipeline, BoundingSphere, GeometryInstance, ModelGraphics, PolygonGraphics, CorridorGraphics, PointGraphics, BillboardGraphics, EllipseGraphics, ScreenSpaceEventHandler, ScreenSpaceEventType, CesiumInspector, ClockRange, CzmlDataSource, Quaternion, Intersect } from 'cesium';
|
|
4
4
|
|
|
5
5
|
/*! *****************************************************************************
|
|
6
6
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -14288,9 +14288,10 @@ var EntityFilterGetter;
|
|
|
14288
14288
|
this.maxHeight = 100000;
|
|
14289
14289
|
this.viewRect = null;
|
|
14290
14290
|
this.viewCenter = null;
|
|
14291
|
-
var api = params.api, viewer = params.viewer, viewPort = params.viewPort, typeId = params.typeId, batchSize = params.batchSize, attrFilter = params.attrFilter, historicAttrKey = params.historicAttrKey, viaCdn = params.viaCdn;
|
|
14291
|
+
var api = params.api, viewer = params.viewer, viewPort = params.viewPort, typeId = params.typeId, schemaId = params.schemaId, batchSize = params.batchSize, attrFilter = params.attrFilter, historicAttrKey = params.historicAttrKey, viaCdn = params.viaCdn;
|
|
14292
14292
|
this.api = api;
|
|
14293
14293
|
this.typeId = typeId;
|
|
14294
|
+
this.schemaId = schemaId;
|
|
14294
14295
|
this.historicAttrKey = historicAttrKey;
|
|
14295
14296
|
this.viaCdn = Boolean(viaCdn);
|
|
14296
14297
|
this.batchSize = isNaN(batchSize) ? 300 : batchSize;
|
|
@@ -14584,6 +14585,7 @@ var EntityFilterGetter;
|
|
|
14584
14585
|
api: this.api,
|
|
14585
14586
|
historicKey: this.historicAttrKey,
|
|
14586
14587
|
historicPoint: this.historicAttrDateTime,
|
|
14588
|
+
schemaId: this.schemaId,
|
|
14587
14589
|
filter: {
|
|
14588
14590
|
pageSize: PAGE_SIZE,
|
|
14589
14591
|
pageIndex: curCell.FetchPageIndex,
|
|
@@ -14703,6 +14705,7 @@ var SharedGetters;
|
|
|
14703
14705
|
viewer: params.viewer,
|
|
14704
14706
|
viewPort: params.monitor,
|
|
14705
14707
|
typeId: params.typeId,
|
|
14708
|
+
schemaId: params.schemaId,
|
|
14706
14709
|
batchSize: params.batchSize,
|
|
14707
14710
|
attrFilter: params.attrFilter,
|
|
14708
14711
|
historicAttrKey: params.historicAttrKey,
|
|
@@ -24117,7 +24120,7 @@ var ViewRenderEngine;
|
|
|
24117
24120
|
ViewRenderEngine.Render = Render;
|
|
24118
24121
|
})(ViewRenderEngine || (ViewRenderEngine = {}));
|
|
24119
24122
|
|
|
24120
|
-
var VERSION = "3.8.
|
|
24123
|
+
var VERSION = "3.8.8";
|
|
24121
24124
|
|
|
24122
24125
|
export { VERSION, CesiumViewMonitor, ViewerUtils, MenuItemManager, EntityRenderEngine, MenuItemCreator, VisualsRegister, RenderManager, EntitiesIdsRenderManager, EntitiesLoadedRenderManager, EntitiesRenderManager, EntityRenderManager, TilesetCadRenderManager, TilesetArbRenderManager, TilesetEntitiesRenderManager, TilesetOsmRenderManager, TilesetPointcloudRenderManager, TilesetGooglePhotosRenderManager, DataSourceStaticKmlManager, RelationsRenderManager, SharedGetters, CesiumParabola, EntityLabel, ViewRenderEngine, TileRenderEngine, TilesetRenderEngine, CESIUM_INSPECTOR_KEY, CESIUM_TIMELINE_KEY, ViewUtils, DrawingUtils, MeasureUtils, EntityUtils, CesiumEntityStyler, Draw3dPolygon, Draw3dPolyline };
|
|
24123
24126
|
//# sourceMappingURL=bruce-cesium.es5.js.map
|