Plot.plot({width: 3000,height:3000,
backgroundColor: "blue",
projection: {type: "orthographic",rotate: [80, -34], domain:circle},
r: {transform: (d) => Math.pow(10, d)},
style: "overflow: visible;",
marks: [
Plot.geo(Flood, {
fill: "cyan",
fillOpacity: 0.6,
type: "md" }),
Plot.geo(censusTractsTabular_20231107 ,
{fill: "white",
stroke:"black","strokeWidth":0.5,
fillOpacity: .5
,
type:"md"})
]
})