ngeo
    Preparing search index...

    Interface gmfLayerTreeOptions

    interface gmfLayerTreeOptions {
        isExpanded: boolean;
        layerIcon: layerIcon;
        legendDebounceDelay?: number;
        openlinksinnewwindow: boolean;
    }
    Index

    Properties

    isExpanded: boolean

    [Experimental] Whether all the layer group is expanded by default.

    layerIcon: layerIcon

    The legend icon dimensions.

    legendDebounceDelay?: number

    Delay in milliseconds before recomputing the map scale used to build GetLegendGraphic requests when the view resolution changes. This prevents duplicate GetLegendGraphic requests during animated zoom or pan. The default is no debounce (undefined).

    openlinksinnewwindow: boolean

    if true, open metadataURLs in a new window. Otherwise open them in a popup.