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:
parent
d019ebd15b
commit
9c27206218
3
main.js
3
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user