VictorCazanave / react-svg-map

A set of React.js components to display an interactive SVG map
https://victorcazanave.github.io/react-svg-map/
MIT License
229 stars 48 forks source link

How to convert Gejson files to compatible svg format #61

Open behnam-io opened 1 year ago

behnam-io commented 1 year ago

Hi, Is there any feasible way to convert .geojson formatted files to compatible svg map? I used the cli tool but no success

VictorCazanave commented 1 year ago

It's not supported by the @svg-maps/cli tool, but the geojson-to-svg package might help. Here is also an interesting article that may be useful.

If you want to add this feature, feel free to create an issue and/or a merge request in svg-maps project.