Plot.plot({
projection: { type: "identity", domain: edifici },
marks: [
Plot.geo(elevation, { stroke: "#fed19f" }),
Plot.geo(bosco, { fill: "#cbe7d3" }),
Plot.geo(areaVerde, { fill: "#cbe7d3" }),
Plot.geo(edifici, { fill: "black", fillOpacity: 0.9 }),
Plot.geo(agr, { stroke: "#cbe7d3", strokeDasharray: 3 }),
Plot.geo(strade, { stroke: "black", strokeWidth: 2 })
]
})