Janjko / geojsontoosm

Convert GeoJSON to OSM XML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);
    

About

Convert GeoJSON to OSM XML

License:MIT License


Languages

Language:JavaScript 98.2%Language:Dockerfile 1.8%