osrm-frontend
osrm-frontend copied to clipboard
[settings] profile selection missing
from the previous UI:

Is there an easy way to change the currently used IRouter instance without recreating the IControl? @perliedman
If not I'm just going to add a setter for this. Alternatively the control could also get an array of IRouter instances and an interface to select the which one to use.
@TheMarex It's not more complicated than updating the _route variable of the control, but of course it's tidier to have a setter since it's private.