rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
56 lines (54 loc) • 847 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Mimuri
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Bibare": [
"Bibare",
"Karukwanzi",
"Nyakagenge",
"Nyamafura",
"Nyaruziba",
"Rwimirama",
"Urugano",
"Urutambi"
],
"Gakoma": [
"Gakoma",
"Gisenyi",
"Kanyinya",
"Kumusaraba",
"Nyagahandagaza",
"Nyarwina",
"Rusororo"
],
"Mahoro": [
"Cyabwana",
"Gitwe",
"Iterambere",
"Kabeza",
"Mizero",
"Nyabugogo",
"Nyagahita",
"Rebero",
"Rubumba",
"Shenga"
],
"Mimuri": [
"Byimana",
"Indahemuka",
"Isangano",
"Karukwanzi",
"Rebero",
"Rwimirama"
],
"Rugari": [
"Amahoro",
"Isangano",
"Nteko",
"Rebero",
"Ubumwe",
"Urumuri"
]
};