Download outline map of Mat (geojson format) :
Mat.geojson (**)
Download polygon array of Mat map for "Google Maps" :
Mat.txt
Bounding Box for Mat Map : ( 41.516231 , 19.806707 , 41.766671 , 20.194132 )
Wikipedia ID for Mat : Q202665
Wikipedia SPARQL Query for Mat (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q202665 wdt:P1082 ?population. }
OPTIONAL { wd:Q202665 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q202665 wdt:P2046 ?area. }
OPTIONAL { wd:Q202665 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q202665 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q202665 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 Mat map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.516231, 19.806707, 41.766671, 20.194132);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mat)
[out:json];
(
rel["name"="Mat"][type=boundary];
rel["name:en"="Mat"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mat
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ali Hanit | 41.616670 , 20.050000 |
Barbullej | 41.664440 , 20.058330 |
Batra e Madhe | 41.574720 , 19.989170 |
Batra e Vogel | 41.578060 , 20.015280 |
Baz | 41.631940 , 19.929170 |
Blat | 41.655000 , 19.930000 |
Bruc | 41.692220 , 20.005280 |
Burgajet | 41.640000 , 20.057220 |
Burrel | 41.610280 , 20.008890 |
Bushkash | 41.665830 , 19.917780 |
Dazhjan | 41.673060 , 20.126110 |
Deje Macukull | 41.683330 , 20.116670 |
Derjan | 41.673610 , 20.058330 |
Drite | 41.643330 , 19.978330 |
Dukagjin | 41.699720 , 20.061940 |
Fushe-Pjeshke | 41.628060 , 19.867780 |
Fushetane | 41.566940 , 19.912780 |
German | 41.592780 , 19.962500 |
Gjalish | 41.613330 , 20.101110 |
Gjergas | 41.604170 , 19.893610 |
Gjocaj | 41.717220 , 20.063330 |
Kalivac | 41.711110 , 20.093610 |
Karice | 41.615560 , 19.944720 |
Karma e Hotit | 41.607220 , 19.868890 |
Kodercere | 41.617780 , 19.971940 |
Kokerdhok | 41.673330 , 19.901940 |
Kolaj | 41.646110 , 20.012780 |
Kombesi | 41.581670 , 19.985560 |
Kroi i Lajthis | 41.620830 , 19.910000 |
Laç | 41.690280 , 19.991110 |
Luars | 41.650000 , 20.083330 |
Lunre | 41.634170 , 19.871670 |
Macukull | 41.688610 , 20.110280 |
Madhesh | 41.657220 , 19.858890 |
Mallunxe | 41.596390 , 20.057220 |
Melth | 41.740830 , 20.120000 |
Ndreaj | 41.610280 , 19.992780 |
Percall | 41.538610 , 19.936390 |
Prell | 41.695830 , 20.031670 |
Rremull | 41.677780 , 20.034170 |
Rrene | 41.630000 , 19.961940 |
Rreth-Baz | 41.663890 , 19.973610 |
Rukaj | 41.683610 , 20.019170 |
Salaj | 41.611670 , 20.060560 |
Selite | 41.643610 , 20.189440 |
Selite | 41.546390 , 19.920830 |
Sheshi i Gurres | 41.632500 , 19.834440 |
Shoshaj | 41.604170 , 20.035560 |
Shqefen | 41.666940 , 20.084720 |
Stojan | 41.640560 , 19.906110 |
Ulëz | 41.682780 , 19.893330 |
Urake | 41.686390 , 19.981390 |
Vat-Dodaj | 41.700000 , 20.050000 |
Vig | 41.638890 , 20.136670 |
Vinjoll | 41.626110 , 20.142220 |
Zall-Gjocaj | 41.741670 , 20.153330 |
Zall-Lac | 41.666670 , 20.050000 |
Zenisht | 41.629170 , 20.024720 |
Zmac | 41.683330 , 20.033330 |
Notes:
- You can download geometry data for Mat 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.