Download outline map of Los Andes (geojson format) :
Los Andes.geojson (**)
Download polygon array of Los Andes map for "Google Maps" :
Los Andes.txt
Bounding Box for Los Andes Map : ( 1.44845 , -77.9634 , 1.867556 , -77.438019 )
Wikipedia ID for Los Andes : Q1526257
Wikipedia SPARQL Query for Los Andes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1526257 wdt:P1082 ?population. }
OPTIONAL { wd:Q1526257 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1526257 wdt:P2046 ?area. }
OPTIONAL { wd:Q1526257 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1526257 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1526257 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 Los Andes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](1.44845, -77.9634, 1.867556, -77.438019);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Los Andes)
[out:json];
(
rel["name"="Los Andes"][type=boundary];
rel["name:en"="Los Andes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Los Andes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arenal | 1.466670 , -77.533330 |
Arrayanal | 1.528960 , -77.579930 |
Campo Bello | 1.576660 , -77.468990 |
Carrizal | 1.554900 , -77.528450 |
Cucho | 1.516670 , -77.550000 |
El Cisne | 1.466670 , -77.533330 |
El Macal | 1.566670 , -77.516670 |
El Palacio | 1.507090 , -77.557040 |
El Palacio | 1.552500 , -77.495000 |
El Pital | 1.562400 , -77.484590 |
El Placer | 1.555090 , -77.462050 |
Faldas | 1.600000 , -77.516670 |
Granada | 1.512310 , -77.560930 |
Guabos | 1.534550 , -77.506680 |
Huilque | 1.518380 , -77.534860 |
La Aurora | 1.535630 , -77.485750 |
La Cuchilla | 1.528250 , -77.553580 |
La Horqueta | 1.558510 , -77.464950 |
La Planada | 1.569700 , -77.520110 |
Las Vueltas | 1.540450 , -77.475450 |
Pangus | 1.549410 , -77.472300 |
Pital | 1.564050 , -77.450190 |
Poroto | 1.532620 , -77.551950 |
Providencia | 1.569760 , -77.464000 |
San Francisco | 1.550000 , -77.516670 |
San Martin | 1.564640 , -77.509820 |
San Vicente | 1.546430 , -77.535250 |
Sidon | 1.599600 , -77.493330 |
Sotomayor | 1.514690 , -77.504440 |
Notes:
- You can download geometry data for Los Andes 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.