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 have a list of locations that I want to make markers for. My test data is 16 identical GPS locations.
Now i'm getting 5 Error finding location for ... of the 16 markers.
Is there a limit on markers or a limit on identical markers?
Steps to reproduce and a minimal demo
Loop through a list of identical data, generate markers in html
<marker*ngFor="let coordinate of coordinates" [position]="coordinate"></marker>
Current behavior
throws errors after the 11th marker made.
Expected/desired behavior
no errors :P
The text was updated successfully, but these errors were encountered:
I have a list of locations that I want to make markers for. My test data is 16 identical GPS locations.
Now i'm getting 5 Error finding location for ... of the 16 markers.
Is there a limit on markers or a limit on identical markers?
Steps to reproduce and a minimal demo
Loop through a list of identical data, generate markers in html
Current behavior
throws errors after the 11th marker made.
Expected/desired behavior
no errors :P
The text was updated successfully, but these errors were encountered: