diff --git a/main.js b/main.js index c97e5368..f07ccd52 100644 --- a/main.js +++ b/main.js @@ -129,7 +129,8 @@ try { // Set to true if Leaflet should draw things using Canvas instead of SVG // Disabled for now because it has several bugs: flickering, constant // CPU usage and it continuously fires the moveend event. -L_PREFER_CANVAS = false; + +//L_PREFER_CANVAS = false; // CONFIG OPTIONS //////////////////////////////////////////////////// window.REFRESH = 30; // refresh view every 30s (base time)