arc not complete for crossing dateline
xqin1 opened this issue · 3 comments
xqin1 commented
sample gist: https://gist.github.com/xqin1/b38dd6ed9ae96174b96e
two points for Seattle and Beijing, China. The arc seems to break at dateline, but the second half is not drawn.
quantegy commented
mareg commented
Same issue here - trying to draw a flight path from LAX to SYD and I'm getting this:
var lax = [-33.946111, 151.177222];
var syd = [33.9425, -118.408056];
L.marker(lax).addTo(mymap);
L.marker(syd).addTo(mymap);
L.Polyline.Arc(syd, lax, {
color: 'red',
weight: 2,
smoothFactor: 0.5,
vertices: 20
}).addTo(mymap);
jgravois commented
nearly a decade has passed and i can't reproduce this on: https://springmeyer.github.io/arc.js/
closing, but happy to discuss further, either here or in a new issue.