perliedman / leaflet-routing-machine

Control for routing in Leaflet
https://www.liedman.net/leaflet-routing-machine/
Other
1.08k stars 351 forks source link

4.0 wish list #187

Open perliedman opened 8 years ago

perliedman commented 8 years ago
perliedman commented 8 years ago

3.0 will be developed on the develop branch.

perliedman commented 8 years ago

Version 3.0 was released to support OSRM's new API, so I've updated the issue title. This ticket is really about "next major revision" of LRM's API.

sourc7 commented 8 years ago

Full support for Leaflet v1 is very important.

perliedman commented 8 years ago

@sourc7 the develop branch has full Leaflet 1.0.0 support, AFAIK. Any help very welcome, though!

WilliamWalker commented 8 years ago

Would it be possible to add some sort of sorting functionality to the waypoint divs? For example, functionality similar to the jquery sortable.

perliedman commented 8 years ago

@WilliamWalker hi there, if you mean making waypoints draggable to rearrange, I'm not likely to include it in the core of LRM. Having said that, it's really easy to add if you use for example Sortable (or maybe jquery sortable, never tried that one).

For an example, look at this issue and scroll down a bit to see some example code: #276

WilliamWalker commented 8 years ago

Perfect, that's exactly what I was looking for. Thanks again!

curtisy1 commented 2 years ago

Development continues on the typescript branch. Once all the features (and a few more) are implemented, I'll merge those into 4.0 to create a beta release. Also see #637 for details and updates