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.12k stars 426 forks source link

better way to load the svg marker? #129

Open sylhero opened 5 years ago

sylhero commented 5 years ago

currently the only way to make customized marker work is to put the svg details directly into the code. I tried webpack file loader and raw loader to load the svg and it didn't work.