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.
The grid data objects, by id.
Static
createA new empty grid data object with columns from given properties.
Static
findStatic
getStatic
getStatic
removeRemoves empty columns (columns and data) from a given gridData object. It's expected that all features in the gridData have the same properties.
A feature-to-grid data converter, to show feature's properties in grid-like system.