Download outline map of Reg (geojson format) :
Reg.geojson (**)
Download polygon array of Reg map for "Google Maps" :
Reg.txt
Bounding Box for Reg Map : ( 29.377217 , 63.041231 , 31.107144 , 64.656922 )
Wikipedia ID for Reg : Q3506581
Wikipedia SPARQL Query for Reg (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3506581 wdt:P1082 ?population. }
OPTIONAL { wd:Q3506581 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3506581 wdt:P2046 ?area. }
OPTIONAL { wd:Q3506581 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3506581 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3506581 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 Reg map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.377217, 63.041231, 31.107144, 64.656922);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Reg)
[out:json];
(
rel["name"="Reg(Khanshin)"][type=boundary];
rel["name:en"="Reg(Khanshin)"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Reg
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
'Alamo | 30.521100 , 63.390760 |
'Ali Mardan Khan Bagat | 30.501950 , 63.844140 |
Bahram Chah | 29.433330 , 64.050000 |
Bahram Chah | 29.420860 , 64.014890 |
Dur Muhammad Gis | 29.434880 , 63.891620 |
Khan Neshin | 30.548800 , 63.788800 |
Khayrabad | 30.571340 , 63.602510 |
Landay | 30.522950 , 63.787360 |
Malah Khan | 30.488620 , 63.384730 |
Mirabad | 30.566670 , 63.583330 |
Qal'ah-ye Now | 30.562050 , 63.716030 |
Qal'ah-ye Sirak | 30.462880 , 63.360460 |
Rig | 30.550000 , 63.816670 |
Shamshayr | 30.520490 , 63.450470 |
Taghaz | 30.535880 , 63.477130 |
Tajiri | 30.518390 , 63.428000 |
Wajah | 30.548520 , 63.480750 |
Zaman Khan Kelay | 30.556260 , 63.797320 |
Zhrandah Kelay | 30.564020 , 63.538290 |
Notes:
- You can download geometry data for Reg 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.