springmeyer / arc.js

great circle routes in javascript
http://springmeyer.github.io/arc.js/
BSD 2-Clause "Simplified" License
369 stars 70 forks source link

Upside Down Arc #35

Closed MichaelMuinos closed 2 years ago

MichaelMuinos commented 6 years ago

Currently, I do not see any way to perform an upside down arc. I have tried passing in a negative value to the constructor of the Arc prototype function, yet it just makes it a straight line. Is there any functionality for this currently?

jgravois commented 2 years ago

Is there any functionality for this currently?

this library doesn't provide a mechanism to control the orientation of an arc between two points, but a pull request for it would be welcome.