leaflet-routing-machine icon indicating copy to clipboard operation
leaflet-routing-machine copied to clipboard

Control for routing in Leaflet

Results 110 leaflet-routing-machine issues
Sort by recently updated
recently updated
newest added

Hi there, I want to set up the instructions of the route to only have the markers inside and some of the directions. I tried using `createStep` but it seems...

Hi there! is there any reason to update the waypoint name to an empty string, when end drag the point on the map? https://github.com/perliedman/leaflet-routing-machine/blob/04e899ea765cadae033d941e9de13846540ce69b/src/plan.js#L251 Is that an expected behavior? Thank...

enhancement

I'm using leaflet routing machine with geocoder photon , I want to change search with geocoder google map or mapbox . How I can do this, any idea please ....

question

For now I have only found a way to obtain it by the full path not by each point. var routeControl = L.Routing.control({...}); ... routeControl.on('routesfound', function(e) { var routes =...

Hi there! I ran into an issue when removing the leaflet-routing-machine from map, but the routing is currently in progress, I receive this error: ``` Uncaught TypeError: Cannot read properties...

bug

Hi, I am using Vue2-leaflet :"^1.2.3" Leafler-routing-machine:"^3.2.12" lrm-google:"^1.0.1" When I included the lrm-goolge module the error I am getting is : `lrm-google.js?11ad:7 Uncaught TypeError: Cannot set property 'Google' of undefined`...

Hello, This is a re-open to suggestion "Caching routes #471". I had this need for my project so I implemented it. It's probably not perfect (it may break the "requires...

enhancement

I would like to update the first route calculated every 30 seconds because I would like refresh it and I don't need to make many server request. I'll make a...

question

- [ ] Make new panel controls addable through API, not using hacks - [x] Make geocoder UI completely separate from `L.Routing.Plan` - [x] Organize code more like normal CommonJS/Node.js...