jperelli / vue2-leaflet-markercluster

markercluster plugin extension for vue2-leaflet package
MIT License
132 stars 55 forks source link

Marker disappears when zooming in and does not come back after zooming out #74

Open oleksandr-osnova opened 1 year ago

oleksandr-osnova commented 1 year ago

The situation is as follows, when I zoom into an empty area without markers and then return to the level where I could see the markers, they disappear and do not appear back.

I was able to see all my markers even after such manipulations, only when set removeOutsideVisibleBounds to false.

I understand that markers that out of bounds were removed due to better performance, but why it appears back only when I zoom out at almost the last level? Maybe there is a more logical conclusion

Chrome Version 112.0.5615.165 System Version Linux Mint 20 Ulyana base: Ubuntu 20.04 focal package versions: "vue2-leaflet": "^2.7.1", "vue2-leaflet-markercluster": "^3.1.0",