Download outline map of Hongor (geojson format) :
Hongor.geojson (**)
Download polygon array of Hongor map for "Google Maps" :
Hongor.txt
Bounding Box for Hongor Map : ( 49.124066 , 105.85158 , 49.650133 , 106.81992 )
Wikipedia ID for Hongor : Q3874412
Wikipedia SPARQL Query for Hongor (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3874412 wdt:P1082 ?population. }
OPTIONAL { wd:Q3874412 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3874412 wdt:P2046 ?area. }
OPTIONAL { wd:Q3874412 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3874412 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3874412 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 Hongor map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](49.124066, 105.85158, 49.650133, 106.81992);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hongor)
[out:json];
(
rel["name"="Xongor"][type=boundary];
rel["name:en"="Xongor"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hongor
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Burhanii | 49.316670 , 105.950000 |
Habchi | 49.266670 , 106.566670 |
Huyten Dugang | 49.500000 , 106.650000 |
Muhar Huytenii Hiid | 49.466670 , 106.500000 |
Sharaiin Dugang | 49.200000 , 106.600000 |
Yihe Tsahil | 49.416670 , 106.000000 |
Notes:
- You can download geometry data for Hongor 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.