OgcMapLayerCapabilities interface

An object that describes the capabilities of an OGC WMS and WMTS service.

Properties

bounds

The bounds in which the service is available in EPSG:4326.

description

A description or abstract for the service.

layerLimit

Specifies the maximum number of layers that may be included in a GetMap request. Set to 1 for WMTS services.

sublayers

Details of all sublayers available in the service.

title

The title of the OGC service.

version

The version of the service.

Property Details

bounds

The bounds in which the service is available in EPSG:4326.

bounds: azmaps.data.BoundingBox

Property Value

azmaps.data.BoundingBox

description

A description or abstract for the service.

description?: string

Property Value

string

layerLimit

Specifies the maximum number of layers that may be included in a GetMap request. Set to 1 for WMTS services.

layerLimit: number

Property Value

number

sublayers

Details of all sublayers available in the service.

sublayers: OgcSublayer[]

Property Value

title

The title of the OGC service.

title?: string

Property Value

string

version

The version of the service.

version: string

Property Value

string