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

3 lines (2 loc) 142 B
import { RefElements } from "./ref-elements.js"; export default function analyzeFeaturesFromXml(osm: string, refElements: RefElements): void;