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, I want to show a circle marker when mouse over the line like google maps; ![gv9as](https://user-images.githubusercontent.com/7791600/53974195-66af1100-4102-11e9-9132-6d35088e51aa.png) To do this, I would need the support of two new mouseover/mouseout events...

Hi there, before submitting a new issue, please consider the following: * [x] This is actually an issue with Leaflet Routing Machine, not a question * [x] You have read...

I want to export the route between the waypoints as geojson so that i can buffer and add it as a line layer Here is my code : `var route...

I followed the recommendation from the [Leaflet Routing Machine regarding interactions][1] i.e. onClicks. With my implementation, I'm saving the waypoints in local-storage—saving the latitude and longitude obj I get from...

Hi there, on your webpage I am missing a button, where I should click to delete waypoint from routing? ![delete_missing](https://user-images.githubusercontent.com/546755/103523744-a371fd80-4e7c-11eb-95b4-9a922d6ab376.png) I have checked on my phone, and another web browsers...

I have looked and looked through the other issues and tried multiple things and I cannot get the itinerary instructions hidden. I have tried setting show to false in the...

This pull request is intended to extend leaflet_routing_machine with the implementation of the trip service. Trip service is an alternative to regular routing which returns an optimised route (TSP algorithm)...

Thanks for such a awesome Library! I realize this is a question and not a problem with the Library but could someone answer this question? I'd appreciate it! I have...

Ensure assign name of waypoint with empty string only if the original name has no value.

## Original issue Passing `alternative=(true|false)` to the Mapbox Optimization API resulted as a bad request, I needed to have the option to remove the query parameter. While looking at the...