Download outline map of Arakli (geojson format) :
Arakli.geojson (**)
Download polygon array of Arakli map for "Google Maps" :
Arakli.txt
Bounding Box for Arakli Map : ( 40.539138 , 39.832343 , 40.971249 , 40.076831 )
Wikipedia ID for Arakli : Q764830
Wikipedia SPARQL Query for Arakli (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q764830 wdt:P1082 ?population. }
OPTIONAL { wd:Q764830 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q764830 wdt:P2046 ?area. }
OPTIONAL { wd:Q764830 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q764830 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q764830 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 Arakli map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.539138, 39.832343, 40.971249, 40.076831);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Arakli)
[out:json];
(
rel["name"="Araklı"][type=boundary];
rel["name:en"="Araklı"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Arakli
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Araklı | 40.938540 , 40.058420 |
Aytas | 40.687330 , 39.905670 |
Ayvadere | 40.881220 , 39.994680 |
Bereketli | 40.866460 , 40.057730 |
Birlik | 40.853040 , 39.996530 |
Buzluca | 40.941530 , 40.030570 |
Camliktepe | 40.757610 , 39.977460 |
Capanli | 40.836210 , 40.033250 |
Ciftepinar | 40.724030 , 39.882570 |
Cukurcayir | 40.713340 , 39.948320 |
Dagbasi | 40.727630 , 39.911770 |
Degirmencik | 40.850970 , 40.009680 |
Dulkoy | 40.885910 , 40.037100 |
Erenler | 40.767230 , 39.937470 |
Erikli | 40.578620 , 39.961870 |
Findicak | 40.817690 , 40.035150 |
Halilli | 40.837890 , 40.036220 |
Haskoy | 40.867090 , 40.009900 |
Iyisu | 40.796660 , 39.989950 |
Karatepe | 40.850560 , 39.967530 |
Karsiyaka | 40.943380 , 40.022610 |
Kayacik | 40.733180 , 39.956170 |
Kayaici | 40.663800 , 39.899810 |
Kecikaya | 40.757580 , 39.945950 |
Kestanelik | 40.780860 , 39.959900 |
Kopruustu | 40.712290 , 39.914530 |
Kukurtlu | 40.725000 , 39.926100 |
Merkezkoy | 40.830330 , 40.010830 |
Ortakoy | 40.919360 , 40.013940 |
Pervane | 40.828660 , 39.994770 |
Pirki | 40.932350 , 40.011540 |
Sulakyurt | 40.602410 , 39.999080 |
Sularbasi | 40.714170 , 39.877550 |
Tasgecit | 40.699050 , 39.879780 |
Tastepe | 40.787090 , 39.996260 |
Tekneciler | 40.753550 , 40.020360 |
Tosunlu | 40.800030 , 40.025040 |
Turkeli | 40.830640 , 40.038140 |
Turnali | 40.796220 , 39.967310 |
Yaliboyu | 40.950150 , 40.011160 |
Yassikaya | 40.900520 , 40.048670 |
Yenikoy | 40.783100 , 40.028840 |
Yesilce | 40.918060 , 40.020700 |
Yoncali | 40.858430 , 40.028860 |
Yorakar | 40.933330 , 40.050000 |
Yuceyurt | 40.753880 , 39.973350 |
Zaniki | 40.904400 , 40.020500 |
Zimlakova | 40.766670 , 39.983330 |
Notes:
- You can download geometry data for Arakli 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.