bertin.draw({
params: { projection: "Spilhaus", background: "#82b0e8" },
layers: [
{
type: "waterlines",
geojson: world,
nb: 3,
dist: 10,
stroke: ["black", "white"],
precision: 1,
strokeWidth: [2, 1],
strokeOpacity: [1, 0.5],
strokeDasharray: [4, 4],
strokeLinecap: "round",
strokeLinejoin: "round"
},
{
geojson: world,
fill: "white",
fillOpacity: 0.3,
stroke: "none"
}
]
})