map = html`<svg width=${width} height=${height} viewBox="0 0 ${width} ${height}" style="display:block;">
<path d="${path(sphere)}" fill="${colors[0]}"></path>
<path d="${path(graticule)}" stroke="${colors[3]}" fill="none"></path>
<path d="${path(land)}" stroke="${colors[2]}" fill="${colors[1]}"></path>
<path d="${path(sphere)}" stroke="#000" fill="none"></path>
</svg>`