Download outline map of Harmancik (geojson format) :
Harmancik.geojson (**)
Download polygon array of Harmancik map for "Google Maps" :
Harmancik.txt
Bounding Box for Harmancik Map : ( 39.601735 , 28.94449 , 39.807002 , 29.307957 )
Wikipedia ID for Harmancik : Q2473998
Wikipedia SPARQL Query for Harmancik (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2473998 wdt:P1082 ?population. }
OPTIONAL { wd:Q2473998 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2473998 wdt:P2046 ?area. }
OPTIONAL { wd:Q2473998 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2473998 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2473998 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 Harmancik map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](39.601735, 28.94449, 39.807002, 29.307957);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Harmancik)
[out:json];
(
rel["name"="Harmancık"][type=boundary];
rel["name:en"="Harmancık"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Harmancik
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akalani | 39.750000 , 29.200000 |
Akpinar | 39.633500 , 29.118650 |
Alutca | 39.631290 , 28.964490 |
Balatdanisment | 39.632420 , 29.185930 |
Ballisaray | 39.681740 , 29.204090 |
Bayramlar | 39.783330 , 29.150000 |
Bekdemiciler | 39.656810 , 29.159850 |
Cakmak | 39.747500 , 29.124400 |
Camoglu | 39.715140 , 29.133230 |
Catalsogut | 39.754520 , 29.165490 |
Dedebali | 39.659100 , 29.055640 |
Deliceguney | 39.650790 , 29.010290 |
Dutluca | 39.675620 , 29.060760 |
Gedikoren | 39.634410 , 29.079430 |
Gokceler | 39.635150 , 29.036380 |
Golcuk | 39.656760 , 29.048940 |
Hobandanisment | 39.729930 , 29.217120 |
Ilicasu | 39.667450 , 29.034940 |
Kanilca | 39.744970 , 29.259250 |
Karaca | 39.636590 , 29.155910 |
Kepekdere | 39.669920 , 29.172040 |
Kicmanlar | 39.650000 , 29.133330 |
Kilavuzlar | 39.711120 , 29.182290 |
Kocapinar | 39.615140 , 29.077200 |
Kozluca | 39.609390 , 29.159590 |
Nalbant | 39.713720 , 29.211900 |
Okcular | 39.702370 , 29.225840 |
Yayobasi | 39.712270 , 29.195500 |
Yesilyurt | 39.743300 , 29.232730 |
Notes:
- You can download geometry data for Harmancik 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.