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 Nov 30, 2018. It is now read-only.
I'm using the markers directive with doCluster="true". The current handling for models change is deleting all the current markers and adding them again.
The problem is that if I have a marker with an open infoWindow, when I add another marker to the map (or remove an existing one), all markers will be deleted and re-inserted, meaning the infoWindow state will be lost and the window will be closed.
Are you using Windows or Window? I would suggest using Window and track an active marker, within an active markers array. This also allows for a much smaller memory foot print as you will only use windows that your need.
See here #83 and look 5 days back for the comment that starts with ( epiphany! ) .
I'm using the markers directive with doCluster="true". The current handling for models change is deleting all the current markers and adding them again.
The problem is that if I have a marker with an open infoWindow, when I add another marker to the map (or remove an existing one), all markers will be deleted and re-inserted, meaning the infoWindow state will be lost and the window will be closed.
The text was updated successfully, but these errors were encountered: