OgcSublayer interface
Sublayer information for OGC WMS and WMTS services.
Properties
| bounds | The bounding box of the layer. |
| description | A description or abstract for the layer. |
| dimensions | Custom dimension values supported by the layer. |
| id | Unique identifier for the layer. |
| max |
An integer specifying the maximum zoom level to render the layer at. |
| min |
An integer specifying the minimum zoom level to render the layer at. |
| styles | A list of the supported styles. |
| title | The title for the layer. |
Property Details
bounds
The bounding box of the layer.
bounds: azmaps.data.BoundingBox
Property Value
description
A description or abstract for the layer.
description?: string
Property Value
string
dimensions
Custom dimension values supported by the layer.
dimensions: OgcDimension[]
Property Value
id
Unique identifier for the layer.
id?: string
Property Value
string
maxZoom
An integer specifying the maximum zoom level to render the layer at.
maxZoom: number
Property Value
number
minZoom
An integer specifying the minimum zoom level to render the layer at.
minZoom: number
Property Value
number
styles
title
The title for the layer.
title?: string
Property Value
string