geojsonl2osm

0.0.3 • Public • Published

geojsontoosm

Converts GeoJSON to OSM data.

Usage

  • as a command line tool:

      $ npm install -g geojsonl2osm
      $ geojsonl2osm file.geojsonl > file.osm
    
  • as a nodejs library:

      $ npm install geojsontoosm
    
      var geojsontoosm = require('geojsontoosm');
      geojsontoosm(geojson_data);
    

Readme

Keywords

Package Sidebar

Install

npm i geojsonl2osm

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

8.57 kB

Total Files

5

Last publish

Collaborators

  • elbarkey