Interface gmfLayerTreeOptions

interface gmfLayerTreeOptions {
    isExpanded: boolean;
    layerIcon: layerIcon;
    openlinksinnewwindow: boolean;
}

Properties

isExpanded: boolean

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

layerIcon: layerIcon

The legend icon dimensions.

openlinksinnewwindow: boolean

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