Skip to content

worldwind-ui API / react-worldwind / WmtsLayerProps

Interface: WmtsLayerProps ​

Defined in: react/src/layers.tsx:86

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


format? ​

optional format?: string

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

Image format; defaults to the first one the layer offers.

Inherited from ​

WmtsLayerFromCapabilitiesOptions.format


index? ​

optional index?: number

Defined in: react/src/layers.tsx:87


layer ​

layer: string

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

The layer identifier as listed in the capabilities.

Inherited from ​

WmtsLayerFromCapabilitiesOptions.layer


legend? ​

optional legend?: string | LayerLegend | null

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

Legend image URL or descriptor.

Inherited from ​

LayerOptions.legend


matrixSet? ​

optional matrixSet?: string

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

Tile matrix set identifier; defaults to the first one WorldWind supports.

Inherited from ​

WmtsLayerFromCapabilitiesOptions.matrixSet


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


onError? ​

optional onError?: (error) => void

Defined in: react/src/layers.tsx:88

Parameters ​

error ​

unknown

Returns ​

void


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:94

The WMTS endpoint or a full GetCapabilities URL.

Inherited from ​

WmtsLayerFromCapabilitiesOptions.service


style? ​

optional style?: string

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

Style identifier; defaults to the layer's default style.

Inherited from ​

WmtsLayerFromCapabilitiesOptions.style


time? ​

optional time?: string | null

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

Value for the TIME dimension.

Inherited from ​

WmtsLayerFromCapabilitiesOptions.time


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.