@geoblocks/ol-comfy
    Preparing search index...

    Interface LayerGroupOptions

    Options to create a layer group.

    interface LayerGroupOptions {
        olcLayerUid?: string;
        position?: number;
    }
    Index

    Properties

    olcLayerUid?: string

    Unique ID for the layer group.

    position?: number

    Position of the layer group in the map layer array. This position is fixed.