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

    A feature-to-grid data converter, to show feature's properties in grid-like system.

    Index

    Constructors

    Properties

    Methods

    • Takes an array of OpenLayers features and converts them into a grid data object, where each feature is mapped by its ID as the key.

      Parameters

      • features: Feature<Geometry, { [x: string]: any }>[]

      Returns GridDataById

      The grid data objects, by id.