You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
I've got a markercluster with labels that are noHide: true (always visible). Works really well so that when the markers are de-clustered the labels show up.
I added a toggle to show/hide labels (they're always visible by default - either always visible or off).
The labels don't show up until I zoom out and back in (until the markers are redrawn). Any help fixing this is appreciated! Is there an update method maybe?
The text was updated successfully, but these errors were encountered:
For my use case, I need to use updateLabelContent instead of unbind and bind label again.
For your use case, you might try to set the css of label to hide and unhide it instead.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've got a markercluster with labels that are noHide: true (always visible). Works really well so that when the markers are de-clustered the labels show up.
I added a toggle to show/hide labels (they're always visible by default - either always visible or off).
When I do
The labels don't show up until I zoom out and back in (until the markers are redrawn). Any help fixing this is appreciated! Is there an update method maybe?
The text was updated successfully, but these errors were encountered: