# svg-to-geojson **Repository Path**: mirrors_mapbox/svg-to-geojson ## Basic Information - **Project Name**: svg-to-geojson - **Description**: Upload SVG, return GeoJSON. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: publisher-production - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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!