UNPKG

flatgeobuf

Version:

A performant binary encoding for geographic data

2 lines 274 B
import{parseProperties as e}from"../generic/feature.js";import{fromGeometry as r}from"./geometry.js";export function fromFeature(t,o,m){let p=m.columns;return{type:"Feature",id:t,geometry:r(o.geometry(),m.geometryType),properties:e(o,p)}} //# sourceMappingURL=feature.js.map