LAYOUT = map(
d3.geoIcosahedral()
.faceProjection(
face => {
var c = (face.site).map(d => -d);
c[2] = Math.abs(c[1] - 52.62) < 1 || Math.abs(c[1] + 10.81) < 1 ? 60 : 0;
return d3.geoProjection(d3.geoGrayFullerRaw()).rotate(c).translate([0,0])
}
)
.parents([-1,0,1,11,3,0,7,1,7,8,9,10,11,12,13,6,8,10,19,15])
.angle(-60)
.rotate([-76.5, 27, -84])
)