Download outline map of Acuitzio (geojson format) : 
Acuitzio.geojson (**)
Download polygon array of Acuitzio map for "Google Maps" : 
Acuitzio.txt
Bounding Box for Acuitzio Map : ( 19.399835 , -101.441261 , 19.543546 , -101.252192 )
Wikipedia ID for Acuitzio : Q3846405
Wikipedia SPARQL Query for Acuitzio (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q3846405 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q3846405 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q3846405 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q3846405 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q3846405 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q3846405 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 Acuitzio map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.399835, -101.441261, 19.543546, -101.252192);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Acuitzio)
	
[out:json];
(
rel["name"="Acuitzio"][type=boundary];
rel["name:en"="Acuitzio"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Acuitzio
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Acuitzio del Canje  |  19.494752 , -101.335704  | 
|  Agua Chiquita  |  19.430830 , -101.408640  | 
|  Agua Puerca  |  19.443610 , -101.384170  | 
|  Arostaro  |  19.508330 , -101.331670  | 
|  Arroyo Hondo  |  19.424440 , -101.315000  | 
|  Colonia Francisco Villa  |  19.499170 , -101.344440  | 
|  Corralo  |  19.469310 , -101.323620  | 
|  Corralo (Tirindiriz)  |  19.477500 , -101.322780  | 
|  Cruz Gorda  |  19.450560 , -101.310830  | 
|  Cutzaro  |  19.447740 , -101.334140  | 
|  Cuzaro  |  19.446900 , -101.328490  | 
|  El Auxilio (Los Tanques)  |  19.482500 , -101.269720  | 
|  El Cipres  |  19.413060 , -101.359720  | 
|  El Cocinero  |  19.466840 , -101.373940  | 
|  El Melon  |  19.515560 , -101.299440  | 
|  El Paredon  |  19.473060 , -101.284170  | 
|  El Terrero  |  19.497220 , -101.300830  | 
|  El Tzintzun  |  19.417740 , -101.391890  | 
|  El Varal  |  19.448380 , -101.380790  | 
|  Huajumbo  |  19.460960 , -101.323410  | 
|  La Angostura  |  19.527220 , -101.313610  | 
|  La Campana  |  19.468330 , -101.337500  | 
|  La Florida  |  19.516670 , -101.343890  | 
|  La Galera  |  19.463480 , -101.271590  | 
|  La Hoya  |  19.453150 , -101.392330  | 
|  La Huizata  |  19.472220 , -101.301110  | 
|  La Laja  |  19.490830 , -101.309170  | 
|  La Paloma (Ziparapio el Alto)  |  19.425560 , -101.297500  | 
|  La Penita  |  19.436390 , -101.361110  | 
|  La Vinata  |  19.455000 , -101.344440  | 
|  Las Canoas  |  19.505560 , -101.270280  | 
|  Las Juntas  |  19.483060 , -101.317780  | 
|  Las Penas  |  19.508330 , -101.348330  | 
|  Las Trojes (Las Trojas)  |  19.448330 , -101.372220  | 
|  Loma del Pastor  |  19.459720 , -101.287500  | 
|  Los Aguacates  |  19.473330 , -101.341390  | 
|  Los Tetequez  |  19.502430 , -101.276590  | 
|  Paramo  |  19.451110 , -101.340000  | 
|  Paso del Muerto  |  19.496670 , -101.287780  | 
|  Pitahaya  |  19.417330 , -101.392700  | 
|  Rosa de Castilla  |  19.458330 , -101.301110  | 
|  San Andres Coapa  |  19.498330 , -101.382780  | 
|  Singangapeo  |  19.480480 , -101.293310  | 
|  Tamanguio  |  19.482220 , -101.347500  | 
|  Tiripano  |  19.496670 , -101.316390  | 
|  Vicente Riva Palacio  |  19.483300 , -101.332580  | 
|  Ziparapio el Alto  |  19.442010 , -101.287390  | 
Notes:
- You can download geometry data for Acuitzio 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.