Plot.plot({
projection: "equirectangular",
style: "overflow: visible;",
marks: [
Plot.geo(land, { fill: "#FFD700", fillOpacity: 0.8, stroke: "#FF6347", strokeWidth: 0.5 }),
Plot.sphere({ fill: "#800080", fillOpacity: 0.55, stroke: "#FFD700", strokeWidth: 1.5 })
]
});