I've been trying to find a way to repeat a world map projection (at least 1x on each side) so that the edge of the map doesn't fall into whitespace - as per this example.
I'd like to do this without having to use tiles (every solution I've seen up to date used leaflet or google maps), hopefully this is possible with only d3.js?
EDIT: works like this http://bl.ocks.org/l-r/7952739