/georss-to-geojson

Convert GeoRSS tag into GeoJSON Feature

Primary LanguageJavaScriptMIT LicenseMIT

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.