Download outline map of Sai Mun (geojson format) : 
Sai Mun.geojson (**)
Download polygon array of Sai Mun map for "Google Maps" : 
Sai Mun.txt
Bounding Box for Sai Mun Map : ( 15.886691 , 104.099469 , 16.095967 , 104.345667 )
Wikipedia ID for Sai Mun : Q476580
Wikipedia SPARQL Query for Sai Mun (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q476580 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q476580 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q476580 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q476580 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q476580 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q476580 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 Sai Mun map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](15.886691, 104.099469, 16.095967, 104.345667);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sai Mun)
	
[out:json];
(
rel["name"="Sai Mun"][type=boundary];
rel["name:en"="Sai Mun"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sai Mun
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Ban Ba Khom | 16.086030 , 104.158000 | 
| Ban Champa | 16.050310 , 104.225670 | 
| Ban Don Kong | 15.930750 , 104.299280 | 
| Ban Don Nok Chum | 16.001170 , 104.151280 | 
| Ban Don Wai | 15.955000 , 104.254330 | 
| Ban Dong Mafai | 16.005310 , 104.134530 | 
| Ban Du Lat | 16.001030 , 104.184720 | 
| Ban Kham Khaen Sok | 15.955500 , 104.146890 | 
| Ban Kham Khon Ta | 15.958080 , 104.115110 | 
| Ban Kho | 15.911780 , 104.309610 | 
| Ban Khok Klang | 15.922640 , 104.307690 | 
| Ban Khok Klang | 16.038250 , 104.218310 | 
| Ban Khok Kong | 15.994440 , 104.166330 | 
| Ban Khok Samran | 15.930580 , 104.256310 | 
| Ban Khok Yao | 15.988390 , 104.240190 | 
| Ban Kut Kwang | 16.013190 , 104.126970 | 
| Ban Lao Moei | 15.962170 , 104.240310 | 
| Ban Lat Kao | 15.999080 , 104.196220 | 
| Ban Na Pong | 15.933280 , 104.245080 | 
| Ban Na Riang | 15.945110 , 104.274000 | 
| Ban Na Wiang | 16.072440 , 104.142110 | 
| Ban Noi Na Wiang | 16.080500 , 104.143890 | 
| Ban Non Sanam | 15.979170 , 104.190690 | 
| Ban Nong Bua | 16.055060 , 104.110970 | 
| Ban Nong Du | 15.976720 , 104.265470 | 
| Ban Nong Kai Khao | 15.966810 , 104.273920 | 
| Ban Nong Khian | 16.007360 , 104.191500 | 
| Ban Nong Rai | 15.906310 , 104.295610 | 
| Ban Nong Waeng | 16.075500 , 104.107780 | 
| Ban Phai | 15.909030 , 104.290940 | 
| Ban Sang Chang | 15.915330 , 104.285310 | 
| Ban Sao Lao | 16.022000 , 104.222560 | 
| Ban Si Sawat | 16.046140 , 104.212530 | 
| Ban Si Suk | 16.019060 , 104.204470 | 
| Sai Mun | 15.977173 , 104.111938 | 
Notes:
- You can download geometry data for Sai Mun 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.