leaflet-routing-machine
leaflet-routing-machine copied to clipboard
Control for routing in Leaflet
Hi, I want to show a circle marker when mouse over the line like google maps;  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?  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...