Download outline map of Lobaye (geojson format) :
Lobaye.geojson (**)
Download polygon array of Lobaye map for "Google Maps" :
Lobaye.txt
Bounding Box for Lobaye Map : ( 3.469993 , 16.736014 , 5.024674 , 18.626193 )
Wikipedia ID for Lobaye : Q821037
Wikipedia SPARQL Query for Lobaye (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q821037 wdt:P1082 ?population. }
OPTIONAL { wd:Q821037 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q821037 wdt:P2046 ?area. }
OPTIONAL { wd:Q821037 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q821037 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q821037 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
ISO-3166 CODE for Lobaye : CF-LB
Get Boundaries from overpass-turbo (OSM) with boundary box of Lobaye map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](3.469993, 16.736014, 5.024674, 18.626193);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lobaye)
[out:json];
(
rel["name"="Lobaye"][type=boundary];
rel["name:en"="Lobaye"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Lobaye 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.