D3.js Tips and Tricks: A simple d3.js map explained
The code and data for this example can be found as World Map Centered on the Pacific on bl.ocks.org. Zooming and panning a map With our map displayed nicely we need to be able to move it about to explore it fully. To do this we can provide the functionali...