Download outline map of Makoda (geojson format) :
Makoda.geojson (**)
Download polygon array of Makoda map for "Google Maps" :
Makoda.txt
Bounding Box for Makoda Map : ( 12.246771 , 8.383066 , 12.594171 , 8.611266 )
Wikipedia ID for Makoda : Q6739854
Wikipedia SPARQL Query for Makoda (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q6739854 wdt:P1082 ?population. }
OPTIONAL { wd:Q6739854 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q6739854 wdt:P2046 ?area. }
OPTIONAL { wd:Q6739854 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q6739854 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q6739854 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 Makoda map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](12.246771, 8.383066, 12.594171, 8.611266);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Makoda)
[out:json];
(
rel["name"="Makoda"][type=boundary];
rel["name:en"="Makoda"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Makoda
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ajumawa | 12.490280 , 8.521950 |
Babanruga | 12.318230 , 8.517020 |
Dogaria | 12.592200 , 8.542620 |
Dunawa | 12.448340 , 8.418330 |
Fagolo | 12.364790 , 8.466010 |
Ganji | 12.420790 , 8.393100 |
Ghana | 12.391380 , 8.482100 |
Jama'a Haro | 12.544020 , 8.523070 |
Jigba | 12.427050 , 8.479980 |
Kakibare | 12.547700 , 8.514340 |
Katsere | 12.587710 , 8.517880 |
Koguna | 12.381370 , 8.457330 |
Kurma Forest Reserve | 12.349850 , 8.482560 |
Kwuha | 12.555930 , 8.502230 |
Kyalula | 12.567630 , 8.522670 |
Mai-Ungwa | 12.370030 , 8.486040 |
Maitsidau | 12.353730 , 8.492450 |
Makuda | 12.418680 , 8.432530 |
Mesado | 12.350550 , 8.507910 |
Raba | 12.588270 , 8.508460 |
Remi | 12.267220 , 8.523820 |
Sabon Gari | 12.589730 , 8.526700 |
Sabon Ruwa | 12.371290 , 8.436140 |
Tsailaka | 12.571920 , 8.522720 |
Tunkurau | 12.575000 , 8.554710 |
Ungua Mallam | 12.539730 , 8.507230 |
Notes:
- You can download geometry data for Makoda 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.