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