0.0.7 • Published 3 years ago

gml2geojson v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

gml2geojson

wfs gml to geojson

CDN

<script src="https://cdn.jsdelivr.net/npm/gml2geojson/dist/gml2geojson.js"></script>

<script>

    fetch('./data').then(res=>res.text()).then(xml=>{
        const geojson=gml2geojson.parseGML(xml);
    })
</script>

NPM

npm i gml2geojson
# or
yarn add gml2geojson
import {parseGML} from 'gml2geojson';

const geojson=parseGML(xml);
0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago