Skip to content

worldwind-ui API / worldwind-kit / WmsLayerFromCapabilitiesOptions

Interface: WmsLayerFromCapabilitiesOptions ​

Defined in: kit/src/capabilities.ts:131

Extends ​

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.

Inherited from ​

LayerOptions.attribution


displayName? ​

optional displayName?: string

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

Inherited from ​

LayerOptions.displayName


enabled? ​

optional enabled?: boolean

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

Inherited from ​

LayerOptions.enabled


fetch? ​

optional fetch?: (input, init?) => Promise<Response>

Defined in: kit/src/capabilities.ts:8

Injectable for tests or custom transports.

MDN Reference

Parameters ​

input ​

URL | RequestInfo

init? ​

RequestInit

Returns ​

Promise<Response>

Inherited from ​

FetchOptions.fetch


layer ​

layer: string

Defined in: kit/src/capabilities.ts:135

The layer name as listed in the capabilities.


legend? ​

optional legend?: string | LayerLegend | null

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

Legend image URL or descriptor.

Inherited from ​

LayerOptions.legend


maxActiveAltitude? ​

optional maxActiveAltitude?: number

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

Inherited from ​

LayerOptions.maxActiveAltitude


minActiveAltitude? ​

optional minActiveAltitude?: number

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

Inherited from ​

LayerOptions.minActiveAltitude


opacity? ​

optional opacity?: number

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

0..1

Inherited from ​

LayerOptions.opacity


pickEnabled? ​

optional pickEnabled?: boolean

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

Inherited from ​

LayerOptions.pickEnabled


service ​

service: string

Defined in: kit/src/capabilities.ts:133

The WMS endpoint or a full GetCapabilities URL.


signal? ​

optional signal?: AbortSignal

Defined in: kit/src/capabilities.ts:9

Inherited from ​

FetchOptions.signal


time? ​

optional time?: string | null

Defined in: kit/src/capabilities.ts:137

Value for the TIME dimension.


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.

Inherited from ​

LayerOptions.timeDimension

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