Skip to content

worldwind-ui API / worldwind-kit / WmsLayerOptions

Interface: WmsLayerOptions ​

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

Extends ​

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.

Inherited from ​

LayerOptions.attribution


coordinateSystem? ​

optional coordinateSystem?: string

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


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/layers.ts:254

Defaults to image/png.


layerNames ​

layerNames: string

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

Comma-separated WMS layer names.


legend? ​

optional legend?: string | LayerLegend | null

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

Legend image URL or descriptor.

Inherited from ​

LayerOptions.legend


levelZeroDelta? ​

optional levelZeroDelta?: number

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

Tile delta in degrees at level 0. Defaults to 36.


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


numLevels? ​

optional numLevels?: number

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

Defaults to 19.


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


sector? ​

optional sector?: SectorInput

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

Coverage of the layer. Defaults to the whole globe.


service ​

service: string

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

WMS endpoint, e.g. https://example.org/geoserver/wms.


size? ​

optional size?: number

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

Tile size in pixels. Defaults to 256.


styleNames? ​

optional styleNames?: string

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


time? ​

optional time?: string | null

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

Value for the WMS 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


version? ​

optional version?: string

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

WMS protocol version, e.g. 1.3.0.

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