Closed manuamador closed 7 years ago
Can you publish a fiddle/codepen/playground that displays this behaviour? That works with Leaflet 1.0.1 but fails with 1.0.2?
VectorGrid's canvas rendering is currently broken with 1.0.2, but I'm working on a fix for this.
For a really quick workaround, you can probably just add this line to L.Canvas.Tile
's initialize
method:
this._drawing = true;
Thanks !
Hi, No error in the console logs. But tiles are not rendering with Leaflet 1.0.2. I will try to investigate a bit. Very nice package BTW.