svg-to-geojson
svg-to-geojson copied to clipboard
Feature : bbox
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 to convert the png to svg, I have the tileCol, tileRow, and tileMatrix. I think I'm kind of able to get the bbox of the tile from this. I just need to reproject it and get GeoJSON from now.
I'm not able to do the math, I'm looking for any help, and this seems to be a good starting point.