Download outline map of Entrerrios (geojson format) : 
Entrerrios.geojson (**)
Download polygon array of Entrerrios map for "Google Maps" : 
Entrerrios.txt
Bounding Box for Entrerrios Map : ( 6.506151 , -75.66551 , 6.678852 , -75.457008 )
Wikipedia ID for Entrerrios : Q1575512
Wikipedia SPARQL Query for Entrerrios (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1575512 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1575512 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1575512 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1575512 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1575512 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1575512 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 Entrerrios map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.506151, -75.66551, 6.678852, -75.457008);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Entrerrios)
	
[out:json];
(
rel["name"="Entrerrios"][type=boundary];
rel["name:en"="Entrerrios"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Entrerrios
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Cuchilla de Lopera  |  6.586940 , -75.544440  | 
|  El Comun  |  6.573330 , -75.578890  | 
|  El Desquite  |  6.533330 , -75.500000  | 
|  El Filo  |  6.645000 , -75.605000  | 
|  El Peno  |  6.543200 , -75.525830  | 
|  El Roble  |  6.613890 , -75.535000  | 
|  El Saladero  |  6.592220 , -75.589440  | 
|  Entrerríos  |  6.565400 , -75.516900  | 
|  Floresta  |  6.547140 , -75.552720  | 
|  Guacamaya  |  6.569430 , -75.547450  | 
|  La Cucilla  |  6.663890 , -75.605560  | 
|  La Lejia  |  6.583890 , -75.532500  | 
|  La Linda  |  6.663010 , -75.576120  | 
|  La Pava  |  6.588610 , -75.553890  | 
|  La Playa  |  6.562500 , -75.509440  | 
|  La Puerta de Cercado  |  6.619720 , -75.533890  | 
|  La Tabla  |  6.557780 , -75.537500  | 
|  La Tolda  |  6.553330 , -75.545560  | 
|  La Vega  |  6.606940 , -75.584720  | 
|  Las Bombas  |  6.656390 , -75.573890  | 
|  Las Cuchillas  |  6.592110 , -75.523630  | 
|  Las Marias  |  6.583060 , -75.570830  | 
|  Las Penas  |  6.610000 , -75.601940  | 
|  Leticia  |  6.550000 , -75.500000  | 
|  Los Alpes  |  6.554720 , -75.565000  | 
|  Los Rastrojos  |  6.667220 , -75.593890  | 
|  Los Velasquez  |  6.561390 , -75.591110  | 
|  Luis Tobon  |  6.634740 , -75.589920  | 
|  Madreseca  |  6.626940 , -75.525000  | 
|  Mestizal  |  6.641390 , -75.580280  | 
|  Montana  |  6.570830 , -75.578610  | 
|  Portezuela Perez  |  6.543010 , -75.545080  | 
|  Potrero Grande  |  6.666390 , -75.529720  | 
|  Potrero Grande  |  6.637220 , -75.576390  | 
|  Rafael Mesa  |  6.643330 , -75.536940  | 
|  Riochico Munera  |  6.521670 , -75.540000  | 
|  Riochico Perez  |  6.516390 , -75.514440  | 
|  Santa Rosa  |  6.616670 , -75.504720  | 
|  Teneria  |  6.542540 , -75.548810  | 
|  Toruro Perez  |  6.580000 , -75.552220  | 
|  Yerbabuena  |  6.538420 , -75.548340  | 
|  Zancudo Arriba  |  6.562220 , -75.573330  | 
Notes:
- You can download geometry data for Entrerrios 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.