don't enable canvas rendering by default. add a plugin to change the setting instead

This commit is contained in:
Jon Atkins
2014-03-22 19:07:57 +00:00
parent 2084117bd8
commit fb7eae8473
2 changed files with 45 additions and 1 deletions

View File

@ -130,7 +130,7 @@ try {
// Disabled for now because it has several bugs: flickering, constant
// CPU usage and it continuously fires the moveend event.
L_PREFER_CANVAS = true;
//L_PREFER_CANVAS = false;
// CONFIG OPTIONS ////////////////////////////////////////////////////
window.REFRESH = 30; // refresh view every 30s (base time)