Is it possible to draw the great circle line in the OpenLayers 5 directly, without splitting the LineString into many small parts like https://openlayers.org/en/latest/examples/flight-animation.html?
Here is the problem of user experience related to the usage of the great circle line.
The Modify Feature(https://openlayers.org/en/latest/examples/modify-test.html?q=Test) is provided.
The number of the editable points in the great circle line is more than that in the direct line.
The user have to change more points because of the splitting method.
The possible solution, I guess, could be 1. restrict the editable points in the Modify 2. drag the editable points and then create the related great cirle points
Please advise me the possible api of OpenLayers 5 if exist or any other methods instead.
Thank you in advance.