ngeo
    Preparing search index...

    Interface GmfFunctionalities

    interface GmfFunctionalities {
        default_basemap?: string[];
        open_panel?: string[];
        preset_layer_filter?: string[];
    }
    Index

    Properties

    default_basemap?: string[]

    The default base map.

    open_panel?: string[]

    When set, contains the name of the panel to open upon loading an application. Note: although this is a list, only one can be defined.

    preset_layer_filter?: string[]

    Name of the layer (data source) that should be toggled in the filter tool upon loading an application. Note: although this is a list, only one can be defined.