Download outline map of Meriç (geojson format) :
Meriç.geojson (**)
Download polygon array of Meriç map for "Google Maps" :
Meriç.txt
Bounding Box for Meriç Map : ( 41.029103 , 26.304404 , 41.341168 , 26.579111 )
Wikipedia ID for Meriç : Q1015330
Wikipedia SPARQL Query for Meriç (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1015330 wdt:P1082 ?population. }
OPTIONAL { wd:Q1015330 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1015330 wdt:P2046 ?area. }
OPTIONAL { wd:Q1015330 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1015330 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1015330 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 Meriç map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.029103, 26.304404, 41.341168, 26.579111);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Meriç)
[out:json];
(
rel["name"="Meriç"][type=boundary];
rel["name:en"="Meriç"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Meriç
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adasarhanli | 41.081570 , 26.357330 |
Akcadam | 41.304880 , 26.530730 |
Akincilar | 41.192130 , 26.518950 |
Alibey | 41.245200 , 26.355470 |
Edekoy | 41.183330 , 26.333330 |
Hasirciarnavutkoy | 41.270860 , 26.461390 |
Kadidondurma | 41.173610 , 26.354990 |
Karayusuflu | 41.261080 , 26.432840 |
Kavakli | 41.233330 , 26.522360 |
Kucukaltiagac | 41.122080 , 26.425780 |
Kucukdoganca | 41.192460 , 26.396230 |
Kupdere | 41.223310 , 26.465190 |
Kuplu | 41.106940 , 26.351940 |
Meriç | 41.191830 , 26.420970 |
Nasuhbey | 41.214720 , 26.346100 |
Olacak | 41.215370 , 26.473580 |
Pasayenice | 41.197830 , 26.553250 |
Rahmanca | 41.282550 , 26.487790 |
Saatagaci | 41.164770 , 26.509090 |
Seren | 41.313060 , 26.514370 |
Subasi | 41.141430 , 26.376690 |
Umurca | 41.199380 , 26.358300 |
Yakupbey | 41.239780 , 26.553500 |
Yenicegorice | 41.131220 , 26.467970 |
Notes:
- You can download geometry data for Meriç 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.