Details
-
Suggestion
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
bd3ca9bd2 (dev)
Description
When drawing a path between two coordinates, you have two options:
- Great Circle (aka Orthodromy)
- Rhumb Line (aka Loxodromy)
You can see the difference on this website:
https://www.edumedia-sciences.com/en/media/924-rhumb-line-versus-great-circle
For the moment, only Rhumb Line representation is supported by the map items (e.g. MapPolyline).
It would be nice to leave the choice to the user and to be able to switch from one representation to the other.