Download outline map of Hayrat (geojson format) :
Hayrat.geojson (**)
Download polygon array of Hayrat map for "Google Maps" :
Hayrat.txt
Bounding Box for Hayrat Map : ( 40.625015 , 40.319817 , 40.921117 , 40.503226 )
Wikipedia ID for Hayrat : Q2670987
Wikipedia SPARQL Query for Hayrat (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2670987 wdt:P1082 ?population. }
OPTIONAL { wd:Q2670987 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2670987 wdt:P2046 ?area. }
OPTIONAL { wd:Q2670987 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2670987 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2670987 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 Hayrat map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.625015, 40.319817, 40.921117, 40.503226);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hayrat)
[out:json];
(
rel["name"="Hayrat"][type=boundary];
rel["name:en"="Hayrat"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hayrat
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Asafoliza | 40.666670 , 40.366670 |
Balaban | 40.861700 , 40.338410 |
Buyuk | 40.667440 , 40.400540 |
Ciheli | 40.700000 , 40.383330 |
Dagalan | 40.913310 , 40.334540 |
Dagonu | 40.664020 , 40.395740 |
Dereyurt | 40.868980 , 40.401180 |
Gecitli | 40.848330 , 40.367790 |
Goksel | 40.728940 , 40.452270 |
Kazancli | 40.914100 , 40.367030 |
Kilavuz | 40.877800 , 40.400620 |
Korkot | 40.879440 , 40.348620 |
Koycegiz | 40.906160 , 40.360690 |
Manasor | 40.683330 , 40.366670 |
Onurlu | 40.906000 , 40.338920 |
Pinarca | 40.869380 , 40.382760 |
Sarmasik | 40.716360 , 40.422780 |
Sehitli | 40.859410 , 40.401040 |
Sisli | 40.904510 , 40.346070 |
Sugeldi | 40.897560 , 40.333930 |
Taflancik | 40.849990 , 40.405410 |
Varhal | 40.666670 , 40.400000 |
Yarli | 40.902140 , 40.348880 |
Yayvanoba | 40.903170 , 40.377190 |
Yenikoy | 40.828220 , 40.362120 |
Yildirimlar | 40.860350 , 40.378820 |
Notes:
- You can download geometry data for Hayrat 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.