Download outline map of Tinguindín (geojson format) : 
Tinguindín.geojson (**)
Download polygon array of Tinguindín map for "Google Maps" : 
Tinguindín.txt
Bounding Box for Tinguindín Map : ( 19.710803 , -102.611854 , 19.900771 , -102.39716 )
Wikipedia ID for Tinguindín : Q3847151
Wikipedia SPARQL Query for Tinguindín (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q3847151 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q3847151 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q3847151 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q3847151 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q3847151 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q3847151 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 Tinguindín map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.710803, -102.611854, 19.900771, -102.39716);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tinguindín)
	
[out:json];
(
rel["name"="Tingüindín"][type=boundary];
rel["name:en"="Tingüindín"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tinguindín
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Aquiles Serdan  |  19.859610 , -102.548900  | 
|  Barrio Alto  |  19.868060 , -102.542500  | 
|  Colonia Morelos (Guaquian)  |  19.763890 , -102.493330  | 
|  El Guayabo  |  19.781460 , -102.482880  | 
|  El Letijio  |  19.894720 , -102.573610  | 
|  El Mercado  |  19.784170 , -102.491110  | 
|  El Moral  |  19.718330 , -102.442780  | 
|  El Purengue  |  19.883330 , -102.575560  | 
|  El Rincon del Chino  |  19.889520 , -102.585500  | 
|  El Rodeo  |  19.878630 , -102.559840  | 
|  El Tecolote  |  19.861390 , -102.563890  | 
|  Guascaro Bajo  |  19.783330 , -102.500000  | 
|  Guascaro de Mujica  |  19.797840 , -102.520670  | 
|  Huascaro  |  19.783330 , -102.516670  | 
|  Huerta Rosman  |  19.735830 , -102.451110  | 
|  Huerta Salinas  |  19.729720 , -102.495000  | 
|  La Ronda  |  19.747510 , -102.496220  | 
|  Los Laureles  |  19.796170 , -102.493100  | 
|  Patamburapio  |  19.763890 , -102.495280  | 
|  Rincon del Chino  |  19.883610 , -102.583060  | 
|  San Juanico  |  19.772500 , -102.497220  | 
|  San Miguel (Los Ranchitos)  |  19.745000 , -102.460830  | 
|  Tacatzcuaro  |  19.730090 , -102.547420  | 
|  Tata Lazaro (Rancho Flores)  |  19.745000 , -102.421390  | 
|  Tenguacho  |  19.783330 , -102.416670  | 
|  Tingüindín  |  19.738416 , -102.485674  | 
|  Zirapis  |  19.739010 , -102.506890  | 
Notes:
- You can download geometry data for Tinguindí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.