Download outline map of Campoalegre (geojson format) : 
Campoalegre.geojson (**)
Download polygon array of Campoalegre map for "Google Maps" : 
Campoalegre.txt
Bounding Box for Campoalegre Map : ( 2.510272 , -75.438915 , 2.78109 , -75.170139 )
Wikipedia ID for Campoalegre : Q2327412
Wikipedia SPARQL Query for Campoalegre (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2327412 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2327412 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2327412 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2327412 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2327412 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2327412 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 Campoalegre map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](2.510272, -75.438915, 2.78109, -75.170139);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Campoalegre)
	
[out:json];
(
rel["name"="Campoalegre"][type=boundary];
rel["name:en"="Campoalegre"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Campoalegre
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Bejucal | 2.739190 , -75.273250 | 
| Campoalegre | 2.684890 , -75.323110 | 
| Chia | 2.633330 , -75.300000 | 
| El Guayabo | 2.572640 , -75.302820 | 
| Otas | 2.600000 , -75.333330 | 
| Pirabante | 2.721420 , -75.288410 | 
Notes:
- You can download geometry data for Campoalegre 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.