bruce-cesium 6.0.5 → 6.0.7

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.
@@ -5,6 +5,7 @@ export declare const CESIUM_TIMELINE_KEY = "_nextspace_timeline";
5
5
  export declare const CESIUM_TIMELINE_LIVE_KEY = "_nextspace_timeline_live";
6
6
  export declare const CESIUM_TIMELINE_LIVE_PADDING_KEY = "_nextspace_timeline_live_padding";
7
7
  export declare const CESIUM_TIMELINE_INTERVAL_KEY = "_nextspace_timeline_interval";
8
+ export declare const CESIUM_MODEL_SPACE_KEY = "_nextspace_model_space";
8
9
  export declare const DEFAULT_LIVE_PADDING_SECONDS: number;
9
10
  export declare namespace ViewUtils {
10
11
  function GatherLegacyMapTiles(params: {
@@ -98,4 +99,6 @@ export declare namespace ViewUtils {
98
99
  hidden?: boolean;
99
100
  baseColor?: Cesium.Color;
100
101
  }): void;
102
+ function SetModelSpace(viewer: Cesium.Viewer, modelSpace: boolean): void;
103
+ function GetModelSpace(viewer: Cesium.Viewer): boolean;
101
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-cesium",
3
- "version": "6.0.5",
3
+ "version": "6.0.7",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-cesium.umd.js",