Download outline map of Hasköy (geojson format) :
Hasköy.geojson (**)
Download polygon array of Hasköy map for "Google Maps" :
Hasköy.txt
Bounding Box for Hasköy Map : ( 38.5760010811 , 41.6028724518 , 38.71 , 41.9588031584 )
Wikipedia ID for Hasköy : Q140094
Wikipedia SPARQL Query for Hasköy (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q140094 wdt:P1082 ?population. }
OPTIONAL { wd:Q140094 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q140094 wdt:P2046 ?area. }
OPTIONAL { wd:Q140094 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q140094 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q140094 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 Hasköy map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.5760010811, 41.6028724518, 38.71, 41.9588031584);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hasköy)
[out:json];
(
rel["name"="Hasköy"][type=boundary];
rel["name:en"="Hasköy"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hasköy
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Azikli | 38.644400 , 41.730660 |
Bogurdelen | 38.631290 , 41.799850 |
Dagdibi | 38.684730 , 41.658010 |
Duzkisla | 38.698240 , 41.718150 |
Duzova | 38.644330 , 41.889120 |
Elmabulak | 38.660310 , 41.683530 |
Esmepinar | 38.673280 , 41.742420 |
Gokyazi | 38.630190 , 41.879610 |
Karakutuk | 38.635090 , 41.767340 |
Koguktas | 38.599950 , 41.874520 |
Nok | 38.637180 , 41.857540 |
Ortanca | 38.607470 , 41.887180 |
Otac | 38.617650 , 41.833480 |
Saribahce | 38.656200 , 41.788740 |
Umurca | 38.661270 , 41.789690 |
Varlik | 38.621200 , 41.614420 |
Yarkaya | 38.647790 , 41.647560 |
Yukari Ucdam | 38.643950 , 41.817980 |
Notes:
- You can download geometry data for Hasköy 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.