Download outline map of Kano Municipal (geojson format) :
Kano Municipal.geojson (**)
Download polygon array of Kano Municipal map for "Google Maps" :
Kano Municipal.txt
Bounding Box for Kano Municipal Map : ( 11.9332713683 , 8.47226633973 , 11.9770713683 , 8.53226633973 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Kano Municipal map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](11.9332713683, 8.47226633973, 11.9770713683, 8.53226633973);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kano Municipal)
[out:json];
(
rel["name"="Kano Municipal"][type=boundary];
rel["name:en"="Kano Municipal"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Kano Municipal 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.