Skip to content

Commit

Permalink
122nd statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Max13 committed Feb 16, 2021
1 parent 0679a0d commit 0fd397d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,26 @@
'locations' => [
'Brazzaville' => [
'coordinates' => [-4.27024, 15.27065],
'count' => 3585,
'recovered' => 3189,
'count' => 4678,
'recovered' => 3743,
],
// + Kouilou
'Pointe-Noire' => [
'coordinates' => [-4.79884, 11.85013],
'count' => 1620,
'recovered' => 1444,
'count' => 1899,
'recovered' => 1595,
],
// A.K.A: Niari
'Dolisie' => [
'coordinates' => [-4.20077, 12.63586],
'count' => 47,
'count' => 48,
'recovered' => 45,
],
// A.K.A: La Bouenza
'Nkayi' => [
'coordinates' => [-4.1822, 13.26711],
'count' => 34,
'recovered' => 29,
'recovered' => 33,
],
// Removed because it hides PNR
// 'Louandjili' => [
Expand Down Expand Up @@ -93,7 +93,7 @@
'Impfondo' => [
'coordinates' => [1.60416, 18.01517],
'count' => 43,
'recovered' => 15,
'recovered' => 42,
],
// A.K.A: Lékoumou
'Sibiti' => [
Expand All @@ -109,8 +109,8 @@
// A.K.A: Le Pool
'Kinkala' => [
'coordinates' => [-4.35908, 14.75389],
'count' => 19,
'recovered' => 18,
'count' => 21,
'recovered' => 19,
],
'Makoua' => [
'coordinates' => [-0.00631, 15.57827],
Expand All @@ -121,13 +121,18 @@
'Oyo' => [
'coordinates' => [-1.1576484, 15.9596584],
'count' => 54,
'recovered' => 52,
'recovered' => 54,
],
],

// Keep order
'official_statements' => [
[
'name' => 'Déclaration n°122',
'date' => Carbon::parse('2021-01-01'),
'filepath' => '/assets/build/files/SITREP-N-122-COVID-19-CONGO-01-01-2021.pdf',
'icon' => '/assets/build/img/icon/pdf.svg',
],[
'name' => 'Déclaration n°111',
'date' => Carbon::parse('2020-11-16'),
'filepath' => '/assets/build/files/SITREP-N-111-COVID-19-CONGO-16-11-2020.pdf',
Expand Down
Binary file not shown.

0 comments on commit 0fd397d

Please sign in to comment.