@mesmon/gml2geojson
v0.0.9
Published
wfs gml to geojson
Downloads
7
Readme
gml2geojson
Convert GML features to GeoJSON.
Install
npm install @mesmon/gml2geojsonUsage
import { parseGML } from '@mesmon/gml2geojson'
const xml = '<gml...>' // gml data string
const geojson = parseGML(xml)This library uses fast-xml-parser and works in both Node.js and browser environments.
