Download outline map of Boyo (geojson format) :
Boyo.geojson (**)
Download polygon array of Boyo map for "Google Maps" :
Boyo.txt
Bounding Box for Boyo Map : ( 6.099604 , 10.071701 , 6.712791 , 10.568802 )
Wikipedia ID for Boyo : Q2442750
Wikipedia SPARQL Query for Boyo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2442750 wdt:P1082 ?population. }
OPTIONAL { wd:Q2442750 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2442750 wdt:P2046 ?area. }
OPTIONAL { wd:Q2442750 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2442750 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2442750 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 Boyo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.099604, 10.071701, 6.712791, 10.568802);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Boyo)
[out:json];
(
rel["name"="Boyo"][type=boundary];
rel["name:en"="Boyo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Boyo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ajung | 6.316670 , 10.416670 |
Ake | 6.300000 , 10.450000 |
Baicham | 6.183330 , 10.233330 |
Balso | 6.250000 , 10.166670 |
Bwabwa | 6.433330 , 10.333330 |
Djingbe | 6.500000 , 10.350000 |
Fonfukka | 6.516670 , 10.433330 |
Fujua | 6.283330 , 10.283330 |
Fundong | 6.250000 , 10.266670 |
Itchimo | 6.266670 , 10.450000 |
Konene | 6.416670 , 10.366670 |
Laa-Bum | 6.483330 , 10.416670 |
Laikom | 6.250000 , 10.333330 |
Mbengo | 6.166670 , 10.283330 |
Mbinkas | 6.233330 , 10.116670 |
Mbuk | 6.583330 , 10.366670 |
Mejung | 6.316670 , 10.316670 |
Meli | 6.266670 , 10.233330 |
Mme-Bafumen | 6.333330 , 10.233330 |
Nchang | 6.350000 , 10.400000 |
Ngong | 6.583330 , 10.433330 |
Njinikom | 6.233330 , 10.283330 |
Ntenkissu | 6.316670 , 10.166670 |
Nyajua | 6.216670 , 10.400000 |
Oku | 6.250000 , 10.433330 |
Su | 6.400000 , 10.400000 |
Subum | 6.483330 , 10.400000 |
Tsoka | 6.483330 , 10.350000 |
Notes:
- You can download geometry data for Boyo 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.