I am trying to draw a polyline between multiple coordinates using webgl earth. There is an API for drawing a polygon but I can't seem to find anything equivalent for a polyline.
Thanks for your help!
I am trying to draw a polyline between multiple coordinates using webgl earth. There is an API for drawing a polygon but I can't seem to find anything equivalent for a polyline.
Thanks for your help!
Use polygon, set 3 waypoint, A/B/A, then you get a super simple polyline !