I have been trying to make a d3 map by cobbling together code from others. See my attempt here on Github: https://gist.github.com/gailzdesign/018f3eabcabad64f3836727748a9a552
I've read through several entries on Stack Overflow, including this one: Plotting points on a map with D3
And another one that had points plotted in San Fran, California, USA.
But I still can't figure out what I'm doing wrong. I can see the points in the DOM but the scale is way off. The circles are not even a part of the svg.
Any help would be appreciated.