Public
Edited
Jan 16, 2023
1 fork
Importers
4 stars
Insert cell
Insert cell
Insert cell
custom_map_styles = ({
labelAdmin: {
fontFill: main.orange["800"]
},
labelAccent: {
fontSize: 14,
fontFill: main.red["800"],
fontWeight: "500"
},

admin: {
fill: main.orange["100"],
stroke: main.orange["400"]
},
adminAlt: {
fill: main.orange["100"],
stroke: main.orange["400"],
strokeWidth: 1.25
},

water: {
fill: main.blue["600"],
fillOpacity: 0.75,
stroke: "none"
},

river: {
stroke: main.blue["600"],
strokeWidth: 1.25
},
road: {
stroke: main.grey["500"],
strokeWidth: 1.5,
strokeLinejoin: "butt"
},
damCrest: {
stroke: main.grey["600"],
strokeWidth: 3.5,
strokeLinecap: "butt"
},
dam: {
fill: main.grey["800"],
stroke: "none"
},
tunnel: {
stroke: main.orange["600"],
strokeWidth: 1
}
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more