comment out L_PREFER_CANVAS setting - just in case forcing it affects leaflet's default choice

(pretty sure it doesn't, but...)
This commit is contained in:
Jon Atkins 2014-03-19 05:59:36 +00:00
parent d019ebd15b
commit 9c27206218

View File

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