UNPKG

flatgeobuf

Version:

A performant binary encoding for geographic data

5 lines (4 loc) 271 B
import { GeometryType } from '../flat-geobuf/geometry-type.js'; import type { IGeoJsonFeature } from '../geojson/feature.js'; import type { IFeature } from './feature.js'; export declare function inferGeometryType(features: (IFeature | IGeoJsonFeature)[]): GeometryType;