Download outline map of San Andrés (geojson format) : 
San Andrés.geojson (**)
Download polygon array of San Andrés map for "Google Maps" : 
San Andrés.txt
Bounding Box for San Andrés Map : ( 6.786739 , -75.765194 , 7.027215 , -75.575927 )
Wikipedia ID for San Andrés : Q2433819
Wikipedia SPARQL Query for San Andrés (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2433819 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2433819 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2433819 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2433819 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2433819 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2433819 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 San Andrés map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.786739, -75.765194, 7.027215, -75.575927);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Andrés)
	
[out:json];
(
rel["name"="San Andrés"][type=boundary];
rel["name:en"="San Andrés"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Andrés
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Cruces  |  6.891670 , -75.626670  | 
|  El Atesal  |  6.944440 , -75.688610  | 
|  El Barro  |  6.908330 , -75.661110  | 
|  El Cardal  |  6.795560 , -75.751940  | 
|  El Castillo  |  6.871670 , -75.627780  | 
|  El Cedral  |  6.880830 , -75.678330  | 
|  El Componedero  |  6.969720 , -75.627500  | 
|  El Corazon  |  6.918890 , -75.598610  | 
|  El Danubio  |  6.790700 , -75.763560  | 
|  El Granadillo  |  6.881940 , -75.739440  | 
|  El Hoyo  |  6.967500 , -75.650830  | 
|  El Hueco  |  6.899440 , -75.665560  | 
|  El Requintadero  |  6.931940 , -75.693610  | 
|  El Roble  |  6.940560 , -75.649720  | 
|  El Vergel  |  6.924170 , -75.601110  | 
|  La Bodega  |  6.904720 , -75.693610  | 
|  La Chorrera  |  6.931940 , -75.635000  | 
|  La Chorrera  |  6.923890 , -75.632780  | 
|  La Chorrera  |  6.889440 , -75.621670  | 
|  La Honda  |  6.981940 , -75.656940  | 
|  La Maquina  |  6.991390 , -75.619720  | 
|  La Mocha Roldan  |  6.886670 , -75.642220  | 
|  La Porquera  |  6.928890 , -75.714170  | 
|  La Redonda  |  6.938890 , -75.690280  | 
|  La Redonda  |  6.948060 , -75.667780  | 
|  La Travesia  |  6.972220 , -75.666110  | 
|  La Union  |  6.909170 , -75.650000  | 
|  Las Alegrias  |  6.963330 , -75.613890  | 
|  Las Partidas  |  6.960000 , -75.651670  | 
|  Llanadas  |  6.848050 , -75.730950  | 
|  Montanadentro  |  6.922500 , -75.681670  | 
|  Monterredondo  |  7.014170 , -75.661940  | 
|  Ochos  |  6.968890 , -75.668330  | 
|  Penolcito  |  6.930560 , -75.673330  | 
|  Rio Abajo  |  6.893330 , -75.685000  | 
|  San Andrés  |  6.903330 , -75.682500  | 
|  San Miguel  |  6.975560 , -75.625000  | 
|  Santa Gertrudis  |  6.976670 , -75.661390  | 
|  Santa Ines  |  6.886390 , -75.685560  | 
|  Santo Domingo  |  6.908890 , -75.718610  | 
Notes:
- You can download geometry data for San Andrés 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.