DEV Community

Ratan Kumar
Ratan Kumar

Posted on

How to plot points(data) in D3 using country if i don't have Lat long

Am using d3.js in my angular7 project to display the map and am using https://datamaps.github.io/ datamaps which is also using d3.js. to plot points(data) we need lat-long but what if I don't have lat-long and I have a country name then how can I plot the points(data) without lat-long.

Top comments (0)