@poor-knight/cesium-utils 0.5.4 → 0.5.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.
- package/dist/cesium-utils.cjs +18 -18
- package/dist/cesium-utils.d.ts +1 -0
- package/dist/cesium-utils.js +541 -539
- package/dist/cesium-utils.umd.cjs +10 -10
- package/package.json +1 -1
package/dist/cesium-utils.d.ts
CHANGED
|
@@ -318,6 +318,7 @@ export declare class ShipLayer extends default_2<{
|
|
|
318
318
|
/**显隐entity,回调返回显示隐藏的状态,不传Fn时默认显示所有 */
|
|
319
319
|
private hookFilterEntityFn?;
|
|
320
320
|
hideEntityByCondition(validateFn?: (entity: Cesium.Entity) => boolean): void;
|
|
321
|
+
private getHideAfterSomeMinutesAndByDistance;
|
|
321
322
|
}
|
|
322
323
|
|
|
323
324
|
export declare class WmsLayer implements Layer {
|