Published
Edited
Mar 27, 2019
1 fork
9 stars
Insert cell
Insert cell
Insert cell
projection = d3.geoConicEqualArea()
.parallels([10,22])
.rotate([256,0])
.fitSize([mapWidth, mapHeight], mapFocus)
Insert cell
Insert cell
Insert cell
countryCode = 704 // Numeric ISO Country Code - https://en.wikipedia.org/wiki/ISO_3166-1_numeric
Insert cell
graticuleSpacing = ({country: 2, world: 10})
// latitude/longitude spacing of lines
// country: used in country view
// world: used in world view
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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