@mesmon/gml2geojson
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

gml2geojson

Convert GML features to GeoJSON.

Install

npm install @mesmon/gml2geojson

Usage

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @mesmon/gml2geojson

Weekly Downloads

17

Version

0.0.9

License

MIT

Unpacked Size

7.44 kB

Total Files

5

Last publish

Collaborators

  • mesmon