UNPKG

@loaders.gl/gis

Version:

Helpers for GIS category data

8 lines 360 B
import { Feature, GeojsonGeometryInfo } from '@loaders.gl/schema'; /** * Initial scan over GeoJSON features * Counts number of coordinates of each geometry type and * keeps track of the max coordinate dimensions */ export declare function extractGeometryInfo(features: Feature[]): GeojsonGeometryInfo; //# sourceMappingURL=extract-geometry-info.d.ts.map