POLAR reference
    Preparing search index...

    Interface LayerConfigurationOptions

    interface LayerConfigurationOptions {
        layers: LayerConfigurationOptionLayers;
    }
    Index

    Properties

    Properties

    Named matching OGC-specification of a WMS layer's layers.

    If configured, all configured layers of the layer can be turned off and on by the user.

    ⚠️ Only implemented for WMS. Only implemented for top layers; that is, only first level of nesting is considered.

    options: {
    layers: {
    order: '6,24,25,4,3,2,1,0',
    title: {
    '6': 'Monument area',
    '24': 'Majority of structures',
    '25': 'Material group',
    '4': 'Architectural monument',
    '3': 'Natural monument',
    '2': 'Water bodies',
    '1': 'Architectural monument (area)',
    '0': 'Natural monument (area)',
    },
    legend: true,
    },
    },