Download outline map of Huld (geojson format) :
Huld.geojson (**)
Download polygon array of Huld map for "Google Maps" :
Huld.txt
Bounding Box for Huld Map : ( 44.688409 , 105.016905 , 45.670092 , 106.135957 )
Wikipedia ID for Huld : Q3404270
Wikipedia SPARQL Query for Huld (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3404270 wdt:P1082 ?population. }
OPTIONAL { wd:Q3404270 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3404270 wdt:P2046 ?area. }
OPTIONAL { wd:Q3404270 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3404270 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3404270 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 Huld map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](44.688409, 105.016905, 45.670092, 106.135957);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Huld)
[out:json];
(
rel["name"="Xuld"][type=boundary];
rel["name:en"="Xuld"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Huld
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hebteluy Sume | 45.450000 , 105.200000 |
Luusiin Hural | 45.216670 , 105.566670 |
Mingat Sume | 45.450000 , 105.083330 |
Nomgon | 45.433330 , 105.100000 |
Oldoho Hiid | 44.816670 , 105.400000 |
Sharangad | 45.166670 , 106.016670 |
Shubuutay Hiid | 45.216670 , 105.983330 |
Ulaanjirem | 45.050000 , 105.566670 |
Notes:
- You can download geometry data for Huld 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.