ngeo
    Preparing search index...

    Interface gmfDisplayQueryGridOptions

    interface gmfDisplayQueryGridOptions {
        featuresStyle: StyleLike;
        maxRecenterZoom?: number;
        mergeTabs?: {};
        removeEmptyColumns?: boolean;
        selectedFeatureStyle: StyleLike;
    }
    Index

    Properties

    featuresStyle: StyleLike

    A style object for all features from the result of the query.

    maxRecenterZoom?: number

    Maximum zoom-level to use when zooming to selected features.

    mergeTabs?: {}

    Configuration to merge grids with the same attributes into a single grid.

    removeEmptyColumns?: boolean

    Should empty columns be hidden? Default: false.

    selectedFeatureStyle: StyleLike

    A style object for the currently selected features.