GeoLeaf Core API - v3.0.0
    Preparing search index...

    Per-layer capability config read from layers.<id>.capabilities.feature-info.

    interface FeatureInfoLayerBinding {
        titleField?: string;
        tooltip?: SurfaceConfig;
        popup?: SurfaceConfig;
        sidepanel?: SurfaceConfig;
    }
    Index

    Properties

    titleField?: string

    Property key used as the popup / side-panel title. Defaults to "name".

    tooltip?: SurfaceConfig

    Fields shown in the hover tooltip (rendered in "safe" mode).

    popup?: SurfaceConfig

    Fields shown in the click popup (rendered in "full" mode).

    sidepanel?: SurfaceConfig

    Fields shown in the side-panel (rendered in "full" mode).