Download outline map of Mudanya (geojson format) :
Mudanya.geojson (**)
Download polygon array of Mudanya map for "Google Maps" :
Mudanya.txt
Bounding Box for Mudanya Map : ( 40.253102 , 28.554876 , 40.392887 , 28.998901 )
Wikipedia ID for Mudanya : Q856171
Wikipedia SPARQL Query for Mudanya (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q856171 wdt:P1082 ?population. }
OPTIONAL { wd:Q856171 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q856171 wdt:P2046 ?area. }
OPTIONAL { wd:Q856171 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q856171 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q856171 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 Mudanya map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.253102, 28.554876, 40.392887, 28.998901);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mudanya)
[out:json];
(
rel["name"="Mudanya"][type=boundary];
rel["name:en"="Mudanya"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mudanya
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Akkoy | 40.326460 , 28.843230 |
Aydinpinar | 40.331120 , 28.913940 |
Bademli | 40.290650 , 28.923370 |
Balabancik | 40.267030 , 28.811700 |
Cagrisan | 40.299490 , 28.941150 |
Camlik | 40.337590 , 28.599160 |
Cayonu | 40.296110 , 28.648330 |
Cekrice | 40.268730 , 28.782810 |
Cepni | 40.339440 , 28.834870 |
Dedekoy | 40.294280 , 28.848910 |
Dere | 40.316940 , 28.801940 |
Egerce | 40.360280 , 28.633060 |
Emirleryenicesi | 40.321780 , 28.616180 |
Evciler | 40.314160 , 28.567480 |
Firekli | 40.356280 , 28.868480 |
Goynuklu | 40.324160 , 28.954240 |
Hancerli | 40.293510 , 28.722790 |
Has | 40.290630 , 28.884840 |
Kaymakoba | 40.339510 , 28.766710 |
Kucukyenice | 40.288420 , 28.834110 |
Kumyaka | 40.383940 , 28.825440 |
Mahmudiye | 40.337870 , 28.649450 |
Mesudiye | 40.350000 , 28.598060 |
Mirzeoba | 40.334510 , 28.787690 |
Mudanya | 40.375280 , 28.882220 |
Mursel | 40.305430 , 28.896060 |
Orhaniye | 40.289080 , 28.759540 |
Ulku | 40.311730 , 28.877330 |
Veletler | 40.319730 , 28.747220 |
Yaliciftlik | 40.354760 , 28.716590 |
Yaman | 40.333330 , 28.716670 |
Yaylacik | 40.303620 , 28.814800 |
Yorukyenicesi | 40.280670 , 28.689720 |
Zeytinbagi | 40.390830 , 28.796390 |
Notes:
- You can download geometry data for Mudanya 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.