rwanda
Version:
This package provides you access to provinces, districts, sectors, villages and cells found in Rwanda
77 lines (75 loc) • 1.18 kB
JavaScript
/**
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
* Sectors - Mpanga
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*/
module.exports = {
"Bwiyorere": [
"Bihembe",
"Cyimparage",
"Gisenyi",
"Kacyiru",
"Kamarashavu",
"Kangarame",
"Nyagasenyi",
"Nyakabande",
"Ruhama"
],
"Kankobwa": [
"Kankobwa",
"Murundi",
"Nyamiyaga",
"Remera",
"Rusha"
],
"Mpanga": [
"Kabuye I",
"Kabuye II",
"Mpanga",
"Nyagatovu",
"Rurambi I",
"Rurambi II"
],
"Mushongi": [
"Gitoma",
"Kayanga",
"Mishenyi",
"Mushongi",
"Ngugu I",
"Ngugu II"
],
"Nasho": [
"Agasasa",
"Busasamana I",
"Busasamana II",
"Ibanda",
"Mutwe",
"Nyabubare I",
"Nyabubare II",
"Nyawera I",
"Nyawera II",
"Pilote"
],
"Nyakabungo": [
"Cyamuhabura",
"Gikushya",
"Gitega",
"Isenga",
"Kabuga",
"Nyagatovu",
"Nyakabungo",
"Rudandi",
"Rushenyi"
],
"Rubaya": [
"Akinzuki",
"Byimana",
"Gacenshero",
"Kabeza",
"Mumpinga",
"Murambi",
"Rubaya",
"Rukonji",
"Rushonga"
]
};