Plotting points on a map with D3
问题 I'm trying to plot a few points onto a map using the D3 geo library based on latitudes and longitudes. However, when I pass these values into my projection function, it results in coordinates that our outside the bounds of my SVG image. My code is based on this example provided in the documentation. I've thrown the current code up at: http://bl.ocks.org/rpowelll/8312317 My source data is a simple array of objects formatted like so var places = [ { name: "Wollongong, Australia", location: {