covid19
covid19 copied to clipboard
Data is not displayed
Good afternoon! Thank you for your work. I don't display statistics by country, 0 is displayed everywhere. What can this be related to?
Hi, when you run yarn install
, the map files are downloaded from Internet and then are modified by scripts to add some additional information so that the statistics can be correctly displayed. So my guess would be, after the maps were downloaded, some how the scripts failed to process all the data and modify the maps.
This project uses data from lots of different external sources, and some of them change data format frequently, which means it's not uncommon to encounter errors when processing data. You can check git history, and only checkout commits made by GitHub Action
. For those commits, data are successfully processed for sure.