1.0.3 • Published 6 years ago

@permettezmoideconstruire/georss-to-geojson v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

GeoRss to GeoJSON

js-standard-style Build Status

Library to convert GeoRSS Tag into GeoJSON Feature.

Usage

You need to convert your GeoRss tag with xml-js module and pass the tag to this module.

RssToGeoJson.convert(xmlJson)

Exemple

See exemples/index.js for featured exemple.

Limitation

For the moment, this module support only <georss:polygon> tag.