Download outline map of Artova (geojson format) :
Artova.geojson (**)
Download polygon array of Artova map for "Google Maps" :
Artova.txt
Bounding Box for Artova Map : ( 40.038687 , 36.043696 , 40.215848 , 36.420995 )
Wikipedia ID for Artova : Q2674070
Wikipedia SPARQL Query for Artova (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2674070 wdt:P1082 ?population. }
OPTIONAL { wd:Q2674070 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2674070 wdt:P2046 ?area. }
OPTIONAL { wd:Q2674070 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2674070 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2674070 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 Artova map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.038687, 36.043696, 40.215848, 36.420995);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Artova)
[out:json];
(
rel["name"="Artova"][type=boundary];
rel["name:en"="Artova"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Artova
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agmusa | 40.101470 , 36.170230 |
Ahmetdanisment | 40.097380 , 36.133730 |
Aktas | 40.163330 , 36.231390 |
Asagiguclu | 40.155580 , 36.341640 |
Bayirli | 40.165920 , 36.140240 |
Bebekderesi | 40.138900 , 36.240810 |
Boyunpinar | 40.158270 , 36.396210 |
Celikli | 40.084360 , 36.377850 |
Devecikargin | 40.096490 , 36.101050 |
Evlidere | 40.169880 , 36.184530 |
Gazipinari | 40.182640 , 36.202900 |
Gumusyurt | 40.155330 , 36.172910 |
Gurardic | 40.112830 , 36.195760 |
Igdir | 40.067120 , 36.372520 |
Kayadere | 40.086530 , 36.241700 |
Kizilca | 40.116670 , 36.316670 |
Kunduz | 40.044190 , 36.297590 |
Kunduzagili | 40.058330 , 36.282500 |
Mertekli | 40.140650 , 36.115090 |
Poyrazalan | 40.068210 , 36.235090 |
Saglica | 40.106320 , 36.245150 |
Salur | 40.065150 , 36.335210 |
Tanyeri | 40.143840 , 36.134110 |
Taspinar | 40.139920 , 36.319310 |
Tuzla | 40.050000 , 36.316670 |
Uluslu | 40.150600 , 36.168060 |
Yagcimusa | 40.170640 , 36.305770 |
Yenice | 40.163620 , 36.248210 |
Yukariguclu | 40.185830 , 36.367800 |
Notes:
- You can download geometry data for Artova 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.