bruce-cesium 2.4.1 → 2.4.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 +7 -5
- package/dist/bruce-cesium.es5.js.map +1 -1
- package/dist/bruce-cesium.umd.js +6 -4
- 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 +5 -3
- package/dist/lib/rendering/entity-render-engine.js.map +1 -1
- package/dist/types/bruce-cesium.d.ts +1 -1
- 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, ZoomControl, Style, EntityTag, Calculator, EntityLod, EntityType, ClientFile, ObjectUtils, DelayQueue, BatchedDataGetter, EntityRelationType, EntityCoords, EntityFilterGetter, EntitySource, MenuItem, EntityRelation, ENVIRONMENT, ProjectView, ProjectViewBookmark, ProjectViewTile, ProjectViewLegacyTile, ProgramKey, Camera, AbstractApi, EntityAttachment, EntityAttachmentType, EntityAttribute } from 'bruce-models';
|
|
2
2
|
import * as Cesium from 'cesium';
|
|
3
|
-
import { Cartographic, Cartesian2, CallbackProperty, Cartesian3, Color, Rectangle, Math as Math$1, HeightReference, DistanceDisplayCondition, NearFarScalar,
|
|
3
|
+
import { Cartographic, Cartesian2, CallbackProperty, Cartesian3, Color, Rectangle, Math as Math$1, Entity, Primitive, Cesium3DTileFeature, HeightReference, DistanceDisplayCondition, NearFarScalar, HorizontalOrigin, VerticalOrigin, ClassificationType, ArcType, PolygonHierarchy, ShadowMode, CornerType, HeadingPitchRoll, Transforms, ColorBlendMode, SceneMode, Cesium3DTileColorBlendMode, HeadingPitchRange, createOsmBuildings, Cesium3DTileStyle, OrthographicFrustum, JulianDate, createWorldTerrain, EllipsoidTerrainProvider, CesiumTerrainProvider, BingMapsImageryProvider, BingMapsStyle, MapboxImageryProvider, MapboxStyleImageryProvider, ArcGisMapServerImageryProvider, OpenStreetMapImageryProvider, GridImageryProvider, GeographicTilingScheme, ImageryLayer, UrlTemplateImageryProvider, TileMapServiceImageryProvider, IonImageryProvider, CesiumInspector, defined, KmlDataSource, Cesium3DTileset, Matrix4, Matrix3, IonResource, PolygonPipeline, EllipsoidGeodesic, sampleTerrainMostDetailed, Model, ColorMaterialProperty, EasingFunction, GeometryInstance, ScreenSpaceEventHandler, ScreenSpaceEventType, Ion, BoundingSphere } from 'cesium';
|
|
4
4
|
|
|
5
5
|
var TIME_LAG = 300;
|
|
6
6
|
var POSITION_CHECK_TIMER = 950;
|
|
@@ -2507,7 +2507,8 @@ var EntityRenderEngine;
|
|
|
2507
2507
|
heightReference: heightRef,
|
|
2508
2508
|
width: width,
|
|
2509
2509
|
fill: true,
|
|
2510
|
-
zIndex: zIndex,
|
|
2510
|
+
zIndex: zIndex + 1,
|
|
2511
|
+
cornerType: CornerType.MITERED,
|
|
2511
2512
|
classificationType: ClassificationType.TERRAIN,
|
|
2512
2513
|
distanceDisplayCondition: getDisplayCondition(params.minDistance, params.maxDistance),
|
|
2513
2514
|
shadows: ShadowMode.ENABLED
|
|
@@ -2537,10 +2538,11 @@ var EntityRenderEngine;
|
|
|
2537
2538
|
heightReference: heightRef,
|
|
2538
2539
|
width: width,
|
|
2539
2540
|
fill: true,
|
|
2540
|
-
zIndex: zIndex,
|
|
2541
|
+
zIndex: zIndex + 1,
|
|
2542
|
+
cornerType: CornerType.MITERED,
|
|
2541
2543
|
classificationType: ClassificationType.TERRAIN,
|
|
2542
2544
|
distanceDisplayCondition: getDisplayCondition(params.minDistance, params.maxDistance),
|
|
2543
|
-
shadows: ShadowMode.ENABLED
|
|
2545
|
+
shadows: ShadowMode.ENABLED,
|
|
2544
2546
|
},
|
|
2545
2547
|
show: false
|
|
2546
2548
|
});
|
|
@@ -14430,7 +14432,7 @@ var ViewerUtils;
|
|
|
14430
14432
|
ViewerUtils.CreateWidgets = CreateWidgets;
|
|
14431
14433
|
})(ViewerUtils || (ViewerUtils = {}));
|
|
14432
14434
|
|
|
14433
|
-
var VERSION$1 = "2.4.
|
|
14435
|
+
var VERSION$1 = "2.4.2";
|
|
14434
14436
|
|
|
14435
14437
|
export { VERSION$1 as VERSION, CesiumViewMonitor, ViewerUtils, MenuItemManager, EntityRenderEngine, MenuItemCreator, VisualsRegister, RenderManager, EntitiesIdsRenderManager, EntitiesLoadedRenderManager, EntitiesRenderManager, EntityRenderManager, TilesetCadRenderManager, TilesetArbRenderManager, TilesetEntitiesRenderManager, TilesetOsmRenderManager, TilesetPointcloudRenderManager, TilesetGooglePhotosRenderManager, DataSourceStaticKmlManager, RelationsRenderManager, SharedGetters, CesiumParabola, ViewRenderEngine, TileRenderEngine, TilesetRenderEngine, CESIUM_INSPECTOR_KEY, ViewUtils, DrawingUtils, MeasureUtils, EntityUtils, Draw3dPolygon, Draw3dPolyline };
|
|
14436
14438
|
//# sourceMappingURL=bruce-cesium.es5.js.map
|