Download outline map of Canik (geojson format) :
Canik.geojson (**)
Download polygon array of Canik map for "Google Maps" :
Canik.txt
Bounding Box for Canik Map : ( 41.068908 , 36.200802 , 41.282825 , 36.399926 )
Wikipedia ID for Canik : Q2634212
Wikipedia SPARQL Query for Canik (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2634212 wdt:P1082 ?population. }
OPTIONAL { wd:Q2634212 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2634212 wdt:P2046 ?area. }
OPTIONAL { wd:Q2634212 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2634212 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2634212 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 Canik map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.068908, 36.200802, 41.282825, 36.399926);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Canik)
[out:json];
(
rel["name"="Canik"][type=boundary];
rel["name:en"="Canik"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Canik
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alibeyli | 41.203830 , 36.376940 |
Avluca | 41.178960 , 36.323220 |
Basalan | 41.116670 , 36.300000 |
Beskonak | 41.191190 , 36.240500 |
Caglayan | 41.137080 , 36.257550 |
Cayirkent | 41.171280 , 36.328830 |
Demirci | 41.228460 , 36.253010 |
Dereler | 41.240680 , 36.298090 |
Devgeris | 41.238290 , 36.369800 |
Duvecik | 41.234990 , 36.320460 |
Duzoren | 41.147030 , 36.293220 |
Erenkoy | 41.145160 , 36.353570 |
Findicak | 41.126760 , 36.383540 |
Gebitekke | 41.103640 , 36.312870 |
Gecehan | 41.131730 , 36.268860 |
Golalan | 41.178560 , 36.280960 |
Gultepe | 41.231450 , 36.277790 |
Gurgenyatak | 41.226040 , 36.362780 |
Haciismail | 41.251390 , 36.341670 |
Hacinaipli | 41.095280 , 36.323960 |
Haskoy | 41.253890 , 36.362780 |
Hilaltepe | 41.181830 , 36.238690 |
Imamlar | 41.137970 , 36.317340 |
Kalebogazi | 41.184810 , 36.217150 |
Kasyayla | 41.208040 , 36.302920 |
Kestanepinar | 41.178440 , 36.358010 |
Kiziloglak | 41.212760 , 36.233230 |
Kozlu | 41.229050 , 36.301480 |
Murtatli | 41.201760 , 36.342870 |
Saribiyik | 41.200000 , 36.350000 |
Sirinkoy | 41.240460 , 36.344400 |
Tekkiraz | 41.158100 , 36.309410 |
Teknepinar | 41.250000 , 36.366670 |
Toygar | 41.192550 , 36.368740 |
Tuzakli | 41.153080 , 36.247230 |
Ucpinar | 41.167070 , 36.275730 |
Ulucayir | 41.114910 , 36.239820 |
Yayla | 41.139030 , 36.229230 |
Yenikoy | 41.207270 , 36.273940 |
Yesilpinar | 41.077630 , 36.337650 |
Notes:
- You can download geometry data for Canik 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.