Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 286 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 286 Bytes

OSM Apply Geojson

Tool for updating way (polygon) tags from geojson to JOSM *.osm file. It also adds missing polygons.

Installation

  • install Node.js 12 or later
  • clone the project
  • run cd osm-apply-geojson
  • run npm i
  • run node . input.osm input.geojson > output.osm