You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings. I would like to address an issue that is problematic to me using the library.
I create a journey that is from eastern Europe to the western USA.
The line, post-Mercator projection is so high that it covers Greenland.
Is there any way to adjust the height of the arc or is it only ever relative to the curvature of the earth between the distance of the to/from coordinates?
The text was updated successfully, but these errors were encountered:
The line drawn between two points is the shortest surface path between those points and thus is a segment of a "great circle" (see https://en.wikipedia.org/wiki/Great_circle). Due to the mercator projection, these direct paths end up as curves.
Here's an example for the direct path between Kiev and San Francisco (you can switch between a 3D globe view and the mercator projection using the top right icons):
Greetings. I would like to address an issue that is problematic to me using the library.
I create a journey that is from eastern Europe to the western USA.
The line, post-Mercator projection is so high that it covers Greenland.
Is there any way to adjust the height of the arc or is it only ever relative to the curvature of the earth between the distance of the to/from coordinates?
The text was updated successfully, but these errors were encountered: