Esteban
Esteban
Same here. Estension version: 7.1.6 Browser: Chrome 104.0.5112.79 (Official Build) unknown (64-bit) OS: Fedora 36
Hi. What I'm trying to do is not show the "legend", as seen here  This is the code I'm using ``` var directions_provider = L.Routing.control({ waypoints: waypoints, router: new...
I tried `hide()`, but it hides the itinerary and also the route and waypoints. Then I tried the CSS approach by putting it in a file and including that in...
Agreed that this is not the right way to do what I want, So I worked around that in my code. For the CSS approach, what would the correct place...