Skip to content

Commit

Permalink
WIP: municipalities map
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavochavarria committed Sep 28, 2019
1 parent 72b2738 commit 8fe72c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/municipalities.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ const leon = [{'281': 'Leon'}];
const chinandega = [
{'081': 'Chinandega'},
{'082': 'Corinto'},
{'083': 'El Realejo'}
{'083': 'El Realejo'},
{'084': 'Chichigalpa'},
{'085': 'Posoltega'},
{'086': 'El Viejo'},
{'087': 'Puerto Morazán'}
];

export const municipalities = [...managua, ...leon, ...chinandega];

0 comments on commit 8fe72c5

Please sign in to comment.