EIU-GIScience-Center / covid19map

Animated maps of the COVID-19 epidemic, in html and javascript with D3
MIT License
0 stars 3 forks source link

remove redundant data handling #63

Open geobarry opened 3 years ago

geobarry commented 3 years ago

handleDataLoaded is called inside the loadData function, but also called every time the loadData function is invoked (i.e. loadData().then(handleDataLoaded). I think we can remove the instances inside the loadData function.