Download outline map of Cunday (geojson format) : 
Cunday.geojson (**)
Download polygon array of Cunday map for "Google Maps" : 
Cunday.txt
Bounding Box for Cunday Map : ( 3.800773 , -74.824606 , 4.131331 , -74.53136 )
Wikipedia ID for Cunday : Q577597
Wikipedia SPARQL Query for Cunday (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q577597 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q577597 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q577597 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q577597 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q577597 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q577597 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 Cunday map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](3.800773, -74.824606, 4.131331, -74.53136);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cunday)
	
[out:json];
(
rel["name"="Cunday"][type=boundary];
rel["name:en"="Cunday"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cunday
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Aguablanca  |  4.011150 , -74.604590  | 
|  Antonio Narino  |  4.077640 , -74.602730  | 
|  California  |  3.991320 , -74.788100  | 
|  Colinas  |  3.859740 , -74.705300  | 
|  Cunday  |  4.060040 , -74.692120  | 
|  El Recuerdo  |  4.008560 , -74.543320  | 
|  El Reves  |  4.025060 , -74.716000  | 
|  El Rodeo  |  4.052010 , -74.606860  | 
|  Guasimal  |  4.092380 , -74.639820  | 
|  Hoya Grande  |  4.070110 , -74.578050  | 
|  Incora  |  4.070080 , -74.689360  | 
|  Juan Lopez  |  4.050000 , -74.716670  | 
|  La Aurora  |  4.013800 , -74.582080  | 
|  La Cumbre  |  4.012180 , -74.561580  | 
|  La Florida  |  4.092230 , -74.671800  | 
|  La Florida  |  4.072130 , -74.602640  | 
|  La Maria  |  4.100000 , -74.650000  | 
|  Limonares  |  3.844630 , -74.699290  | 
|  Los Cauchos  |  4.020710 , -74.551240  | 
|  Los Micos  |  4.083330 , -74.666670  | 
|  Parcelacion Incora  |  4.076620 , -74.661240  | 
|  Ramirez  |  4.000000 , -74.716670  | 
|  Recreo  |  4.033330 , -74.550000  | 
|  San Jorge  |  4.020710 , -74.595910  | 
|  San Luis  |  4.016670 , -74.633330  | 
|  San Martin  |  3.990830 , -74.644170  | 
|  San Pablo  |  3.931600 , -74.670680  | 
|  Santa Isabel  |  3.984960 , -74.688060  | 
|  Tres Esquinas  |  3.865120 , -74.709060  | 
|  Valencia  |  3.922780 , -74.740900  | 
|  Vereda Agua Blanca  |  4.083160 , -74.659390  | 
|  Vereda Aguablanca El Diviso  |  4.001170 , -74.605430  | 
|  Vereda Bhetel  |  4.014120 , -74.656890  | 
|  Vereda El Cascajo  |  4.027550 , -74.668660  | 
|  Vereda El Rodeo  |  4.054960 , -74.605270  | 
|  Vereda La Pepina  |  4.036270 , -74.549070  | 
|  Vereda La Victoria  |  4.038110 , -74.705390  | 
|  Vereda Los Medios  |  4.042130 , -74.562720  | 
|  Vereda Mesa de Ramirez  |  3.997750 , -74.698260  | 
|  Vereda Paramo  |  4.030640 , -74.751990  | 
|  Vereda Parroquia Vieja  |  4.099060 , -74.651630  | 
|  Vereda Santa Rita  |  4.047300 , -74.646190  | 
Notes:
- You can download geometry data for Cunday 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.