Download outline map of La Dorada (geojson format) : 
La Dorada.geojson (**)
Download polygon array of La Dorada map for "Google Maps" : 
La Dorada.txt
Bounding Box for La Dorada Map : ( 5.284365 , -74.814585 , 5.778891 , -74.627708 )
Wikipedia ID for La Dorada : Q2279516
Wikipedia SPARQL Query for La Dorada (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2279516 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2279516 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2279516 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2279516 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2279516 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2279516 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 Dorada map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.284365, -74.814585, 5.778891, -74.627708);
);
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 Dorada)
	
[out:json];
(
rel["name"="La Dorada"][type=boundary];
rel["name:en"="La Dorada"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Dorada
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Bruselas | 5.445680 , -74.700190 | 
| Buenavista | 5.759800 , -74.680280 | 
| Canada Paujita | 5.468660 , -74.725010 | 
| Cantagallo | 5.683330 , -74.633330 | 
| Corazon | 5.366670 , -74.716670 | 
| Corozo | 5.383330 , -74.683330 | 
| El Darien | 5.488680 , -74.735800 | 
| El Guarumo | 5.583330 , -74.650000 | 
| El Japon | 5.543300 , -74.662330 | 
| El Palmar | 5.480860 , -74.707390 | 
| El Retiro | 5.650000 , -74.633330 | 
| El Vesubio | 5.733330 , -74.666670 | 
| Fierro | 5.666670 , -74.650000 | 
| Guadalupe | 5.385370 , -74.726010 | 
| Guarinocito | 5.342750 , -74.738390 | 
| Jauja | 5.440920 , -74.680270 | 
| La Amenosa | 5.459270 , -74.701080 | 
| La Bocona | 5.339160 , -74.711430 | 
| La Dorada | 5.447830 , -74.663110 | 
| La Eqipciaca | 5.366160 , -74.726600 | 
| La Esmeralda | 5.290780 , -74.749660 | 
| La Esperanza | 5.361720 , -74.727780 | 
| La Fe | 5.716670 , -74.650000 | 
| La Gloria | 5.407000 , -74.687360 | 
| La Idalia | 5.635210 , -74.635520 | 
| La Isabela | 5.491200 , -74.694180 | 
| La Julia | 5.348620 , -74.731530 | 
| La Referroa | 5.357190 , -74.756850 | 
| La Reforma | 5.650000 , -74.633330 | 
| Pailamocha | 5.369810 , -74.736360 | 
| Palanquero | 5.478960 , -74.671750 | 
| Puerto Rico | 5.608630 , -74.792320 | 
| Rayero | 5.418810 , -74.732060 | 
| Resacon | 5.350000 , -74.716670 | 
| San Basilio | 5.666670 , -74.650000 | 
| San Miguel | 5.775720 , -74.712280 | 
| Trinidad | 5.374530 , -74.750940 | 
Notes:
- You can download geometry data for La Dorada 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.