Skip to content

worldwind-ui API / worldwind-kit / LayerCapabilitiesInfo

Interface: LayerCapabilitiesInfo ​

Defined in: kit/src/time.ts:68

The parts of WorldWind's WmsLayerCapabilities and WmtsLayerCapabilities objects the kit reads.

Indexable ​

[key: string]: unknown

Properties ​

attribution? ​

optional attribution?: { title?: string | null; url?: string | null; } | null

Defined in: kit/src/time.ts:69


dimension? ​

optional dimension?: CapabilitiesDimension[] | null

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

WMTS dimensions.


dimensions? ​

optional dimensions?: CapabilitiesDimension[] | null

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

WMS 1.3.0 dimensions.


extents? ​

optional extents?: CapabilitiesDimension[] | null

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

WMS 1.1.1 extents.


style? ​

optional style?: object[] | null

Defined in: kit/src/time.ts:73

WMTS styles with their legends.


styles? ​

optional styles?: object[] | null

Defined in: kit/src/time.ts:71

WMS styles with their legends.

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