Public
Edited
Dec 24
14 stars
Also listed in…
WebGL
Insert cell
Insert cell
Insert cell
Insert cell
myGlobe = Globe()
.height(width / 1.5)
.width(width)
.globeImageUrl("//unpkg.com/three-globe/example/img/earth-blue-marble.jpg")
//.globeImageUrl('//unpkg.com/three-globe/example/img/earth-night.jpg')
//.bumpImageUrl("//unpkg.com/three-globe/example/img/earth-topology.png")
//.backgroundImageUrl("//unpkg.com/three-globe/example/img/night-sky.png")
.pathsData(cablePaths)
.pathPoints("coords")
.pathPointLat((p) => p[1])
.pathPointLng((p) => p[0])
.pathColor((path) => path.properties.color)
.pathLabel((path) => path.properties.id)
.pathResolution(3)
//.pathDashLength(0.1)
//.pathDashGap(0.008)
//.pathDashAnimateTime(120000)
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