Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mapbox/svg-to-geojson
- Owner: mapbox
- Archived: true
- Created: 2018-03-21T16:33:04.000Z (over 6 years ago)
- Default Branch: publisher-production
- Last Pushed: 2023-05-20T21:12:02.000Z (over 1 year ago)
- Last Synced: 2024-06-18T05:38:05.993Z (5 months ago)
- Topics: data, geojson, svg
- Language: JavaScript
- Homepage: https://labs.mapbox.com/svg-to-geojson/
- Size: 443 KB
- Stars: 114
- Watchers: 95
- Forks: 18
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - mapbox/svg-to-geojson - Upload SVG, return GeoJSON. (data)
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 startRuns the app from http://localhost:8080/svg-to-geojson/
---
Credit: https://github.com/spotify/coordinator/ for code to get started and inspiration!