html`<div style="position: relative; width: 512px; height: 512px;">
<img src="${url(0, 0, 1)}" style="position: absolute; top: 0px; left: 0px;" width="256" height="256">
<img src="${url(1, 0, 1)}" style="position: absolute; top: 0px; left: 256px;" width="256" height="256">
<img src="${url(0, 1, 1)}" style="position: absolute; top: 256px; left: 0px;" width="256" height="256">
<img src="${url(1, 1, 1)}" style="position: absolute; top: 256px; left: 256px;" width="256" height="256">
<svg width="512" height="512" style="position: relative;">
<path fill="none" stroke="red" d="${d3.geoPath(projection1)(land)}" />
</svg>
</div>`