more accurate count of olympic athletes
This commit is contained in:
parent
26c2a83043
commit
5f93c5997e
@ -173,8 +173,8 @@ const processRecords = async () => {
|
|||||||
}, {});
|
}, {});
|
||||||
|
|
||||||
// setting olympics population based on data from
|
// setting olympics population based on data from
|
||||||
// https://www.statista.com/statistics/1090581/olympics-number-athletes-by-gender-since-1896/
|
// https://www.nbcsports.com/northwest/tokyo-olympics/tokyo-olympics-numbers-participating-country-stats-and-facts
|
||||||
countryPopulationMap['Summer Olympics 2020'] = statePopulationMap['Summer Olympics 2020'] = 11238;
|
countryPopulationMap['Summer Olympics 2020'] = statePopulationMap['Summer Olympics 2020'] = 11091;
|
||||||
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