Download outline map of El Porvenir (geojson format) : 
El Porvenir.geojson (**)
Download polygon array of El Porvenir map for "Google Maps" : 
El Porvenir.txt
Bounding Box for El Porvenir Map : ( 15.389568 , -92.341293 , 15.468389 , -92.203767 )
Wikipedia ID for El Porvenir : Q3288000
Wikipedia SPARQL Query for El Porvenir (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q3288000 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q3288000 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q3288000 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q3288000 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q3288000 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q3288000 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 Porvenir map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](15.389568, -92.341293, 15.468389, -92.203767);
);
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 Porvenir)
	
[out:json];
(
rel["name"="El Porvenir"][type=boundary];
rel["name:en"="El Porvenir"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of El Porvenir
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  20 de Noviembre  |  15.409170 , -92.218330  | 
|  Betania  |  15.445830 , -92.284440  | 
|  Buenavista Uno  |  15.420280 , -92.305000  | 
|  Cambil  |  15.428230 , -92.320600  | 
|  Canacales  |  15.423610 , -92.248610  | 
|  Canada  |  15.447960 , -92.226840  | 
|  Capilla  |  15.436440 , -92.237310  | 
|  Carrizalito  |  15.436940 , -92.211110  | 
|  Chavarria  |  15.416670 , -92.316670  | 
|  Chimalapa  |  15.398430 , -92.240960  | 
|  Cuatro Caminos  |  15.454440 , -92.241940  | 
|  El Coro  |  15.447830 , -92.275790  | 
|  El Paraiso  |  15.422220 , -92.238890  | 
|  El Porvenir de Velasco Suárez  |  15.457379 , -92.280121  | 
|  El Porvenir de Velasco Suarez  |  15.456950 , -92.279870  | 
|  El Roble  |  15.415370 , -92.313130  | 
|  El Volcan  |  15.399270 , -92.228390  | 
|  Jerico  |  15.400830 , -92.219440  | 
|  Jorge de la Vega Dominguez  |  15.410540 , -92.270470  | 
|  La Arrepentida  |  15.419720 , -92.283060  | 
|  Las Flores  |  15.457780 , -92.220830  | 
|  Las Nubes  |  15.448080 , -92.291350  | 
|  Las Pilas  |  15.455990 , -92.257890  | 
|  Las Salvias  |  15.452390 , -92.305040  | 
|  Los Lopez  |  15.438890 , -92.285000  | 
|  Maiz Amarillo (Nueva Maravilla)  |  15.423060 , -92.226390  | 
|  Male  |  15.449600 , -92.248400  | 
|  Male Uno  |  15.433230 , -92.246500  | 
|  Maltrato  |  15.462220 , -92.291390  | 
|  Mexicalapa  |  15.415830 , -92.286110  | 
|  Miravalle  |  15.434120 , -92.230700  | 
|  Mojon  |  15.453010 , -92.217530  | 
|  Nueva Alianza  |  15.404910 , -92.255630  | 
|  Nueva Esperanza Uno  |  15.442340 , -92.243230  | 
|  Nueva Libertad  |  15.416040 , -92.224720  | 
|  Nueva Revolucion  |  15.450940 , -92.277300  | 
|  Pena Blanca  |  15.425740 , -92.273190  | 
|  Porvenir Chiquito  |  15.434720 , -92.300560  | 
|  Quince de Mayo  |  15.454440 , -92.252220  | 
|  San Jose las Pilas  |  15.462430 , -92.271080  | 
|  Santa Rosa  |  15.420000 , -92.327500  | 
|  Union Buenavista  |  15.434720 , -92.234440  | 
|  Union Buenavista 2  |  15.450000 , -92.308330  | 
|  Zapotillo  |  15.427780 , -92.284570  | 
|  Zoical  |  15.438330 , -92.325560  | 
Notes:
- You can download geometry data for El Porvenir 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.