Download outline map of La Grandeza (geojson format) : 
La Grandeza.geojson (**)
Download polygon array of La Grandeza map for "Google Maps" : 
La Grandeza.txt
Bounding Box for La Grandeza Map : ( 15.459898 , -92.250899 , 15.559272 , -92.1858 )
Wikipedia ID for La Grandeza : Q1785311
Wikipedia SPARQL Query for La Grandeza (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1785311 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1785311 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1785311 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1785311 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1785311 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1785311 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 La Grandeza map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](15.459898, -92.250899, 15.559272, -92.1858);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (La Grandeza)
	
[out:json];
(
rel["name"="La Grandeza"][type=boundary];
rel["name:en"="La Grandeza"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Grandeza
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Agua Escondida  |  15.465560 , -92.208330  | 
|  Altavista  |  15.514170 , -92.207500  | 
|  Banderas  |  15.467780 , -92.218520  | 
|  Bartolome de las Casas  |  15.521670 , -92.219440  | 
|  Chicharras  |  15.470280 , -92.235000  | 
|  Desvio San Jose  |  15.470830 , -92.228060  | 
|  El Casbil  |  15.478330 , -92.218610  | 
|  El Chorro  |  15.468330 , -92.239720  | 
|  El Cipres  |  15.479720 , -92.227780  | 
|  El Encuentro  |  15.491670 , -92.227780  | 
|  El Oriente  |  15.510660 , -92.208200  | 
|  El Pino  |  15.539820 , -92.200070  | 
|  Francisco I. Madero  |  15.521980 , -92.227520  | 
|  Guadalupe  |  15.534170 , -92.190830  | 
|  La Grandeza  |  15.512726 , -92.224958  | 
|  La Lucha  |  15.506670 , -92.216110  | 
|  La Pinada  |  15.551390 , -92.226390  | 
|  Las Cruces  |  15.476580 , -92.231440  | 
|  Las Joyas  |  15.499170 , -92.198610  | 
|  Llano Grande  |  15.473140 , -92.231390  | 
|  Loma Bonita  |  15.461390 , -92.220560  | 
|  Loma Bonita  |  15.554170 , -92.248060  | 
|  Los Chalunes  |  15.536110 , -92.236940  | 
|  Maiz Blanco  |  15.536940 , -92.239170  | 
|  Melchor Ocampo  |  15.518060 , -92.227780  | 
|  Miramar  |  15.542220 , -92.232220  | 
|  Ninos Heroes  |  15.501390 , -92.223890  | 
|  Nueva Libertad  |  15.546390 , -92.237500  | 
|  Nueva Providencia  |  15.486940 , -92.213890  | 
|  Nuevo Montebello  |  15.496760 , -92.220910  | 
|  Pino Suarez  |  15.545560 , -92.203610  | 
|  Reforma Casbil  |  15.481670 , -92.211110  | 
|  San Francisco  |  15.488030 , -92.222220  | 
|  San Miguel  |  15.484440 , -92.206940  | 
|  Toquin  |  15.507780 , -92.211110  | 
|  Vicente Guerrero  |  15.524540 , -92.201620  | 
Notes:
- You can download geometry data for La Grandeza 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.