wfs gml to geojson
npm install @mesmon/gml2geojsonConvert GML features to GeoJSON.
``bash`
npm install @mesmon/gml2geojson
`ts
import { parseGML } from '@mesmon/gml2geojson'
const xml = '
const geojson = parseGML(xml)
``
This library uses fast-xml-parser and works in both Node.js and browser environments.