Download outline map of Phrom Buri (geojson format) : 
Phrom Buri.geojson (**)
Download polygon array of Phrom Buri map for "Google Maps" : 
Phrom Buri.txt
Bounding Box for Phrom Buri Map : ( 14.722126 , 100.412265 , 14.859198 , 100.491541 )
Wikipedia ID for Phrom Buri : Q476463
Wikipedia SPARQL Query for Phrom Buri (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q476463 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q476463 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q476463 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q476463 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q476463 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q476463 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 Phrom Buri map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.722126, 100.412265, 14.859198, 100.491541);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Phrom Buri)
	
[out:json];
(
rel["name"="Phrom Buri"][type=boundary];
rel["name:en"="Phrom Buri"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Phrom Buri
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Ban Amphawan  |  14.824390 , 100.439530  | 
|  Ban Bang Chan  |  14.818860 , 100.457140  | 
|  Ban Bang Kaho  |  14.750000 , 100.483330  | 
|  Ban Bang Krot  |  14.761940 , 100.452110  | 
|  Ban Bang Nam Chieo  |  14.800000 , 100.450000  | 
|  Ban Bang Phai Dam  |  14.788220 , 100.442080  | 
|  Ban Chalon  |  14.828030 , 100.433060  | 
|  Ban Chang Pun  |  14.809860 , 100.449670  | 
|  Ban Chipakhao  |  14.734030 , 100.434310  | 
|  Ban Chuan Kao  |  14.837060 , 100.436830  | 
|  Ban Don Kha  |  14.783330 , 100.466670  | 
|  Ban Hua Pa  |  14.840670 , 100.438720  | 
|  Ban Hua Won  |  14.764720 , 100.440060  | 
|  Ban Kao  |  14.756470 , 100.459530  | 
|  Ban Krathum Phrong  |  14.757530 , 100.435390  | 
|  Ban Mo  |  14.751890 , 100.467860  | 
|  Ban Mon  |  14.745720 , 100.441810  | 
|  Ban Muen Han  |  14.843250 , 100.455440  | 
|  Ban Pa Wai  |  14.815360 , 100.437610  | 
|  Ban Paeng  |  14.797940 , 100.476530  | 
|  Ban Phlu  |  14.766670 , 100.433330  | 
|  Ban Pho En  |  14.775530 , 100.445720  | 
|  Ban Phokha Phiwat  |  14.785360 , 100.464360  | 
|  Ban Phra Haruethai  |  14.799060 , 100.440310  | 
|  Ban Phra Ngam Ok  |  14.737580 , 100.443610  | 
|  Ban Phuan  |  14.782780 , 100.445750  | 
|  Ban Rong Nam Tan  |  14.733330 , 100.450000  | 
|  Ban Sai  |  14.773670 , 100.453140  | 
|  Ban Sao Thong Thong  |  14.801720 , 100.451470  | 
|  Ban Tao It  |  14.842420 , 100.444310  | 
|  Ban Thep Mongkhon  |  14.795390 , 100.450500  | 
|  Ban Ton Pho  |  14.805440 , 100.433830  | 
|  Ban Tra Chu  |  14.749280 , 100.451110  | 
|  Ban Wat Bot  |  14.822610 , 100.433940  | 
|  Ban Wat Kao Chang  |  14.766470 , 100.448440  | 
|  Ban Wat Khu  |  14.814420 , 100.444110  | 
|  Ban Wat Luang  |  14.773610 , 100.462420  | 
|  Ban Wat Nang  |  14.800000 , 100.450000  | 
|  Ban Wat Ta Then  |  14.762810 , 100.455830  | 
|  Phrom Buri  |  14.852529 , 100.444789  | 
Notes:
- You can download geometry data for Phrom Buri 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.