Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Upload SVG, return GeoJSON.
https://github.com/mapbox/svg-to-geojson

data geojson svg

Last synced: 3 months ago
JSON representation

Upload SVG, return GeoJSON.

Awesome Lists containing this project

README

        

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!