Skip to content

Instantly share code, notes, and snippets.

@emamut
Last active March 24, 2020 16:37
Show Gist options
  • Save emamut/38101d39493392fe39f05f974c073a17 to your computer and use it in GitHub Desktop.
Save emamut/38101d39493392fe39f05f974c073a17 to your computer and use it in GitHub Desktop.
Mapa COVID-19 Ecuador
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Guayas",
"confirmed": 807,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-79.90562438964844,
-2.15384282408329
]
}
},
{
"type": "Feature",
"properties": {
"name": "Los Ríos",
"confirmed": 32,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-79.46282386779785,
-1.0221034536749638
]
}
},
{
"type": "Feature",
"properties": {
"name": "Pichincha",
"confirmed": 71,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-78.49971771240234,
-0.213202938153751
]
}
},
{
"type": "Feature",
"properties": {
"name": "El Oro",
"confirmed": 14,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-79.95712280273438,
-3.25877778790474
]
}
},
{
"type": "Feature",
"properties": {
"name": "Azuay",
"confirmed": 28,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-79.00886535644531,
-2.9012099966548437
]
}
},
{
"type": "Feature",
"properties": {
"name": "Sucumbíos",
"confirmed": 6,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-76.89193725585938,
0.08514401163112739
]
}
},
{
"type": "Feature",
"properties": {
"name": "Manabí",
"confirmed": 30,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-80.46215057373045,
-1.0560010003542877
]
}
},
{
"type": "Feature",
"properties": {
"name": "Morona Santiago",
"confirmed": 6,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-78.12789916992188,
-2.307877861586194
]
}
},
{
"type": "Feature",
"properties": {
"name": "Bolivar",
"confirmed": 9,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-79.0004539489746,
-1.5926407812204577
]
}
},
{
"type": "Feature",
"properties": {
"name": "Cañar",
"confirmed": 7,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-78.84604454040527,
-2.7413298353034485
]
}
},
{
"type": "Feature",
"properties": {
"name": "Chimborazo",
"confirmed": 9,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-78.65867614746094,
-1.671744561815518
]
}
},
{
"type": "Feature",
"properties": {
"name": "Cotopaxi",
"confirmed": 1,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-78.62091064453125,
-0.9248713314376696
]
}
},
{
"type": "Feature",
"properties": {
"name": "Esmeraldas",
"confirmed": 3,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-79.65311050415039,
0.9602287897306864
]
}
},
{
"type": "Feature",
"properties": {
"name": "Imbabura",
"confirmed": 4,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-78.12103271484375,
0.3392008994314718
]
}
},
{
"type": "Feature",
"properties": {
"name": "Loja",
"confirmed": 7,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-79.2066192626953,
-3.980025904674586
]
}
},
{
"type": "Feature",
"properties": {
"name": "Santa Elena",
"confirmed": 6,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-80.90229034423828,
-2.2310338905883143
]
}
},
{
"type": "Feature",
"properties": {
"name": "Santo Domingo de los Tsáchilas",
"confirmed": 7,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-79.1726303100586,
-0.25028149163670943
]
}
},
{
"type": "Feature",
"properties": {
"name": "Tungurahua",
"confirmed": 2,
"recovered": 0,
"deaths": 0
},
"geometry": {
"type": "Point",
"coordinates": [
-78.62159729003906,
-1.2468498190181676
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment