mapbox-gl-js
mapbox-gl-js copied to clipboard
3D arcs in Globe view
Hello! Globe view is so great!
I need draw arc lines on globe and map. Find solution with geometry and LineString https://docs.mapbox.com/mapbox-gl-js/example/animate-point-along-route/
but this look like 2d.
How make it 3d? Example https://globe.gl/example/random-arcs/

This is part of https://github.com/mapbox/mapbox-gl-js/issues/3993
i think globe 3D arcs is essential while facing aboundant OD data.
and kepler.gl always mix and cross the line segments together.