Esenyurt (Istanbul) Map Cropping Samples

Esenyurt (Istanbul) Map Cropping Samples-1

Esenyurt (Istanbul) Map Cropping Samples-2

Esenyurt neighborhoods and villages map with 3D shadow effect

flag map of Esenyurt with 3D shadow effect

Esenyurt map with 3d shadow effect
 
 
Download outline map of Esenyurt (geojson format) : 
Esenyurt.geojson (**)
Download polygon array of Esenyurt map for "Google Maps" : 
Esenyurt.txt
Bounding Box for Esenyurt Map : ( 40.999448 , 28.620526 , 41.098463 , 28.70189 )
Wikipedia ID for Esenyurt : Q268983
Wikipedia SPARQL Query for Esenyurt (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q268983 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q268983 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q268983 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q268983 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q268983 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q268983 p:P625 ?coordinate. 
    ?coordinate psv:P625 ?coordinate_node. 
    ?coordinate_node wikibase:geoLatitude ?latitude. 
    ?coordinate_node wikibase:geoLongitude ?longitude. 
  } 
} 
 Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!) 
Run this Query with SPARQL API 
Get Boundaries from overpass-turbo (OSM) with boundary box of Esenyurt map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.999448, 28.620526, 41.098463, 28.70189);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Esenyurt)
	
[out:json];
(
rel["name"="Esenyurt"][type=boundary];
rel["name:en"="Esenyurt"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Esenyurt 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.