Per Liedman

Results 190 comments of Per Liedman

Any chance you can post a running example that can be stepped through? Otherwise, step through the code and check what line in `_selectAlt` it actually crashes at, it's most...

Hi, could you provide a running example that illustrates the issue?

After dragging the waypoint, the name should be cleared since it is no longer the same location. It's confusing if the old address is displayed even after dragging the waypoint....

Hi, and thanks for reporting. This is on my todo list, and has even been implemented in the `develop` branch. Sadly, that branch has diverged a bit too much from...

Hi, from the description, it's not clear to me exactly how this is an issue with Leaflet Routing Machine. It sounds more like an issue with the click handler you...

Yes, this is maybe a bit backwards - `linetouched` is used to add new waypoints between two existing waypoints, so it only fires if `addWaypoints` is enabled. Of course, one...

Hi! I am sorry to say that unfortunately I do not have the time to dig into your code. Please simplify the example and make it clear what the problem...

Hi Ruth, thanks for you suggestion and also great to hear you're finding Leaflet Routing Machine useful. In theory, I think your suggestion is sound, but as it is now,...

@ragapack you should check `osrm-text-instructions`, which we use for the instruction texts, I don't know if they support Portuguese yet. There are a few strings that are specific to Leaflet...

This is probably true: since the control does not listen to clicks on waypoints, these will fire on the map instead. The drag listener uses `mousedown` and `mouseup`, which are...