Download outline map of Bor (geojson format) :
Bor.geojson (**)
Download polygon array of Bor map for "Google Maps" :
Bor.txt
Bounding Box for Bor Map : ( 37.666494 , 34.006785 , 38.068009 , 34.884528 )
Wikipedia ID for Bor : Q289143
Wikipedia SPARQL Query for Bor (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q289143 wdt:P1082 ?population. }
OPTIONAL { wd:Q289143 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q289143 wdt:P2046 ?area. }
OPTIONAL { wd:Q289143 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q289143 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q289143 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 Bor map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.666494, 34.006785, 38.068009, 34.884528);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bor)
[out:json];
(
rel["name"="Bor"][type=boundary];
rel["name:en"="Bor"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bor
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Badak | 37.734340 , 34.424220 |
Bahceli | 37.829870 , 34.610990 |
Balci | 37.973840 , 34.462500 |
Bayat | 37.927780 , 34.351120 |
Bereket | 37.732440 , 34.553330 |
Bor | 37.890560 , 34.558890 |
Cukurkuyu | 37.869260 , 34.336110 |
Emen | 37.818720 , 34.449500 |
Emininobasi | 37.983330 , 34.166670 |
Gokbez | 37.751070 , 34.656750 |
Halac | 37.828890 , 34.697440 |
Havuzlu | 37.779200 , 34.636360 |
Karacaoren | 37.794240 , 34.725100 |
Karamahmutlu | 37.827960 , 34.648860 |
Karanlikdere | 37.995230 , 34.432540 |
Kayi | 37.901010 , 34.404210 |
Kaynarca | 37.853840 , 34.635420 |
Kilavuz | 37.802530 , 34.763260 |
Kiymet Yaylasi | 37.933330 , 34.150000 |
Kizilca | 37.840240 , 34.351350 |
Kizilkapi | 37.763900 , 34.840920 |
Kurkcu | 37.700000 , 34.733330 |
Obruk | 38.000880 , 34.015640 |
Postalli | 37.734380 , 34.749020 |
Seslikaya | 37.781280 , 34.482130 |
Tepekoy | 37.985190 , 34.430910 |
Notes:
- You can download geometry data for Bor 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.