added 'Summer Olympics 2020' population data
This commit is contained in:
parent
f5a2863812
commit
26c2a83043
@ -172,6 +172,9 @@ const processRecords = async () => {
|
|||||||
return map;
|
return map;
|
||||||
}, {});
|
}, {});
|
||||||
|
|
||||||
|
// setting olympics population based on data from
|
||||||
|
// https://www.statista.com/statistics/1090581/olympics-number-athletes-by-gender-since-1896/
|
||||||
|
countryPopulationMap['Summer Olympics 2020'] = statePopulationMap['Summer Olympics 2020'] = 11238;
|
||||||
countryPopulationMap['Diamond Princess'] = statePopulationMap['Diamond Princess'] = 3711;
|
countryPopulationMap['Diamond Princess'] = statePopulationMap['Diamond Princess'] = 3711;
|
||||||
countryPopulationMap['MS Zaandam'] = 1829;
|
countryPopulationMap['MS Zaandam'] = 1829;
|
||||||
countryPopulationMap['Kosovo'] = 1810463;
|
countryPopulationMap['Kosovo'] = 1810463;
|
||||||
|
Loading…
Reference in New Issue
Block a user