Skip to content

worldwind-ui API / worldwind-kit / LayerOptions

Interface: LayerOptions ​

Defined in: kit/src/layers.ts:77

Extended by ​

Properties ​

attribution? ​

optional attribution?: string | LayerAttribution | null

Defined in: kit/src/layers.ts:86

Credit for the layer's data; null suppresses the default of a built-in layer.


displayName? ​

optional displayName?: string

Defined in: kit/src/layers.ts:78


enabled? ​

optional enabled?: boolean

Defined in: kit/src/layers.ts:79


legend? ​

optional legend?: string | LayerLegend | null

Defined in: kit/src/layers.ts:88

Legend image URL or descriptor.


maxActiveAltitude? ​

optional maxActiveAltitude?: number

Defined in: kit/src/layers.ts:84


minActiveAltitude? ​

optional minActiveAltitude?: number

Defined in: kit/src/layers.ts:83


opacity? ​

optional opacity?: number

Defined in: kit/src/layers.ts:81

0..1


pickEnabled? ​

optional pickEnabled?: boolean

Defined in: kit/src/layers.ts:82


timeDimension? ​

optional timeDimension?: TimeDimension | null

Defined in: kit/src/layers.ts:90

The instants the layer can show, for time sliders. Read from capabilities when available.

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.