UNPKG

flatgeobuf

Version:

A performant binary encoding for geographic data

5 lines (4 loc) 263 B
import type { Feature } from '../flat-geobuf/feature.js'; import { type IFeature } from '../generic/feature.js'; import type { HeaderMeta } from '../header-meta.js'; export declare function fromFeature(id: number, feature: Feature, header: HeaderMeta): IFeature;