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
I add event handdler this.refs.map.fitBounds(bounds) once the page size changed.
Sometimes, the page size is changed, but the map container size is not changed(this is our requirement, we have a max map size limitation for huge screen), In this case, the cluster will disappear.
I also try to call this.refs.map.fitBounds(bounds) twice and then I find the cluster is also disappeared.
The text was updated successfully, but these errors were encountered:
I add event handdler
this.refs.map.fitBounds(bounds)
once the page size changed.Sometimes, the page size is changed, but the map container size is not changed(this is our requirement, we have a max map size limitation for huge screen), In this case, the cluster will disappear.
I also try to call
this.refs.map.fitBounds(bounds)
twice and then I find the cluster is also disappeared.The text was updated successfully, but these errors were encountered: