perliedman / leaflet-routing-machine

Control for routing in Leaflet
https://www.liedman.net/leaflet-routing-machine/
Other
1.08k stars 350 forks source link

Drag new waypoint, previous waypoint undefined #589

Closed TheJltres closed 6 months ago

TheJltres commented 4 years ago

Hello,

(Line 18556 leaflet-routing-machine.js) The problem is by default i cant drag to add new waypoint, i did some debug and found that prevWp was undefined... and i thought that's weird. function name: _dragNewWaypoint

I did some research and found that newWpIndex was 0 so when you get the previous waypoint the index is going to be -1, so the result undefined.