Download outline map of Devoll (geojson format) :
Devoll.geojson (**)
Download polygon array of Devoll map for "Google Maps" :
Devoll.txt
Bounding Box for Devoll Map : ( 40.432002 , 20.765414 , 40.756717 , 21.057282 )
Wikipedia ID for Devoll : Q192126
Wikipedia SPARQL Query for Devoll (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q192126 wdt:P1082 ?population. }
OPTIONAL { wd:Q192126 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q192126 wdt:P2046 ?area. }
OPTIONAL { wd:Q192126 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q192126 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q192126 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 Devoll map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.432002, 20.765414, 40.756717, 21.057282);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Devoll)
[out:json];
(
rel["name"="Devoll"][type=boundary];
rel["name:en"="Devoll"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Devoll
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arrez | 40.501110 , 20.839720 |
Baban | 40.634440 , 20.919720 |
Bilisht | 40.627500 , 20.990000 |
Bitincke | 40.647780 , 20.983610 |
Borsh | 40.586940 , 20.950280 |
Bracanaj | 40.550000 , 20.977220 |
Bradvice | 40.574440 , 20.870000 |
Buzeliqen | 40.674720 , 21.013610 |
Cangonj | 40.693610 , 20.908060 |
Cete | 40.502780 , 20.920280 |
Dobranj | 40.558060 , 20.967500 |
Ecmenik | 40.648890 , 20.913890 |
Fitore | 40.553330 , 20.952220 |
Grapsh | 40.583890 , 20.881390 |
Hocisht | 40.608330 , 20.914170 |
Kapshtice | 40.602500 , 21.010000 |
Koshnice | 40.530280 , 20.917220 |
Kuc | 40.595830 , 20.980000 |
Kurile | 40.563610 , 20.997220 |
Menkulas | 40.528610 , 20.951670 |
Miras | 40.509170 , 20.928330 |
Perparimaj | 40.586940 , 20.913060 |
Pilur | 40.666670 , 20.916670 |
Poloske | 40.591670 , 20.967220 |
Poncare | 40.530280 , 20.970830 |
Proger | 40.694170 , 20.940280 |
Qyteze | 40.497500 , 20.894720 |
Rakicke | 40.713330 , 20.979440 |
Shuec | 40.700000 , 20.999440 |
Sinice | 40.515000 , 20.869440 |
Stropan | 40.641670 , 20.908610 |
Trestenik | 40.572500 , 21.017500 |
Vernik | 40.644440 , 21.023890 |
Vidohove | 40.479170 , 20.938060 |
Vishocice | 40.596390 , 20.996670 |
Vranisht | 40.665560 , 20.910280 |
Zicisht | 40.557500 , 20.924170 |
Notes:
- You can download geometry data for Devoll 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.