Layers control entry.

interface LayersControlEntry {
    config: LayerConfiguration;
    name: string;
    selected?: boolean;
}

Properties

Properties

Layer configuration.

name: string

Layer name.

selected?: boolean

Is the layer selected for display at the beginning (only used by overlay layers).