Merkez (Mardin) Map Cropping Samples
Merkez (Mardin) Map Cropping Samples-1
Merkez (Mardin) Map Cropping Samples-2
Merkez neighborhoods and villages map with 3D shadow effect
flag map of Merkez with 3D shadow effect
Merkez map with 3d shadow effect
Download outline map of Merkez (geojson format) :
Merkez.geojson (**)
Download polygon array of Merkez map for "Google Maps" :
Merkez.txt
Bounding Box for Merkez Map : ( 37.21035 , 40.781428 , 37.449378 , 40.936715 )
Wikipedia ID for Merkez : Q1004602
Wikipedia SPARQL Query for Merkez (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1004602 wdt:P1082 ?population. }
OPTIONAL { wd:Q1004602 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1004602 wdt:P2046 ?area. }
OPTIONAL { wd:Q1004602 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1004602 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1004602 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 Merkez map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.21035, 40.781428, 37.449378, 40.936715);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Merkez)
[out:json];
(
rel["name"="Yeşilli"][type=boundary];
rel["name:en"="Yeşilli"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Merkez
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alluca | 37.257020 , 40.917140 |
Benabil | 37.313610 , 40.838060 |
Bihike | 37.318830 , 40.869100 |
Dereyanı | 37.425000 , 40.862660 |
Kabala | 37.349960 , 40.814630 |
Kabala-Bakhcheleri | 37.365000 , 40.820280 |
Koyunlu | 37.420800 , 40.822760 |
Kuruma | 37.253350 , 40.880480 |
Nehraz | 37.321480 , 40.847210 |
Ovaköy | 37.248930 , 40.820150 |
Rismibahceler | 37.362220 , 40.841940 |
Sancar | 37.308230 , 40.879670 |
Uzunkoy | 37.298820 , 40.864320 |
Yaprakli | 37.425680 , 40.784660 |
Yeşilli | 37.340500 , 40.825580 |
Zeytinli | 37.230320 , 40.841380 |
Notes:
- You can download geometry data for Merkez 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.