Removed preferCanvas option for map

Which apparently causes Chrome to slow down when zoomed in. More test required to check performance.
This commit is contained in:
Pax1601
2023-10-13 12:48:51 +02:00
parent 2264faabfc
commit 2893182713
12 changed files with 47095 additions and 47006 deletions

View File

@@ -94,7 +94,7 @@ export class Map extends L.Map {
super(ID, {
zoomSnap: 0,
zoomDelta: 0.25,
preferCanvas: true,
preferCanvas: false,
doubleClickZoom: false,
zoomControl: false,
boxZoom: false,