myGlobe = Globe()
.height(width / 1.5)
.width(width)
.globeImageUrl("//unpkg.com/three-globe/example/img/earth-blue-marble.jpg")
.pathsData(cablePaths)
.pathPoints("coords")
.pathPointLat((p) => p[1])
.pathPointLng((p) => p[0])
.pathColor((path) => path.properties.color)
.pathLabel((path) => path.properties.id)
.pathResolution(3)