Download outline map of Nzega (geojson format) : 
Nzega.geojson (**)
Download polygon array of Nzega map for "Google Maps" : 
Nzega.txt
Bounding Box for Nzega Map : ( -4.900738 , 32.53549 , -3.8984 , 33.419362 )
Wikipedia ID for Nzega : Q6272309
Wikipedia SPARQL Query for Nzega (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q6272309 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q6272309 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q6272309 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q6272309 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q6272309 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q6272309 p:P625 ?coordinate. 
    ?coordinate psv:P625 ?coordinate_node. 
    ?coordinate_node wikibase:geoLatitude ?latitude. 
    ?coordinate_node wikibase:geoLongitude ?longitude. 
  } 
} 
 Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!) 
Run this Query with SPARQL API 
Get Boundaries from overpass-turbo (OSM) with boundary box of Nzega map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](-4.900738, 32.53549, -3.8984, 33.419362);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nzega)
	
[out:json];
(
rel["name"="Nzega"][type=boundary];
rel["name:en"="Nzega"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nzega
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Buitigu  |  -4.316670 , 33.166670  | 
|  Bukene  |  -4.233330 , 32.883330  | 
|  Bulunde  |  -4.300000 , 32.966670  | 
|  Busasi  |  -4.183330 , 33.050000  | 
|  Chamipulu  |  -4.050000 , 33.066670  | 
|  Gilali  |  -4.233330 , 33.233330  | 
|  Ibanda  |  -4.500000 , 32.716670  | 
|  Igemba  |  -3.966670 , 33.083330  | 
|  Igusule  |  -3.950000 , 32.883330  | 
|  Ilungu  |  -4.466670 , 33.300000  | 
|  Ipilili  |  -4.200000 , 33.083330  | 
|  Ipuli  |  -4.750000 , 33.300000  | 
|  Itobo  |  -4.166670 , 33.016670  | 
|  Itongobo  |  -4.400000 , 33.250000  | 
|  Itunda  |  -4.283330 , 32.983330  | 
|  Iyije  |  -4.033330 , 33.116670  | 
|  Iyombo  |  -4.850000 , 33.333330  | 
|  Kalagwe  |  -4.066670 , 33.100000  | 
|  Kawe  |  -4.300000 , 33.050000  | 
|  Kipungulu  |  -4.522990 , 33.353610  | 
|  Kurumunhi  |  -4.166670 , 33.350000  | 
|  Kyense  |  -4.366670 , 33.233330  | 
|  Magulia  |  -4.616670 , 33.366670  | 
|  Mambali  |  -4.550000 , 32.683330  | 
|  Micha  |  -4.500000 , 33.200000  | 
|  Miguwa  |  -4.200000 , 33.300000  | 
|  Mihema  |  -4.250000 , 33.116670  | 
|  Mingire  |  -4.350000 , 33.033330  | 
|  Mtoa  |  -4.800000 , 33.266670  | 
|  Mwaguguli  |  -4.033330 , 33.016670  | 
|  Myambuye  |  -4.283330 , 33.200000  | 
|  Ndala  |  -4.766670 , 33.266670  | 
|  Ndomo  |  -4.150000 , 33.183330  | 
|  Ndugutu  |  -4.216670 , 33.350000  | 
|  Nsojo  |  -3.950870 , 32.855850  | 
|  Nyasa  |  -4.233330 , 33.216670  | 
|  Nzega  |  -4.216670 , 33.183330  | 
|  Pango  |  -4.266670 , 33.150000  | 
|  Puge  |  -4.750000 , 33.116670  | 
|  Pumbule  |  -4.333330 , 33.050000  | 
|  Pumusi  |  -4.800000 , 33.100000  | 
|  Selelya  |  -4.050000 , 33.000000  | 
|  Tuima  |  -4.533330 , 33.266670  | 
|  Usiya  |  -3.966670 , 33.133330  | 
|  Utaga  |  -4.583330 , 33.250000  | 
|  Utwigu  |  -4.333330 , 33.150000  | 
Notes:
- You can download geometry data for Nzega in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**) 
Terms of Use for downloaded geojson files.