Download outline map of Kestel (geojson format) :
Kestel.geojson (**)
Download polygon array of Kestel map for "Google Maps" :
Kestel.txt
Bounding Box for Kestel Map : ( 40.049059 , 29.184382 , 40.331135 , 29.469184 )
Wikipedia ID for Kestel : Q2607431
Wikipedia SPARQL Query for Kestel (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2607431 wdt:P1082 ?population. }
OPTIONAL { wd:Q2607431 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2607431 wdt:P2046 ?area. }
OPTIONAL { wd:Q2607431 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2607431 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2607431 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 Kestel map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.049059, 29.184382, 40.331135, 29.469184);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kestel)
[out:json];
(
rel["name"="Kestel"][type=boundary];
rel["name:en"="Kestel"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kestel
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aglasan | 40.282660 , 29.288890 |
Aksu | 40.166840 , 29.317710 |
Alacam | 40.125840 , 29.290480 |
Babasultan | 40.109170 , 29.370000 |
Bahcedere | 40.200000 , 29.400000 |
Burhaniye | 40.170200 , 29.238730 |
Cataltepe | 40.197760 , 29.256970 |
Derekizik | 40.167430 , 29.217630 |
Dudakli | 40.233330 , 29.316670 |
Erdogan | 40.206810 , 29.365710 |
Golbasi | 40.226730 , 29.346420 |
Gölcük | 40.276390 , 29.378330 |
Gozede | 40.153890 , 29.283860 |
Kayacık | 40.258890 , 29.312500 |
Kestel | 40.198280 , 29.212370 |
Kozluören | 40.126390 , 29.352780 |
Lutfiye | 40.140500 , 29.316280 |
Narlidere | 40.240210 , 29.297140 |
Nuzhetiye | 40.274610 , 29.346950 |
Orhaniye | 40.146170 , 29.261970 |
Osmaniye | 40.148540 , 29.253850 |
Saitabat | 40.148850 , 29.236490 |
Serme | 40.226370 , 29.260630 |
Sevketiye | 40.136310 , 29.334720 |
Seymen | 40.220540 , 29.395860 |
Soguksu | 40.202210 , 29.426180 |
Sukraniye | 40.152500 , 29.350000 |
Turanköy | 40.205000 , 29.348610 |
Umitalani | 40.166670 , 29.360800 |
Yagmurlu | 40.189080 , 29.404580 |
Notes:
- You can download geometry data for Kestel 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.