bdcoder2
Results
22
comments of
bdcoder2
No problem! Thanks for addressing the issue promptly! Currently I include the following comments in my code when configuring middleware to serve default / static files: ``` /* IMPORTANT: The...
The "problem" may be that the bounds of the cluster (all the markers within the cluster) already fit within the map bounds, so the default [onClusterClickHandler](https://github.com/googlemaps/js-markerclusterer/blob/91de644305f4aa505f40398d293da8497330d3c5/src/markerclusterer.ts#L58) simply calls "map.fitBounds" which...