@geogirafe/lib-geoportal
    Preparing search index...

    Interface FeatureToGridDataOptions

    Options for converting feature data to grid data.

    interface FeatureToGridDataOptions {
        keepGeomProperty?: boolean;
        removeEmptyColumns?: boolean;
    }
    Index

    Properties

    keepGeomProperty?: boolean

    Determines whether to keep the geometry property as a property value.

    removeEmptyColumns?: boolean

    Determines whether to keep (always) empty columns or not in columns and data.