Galt (Hovsgol) Map Cropping Samples
Galt (Hovsgol) Map Cropping Samples-1
Galt (Hovsgol) Map Cropping Samples-2
Galt neighborhoods and villages map with 3D shadow effect
flag map of Galt with 3D shadow effect
Galt map with 3d shadow effect
Download outline map of Galt (geojson format) :
Galt.geojson (**)
Download polygon array of Galt map for "Google Maps" :
Galt.txt
Bounding Box for Galt Map : ( 48.384135 , 99.53521 , 49.109108 , 100.594902 )
Wikipedia ID for Galt : Q2607761
Wikipedia SPARQL Query for Galt (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2607761 wdt:P1082 ?population. }
OPTIONAL { wd:Q2607761 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2607761 wdt:P2046 ?area. }
OPTIONAL { wd:Q2607761 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2607761 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2607761 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 Galt map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](48.384135, 99.53521, 49.109108, 100.594902);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Galt)
[out:json];
(
rel["name"="Galt"][type=boundary];
rel["name:en"="Galt"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Galt
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Boro Burgaasanii Dugang | 48.883330 , 100.166670 |
Dereseteyn Dugang | 48.800000 , 99.800000 |
Dzurh | 48.939440 , 100.151390 |
Hongiin Huryee | 48.900000 , 99.950000 |
Ider | 48.772780 , 99.873890 |
Ideriin Suma | 48.700000 , 99.900000 |
Mandahaiin Huryee | 48.766670 , 99.600000 |
Shirengiteyn Dugang | 48.833330 , 100.333330 |
Teeliin Dugang | 48.983330 , 100.350000 |
Ulaan Chuluutayn Dugang | 48.616670 , 99.800000 |
Yihe Hujirtayn Huryee | 48.683330 , 100.166670 |
Notes:
- You can download geometry data for Galt 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.