Download outline map of Iznik (geojson format) :
Iznik.geojson (**)
Download polygon array of Iznik map for "Google Maps" :
Iznik.txt
Bounding Box for Iznik Map : ( 40.348303 , 29.507129 , 40.617123 , 29.973276 )
Wikipedia ID for Iznik : Q217125
Wikipedia SPARQL Query for Iznik (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q217125 wdt:P1082 ?population. }
OPTIONAL { wd:Q217125 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q217125 wdt:P2046 ?area. }
OPTIONAL { wd:Q217125 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q217125 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q217125 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 Iznik map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.348303, 29.507129, 40.617123, 29.973276);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Iznik)
[out:json];
(
rel["name"="İznik"][type=boundary];
rel["name:en"="İznik"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Iznik
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alakaya | 40.430030 , 29.829940 |
Atiye | 40.366910 , 29.648380 |
Aydinlar | 40.372710 , 29.643970 |
Balarim | 40.373810 , 29.590250 |
Bayindir | 40.526650 , 29.545760 |
Boyalıca | 40.481940 , 29.560830 |
Çakırca | 40.470560 , 29.663330 |
Camdibi | 40.402290 , 29.747100 |
Camoluk | 40.394120 , 29.792590 |
Candarli | 40.539170 , 29.834440 |
Cicekli | 40.407870 , 29.779400 |
Demirisik | 40.376660 , 29.540490 |
Derbent | 40.356110 , 29.671670 |
Dırazali | 40.395280 , 29.710830 |
Elbeyli | 40.486110 , 29.724720 |
Elmalı | 40.515560 , 29.881390 |
Gurmuzlu | 40.510290 , 29.759620 |
Haciosman | 40.551530 , 29.820020 |
Hoca | 40.405060 , 29.767850 |
Ihsaniye | 40.458490 , 29.834180 |
Inik | 40.496060 , 29.725350 |
İznik | 40.428610 , 29.721110 |
Karadin | 40.437930 , 29.879780 |
Kaynarca | 40.414440 , 29.825560 |
Kirinti | 40.562370 , 29.874230 |
Kirkharman Mahallesi | 40.587820 , 29.760660 |
Kutluca | 40.569410 , 29.840620 |
Mecidiye | 40.577870 , 29.699930 |
Mustafaali | 40.372180 , 29.564870 |
Nuzhetiye | 40.381200 , 29.740950 |
Omerli | 40.508260 , 29.720010 |
Orhaniye | 40.506110 , 29.659720 |
Osmaniye | 40.602090 , 29.699440 |
Sansarak | 40.488610 , 29.829440 |
Sariagil | 40.557680 , 29.664100 |
Sarisu Mahallesi | 40.580780 , 29.777420 |
Serefiye | 40.387630 , 29.757290 |
Suleymaniye | 40.568770 , 29.679790 |
Sultaniye Mahallesi | 40.600000 , 29.750000 |
Tacir | 40.525560 , 29.739720 |
Yeni Serefiye | 40.382020 , 29.803420 |
Yurukler | 40.533940 , 29.621510 |
Notes:
- You can download geometry data for Iznik 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.