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 Apr 19, 2026. It is now read-only.
Someone correct if I am overlooking something, but it looks like the "markers" attribute is not getting populated with the current markers added on the page. The markers should be set in _updateMarkers where _setMarkers(newMarkers) is called, but that function is not set anywhere and the markers attribute still returns an empty list of markers when that attribute is referenced.
Hi,
Someone correct if I am overlooking something, but it looks like the "markers" attribute is not getting populated with the current markers added on the page. The markers should be set in _updateMarkers where _setMarkers(newMarkers) is called, but that function is not set anywhere and the markers attribute still returns an empty list of markers when that attribute is referenced.