js-markerclusterer
js-markerclusterer copied to clipboard
Handle (0,0) coordinates for marker
Markers at the coordinates 0, 0 are not clustered and it breaks clustering for other valid markers when multiple are present. In my testing, after 65 markers at (0, 0), nothing is clustering anymore.
I've found the issue and will make a PR shortly.