LuciadRIA (2026.0.10)
    Preparing search index...

    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.