Question
How do I convert an SVG file to GeoJSON format?
Desired Outcome:
I want to make a choropleth map using something like D3.js, or any of the other libraries out there.
Challenge:
I have an SVG file that I was able to obtain from public domain of the administrative regions for a particular province of a particular country. I believe I need to convert that to GeoJSON before being able to use it in the libraries that I am aware of.
أكثر...
How do I convert an SVG file to GeoJSON format?
Desired Outcome:
I want to make a choropleth map using something like D3.js, or any of the other libraries out there.
Challenge:
I have an SVG file that I was able to obtain from public domain of the administrative regions for a particular province of a particular country. I believe I need to convert that to GeoJSON before being able to use it in the libraries that I am aware of.
أكثر...