svg-to-geojson
svg-to-geojson copied to clipboard
Upload SVG, return GeoJSON.
Region is a feature mainly found in `frint-react` package. So `frint` package itself doesn't need to have it baked in.
Hi all contributors of Mapbox tool svg-to-geojson, I hope that you are doing well and staying safe during these uncertain times. I used your svg-to-geojson tool https://labs.mapbox.com/svg-to-geojson/ After I have...
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. Commits - [`ddfd9b1`](https://github.com/lodash/lodash/commit/ddfd9b11a0126db2302cb70ec9973b66baec0975) Bump to v4.17.15. - [`b185fce`](https://github.com/lodash/lodash/commit/b185fcee26b2133bd071f4aaca14b455c2ed1008) Rebuild lodash and docs. - [`be87d30`](https://github.com/lodash/lodash/commit/be87d303941222b97c482755afc0f4a77ce46c30) Bump to v4.17.14. - [`a6fe6b1`](https://github.com/lodash/lodash/commit/a6fe6b1e174fd02b5e60eb2664405f4c1262c300) Rebuild lodash and docs. -...
[These options](https://github.com/mapbox/svg-to-geojson/blob/af2f1d7a13639eb517470fce8630130727828bd4/src/components/app.js) should probably surface themselves as range sliders in the interface to adjust.
There's a blank state after adjusting the slider and waiting for the new results. It would be nice to bring the loader back during this period of time to visually...
Right now the shapes are drawn 2x smaller each time the number of points is adjusted. Ideally the output should remain the same size after each redraw.
If I make edits to the SVG and then use the slider, the edits I made are no longer preserved. We should try to capture these edits when the shape...
The codebase is [growing a bit](https://github.com/mapbox/svg-to-geojson/pull/6) in complexity. Should add tests to assert output and things like polygon types.
Any chance we can work on projecting the svg into a bbox ? My final goal is to rebuild a geojson shape from a dirty WMTS png tile I managed...
Any chance we can extract this (the core functionnality) into some no-frontend repo ?