@permettezmoideconstruire/georss-to-geojson
v1.0.3
Published
Library to convert GeoRSS (XML) file into GeoJSON format.
Downloads
3
Readme
GeoRss to GeoJSON
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.