Oredo (Edo) Map Cropping Samples
Oredo (Edo) Map Cropping Samples-1
Oredo (Edo) Map Cropping Samples-2
Oredo neighborhoods and villages map with 3D shadow effect
flag map of Oredo with 3D shadow effect
Oredo map with 3d shadow effect
Download outline map of Oredo (geojson format) :
Oredo.geojson (**)
Download polygon array of Oredo map for "Google Maps" :
Oredo.txt
Bounding Box for Oredo Map : ( 6.091171 , 5.462266 , 6.370471 , 5.649166 )
Wikipedia ID for Oredo : Q7101001
Wikipedia SPARQL Query for Oredo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7101001 wdt:P1082 ?population. }
OPTIONAL { wd:Q7101001 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7101001 wdt:P2046 ?area. }
OPTIONAL { wd:Q7101001 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7101001 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7101001 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 Oredo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.091171, 5.462266, 6.370471, 5.649166);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Oredo)
[out:json];
(
rel["name"="Oredo"][type=boundary];
rel["name:en"="Oredo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Oredo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akwakwa | 6.188270 , 5.497180 |
Evbiyomwanru | 6.224270 , 5.518780 |
Evborohun | 6.216670 , 5.533330 |
Ichue | 6.242350 , 5.524120 |
Igogogin | 6.166670 , 5.550000 |
Iguikpe | 6.206340 , 5.559870 |
Odogu | 6.150000 , 5.516670 |
Ogiza | 6.179300 , 5.546770 |
Okua | 6.138380 , 5.523830 |
Ugho | 6.107870 , 5.507160 |
Umegbe | 6.227780 , 5.555550 |
Ureghin | 6.183330 , 5.516670 |
Utonbubu | 6.115050 , 5.511820 |
Notes:
- You can download geometry data for Oredo 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.