leiting-bim 2.1.97 → 2.1.99
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/leiting-bim.es.js +1 -1
- package/leiting-bim.umd.js +8 -8
- package/leitingbim.css +1 -1
- package/package.json +1 -1
- package/plugins/cesium-core/dist/cesium-core.mjs +281 -275
- package/plugins/cesium-core/dist/cesium-core.mjs.map +1 -1
- package/plugins/cesium-core/dist/cesium-core.umd.js +12 -12
- package/plugins/cesium-core/dist/cesium-core.umd.js.map +1 -1
- package/plugins/cesium-core/dist/components/BufferedHierarchicalAggregator.d.ts +2 -0
- package/plugins/cesium-vue/dist/components/marker-manage.js +387 -381
- package/plugins/cesium-vue/dist/components/marker-manage.js.map +1 -1
|
@@ -48,6 +48,7 @@ export declare class BufferedHierarchicalAggregator {
|
|
|
48
48
|
private groupByTheme;
|
|
49
49
|
private tilingScheme;
|
|
50
50
|
private levelIndexByTileLevel;
|
|
51
|
+
private _lastTileProvider;
|
|
51
52
|
private _updateTimer;
|
|
52
53
|
private _updateDelay;
|
|
53
54
|
private _tilesRetryCount;
|
|
@@ -60,6 +61,7 @@ export declare class BufferedHierarchicalAggregator {
|
|
|
60
61
|
setMinGlobalPointCount(count: number, update?: boolean): void;
|
|
61
62
|
setThreshold(threshold: number, update?: boolean): void;
|
|
62
63
|
setDebugCurrentGrids(debug: boolean, update?: boolean): void;
|
|
64
|
+
private _syncTilingSchemeAndLevels;
|
|
63
65
|
private _createLevels;
|
|
64
66
|
addPoints(points: PointData[]): void;
|
|
65
67
|
appendPoints(newPoints: PointData[], isUpdate?: boolean): void;
|