covid19 icon indicating copy to clipboard operation
covid19 copied to clipboard

Data is not displayed

Open iamemelyanenko opened this issue 4 years ago • 1 comments

Good afternoon! Thank you for your work. I don't display statistics by country, 0 is displayed everywhere. What can this be related to?

image

iamemelyanenko avatar Mar 28 '20 07:03 iamemelyanenko

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.

stevenliuyi avatar Mar 28 '20 09:03 stevenliuyi