zcreativelabs / react-simple-maps

Beautiful React SVG maps with d3-geo and topojson using a declarative api.
https://www.react-simple-maps.io/
MIT License
3.07k stars 424 forks source link

Ability to use an SVG map instead of TopoJSON #274

Open jewbetcha opened 2 years ago

jewbetcha commented 2 years ago

Love this project <3

Apologies if this has already been asked elsewhere, but can <Geographies> accept a pre-made SVG, rather than the JSON? We're trying to avoid loading the JSON as an external resource, as well as trying to avoid checking in a giant JSON file to our repo.

Thank you!

Jawmo commented 2 years ago

Any luck with this?