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 was archived by the owner on Nov 30, 2018. It is now read-only.
With this code, the clustering works, but the info popups don't work.
name and line are a custom properties set from the parent controller.
Either:
I could go with the 'marker' directive with ng-repeat + window directive instead, which will make work perfectly, but then I won't be able to use the clustering.
Or:
I can use the markers directive, but I don't really see how this could be combined with window or windows to make those popups work.