bruce-cesium 4.2.3 → 4.2.5

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,4 +1,4 @@
1
- import { BruceApi, Carto, EntityCoords, Tileset, Transform } from "bruce-models";
1
+ import { BruceApi, Carto, EntityCoords, Style, Tileset, Transform } from "bruce-models";
2
2
  import * as Cesium from "cesium";
3
3
  import { VisualsRegister } from "./visuals-register";
4
4
  declare const WATCH_KEY = "bruce-tileset-watch";
@@ -95,6 +95,7 @@ export declare namespace TilesetRenderEngine {
95
95
  UpdateStyleMapping(params: {
96
96
  styleMapping?: any[];
97
97
  fallbackStyleId?: number;
98
+ fallbackStyle?: Style.IStyle;
98
99
  }): void;
99
100
  QueueEntities(entities: VisualsRegister.IVisualRego[], highPriority?: boolean): void;
100
101
  private processQueue;
@@ -203,6 +203,7 @@ export declare namespace VisualsRegister {
203
203
  menuItemId?: string;
204
204
  relation?: EntityRelation.IRelation;
205
205
  doUpdate?: boolean;
206
+ doRemove?: boolean;
206
207
  retainTagIds?: (string | number)[];
207
208
  requestRender?: boolean;
208
209
  }): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-cesium",
3
- "version": "4.2.3",
3
+ "version": "4.2.5",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-cesium.umd.js",