Afonso Queirós

Results 8 comments of Afonso Queirós

Also, this information is misleading ``` Setup CI Variables Needed by BundleWatch: The most efficient way to get this running is to ensure that some environment variables are available for...

I confirm that this was happening to me when using CircleMarker inside MarkerClusterGroup I found the fix for this on @Nadhum's comment here https://github.com/Leaflet/Leaflet/issues/6257 and passing not only `center` but...

I think this is duplicated of https://github.com/Leaflet/Leaflet.draw/issues/804. I have been through this myself. Basically, every version from 0.4.12 up is broken. Use 0.4.12 and the problem should go away. The...

I am using leaflet 1.3.1 with leaflet-draw 0.4.12 without problems so far. There is a devDependecy for leaflet >=0.7.0 < 1.1 but assuming you don't want to develop leaflet-draw itself,...

@ddproxy what would be super awesome. I have been hoping for a version with a fix for https://github.com/Leaflet/Leaflet.draw/pull/838/files 🙏

Same thing here. Moved my markers to canvas because they were too many, but now I can't fire click events on the layers below, even I am not exactly clicking...

Hi @vjeranc. Thanks so much for your help! My case is not in the millions but more like thousands. 5k tops. I will take a look at mapbox-gl, but I...

@Charmatzis I was holding on until I did a bit more testing, but It looks like I worked around it by setting [keepBuffer](https://leafletjs.com/reference-1.3.4.html#gridlayer-keepbuffer) to 0 ``` ```