Bornova (Izmir) Map Cropping Samples

Bornova (Izmir) Map Cropping Samples-1

Bornova (Izmir) Map Cropping Samples-2

Bornova neighborhoods and villages map with 3D shadow effect

flag map of Bornova with 3D shadow effect

Bornova map with 3d shadow effect
 
 
Download outline map of Bornova (geojson format) : 
Bornova.geojson (**)
Download polygon array of Bornova map for "Google Maps" : 
Bornova.txt
Bounding Box for Bornova Map : ( 38.373403 , 27.159884 , 38.572698 , 27.348432 )
Wikipedia ID for Bornova : Q894012
Wikipedia SPARQL Query for Bornova (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q894012 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q894012 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q894012 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q894012 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q894012 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q894012 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 Bornova map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.373403, 27.159884, 38.572698, 27.348432);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bornova)
	
[out:json];
(
rel["name"="Bornova"][type=boundary];
rel["name:en"="Bornova"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bornova
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Besyol  |  38.535100 , 27.293130  | 
|  Bornova  |  38.469720 , 27.221110  | 
|  Çamdibi  |  38.438380 , 27.189720  | 
|  Camici  |  38.515720 , 27.220380  | 
|  Cicekli  |  38.500590 , 27.285500  | 
|  Doğanlar  |  38.450000 , 27.250000  | 
|  Egridere  |  38.503040 , 27.218220  | 
|  Evka-3  |  38.471919 , 27.248972  | 
|  Gokdere  |  38.380710 , 27.239730  | 
|  Gürpinar  |  38.432760 , 27.270345  | 
|  Karacam  |  38.517420 , 27.273270  | 
|  Kavaklidere  |  38.449790 , 27.314430  | 
|  Kayadibi  |  38.519290 , 27.241610  | 
|  Kurudere  |  38.547290 , 27.250320  | 
|  Laka  |  38.489710 , 27.188220  | 
|  Naldoken  |  38.455800 , 27.267160  | 
|  Ozbek  |  38.526690 , 27.295760  | 
|  Pinarbasi  |  38.432980 , 27.277560  | 
|  Sarnic  |  38.547940 , 27.275810  | 
|  Yaka  |  38.513550 , 27.324000  | 
|  Yesilcam Mahallesi  |  38.446450 , 27.298800  | 
Notes:
- You can download geometry data for Bornova 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.