UNPKG

osm2geojson-ultra

Version:

a faster & more complete OSM & Overpass (either in xml or in json formats) to geojson convertor - 4x faster than xmldom + osmtogeojson in most situations - implemented in TypeScript with txml for XML parsing

5 lines (4 loc) 162 B
import { RefElements } from "./ref-elements.js"; export default function analyzeFeaturesFromJson(osm: { [k: string]: any; }, refElements: RefElements): void;