Per Liedman

Results 190 comments of Per Liedman

A Leaflet plugin that does more or less exactly this: https://github.com/IvanSanchez/Leaflet.Polyline.SnakeAnim

It's possible, and not too much work, but not as a completely built-in feature. The inputs use the class `L.Routing.Autocomplete` to setup the geocoding functionality, and also listen for changes...

Right now I'm not using LRM in any projects at work, which means LRM is spare-time-only project, which means I will most likely not spend much time on 3.0 in...

The new idea in 3.0 is that the control no longer inherits from itinerary. Instead, the control can contain an itinerary component and/or a geocoder component. If not explicitly specified...

Sorry for taking so long to respond to this. I can't reproduce this, using latest `develop`, the example works as expected as far as I can tell. Did you maybe...

Since you're mentioning Android, I guess this means you're using touch, right?

@DenisIzmaylov no news from my side. For disclosure: I love working on LRM, and I do my best maintaining it where I can find the time, but please realize that...

I did consider this at some point (in that case making it compatible with OpenLayers), but since I did not really have a use case, and there seemed to be...

You should be able to use the `geocoder` and `serviceUrl` options together. Please post the code that does not work if you think this is actually a bug in LRM.

Ok, there is no built-in support for Bing's route service in LRM, so that will not work. You can achieve this by writing a custom `IRouter` implementation that works with...