-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AdvancedMarker not showing up when cluster is expanded (was: Incorrect display of markers on click(onClusterClick) on markercluster) #740
Comments
2023-08-30.20.06.40.online-video-cutter.com.mp4 |
If you would like to upvote the priority of this issue, please comment below or react on the original post above with 👍 so we can see what is popular when we triage.@dspex Thank you for opening this issue. 🙏
This is an automated message, feel free to ignore. |
Let's hope it will be fixed in the new version. |
This is especially noticeable with the new google.maps.marker.AdvancedMarkerView parameter collisionBehavior: |
I can somewhat reliably reproduce that using the provided jsfiddle:
|
My workaround is to catch the clusterclick, and recreate the clusters there. The users will not notice the flickering, because of the zooming on the map. The bug also happens when zooming in fast (not like panning like zoom) to a marker, then the markers of the expanded clusters will sometimes not be redrawn before the map is moved on the screen. Also here I recreate the clusters. |
When clicking on the markercluster, the number of clusters is displayed incorrectly, but if you move the map, the error disappears and the number of clusters corresponds to the number on the markercluster.
This error can not always be tracked, the error occurs periodically!
https://jsfiddle.net/Novakand/w86dyebc/
2023-08-30.19.41.52.online-video-cutter.com.mp4
The text was updated successfully, but these errors were encountered: