We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
Convert GeoJSON to OSM XML
ConvertsGeoJSON toOSMdata.
as acommand line tool:
$ npm install -g geojsontoosm $ geojsontoosm file.geojson > file.osm
as anodejs library:
$ npm install geojsontoosm var geojsontoosm = require('geojsontoosm'); geojsontoosm(geojson_data);