fix markers for location groups
This commit is contained in:
parent
c245769ad8
commit
eda4977efc
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ c3nav = {
|
|||
if (location.locations !== undefined) {
|
||||
var bounds = {};
|
||||
for (var i=0; i<location.locations.length; i++) {
|
||||
c3nav._merge_bounds(bounds, c3nav._add_location_to_map(c3nav.locations_by_id[location.locations[i]]));
|
||||
c3nav._merge_bounds(bounds, c3nav._add_location_to_map(c3nav.locations_by_id[location.locations[i]], icon));
|
||||
}
|
||||
return bounds;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue