{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-89.0961, 37.0556],
[-88.0698, 36.9931],
[-88.0542, 37.5778],
[-89.0961, 37.0556]
]
]
},
"properties": {
"name": "Illinois",
"population": 12671821,
"state": "Illinois",
"covid_cases": 300000,
"covid_deaths": 8000
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-77.0369, 38.9072],
[-76.9094, 39.1062],
[-77.1198, 38.9343],
[-77.0369, 38.9072]
]
]
},
"properties": {
"name": "District of Columbia",
"population": 689545,
"state": "District of Columbia",
"covid_cases": 15000,
"covid_deaths": 400
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-91.5161, 42.0003],
[-90.5662, 42.4963],
[-91.1239, 41.9942],
[-91.5161, 42.0003]
]
]
},
"properties": {
"name": "Iowa",
"population": 3192406,
"state": "Iowa",
"covid_cases": 80000,
"covid_deaths": 2000
}
}
]
}