Skip to content

Instantly share code, notes, and snippets.

View nikolaybolonin's full-sized avatar
🥝
work

Nikolay Bolonin nikolaybolonin

🥝
work
View GitHub Profile
@nikolaybolonin
nikolaybolonin / osm2geo.js
Created October 5, 2016 03:47 — forked from tecoholic/osm2geo.js
OSM2GEO - A JS Converter to convert OSM to GeoJSON
/**************************************************************************
* OSM2GEO - OSM to GeoJSON converter
* OSM to GeoJSON converter takes in a .osm XML file as input and produces
* corresponding GeoJSON object.
*
* AUTHOR: P.Arunmozhi <aruntheguy@gmail.com>
* DATE : 26 / Nov / 2011
* LICENSE : WTFPL - Do What The Fuck You Want To Public License
* LICENSE URL: http://sam.zoy.org/wtfpl/
*