The easiest way to create your own local covid-19 map
To create your own covid-19 map you'll need 3 things;
- A webserver
- A clone of this google sheet: https://docs.google.com/spreadsheets/d/1p9RV9poM7QzCPxTFTAUKDrtl2H6cdhkTxfIFR3BPF_s/edit?usp=sharing
- A free mapbox account: https://account.mapbox.com/auth/signup/?route-to=%22https://account.mapbox.com/%22
To get your map up and running, you only need to follow these easy steps:
- Clone the repo to your server.
- Make a copy of the spreadsheet in your own google drive.
- Publish the spreadsheet as "tsv" and copy the link.
- Update
settings.js
on your webserver with the tsv link where it saysSHEET_URL
. - Get a mapbox access token at https://account.mapbox.com/ and copy it.
- Update
settings.js
on your webserver with the mapbox access token where it saysACCESSTOKEN
. - Start filling the sheet with the cases as they appear.