cords passed by leaflet to createTile method are wrapped and are not unique. LGridLayer component on the other hand treats them as unique which leads to:
memory leaks
tiles removal on scrolling removes random tiles - actually the on which as last one has been added to tileComponents collection with the same wrapped coordinates
cords passed by leaflet to createTile method are wrapped and are not unique. LGridLayer component on the other hand treats them as unique which leads to:
Versions