Create bezier with leaflet
npm i leaflet.bezier --save
L.bezier({
path: [
[
{lat: 7.8731, lng: 80.7718},
{lat: -18.7669, lng: 46.8691},
]
],
icon: {
path: "plane.png"
}
}).addTo(map);
npm run start
This project is licensed under the MIT License