Allow to mute route
This commit is contained in:
parent
32d4a26dfd
commit
64202a451c
2 changed files with 28 additions and 0 deletions
|
|
@ -284,6 +284,7 @@
|
|||
new BR.OpacitySliderControl({
|
||||
id: 'route',
|
||||
title: i18next.t('map.opacity-slider'),
|
||||
muteKeyCode: 77, // m
|
||||
callback: L.bind(routing.setOpacity, routing)
|
||||
})
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue