Download outline map of Hutag (geojson format) :
Hutag.geojson (**)
Download polygon array of Hutag map for "Google Maps" :
Hutag.txt
Bounding Box for Hutag Map : ( 48.834766 , 102.210687 , 49.746106 , 103.73721 )
Wikipedia ID for Hutag : Q2606158
Wikipedia SPARQL Query for Hutag (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2606158 wdt:P1082 ?population. }
OPTIONAL { wd:Q2606158 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2606158 wdt:P2046 ?area. }
OPTIONAL { wd:Q2606158 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2606158 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2606158 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 Hutag map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](48.834766, 102.210687, 49.746106, 103.73721);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hutag)
[out:json];
(
rel["name"="Xutag-O'ndor"][type=boundary];
rel["name:en"="Xutag-O'ndor"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hutag
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Baatar Wang Huryee | 49.416670 , 102.700000 |
Bayan Dugang | 49.516670 , 103.616670 |
Bayangol | 49.516670 , 103.666670 |
Bilsigi Huryee | 49.500000 , 103.316670 |
Bugseyn Dugang | 49.566670 , 103.300000 |
Burgaasata | 49.500000 , 102.916670 |
Delger Nuur Dugang | 49.500000 , 103.300000 |
Hantay | 49.550000 , 103.250000 |
Haylanta Hiid | 49.466670 , 102.883330 |
Hotoliin Dugang | 49.666670 , 102.833330 |
Hutag | 49.395000 , 102.693330 |
Jirgalantayn Dugang | 49.350000 , 103.366670 |
Namnang | 49.383330 , 102.833330 |
Namnang Suma | 49.383330 , 102.333330 |
Selenge Suma | 49.133330 , 102.983330 |
Tsagaan Burgaasatayn Dugang | 49.366670 , 103.000000 |
Tsambaiin Hiid | 49.650000 , 102.900000 |
Unit | 49.133330 , 102.816670 |
Uragiin Dugang | 49.666670 , 103.216670 |
Notes:
- You can download geometry data for Hutag 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.