Download outline map of Silivri (geojson format) :
Silivri.geojson (**)
Download polygon array of Silivri map for "Google Maps" :
Silivri.txt
Bounding Box for Silivri Map : ( 41.031234 , 27.972623 , 41.364587 , 28.393922 )
Wikipedia ID for Silivri : Q732028
Wikipedia SPARQL Query for Silivri (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q732028 wdt:P1082 ?population. }
OPTIONAL { wd:Q732028 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q732028 wdt:P2046 ?area. }
OPTIONAL { wd:Q732028 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q732028 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q732028 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 Silivri map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.031234, 27.972623, 41.364587, 28.393922);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Silivri)
[out:json];
(
rel["name"="Silivri"][type=boundary];
rel["name:en"="Silivri"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Silivri
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akoren | 41.196820 , 28.333750 |
Alipasa | 41.111660 , 28.220240 |
Beyciler | 41.233510 , 28.116150 |
Bueyuek Sinekli | 41.225600 , 28.213110 |
Büyükçavuşlu | 41.242270 , 28.064620 |
Buyukkilicli | 41.166650 , 28.190530 |
Çanta | 41.118140 , 28.080340 |
Cayirdere | 41.281870 , 28.145660 |
Celtik | 41.110080 , 28.119220 |
Danamandira | 41.311110 , 28.244650 |
Degirmen | 41.099500 , 28.011310 |
Eskidegirmenkoy | 41.071830 , 28.027530 |
Eskiereyli | 41.047220 , 28.042780 |
Fatih | 41.071239 , 28.245473 |
Fenerkoy | 41.151190 , 28.235770 |
Gazitepekoy | 41.128890 , 28.322840 |
Kadikoey | 41.136580 , 28.364170 |
Kavaklı | 41.092580 , 28.331720 |
Kucukkilicli | 41.132810 , 28.205390 |
Kurfalli | 41.204920 , 28.259730 |
Ortaköy | 41.101540 , 28.375880 |
Sayalar | 41.317190 , 28.174460 |
Selimpaşa | 41.055840 , 28.378950 |
Silivri | 41.080220 , 28.226050 |
Yenimahalle | 41.078483 , 28.237315 |
Yolcati | 41.131230 , 28.128110 |
Yukari Canta | 41.116870 , 28.081310 |
Notes:
- You can download geometry data for Silivri 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.