0.0.4 • Published 2 years ago
geojsontoosm v0.0.4
geojsontoosm
Usage
as a command line tool:
$ npm install -g geojsontoosm $ geojsontoosm file.geojson > file.osmas a nodejs library:
$ npm install geojsontoosm var geojsontoosm = require('geojsontoosm'); geojsontoosm(geojson_data);