Download outline map of Totolapa (geojson format) : 
Totolapa.geojson (**)
Download polygon array of Totolapa map for "Google Maps" : 
Totolapa.txt
Bounding Box for Totolapa Map : ( 16.4419614337 , -92.7664476338 , 16.5813096765 , -92.5754281946 )
Wikipedia ID for Totolapa : Q2595443
Wikipedia SPARQL Query for Totolapa (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2595443 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2595443 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2595443 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2595443 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2595443 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2595443 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 Totolapa map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](16.4419614337, -92.7664476338, 16.5813096765, -92.5754281946);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Totolapa)
	
[out:json];
(
rel["name"="Totolapa"][type=boundary];
rel["name:en"="Totolapa"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Totolapa
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  El Calvario  |  16.498330 , -92.679170  | 
|  El Cangrejo  |  16.523610 , -92.738890  | 
|  El Chachi  |  16.517080 , -92.682030  | 
|  El Guayabal  |  16.547220 , -92.582780  | 
|  El Paraiso  |  16.500280 , -92.654170  | 
|  El Recreo  |  16.572120 , -92.624220  | 
|  El Recuerdo  |  16.474680 , -92.682930  | 
|  El Triunfo  |  16.497500 , -92.587500  | 
|  Huerta Vieja  |  16.508330 , -92.665280  | 
|  La Bodega  |  16.547220 , -92.693330  | 
|  La Merced  |  16.505560 , -92.680560  | 
|  Las Limas  |  16.494050 , -92.743890  | 
|  Nandalumi  |  16.525910 , -92.737890  | 
|  Nueva Rosita  |  16.494040 , -92.740090  | 
|  Nuevo Dolores  |  16.497500 , -92.655560  | 
|  Ojo de Agua  |  16.509040 , -92.720880  | 
|  Paso Limon  |  16.566670 , -92.608330  | 
|  Ponciano Arriaga  |  16.488330 , -92.625830  | 
|  San Jose el Retiro  |  16.506390 , -92.665830  | 
|  San Jose Jovelja  |  16.551240 , -92.597990  | 
|  San Rafael  |  16.492740 , -92.592450  | 
|  San Ramon  |  16.566520 , -92.618080  | 
|  Totolapa  |  16.544034 , -92.677594  | 
|  Villa de Guadalupe  |  16.504720 , -92.701390  | 
Notes:
- You can download geometry data for Totolapa 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.