Download outline map of Gevas (geojson format) :
Gevas.geojson (**)
Download polygon array of Gevas map for "Google Maps" :
Gevas.txt
Bounding Box for Gevas Map : ( 38.13 , 42.661727 , 38.613269 , 43.326051 )
Wikipedia ID for Gevas : Q1004597
Wikipedia SPARQL Query for Gevas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1004597 wdt:P1082 ?population. }
OPTIONAL { wd:Q1004597 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1004597 wdt:P2046 ?area. }
OPTIONAL { wd:Q1004597 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1004597 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1004597 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 Gevas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.13, 42.661727, 38.613269, 43.326051);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gevas)
[out:json];
(
rel["name"="Gevaş"][type=boundary];
rel["name:en"="Gevaş"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gevas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Abali | 38.279660 , 43.209130 |
Agin | 38.448060 , 42.790560 |
Aladuz | 38.291820 , 43.185310 |
Alan | 38.344730 , 42.744300 |
Altinsac | 38.406280 , 42.891090 |
Anakoy | 38.283620 , 42.758680 |
Arpit | 38.200000 , 42.883330 |
Atalan | 38.305640 , 43.153900 |
Aydinocak | 38.394530 , 42.840370 |
Baglama | 38.298980 , 42.910670 |
Barisik | 38.371180 , 42.796370 |
Boduslu | 38.251060 , 42.995900 |
Bullupinar | 38.284440 , 42.723770 |
Cigir | 38.300000 , 42.800000 |
Dagyore | 38.246750 , 43.045240 |
Daldere | 38.283970 , 42.735090 |
Degirmitas | 38.338550 , 42.846490 |
Dereagzi | 38.332210 , 42.970020 |
Dilmetas | 38.297170 , 42.958880 |
Dokuzagac | 38.292970 , 43.026740 |
Doruklu | 38.299690 , 42.747980 |
Dovencik | 38.324710 , 42.860900 |
Evbark | 38.310230 , 42.781630 |
Gorenek | 38.304720 , 42.795630 |
Gundogan | 38.291820 , 43.297810 |
Guzelkonak | 38.266670 , 42.950000 |
Guzelkonak | 38.317250 , 42.975770 |
Hasbey | 38.340810 , 42.893770 |
Ikizler | 38.282650 , 42.977760 |
Inkoy | 38.383330 , 42.783330 |
Inkoy | 38.454120 , 42.854470 |
Kardesler | 38.299530 , 42.696730 |
Karsigecit | 38.371030 , 42.845110 |
Kayalar | 38.255570 , 42.971770 |
Kenzek | 38.391350 , 42.803350 |
Kerevanis | 38.316670 , 43.250000 |
Kiziltas | 38.301410 , 43.246460 |
Kocak | 38.266830 , 42.909650 |
Koklu | 38.328100 , 43.258950 |
Kusluk | 38.351240 , 42.815530 |
Muhrabit | 38.344380 , 42.916430 |
Piltinis | 38.266670 , 43.216670 |
Saligol | 38.283330 , 43.150000 |
Sutluce | 38.296230 , 42.732730 |
Timar | 38.399460 , 42.829250 |
Toreli | 38.284050 , 42.826430 |
Uysal | 38.321050 , 42.957370 |
Verpan | 38.266670 , 42.800000 |
Yanikcay | 38.257660 , 42.897590 |
Yemislik | 38.296770 , 42.928150 |
Yuva | 38.320610 , 42.906760 |
Notes:
- You can download geometry data for Gevas 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.