From 9c2720621854a5dfe4ab0353d493eff5ba8db184 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Wed, 19 Mar 2014 05:59:36 +0000 Subject: [PATCH] comment out L_PREFER_CANVAS setting - just in case forcing it affects leaflet's default choice (pretty sure it doesn't, but...) --- main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)