geojsontoosm

0.0.4 • Public • Published

geojsontoosm

Converts GeoJSON to OSM data.

Usage

  • as a command line tool:

      $ npm install -g geojsontoosm
      $ geojsontoosm file.geojson > file.osm
    
  • as a nodejs library:

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

Readme

Keywords

Package Sidebar

Install

npm i geojsontoosm

Weekly Downloads

14

Version

0.0.4

License

MIT

Unpacked Size

8.37 kB

Total Files

5

Last publish

Collaborators

  • tyr_asd