Skip to content

Commit ace50f3

Browse files
Update stadiums capacity
1 parent 8712f6b commit ace50f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

open-infobubble/js/app.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ function addInfoBubble(map) {
3535
}, false);
3636

3737
addMarkerToGroup(group, {lat:53.439, lng:-2.221},
38-
'<div><a href=\'http://www.mcfc.co.uk\' >Manchester City</a>' +
39-
'</div><div >City of Manchester Stadium<br>Capacity: 48,000</div>');
38+
'<div><a href=\'https://www.mcfc.co.uk\' >Manchester City</a>' +
39+
'</div><div>City of Manchester Stadium<br>Capacity: 55,097</div>');
4040

4141
addMarkerToGroup(group, {lat:53.430, lng:-2.961},
42-
'<div ><a href=\'http://www.liverpoolfc.tv\' >Liverpool</a>' +
43-
'</div><div >Anfield<br>Capacity: 45,362</div>');
42+
'<div ><a href=\'https://www.liverpoolfc.tv\' >Liverpool</a>' +
43+
'</div><div>Anfield<br>Capacity: 54,074</div>');
4444

4545
}
4646

@@ -74,4 +74,4 @@ var behavior = new H.mapevents.Behavior(new H.mapevents.MapEvents(map));
7474
var ui = H.ui.UI.createDefault(map, defaultLayers);
7575

7676
// Now use the map as required...
77-
addInfoBubble(map);
77+
addInfoBubble(map);

0 commit comments

Comments
 (0)