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