Download outline map of Korgan (geojson format) :
Korgan.geojson (**)
Download polygon array of Korgan map for "Google Maps" :
Korgan.txt
Bounding Box for Korgan Map : ( 40.627305 , 37.191129 , 40.868565 , 37.436715 )
Wikipedia ID for Korgan : Q1921284
Wikipedia SPARQL Query for Korgan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1921284 wdt:P1082 ?population. }
OPTIONAL { wd:Q1921284 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1921284 wdt:P2046 ?area. }
OPTIONAL { wd:Q1921284 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1921284 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1921284 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 Korgan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.627305, 37.191129, 40.868565, 37.436715);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Korgan)
[out:json];
(
rel["name"="Korgan"][type=boundary];
rel["name:en"="Korgan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Korgan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Belalan | 40.760690 , 37.231550 |
Beypinari | 40.704130 , 37.252360 |
Budak | 40.831910 , 37.402200 |
Camli | 40.812480 , 37.385590 |
Cayirkent | 40.732850 , 37.243480 |
Ciftlik | 40.828180 , 37.423060 |
Citlice | 40.753660 , 37.284520 |
Egrisu Yaylasi | 40.683330 , 37.250000 |
Karakisla | 40.757130 , 37.309610 |
Koccigaz | 40.748150 , 37.328210 |
Korgan | 40.733330 , 37.216670 |
Kurtulus | 40.829400 , 37.314020 |
Ortakoy | 40.805010 , 37.426240 |
Sogukpinar | 40.778510 , 37.362460 |
Tatarcik | 40.789660 , 37.372020 |
Tepealan | 40.720160 , 37.271100 |
Tepekoy | 40.818690 , 37.400330 |
Terzili | 40.719950 , 37.294250 |
Yenikoy | 40.804400 , 37.392590 |
Yesilalan | 40.757840 , 37.341820 |
Yesildere | 40.793200 , 37.295470 |
Yesilyurt | 40.790530 , 37.388820 |
Yukari Kozpinar | 40.776760 , 37.293450 |
Notes:
- You can download geometry data for Korgan 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.