Download outline map of Tangamandapio (geojson format) : 
Tangamandapio.geojson (**)
Download polygon array of Tangamandapio map for "Google Maps" : 
Tangamandapio.txt
Bounding Box for Tangamandapio Map : ( 19.789034 , -102.573697 , 19.991498 , -102.352202 )
Wikipedia ID for Tangamandapio : Q2651288
Wikipedia SPARQL Query for Tangamandapio (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2651288 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2651288 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2651288 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2651288 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2651288 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2651288 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 Tangamandapio map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.789034, -102.573697, 19.991498, -102.352202);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tangamandapio)
	
[out:json];
(
rel["name"="Tangamandapio"][type=boundary];
rel["name:en"="Tangamandapio"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tangamandapio
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Cenaculo de Maria (Misioneras de Jesus)  |  19.810560 , -102.517220  | 
|  Churintzio  |  19.972870 , -102.465530  | 
|  Colonia San Rafael  |  19.958060 , -102.419720  | 
|  El Arrastradero  |  19.826360 , -102.524130  | 
|  El Cerezo  |  19.913720 , -102.470680  | 
|  El Cerrito Jardines  |  19.966670 , -102.441110  | 
|  El Compromiso  |  19.980060 , -102.464780  | 
|  El Guayabito  |  19.949560 , -102.444140  | 
|  El Guayabo  |  19.958060 , -102.504720  | 
|  El Mirador  |  19.912220 , -102.382780  | 
|  El Nopalito  |  19.904010 , -102.392180  | 
|  El Pitahayo  |  19.911270 , -102.393920  | 
|  El Tejocote  |  19.885290 , -102.368220  | 
|  El Tirador  |  19.898320 , -102.476750  | 
|  Jacona Viejo  |  19.933330 , -102.416670  | 
|  La Bolsa (Rancho de Lourdes)  |  19.921940 , -102.403890  | 
|  La Cantera  |  19.864360 , -102.410337  | 
|  La Palma  |  19.897960 , -102.417440  | 
|  La Trasquila  |  19.829440 , -102.500560  | 
|  Las Encinillas  |  19.898330 , -102.445000  | 
|  Los Baldios  |  19.977780 , -102.450280  | 
|  Los Hucuares  |  19.899160 , -102.497590  | 
|  Los Mezquites  |  19.950770 , -102.405640  | 
|  Ninguno  |  19.832780 , -102.473060  | 
|  Ojo de Agua  |  19.916670 , -102.466670  | 
|  Paso del Molino  |  19.833330 , -102.521670  | 
|  Querenguaro  |  19.880870 , -102.391730  | 
|  Rancho de Lourdes  |  19.922990 , -102.399120  | 
|  Santa Clara  |  19.832570 , -102.383450  | 
|  Tangamandapio  |  19.955787 , -102.433871  | 
|  Tarecuato  |  19.843350 , -102.466883  | 
|  Telonzo  |  19.971330 , -102.449080  | 
Notes:
- You can download geometry data for Tangamandapio 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.