OgcStyle interface

OGC WMS and WMTS layer style information.

Properties

id

The identifier of the style.

isDefault

Indicates if the style is the default.

legendUrl

A URL to the legend graphic.

title

The title of the style.

Property Details

id

The identifier of the style.

id?: string

Property Value

string

isDefault

Indicates if the style is the default.

isDefault?: boolean

Property Value

boolean

legendUrl

A URL to the legend graphic.

legendUrl?: string

Property Value

string

title

The title of the style.

title?: string

Property Value

string