Abuja (Federal Capital Territory) Map Cropping Samples
Abuja (Federal Capital Territory) Map Cropping Samples-1
Abuja (Federal Capital Territory) Map Cropping Samples-2
Abuja neighborhoods and villages map with 3D shadow effect
flag map of Abuja with 3D shadow effect
Abuja map with 3d shadow effect
Download outline map of Abuja (geojson format) :
Abuja.geojson (**)
Download polygon array of Abuja map for "Google Maps" :
Abuja.txt
Bounding Box for Abuja Map : ( 8.630371 , 7.097166 , 9.167871 , 7.603366 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Abuja map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.630371, 7.097166, 9.167871, 7.603366);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Abuja)
[out:json];
(
rel["name"="Abuja"][type=boundary];
rel["name:en"="Abuja"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Abuja 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.