Download outline map of Zapotitlán (geojson format) : 
Zapotitlán.geojson (**)
Download polygon array of Zapotitlán map for "Google Maps" : 
Zapotitlán.txt
Bounding Box for Zapotitlán Map : ( 18.1033873679 , -97.6719142091 , 18.4206722592 , -97.4131771701 )
Wikipedia ID for Zapotitlán : Q9097530
Wikipedia SPARQL Query for Zapotitlán (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q9097530 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q9097530 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q9097530 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q9097530 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q9097530 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q9097530 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 Zapotitlán map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](18.1033873679, -97.6719142091, 18.4206722592, -97.4131771701);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Zapotitlán)
	
[out:json];
(
rel["name"="Zapotitlán"][type=boundary];
rel["name:en"="Zapotitlán"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Zapotitlán
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Agua el Burro | 18.318550 , -97.575210 | 
| Agua el Tempesquistle | 18.254650 , -97.554040 | 
| Agualcahuinco | 18.351530 , -97.520410 | 
| Atzumba | 18.161330 , -97.580790 | 
| Barrio Hidalgo | 18.140500 , -97.554010 | 
| Canada Grande | 18.224920 , -97.452450 | 
| Colonia San Martin | 18.280280 , -97.544720 | 
| Ejido Guadalupe | 18.142780 , -97.588890 | 
| El Arenal | 18.326940 , -97.465560 | 
| El Infiernillo | 18.298250 , -97.525220 | 
| El Manantial | 18.161670 , -97.574170 | 
| Estanzuela | 18.154460 , -97.550400 | 
| Guadalupe la Meza | 18.165810 , -97.531120 | 
| La Mesa Grande | 18.179090 , -97.543010 | 
| Las Ventas | 18.359910 , -97.437170 | 
| Llano San Martin | 18.306480 , -97.516110 | 
| Loma el Toro | 18.307520 , -97.535320 | 
| Los Viveros | 18.265960 , -97.497850 | 
| Metzontla | 18.225590 , -97.486650 | 
| Pie de Tocona | 18.331940 , -97.465610 | 
| Plan del Valle | 18.405460 , -97.438000 | 
| San Isidro | 18.302480 , -97.639280 | 
| San Jose Dixinado | 18.228830 , -97.514980 | 
| San Juan Raya | 18.315140 , -97.614840 | 
| San Pablo Netitlan | 18.164030 , -97.559580 | 
| San Pedro Netitlan | 18.172670 , -97.569140 | 
| Texcala | 18.397160 , -97.445190 | 
| Tilapa | 18.296090 , -97.492620 | 
| Xochiltepec | 18.244810 , -97.447280 | 
| Xochiltepec (San Francisco) | 18.240360 , -97.445860 | 
| Zapotitlán Salinas | 18.329587 , -97.475667 | 
| Zaragoza | 18.220550 , -97.473940 | 
Notes:
- You can download geometry data for Zapotitlán 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.