Download outline map of Cordillera (geojson format) :
Cordillera.geojson (**)
Download polygon array of Cordillera map for "Google Maps" :
Cordillera.txt
Bounding Box for Cordillera Map : ( -34.290669 , -70.655887 , -33.051444 , -69.770032 )
Wikipedia ID for Cordillera : Q201331
Wikipedia SPARQL Query for Cordillera (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q201331 wdt:P1082 ?population. }
OPTIONAL { wd:Q201331 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q201331 wdt:P2046 ?area. }
OPTIONAL { wd:Q201331 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q201331 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q201331 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 Cordillera map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-34.290669, -70.655887, -33.051444, -69.770032);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cordillera)
[out:json];
(
rel["name"="Cordillera"][type=boundary];
rel["name:en"="Cordillera"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cordillera
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alfalfalito | -34.073540 , -70.099850 |
Bajos de Mena | -33.615950 , -70.607930 |
Bollenar | -33.766670 , -70.266670 |
Campamento Embalse El Yeso | -33.679650 , -70.092360 |
Corrales | -33.500000 , -70.400000 |
El Alfalfal | -33.501570 , -70.194850 |
El Canelo | -33.575940 , -70.450700 |
El Ingenio | -33.769100 , -70.276400 |
El Manzanito | -33.750190 , -70.153790 |
El Melocoton | -33.694710 , -70.334770 |
El Peral | -33.583240 , -70.548150 |
El Volcán | -33.815320 , -70.167680 |
Guayacan | -33.617380 , -70.349000 |
La Obra | -33.588090 , -70.467830 |
La Retamilla | -33.718830 , -70.507610 |
Las Lajas | -33.583330 , -70.433330 |
Las Melosas | -33.846440 , -70.203140 |
Las Vertientes | -33.588150 , -70.467460 |
Los Chacayes | -33.749200 , -70.159320 |
Los Maitenes | -33.533300 , -70.264400 |
Los Queltehues | -33.815270 , -70.219670 |
Melocoton Alto | -33.716670 , -70.350000 |
Peumos | -33.586970 , -70.390550 |
Pirque | -33.681611 , -70.575961 |
Puente Alto | -33.600303 , -70.576707 |
Puente Salinillas | -33.495640 , -70.132300 |
Puerta de Marcelo | -33.517550 , -70.219320 |
Refugio Piuquenes | -33.553060 , -70.254490 |
Romeral | -33.792850 , -70.220510 |
San Alfonso | -33.728240 , -70.317320 |
San Gabriel | -33.782110 , -70.239540 |
San José de Maipo | -33.632398 , -70.384484 |
San Juan de Pirque | -33.610790 , -70.503730 |
San Juan del Peral | -33.608680 , -70.519430 |
Villa del Valle | -33.823020 , -70.061110 |
Notes:
- You can download geometry data for Cordillera 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.