Leaflet.markercluster icon indicating copy to clipboard operation
Leaflet.markercluster copied to clipboard

Warning 'listener not found' occurred while removing markerClusterGroup from map

Open skav3n opened this issue 2 years ago • 10 comments

  • Leaflet version I'm using: 1.8.0
  • Leaflet.MarkerCluster version I'm using: 1.5.3
  • step 1: add markerClusterGroup
  • step 2: remove markerClusterGroup

Warning 'listener not found' occurred while removing markerClusterGroup from map

https://jsfiddle.net/8xmscvuk/1/

skav3n avatar May 20 '22 11:05 skav3n

I have this problem too(

avs-doom avatar May 30 '22 06:05 avs-doom

temporary solution: zoomAnimation = false for MapContainer

avs-doom avatar May 30 '22 09:05 avs-doom

Me too. Also, the "temporary solution" does not work for me

ayalpani avatar Jun 21 '22 13:06 ayalpani

temporary solution: zoomAnimation = false for MapContainer did you resolve this problem without 'zoomAnimation = false' ?

naberalgamma avatar Jun 28 '22 18:06 naberalgamma

I have got the same issue, probably causing my android app to crash. I tried removing all entries regarding the zoomanim listener (in the source src/MarkerCluster.Spiderfier.js) from my dist file. Up to now I did not find any mal function. The warning is gone.

stihlsicher avatar Jul 21 '22 11:07 stihlsicher

Same problem

iminguez avatar Aug 05 '22 10:08 iminguez

Same problem

Xelsaid avatar Aug 18 '22 00:08 Xelsaid

I have the same issue.

csababalint91 avatar Sep 08 '22 14:09 csababalint91

same problem 'listener not found '

AbhaySBhosale avatar Sep 23 '22 10:09 AbhaySBhosale

Had this problem, fixed by updating to 1.9

someonewithpc avatar Sep 28 '22 10:09 someonewithpc