Add an overlay opacity slider

This commit is contained in:
Phyks (Lucas Verney) 2019-06-29 21:55:48 +02:00
parent 6b5be516d8
commit 7666daa10f
5 changed files with 73 additions and 13 deletions

View file

@ -283,6 +283,7 @@
map.addControl(
new BR.OpacitySlider({
id: 'route',
callback: L.bind(routing.setOpacity, routing)
})
);