vue-leaflet/Vue2Leaflet

coords are not unique

belint01 opened this issue · 1 comments

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

Versions

  • Leaflet: v1.7.1
  • Vue2Leaflet: v2.7.1

sorry - wrong account