lifeeka / leaflet.bezier

Draws a Bézier line between two points with an animated flight object.
83 stars 13 forks source link

direction of line #14

Closed CharlotteRdn closed 3 years ago

CharlotteRdn commented 4 years ago

I have set up a map with react-native via Expo.

Currently, the flights / tracks work very well with the leaflet and the "bezier" module. However, when i tried to make a flight Honolulu -> Tokyo , the route was not right. Indeed, it should be done from right to left (roughly the ends of the card) and not from left to right.

I have no idea on how I can set up this, do you have any clue ? Thanks a lot !

spmsupun commented 3 years ago

sorry for the late reply, hope you figured it out.