Interactive Data Visualization for the Web
We’ve got our geodata. Now get ready to rock. First, we define our first path generator: var path = d3.geo.path(); d3.geo.path() is a total lifesaver of a function. It does all the dirty work of translating that mess of GeoJSON coordinates into even messi...