Plot.plot({
projection: {
type: "equirectangular",
domain: moha_admin0
},
marks: [
Plot.geo(d3.geoGraticule().step([1, 1])(), {
stroke: "red",
strokeOpacity: 0.3
}),
Plot.geo(moha_admin0),
Plot.geo(
await FileAttachment("ghimire_admin3_municipal_simplified-1.json").json(),
{ clip: "frame", stroke: "blue", strokeOpacity: 0.1 }
)
]
})