Download outline map of Kartepe (geojson format) :
Kartepe.geojson (**)
Download polygon array of Kartepe map for "Google Maps" :
Kartepe.txt
Bounding Box for Kartepe Map : ( 40.587534 , 29.990027 , 40.786668 , 30.250949 )
Wikipedia ID for Kartepe : Q2578786
Wikipedia SPARQL Query for Kartepe (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2578786 wdt:P1082 ?population. }
OPTIONAL { wd:Q2578786 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2578786 wdt:P2046 ?area. }
OPTIONAL { wd:Q2578786 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2578786 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2578786 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 Kartepe map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.587534, 29.990027, 40.786668, 30.250949);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kartepe)
[out:json];
(
rel["name"="Kartepe"][type=boundary];
rel["name:en"="Kartepe"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kartepe
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acisu | 40.717260 , 30.117050 |
Arslanbey | 40.690470 , 30.030630 |
Avluburun | 40.771260 , 30.201790 |
Balaban | 40.686790 , 30.084040 |
Buyukderbent | 40.707530 , 30.114340 |
Eski Esme | 40.734740 , 30.231350 |
Esme | 40.732490 , 30.220410 |
Esmeahmediye | 40.769590 , 30.235880 |
Ibrikdere | 40.734640 , 30.118700 |
Karatepe | 40.687220 , 30.013610 |
Kartepe | 40.752200 , 30.023490 |
Ketenciler | 40.764980 , 30.138100 |
Maksukiye | 40.708580 , 30.131420 |
Ornek | 40.654990 , 30.016060 |
Pazarcayir | 40.637460 , 30.053730 |
Rahmiye | 40.712500 , 30.017500 |
Sapanca | 40.712139 , 30.145111 |
Sarimese | 40.728740 , 30.041330 |
Sefkatiye | 40.683330 , 30.033330 |
Sirinsuhliye | 40.696330 , 30.104070 |
Suadiye | 40.691390 , 30.057500 |
Sultaniye | 40.610280 , 30.088890 |
Tepetarla | 40.720040 , 30.081650 |
Uzunciftlik | 40.754650 , 30.053770 |
Uzuntarla | 40.728690 , 30.143670 |
Notes:
- You can download geometry data for Kartepe 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.