Skip to content

Commit

Permalink
complete Leon municipalities
Browse files Browse the repository at this point in the history
  • Loading branch information
calonzolg committed Oct 2, 2019
1 parent 738427b commit e65baa0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/municipalities.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,18 @@ const managua = [
{'006': 'Mateare'}
];

const leon = [{'281': 'Leon'}];
const leon = [
{'281': 'Leon'},
{'283': 'El Jicaral'},
{'284': 'La Paz Centro'},
{'285': 'Santa Rosa Del Peñón'},
{'286': 'Quetzalguaque'},
{'287': 'Nagarote'},
{'288': 'El Sauce'},
{'289': 'Achuapa'},
{'290': 'Telica'},
{'291': 'Larreynaga Malpaisillo'}
];

const chinandega = [
{'081': 'Chinandega'},
Expand Down

0 comments on commit e65baa0

Please sign in to comment.