rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
42 lines (40 loc) • 633 B
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Mwogo
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Bitaba": [
"Bitaba",
"Gatwe",
"Gisasa",
"Misatsi",
"Rebero",
"Rukoronko"
],
"Kagasa": [
"Gatare",
"Gisenyi",
"Karutabana",
"Ngando",
"Rubumba",
"Rwintenderi"
],
"Rugunga": [
"Kagerero",
"Nyamabuye",
"Nyarukombe",
"Rugazi",
"Rukira",
"Rukore",
"Rusagara"
],
"Rurenge": [
"Gatoki",
"Gitaraga",
"Kaboshya",
"Kaziramire",
"Rurenge",
"Rwabashenyi"
]
};