projection = d3.geoInterrupt(
d3.geoHomolosineRaw,
[[
[[-180, 0], [-130, 90], [-90, 0]],
[[-90, 0], [-30, 90], [60, 0]],
[[60, 0], [120, 90], [180, 0]]
], [
[[-180, 0], [-120, -90], [-60, 0]],
[[-60, 0], [20, -90], [100, 0]],
[[100, 0], [140, -90], [180, 0]]
]]
).rotate([-200, 0])