So I'm trying to use d3 to draw a map of geojson. But the geojson is not quite as listed in the examples. Is there a functional way you know of to draw the paths. The geojson file I'm trying to use it :
https://projects.datameet.org/indian_village_boundaries/ga/
I can't seem to get the map plotted
The geojson fiile in this case is not as simply listed as the examples. Do I have to create a new geojson? if so how? Or do I use some d3 functional method to draw the paths?
Because I intend on allowing the user to select to draw the boundaries just for the districts or only sub-districts etc.. all while keeping the outer boundary of the whole map of goa in constant display.
Basically allowing the user to click throught the hierarchy of displaying first District -> sub-district -> etc... and backwards.
Regards