README.md

October 28, 2018 ยท View on GitHub

SVG to GeoJSON

Drag and drop SVG on the map and it returns GeoJSON back to you.

Run it

git clone https://github.com/mapbox/svg-to-geojson.git

cd svg-to-geojson
npm install
npm start

Runs the app from http://localhost:8080/svg-to-geojson/


Credit: https://github.com/spotify/coordinator/ for code to get started and inspiration!

Contents

  1. 1SVG to GeoJSON
  2. 1.1Run it