perliedman / leaflet-routing-machine

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

Feature for grouping section instructions #630

Open stefaneidelloth opened 3 years ago

stefaneidelloth commented 3 years ago

I am implementing a leaflet router for HERE transit routing api and would like to group the instructions for sections (e.g. for walking, train, walking):

image

With other words I would like to display the route instructions in a format similar to that used be here wego:

https://wego.here.com/directions/publicTransport/Breslauer-Stra%C3%9Fe,-Waldstadt,-76139-Karlsruhe,-Germany:loc-dmVyc2lvbj0xO3RpdGxlPUJyZXNsYXVlcitTdHJhJUMzJTlGZTtsYW5nPWRlO2xhdD00OS4wMjg0NTtsb249OC40Mzc0NztzdHJlZXQ9QnJlc2xhdWVyK1N0cmElQzMlOUZlO2NpdHk9S2FybHNydWhlO3Bvc3RhbENvZGU9NzYxMzk7Y291bnRyeT1ERVU7ZGlzdHJpY3Q9V2FsZHN0YWR0O3N0YXRlPUJhZGVuLVd1cnR0ZW1iZXJnO2NvdW50eT1LYXJsc3J1aGUrJTI4Q2l0eSUyOTtjYXRlZ29yeUlkPXN0cmVldC1zcXVhcmU7c291cmNlU3lzdGVtPWludGVybmFsO3Bkc0NhdGVnb3J5SWQ9OTAwLTk0MDAtMDQwMQ/Karlsruhe-Hauptbahnhof,-Bahnhofplatz-1,-S%C3%BCdweststadt,-76137-Karlsruhe:276u0tyx-0effabd2ba1f4a47990dd6c1d04828f0?map=49.01183,8.41956,14,grey

=> Click on an alternative to see the grouped section instructions. It is possible to collapse/expand section details.

=> Does leaflet routing machine provide a similar feature? If not, are you planning to do so?