Kirkuk (Iraq) Map Cropping Samples
Kirkuk (Iraq) Map Cropping Samples-1
Kirkuk (Iraq) Map Cropping Samples-2
Kirkuk and counties map with 3D shadow effect
flag map of Kirkuk with 3D shadow effect
Download outline map of Kirkuk (geojson format) :
Kirkuk.geojson (**)
Download polygon array of Kirkuk map for "Google Maps" :
Kirkuk.txt
Bounding Box for Kirkuk Map : ( 34.685507 , 43.262948 , 35.908843 , 44.860252 )
ISO-3166 CODE for Kirkuk : IQ-KI
Get Boundaries from overpass-turbo (OSM) with boundary box of Kirkuk map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](34.685507, 43.262948, 35.908843, 44.860252);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kirkuk)
[out:json];
(
rel["name"="Kirkuk"][type=boundary];
rel["name:en"="Kirkuk"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Kirkuk 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.