Open barthelemyehui opened 8 years ago
Hi Team,
I've some isssue on the focus property.
When I set the focus to true on multiple Marker I have only 1 popup showing on.
Here is the snippet :
$scope.markers = {}; for (var driver in drivers ) { var newMarker = {}; newMarker.icon = { iconUrl: '/client/img/map-truck-blue.png', iconSize: [32, 37], popupAnchor: [-3, -20], labelAnchor: [-40, 35] }; newMarker.lat = driver.lat; newMarker.lng = driver.lon; newMarker.focus = true; markers[driver.id] = newMarker; }
Do you have any idea ?
Best regards
Hi Team,
I've some isssue on the focus property.
When I set the focus to true on multiple Marker I have only 1 popup showing on.
Here is the snippet :
Do you have any idea ?
Best regards