File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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));
7474var ui = H . ui . UI . createDefault ( map , defaultLayers ) ;
7575
7676// Now use the map as required...
77- addInfoBubble ( map ) ;
77+ addInfoBubble ( map ) ;
You can’t perform that action at this time.
0 commit comments