projection = d3
.geoProjection(d3.geoModifiedStereographicRaw(coeffs, [-20, -18, 0]))
.center(d3.geoRotation([-20, -18, 0])([20, 16.7214]))
.rotate([-20, -18, 0])
.clipAngle(82)
.fitExtent([[10, 10], [width - 10, height - 10]], graticule.outline())
.precision(0.1)