ngeo
    Preparing search index...

    Interface gmfDisclaimerOptions

    interface gmfDisclaimerOptions {
        external?: boolean;
        layerVisibility?: boolean;
        popup?: boolean;
    }
    Index

    Properties

    external?: boolean

    Whether to use disclaimer messages elsewhere or not. Default to false. If true, you should use the externalMessage and the externalVisibility too.

    layerVisibility?: boolean

    Only display the disclaimer if the layer is visible. Defaults to true.

    popup?: boolean

    Whether to show the disclaimer messages in popups or not. Defaults to false.