svg-to-geojson icon indicating copy to clipboard operation
svg-to-geojson copied to clipboard

Convert SVG to GeoJSON

Results 6 svg-to-geojson issues
Sort by recently updated
recently updated
newest added

SVG: ```svg ``` SVG Rendering fine: Update: The issue seems to be invalid geojson -- correcting with [turf.buffer(0)](https://turfjs.org/docs/#buffer) fixes the features.

I'm trying to use svg-to-geojson as an npm dependency for a rest application, I'm able to install it using `npm install`, but when I try to use it using this...

Dear contributors, Dear Dave Cranwell, I hope you are doing well and staying safe during these uncertain times. Thanks for your tool, it works great. However, I would like to...

When using multiple Moveto commands per path, the line doesn't seem to stop but instead it seems that it moves on to the very first point of the path (the...

I hope that you tolerate asking a specific question! I've tried to extract the jQuery SVG map ([eia930map.js](https://www.eia.gov/realtime_grid/eia930map.js)) from [EIA Realtime Grid](https://www.eia.gov/realtime_grid/) by injecting your script and running the following...