I want to display some lines in 3d plane, just like below image.
Currently i am using mapbox-gl-js to display map in my application.
I want to do this is mapbox-gl-js, but mapbox doesn't supports this feature. Is there any way to achive this feature in mapbox or is there any library which supports this feature?
If you want to mix 3D and mapbox to draw freely some 3D lines, I would recommend you to use the latest version of threebox a three.js plugin for mapbox.
You'll able to draw different rect or curved lines with origin destination like this...
Once you define your line geometries, you can add them with only a few lines of code in your page: