Plot.plot({
projection: { type: d3.geoEqualEarth, domain: { type: "Sphere" } },
marks: [
Plot.geo({ type: "Sphere" }, { fill: "#add8f7", stroke: "none" }),
Plot.geo(d3.geoGraticule()(), { stroke: "white", strokeWidth: 0.4 }),
Plot.geo(world, { fill: "white", fillOpacity: 0.5 })
]
})