Esteban

Results 4 comments of 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 ![image](https://user-images.githubusercontent.com/1392716/35925509-9034ca88-0c2e-11e8-996b-05ee6a464a22.png) 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...