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