Download outline map of Osmaneli (geojson format) :
Osmaneli.geojson (**)
Download polygon array of Osmaneli map for "Google Maps" :
Osmaneli.txt
Bounding Box for Osmaneli Map : ( 40.279636 , 29.819938 , 40.517325 , 30.217169 )
Wikipedia ID for Osmaneli : Q736759
Wikipedia SPARQL Query for Osmaneli (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q736759 wdt:P1082 ?population. }
OPTIONAL { wd:Q736759 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q736759 wdt:P2046 ?area. }
OPTIONAL { wd:Q736759 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q736759 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q736759 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 Osmaneli map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.279636, 29.819938, 40.517325, 30.217169);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Osmaneli)
[out:json];
(
rel["name"="Osmaneli"][type=boundary];
rel["name:en"="Osmaneli"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Osmaneli
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adliye | 40.493910 , 29.941360 |
Aglan | 40.487970 , 29.967110 |
Akcapinar | 40.399220 , 29.900650 |
Avdan | 40.367780 , 29.828610 |
Balcikhisar | 40.318870 , 29.968740 |
Belenalan | 40.317460 , 29.904180 |
Bereket | 40.399620 , 29.871620 |
Borcak | 40.358460 , 30.130390 |
Buyukyenice | 40.360990 , 30.056680 |
Cerkesli | 40.436160 , 29.966680 |
Ciciler | 40.442980 , 30.063600 |
Ciftlik | 40.372780 , 29.866940 |
Dereyoruk | 40.315280 , 29.856390 |
Düzmeşe | 40.381670 , 29.925000 |
Ericek | 40.429420 , 29.990480 |
Gaziler | 40.402990 , 29.905100 |
Gunuoren | 40.302880 , 29.995930 |
Hisarcik | 40.464170 , 29.921390 |
Kasikci | 40.339990 , 30.153160 |
Kazanci | 40.336150 , 30.095460 |
Kiziloz | 40.394720 , 30.070830 |
Medetli | 40.288080 , 30.124310 |
Ogulpasa | 40.462810 , 29.882780 |
Orhaniye | 40.336330 , 29.876280 |
Osmaneli | 40.357220 , 30.014170 |
Sariyazi | 40.453920 , 29.937420 |
Selcuk | 40.378470 , 30.003070 |
Selimiye | 40.331970 , 30.060210 |
Sogucakpinar | 40.337550 , 30.180890 |
Yesilcimen | 40.433590 , 29.900350 |
Notes:
- You can download geometry data for Osmaneli 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.