Download outline map of Litoral (geojson format) :
Litoral.geojson (**)
Download polygon array of Litoral map for "Google Maps" :
Litoral.txt
Bounding Box for Litoral Map : ( -19.037507 , -68.496389 , -18.489971 , -67.837731 )
Wikipedia ID for Litoral : Q388758
Wikipedia SPARQL Query for Litoral (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q388758 wdt:P1082 ?population. }
OPTIONAL { wd:Q388758 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q388758 wdt:P2046 ?area. }
OPTIONAL { wd:Q388758 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q388758 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q388758 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 Litoral map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-19.037507, -68.496389, -18.489971, -67.837731);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Litoral)
[out:json];
(
rel["name"="Litoral"][type=boundary];
rel["name:en"="Litoral"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Litoral
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Berlin | -18.587700 , -68.239890 |
Chillahua | -18.566670 , -68.216670 |
Escara | -18.859630 , -68.169970 |
Esmeralda | -18.845860 , -68.283870 |
Estancia Carpa | -18.923800 , -68.149200 |
Estancia Chana Huano | -18.619690 , -68.445980 |
Estancia Chijlloma | -18.566910 , -68.332360 |
Estancia Jayokara | -19.018600 , -67.850210 |
Estancia Machaj Huano | -18.769040 , -68.064510 |
Estancia Pakkollu | -18.763580 , -68.473160 |
Estancia Rosa Pata | -18.659430 , -68.306220 |
Estancia Soledad | -18.641950 , -68.116670 |
Estancia Villa de Rosario Uyuni | -18.768100 , -68.027790 |
Estancia Willkhi | -18.900000 , -68.266670 |
Florida | -18.803810 , -68.347420 |
Grusani | -18.883330 , -67.966670 |
Guailla | -18.771840 , -68.278090 |
Huachacalla | -18.792980 , -68.261570 |
Irupata | -18.752770 , -68.418690 |
Jayucota | -18.716670 , -68.183330 |
Jujuni | -18.673760 , -68.086700 |
Laucapata | -18.695890 , -68.311220 |
Machacamarca | -18.769820 , -68.312960 |
Nequere | -18.633330 , -68.216670 |
Payrumani | -18.809010 , -68.202840 |
Pena Penani | -18.929290 , -67.939600 |
Polloqueri | -18.635880 , -68.073720 |
Romero Pampa | -18.914130 , -68.209270 |
Santiago Tomata | -18.529760 , -68.278160 |
Tiratira | -18.666670 , -68.133330 |
Vilaque | -18.684640 , -68.232220 |
Yunguyo | -18.853140 , -68.318710 |
Notes:
- You can download geometry data for Litoral 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.