Plot.plot({
projection: {
type: "mercator",
domain: {type: "MultiPoint", coordinates: [[-8.650007, 49.864798], [1.763680, 60.860761]]}
},
marks: [
Plot.geo(aldi_voronoi, {strokeWidth: 0.2}),
Plot.dot(aldi, {x: "longitude", y: "latitude", fill: "currentColor", r: 1}),
],
caption: html`<p style="font-family:'Open Sans, san-serif'; font-size:14px;">Source: <a href="https://geolytix.com/blog/supermarket-retail-points/" target="_blank">Geolytix</a></p>`
})