flywave-terrain-datasource.groundmodificationmanageroptions
Home > @flywave/flywave-terrain-datasource > GroundModificationManagerOptions
GroundModificationManagerOptions interface
Options for configuring the GroundModificationManager
This interface defines optional configuration parameters that can be used to customize the behavior of the GroundModificationManager.
Signature:
export interface GroundModificationManagerOptions
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
number | (Optional) Maximum zoom level for ground modification imagery Controls the maximum zoom level at which ground modification imagery will be displayed. Beyond this level, modifications may not be rendered to improve performance. | ||
number | (Optional) Zoom level to skip for ground modification processing Specifies a zoom level at which ground modification processing should be skipped entirely. This can be used to optimize performance at certain zoom levels. |