-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
i have an issue with markers.
I have code:
<baidu-map [options]="opts" (loaded)="mapLoaded($event)"> <ng-container> <marker-clusterer [options]="clustererOptions" (loaded)="clustererLoaded($event)" > </marker-clusterer> </ng-container> </baidu-map>
and markers is
{ "markers": [ { "point": { "lat": 51.5083458, "lng": "-0.1" } }, { "point": { "lat": 52.246124, "lng": 0.3 } }, { "point": { "lat": 51.244604, "lng": 0 } } ] }
and result is

We see points 52.246124, 0.3 and 51.244604, 0. but point with coordinates 51.5083458, -0.1 doesn't show. In dom this point exists but property left: 78629.4px
Any ideas how can I fix this
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels