Download outline map of O Mon (geojson format) : 
O Mon.geojson (**)
Download polygon array of O Mon map for "Google Maps" : 
O Mon.txt
Bounding Box for O Mon Map : ( 10.042077 , 105.550469 , 10.198522 , 105.70798 )
Wikipedia ID for O Mon : Q7073290
Wikipedia SPARQL Query for O Mon (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q7073290 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q7073290 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q7073290 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q7073290 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q7073290 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q7073290 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 O Mon map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.042077, 105.550469, 10.198522, 105.70798);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (O Mon)
	
[out:json];
(
rel["name"="O Mon"][type=boundary];
rel["name:en"="O Mon"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of O Mon
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Ap Tan An | 10.183330 , 105.600000 | 
| Ap Tan Xuan | 10.083330 , 105.650000 | 
| Ap Thoi Hoa | 10.116670 , 105.683330 | 
| Ap Thoi My | 10.166670 , 105.600000 | 
| Binh Hoa A | 10.083330 , 105.683330 | 
| Binh Hung | 10.099920 , 105.689180 | 
| Binh Khanh | 10.095840 , 105.662040 | 
| Dong Hoa | 10.104810 , 105.638010 | 
| Long Dinh | 10.173610 , 105.575370 | 
| Long Hoa | 10.157220 , 105.600800 | 
| O Mon | 10.109740 , 105.623180 | 
| Rach Chua | 10.105850 , 105.619300 | 
| Tan Binh | 10.064440 , 105.653500 | 
| Tan Hoa | 10.137030 , 105.603080 | 
| Tan Loi | 10.053100 , 105.648930 | 
| Tan Quy | 10.086050 , 105.662000 | 
| Thoi Hoa A | 10.120680 , 105.604190 | 
| Thoi Hoa A | 10.131240 , 105.622730 | 
| Thoi Hoa E | 10.119290 , 105.621920 | 
| Thoi Loi | 10.139310 , 105.658140 | 
| Thoi Thuan | 10.155700 , 105.632510 | 
| Thoi Trinh A | 10.146030 , 105.650990 | 
| Thoi Xuong Mot | 10.183690 , 105.600370 | 
| Truong Dong B | 10.046950 , 105.633970 | 
| Truong Trung | 10.060940 , 105.641740 | 
Notes:
- You can download geometry data for O Mon 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.