Download outline map of Mae Hong Son (geojson format) :
Mae Hong Son.geojson (**)
Download polygon array of Mae Hong Son map for "Google Maps" :
Mae Hong Son.txt
Bounding Box for Mae Hong Son Map : ( 17.554866 , 97.351401 , 19.807629 , 98.654991 )
Wikipedia ID for Mae Hong Son : Q269270
Wikipedia SPARQL Query for Mae Hong Son (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q269270 wdt:P1082 ?population. }
OPTIONAL { wd:Q269270 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q269270 wdt:P2046 ?area. }
OPTIONAL { wd:Q269270 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q269270 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q269270 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
ISO-3166 CODE for Mae Hong Son : TH-58
Get Boundaries from overpass-turbo (OSM) with boundary box of Mae Hong Son map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](17.554866, 97.351401, 19.807629, 98.654991);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mae Hong Son)
[out:json];
(
rel["name"="Mae Hong Son"][type=boundary];
rel["name:en"="Mae Hong Son"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Mae Hong Son 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.