Buca (Izmir) Map Cropping Samples

Buca (Izmir) Map Cropping Samples-1

Buca (Izmir) Map Cropping Samples-2

Buca neighborhoods and villages map with 3D shadow effect

flag map of Buca with 3D shadow effect

Buca map with 3d shadow effect
 
 
Download outline map of Buca (geojson format) : 
Buca.geojson (**)
Download polygon array of Buca map for "Google Maps" : 
Buca.txt
Bounding Box for Buca Map : ( 38.269038 , 27.13711 , 38.40931 , 27.36387 )
Wikipedia ID for Buca : Q2672826
Wikipedia SPARQL Query for Buca (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2672826 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2672826 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2672826 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2672826 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2672826 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2672826 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 Buca map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.269038, 27.13711, 38.40931, 27.36387);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Buca)
	
[out:json];
(
rel["name"="Buca"][type=boundary];
rel["name:en"="Buca"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Buca
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Altindag  |  38.403040 , 27.162860  | 
|  Belenbasi  |  38.311240 , 27.281850  | 
|  Buca  |  38.398300 , 27.166620  | 
|  Buca  |  38.386440 , 27.179150  | 
|  Dogancilar  |  38.304720 , 27.341940  | 
|  Kiriklar  |  38.320540 , 27.317850  | 
|  Kozagac  |  38.350000 , 27.150000  | 
|  Kurudere  |  38.350000 , 27.300000  | 
Notes:
- You can download geometry data for Buca 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.