Defines the desired WMS layers and (optionally) their layer styles.

interface WMSCapabilitiesLayerConfig {
    layer: string;
    style?: string;
}

Properties

Properties

layer: string

The layer

style?: string

The style to be applied to the layer.