Download outline map of Jadran (geojson format) :
Jadran.geojson (**)
Download polygon array of Jadran map for "Google Maps" :
Jadran.txt
Bounding Box for Jadran Map : ( 33.239419 , 69.232606 , 33.521556 , 69.587383 )
Wikipedia ID for Jadran : Q140102
Wikipedia SPARQL Query for Jadran (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q140102 wdt:P1082 ?population. }
OPTIONAL { wd:Q140102 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q140102 wdt:P2046 ?area. }
OPTIONAL { wd:Q140102 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q140102 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q140102 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 Jadran map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.239419, 69.232606, 33.521556, 69.587383);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jadran)
[out:json];
(
rel["name"="Zadran"][type=boundary];
rel["name:en"="Zadran"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jadran
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| 'Ali Muhammad Khel | 33.438780 , 69.463290 |
| 'Iwaz Khel | 33.379420 , 69.320040 |
| Ahmad Beg | 33.369850 , 69.332150 |
| Alikot | 33.364200 , 69.347000 |
| Bagh-e Kahol | 33.413810 , 69.465390 |
| Barah Waze | 33.365110 , 69.434530 |
| Dowar | 33.359440 , 69.378110 |
| Dukanha-ye Mirajan | 33.370710 , 69.401170 |
| Dukanha-ye Sayyid Khel | 33.352430 , 69.489190 |
| Ghorke Kelay | 33.351880 , 69.436300 |
| Ghorke Khulah | 33.368200 , 69.471180 |
| Gulkhan Kelay | 33.345780 , 69.345700 |
| Haki Kelay | 33.346130 , 69.360060 |
| Haki Kelay | 33.340670 , 69.363520 |
| Haki Kelay | 33.343150 , 69.356080 |
| Haqdad Khel | 33.365540 , 69.355830 |
| Howas Khel | 33.404140 , 69.465500 |
| Hukumati Waze | 33.364930 , 69.441370 |
| Jikhay | 33.386730 , 69.315030 |
| Kachkey | 33.360950 , 69.383800 |
| Kandow Kelay | 33.397780 , 69.344930 |
| Kandow Kot | 33.391980 , 69.345950 |
| Karezgay | 33.371560 , 69.346280 |
| Katskay | 33.421300 , 69.470560 |
| Khand | 33.442840 , 69.482120 |
| Kher Khel | 33.388460 , 69.382710 |
| Khwajah Kelay | 33.353160 , 69.372620 |
| Kuzah Waze | 33.369250 , 69.450670 |
| Laghoray | 33.346690 , 69.355830 |
| Lakah Tizhah | 33.381710 , 69.461450 |
| Lotah | 33.370290 , 69.452550 |
| Lukmani | 33.369740 , 69.336310 |
| Mastakah | 33.464010 , 69.495990 |
| Mitah | 33.318560 , 69.426680 |
| Miti Khel | 33.431920 , 69.473860 |
| Nasir Khel | 33.400000 , 69.469150 |
| Obashtay | 33.366350 , 69.391200 |
| Qadar Kot | 33.394290 , 69.350230 |
| Roji Khel | 33.370870 , 69.359030 |
| Shah Kelay | 33.369990 , 69.349300 |
| Shahid Kelay | 33.443460 , 69.464410 |
| Shang | 33.384800 , 69.387030 |
| Shilam | 33.461200 , 69.492790 |
| Sornah | 33.342460 , 69.459150 |
| Surgori | 33.358180 , 69.499000 |
| Suri Khel | 33.317280 , 69.382990 |
| Torah Shpah | 33.378340 , 69.457550 |
| Tsaperai | 33.465530 , 69.499350 |
| Tsaprunah | 33.376070 , 69.313260 |
| Uzdapsha | 33.375400 , 69.301340 |
| Zhawerah | 33.366270 , 69.351280 |
Notes:
- You can download geometry data for Jadran 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.