Download outline map of Hashaat (geojson format) :
Hashaat.geojson (**)
Download polygon array of Hashaat map for "Google Maps" :
Hashaat.txt
Bounding Box for Hashaat Map : ( 47.189909 , 102.678082 , 47.764178 , 103.683385 )
Wikipedia ID for Hashaat : Q2093510
Wikipedia SPARQL Query for Hashaat (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2093510 wdt:P1082 ?population. }
OPTIONAL { wd:Q2093510 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2093510 wdt:P2046 ?area. }
OPTIONAL { wd:Q2093510 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2093510 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2093510 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 Hashaat map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](47.189909, 102.678082, 47.764178, 103.683385);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hashaat)
[out:json];
(
rel["name"="Xashaat"][type=boundary];
rel["name:en"="Xashaat"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hashaat
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bayan | 47.450000 , 103.150000 |
Doloonii Hural | 47.450000 , 103.233330 |
Hashat | 47.350000 , 103.416670 |
Horhoyn Hural | 47.700000 , 103.116670 |
Lung Somon | 47.400000 , 102.866670 |
Nomogonii Hiid | 47.300000 , 103.566670 |
Tsoohoriin-Hural | 47.500000 , 102.883330 |
Notes:
- You can download geometry data for Hashaat 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.