You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
leaflet heatmap crashes when zoom out to level 3 of leaflet map. The error is from this line.
shadowCtx.drawImage(tpl, rectX, rectY);
Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas element with a width or height of 0.
Current workaround is to set min zoom = 4 only.
The text was updated successfully, but these errors were encountered:
leaflet heatmap crashes when zoom out to level 3 of leaflet map. The error is from this line.
shadowCtx.drawImage(tpl, rectX, rectY);
Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas element with a width or height of 0.
Current workaround is to set min zoom = 4 only.
The text was updated successfully, but these errors were encountered: