Skip to content

Commit

Permalink
Merge pull request #128 from NASA-IMPACT/bugfix/fix-incorrect-legend-…
Browse files Browse the repository at this point in the history
…fb-population-density

Fix fb-population-density dataset legend
  • Loading branch information
leothomas authored Jun 10, 2021
2 parents 3539503 + 8ef2d85 commit 383bd57
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions covid_api/db/static/datasets/fb-population-density.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,15 @@
},
"legend": {
"type": "gradient",
"min": "less",
"max": "more",
"min": "0 people/30m²",
"max": "69 people/30m²",
"stops": [
"#99c5e0",
"#f9eaa9",
"#f7765d",
"#c13b72",
"#461070",
"#050308"
"#FFEFCB",
"#FBA54A",
"#FB9F46",
"#F35228",
"#BD0026"
]
},
"info": "Facebook high-resolution population density: Darker areas indicate higher population density areas and lighter areas indicate lower population density areas"
"info": "Facebook high-resolution population density: Darker areas indicate higher population density areas and lighter areas indicate lower population density areas, with a 30m² resolution"
}

0 comments on commit 383bd57

Please sign in to comment.