Only use Canvas for routing segments

Routing trailers are lagging behind and Canvas by default might have side effects (Plugins)
This commit is contained in:
Norbert Renner 2022-05-04 22:21:51 +02:00
parent 855dc81283
commit 72588f3fd9
5 changed files with 6 additions and 13 deletions

View file

@ -17,7 +17,6 @@ BR.Map = {
}
map = new L.Map('map', {
renderer: L.canvas({ tolerance: BR.Browser.touch ? 10 : 5 }),
zoomControl: false, // add it manually so that we can translate it
worldCopyJump: true,
minZoom: 0,