Download outline map of El Bosque (geojson format) : 
El Bosque.geojson (**)
Download polygon array of El Bosque map for "Google Maps" : 
El Bosque.txt
Bounding Box for El Bosque Map : ( 16.953825 , -92.825499 , 17.096194 , -92.646278 )
Wikipedia ID for El Bosque : Q1784079
Wikipedia SPARQL Query for El Bosque (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1784079 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1784079 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1784079 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1784079 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1784079 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1784079 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 El Bosque map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](16.953825, -92.825499, 17.096194, -92.646278);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (El Bosque)
	
[out:json];
(
rel["name"="El Bosque"][type=boundary];
rel["name:en"="El Bosque"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of El Bosque
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Altagracia  |  17.032500 , -92.774720  | 
|  Alvaro Obregon  |  17.028640 , -92.807170  | 
|  Argentina  |  17.074440 , -92.758330  | 
|  Carmen el Ocotal  |  17.005560 , -92.752500  | 
|  Carmen Guayabal  |  17.028060 , -92.773890  | 
|  Carmen Guayabal Dos  |  16.960630 , -92.758430  | 
|  Chabajebal  |  17.047220 , -92.684720  | 
|  Chichaltic el Limon  |  17.078890 , -92.696940  | 
|  Chivaltic  |  17.077780 , -92.706670  | 
|  El Bosque  |  17.061738 , -92.721621  | 
|  El Calvario  |  16.980000 , -92.788890  | 
|  El Carrizal  |  17.016110 , -92.790280  | 
|  El Jardin  |  17.006390 , -92.748610  | 
|  El Mangal  |  17.071670 , -92.706940  | 
|  El Mojon  |  17.045830 , -92.740280  | 
|  El Naranjal  |  17.040000 , -92.750830  | 
|  El Palmar  |  16.980000 , -92.781390  | 
|  El Pedregal  |  17.089440 , -92.745560  | 
|  El Remolino  |  16.986940 , -92.731390  | 
|  El Rincon  |  16.974990 , -92.785550  | 
|  El Vergel Dos  |  17.001670 , -92.748610  | 
|  Florencia  |  17.020280 , -92.758060  | 
|  La Bonanza  |  17.007780 , -92.763610  | 
|  La Gloria Chikinchen  |  16.986940 , -92.711110  | 
|  La Trinidad  |  17.020560 , -92.746390  | 
|  Las Amapolas  |  17.005000 , -92.755280  | 
|  Las Delicias  |  17.010560 , -92.726670  | 
|  Los Angeles  |  17.043890 , -92.750830  | 
|  Los Platanos  |  17.005560 , -92.742640  | 
|  Mercedes la Ilusion  |  16.997220 , -92.736390  | 
|  Naptic  |  17.076110 , -92.696670  | 
|  Niquidambar  |  17.007190 , -92.743750  | 
|  Nueva Jerusalen  |  17.062780 , -92.765560  | 
|  Nueva Ucrania  |  17.049440 , -92.734170  | 
|  Pamalhuitz  |  16.991620 , -92.805540  | 
|  Puerto Cate  |  17.000000 , -92.816670  | 
|  Sabinotic  |  17.010830 , -92.773330  | 
|  San Andres la Laguna  |  16.976670 , -92.792220  | 
|  San Antonio el Brillante  |  16.969440 , -92.788060  | 
|  San Cayetano  |  16.961190 , -92.760160  | 
|  San Cristobal la Gloria  |  17.077360 , -92.668600  | 
|  San Francisco  |  17.006110 , -92.759170  | 
|  San Francisco Conho  |  17.088330 , -92.681110  | 
|  San Isidro Uno  |  17.001670 , -92.739170  | 
|  San Miguel  |  17.030560 , -92.763330  | 
|  San Pedro Nichtalucum  |  17.034440 , -92.726940  | 
|  San Pedro Nixtalocun  |  17.034410 , -92.724250  | 
|  Santa Teresa  |  17.030830 , -92.772220  | 
|  Tierra Caliente  |  17.063330 , -92.684440  | 
|  Union Progreso  |  17.002220 , -92.769720  | 
|  Union Tierra Tzotzil  |  17.013610 , -92.784440  | 
|  Vergel  |  16.988060 , -92.731940  | 
Notes:
- You can download geometry data for El Bosque 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.