steger123 / Lawn-mower-robot

This project is an Open Source initiative to make a fully autonomous robot for grass cutting. Later much bigger stuff.
8 stars 4 forks source link

Polyline not dragged on the map in JS Leaflet #5

Closed steger123 closed 4 years ago

steger123 commented 4 years ago

New markers can be placed on the map using the "Route" button, but only the marker is draggable. The green line remain in the old position. Find full working code here: https://github.com/steger123/Lawn-mower-robot/tree/master/codes/JavaScript/PolyLine *For suspected issue location in the code searc for "".**

steger123 commented 4 years ago

Problem solved here: https://stackoverflow.com/questions/62650814/leaflet-how-to-match-marker-and-polyline-on-drag-and-drop-new-markers-and-lin/62651749#62651749 Credit goes to: Falke Design. Thank You very much :-) ! https://stackoverflow.com/users/8283938/falke-design