Download outline map of Havran (geojson format) :
Havran.geojson (**)
Download polygon array of Havran map for "Google Maps" :
Havran.txt
Bounding Box for Havran Map : ( 39.431358 , 27.043646 , 39.74939 , 27.356158 )
Wikipedia ID for Havran : Q3165044
Wikipedia SPARQL Query for Havran (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3165044 wdt:P1082 ?population. }
OPTIONAL { wd:Q3165044 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3165044 wdt:P2046 ?area. }
OPTIONAL { wd:Q3165044 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3165044 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3165044 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 Havran map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.431358, 27.043646, 39.74939, 27.356158);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Havran)
[out:json];
(
rel["name"="Havran"][type=boundary];
rel["name:en"="Havran"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Havran
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alibey Oba | 39.516670 , 27.133330 |
Buyukdere | 39.531600 , 27.071650 |
Buyuksapci | 39.630550 , 27.310710 |
Cakirdere | 39.486830 , 27.163620 |
Callidere | 39.637580 , 27.165660 |
Camdibi | 39.578060 , 27.082690 |
Dedeoren | 39.581390 , 27.220830 |
Egmir | 39.601320 , 27.247260 |
Eseler | 39.549150 , 27.208540 |
Fazlica | 39.624220 , 27.155430 |
Halaclar | 39.548680 , 27.234960 |
Halilar | 39.615060 , 27.201280 |
Hanlar | 39.699260 , 27.170440 |
Havran | 39.558330 , 27.098330 |
Huseyinbeyler | 39.550000 , 27.303060 |
Inonu | 39.581700 , 27.154510 |
Kalabak | 39.603060 , 27.122220 |
Karalar | 39.509550 , 27.129770 |
Karaoglanlar | 39.536800 , 27.200520 |
Kobaklar | 39.558650 , 27.319740 |
Kocadag | 39.540520 , 27.133610 |
Kocaseyit | 39.612860 , 27.185300 |
Koyluce | 39.546670 , 27.166670 |
Kucukdere | 39.539140 , 27.093320 |
Kucuksapci | 39.623450 , 27.335440 |
Sarnic | 39.590990 , 27.195790 |
Tarlabasi | 39.623670 , 27.165240 |
Tasarasi | 39.509390 , 27.195130 |
Temasalik | 39.572960 , 27.093800 |
Tepeoba | 39.603140 , 27.106570 |
Notes:
- You can download geometry data for Havran 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.