UNPKG

@dtcv/osm

Version:

OSM parsing and validation for Digital Twin City Viewer

6 lines 282 B
import { OsmToGeoJSONOptions } from 'osmtogeojson'; declare function toGeoJson(osmdata: any, options?: any): import("geojson").FeatureCollection<import("geojson").Geometry, { [name: string]: any; }>; export { toGeoJson, OsmToGeoJSONOptions }; //# sourceMappingURL=index.d.ts.map