Download outline map of Osorno (geojson format) :
Osorno.geojson (**)
Download polygon array of Osorno map for "Google Maps" :
Osorno.txt
Bounding Box for Osorno Map : ( -41.119254 , -73.947252 , -40.236539 , -71.825198 )
Wikipedia ID for Osorno : Q721503
Wikipedia SPARQL Query for Osorno (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q721503 wdt:P1082 ?population. }
OPTIONAL { wd:Q721503 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q721503 wdt:P2046 ?area. }
OPTIONAL { wd:Q721503 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q721503 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q721503 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 Osorno map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-41.119254, -73.947252, -40.236539, -71.825198);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Osorno)
[out:json];
(
rel["name"="Osorno"][type=boundary];
rel["name:en"="Osorno"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Osorno
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Buena | -40.590670 , -72.938220 |
Antillanca | -40.774040 , -72.203350 |
Bahía Mansa | -40.584420 , -73.732540 |
Bellavista | -40.355510 , -73.222890 |
Caleta Condor | -40.764420 , -73.832590 |
Cancura | -40.759950 , -72.965220 |
Casa de Lata | -40.681130 , -73.158690 |
Comunidad Huellelhue | -40.783140 , -73.534410 |
Corte Alto | -40.951660 , -73.160740 |
El Crucero | -40.925780 , -73.349720 |
El Manzanito | -40.292360 , -73.636550 |
Entre Lagos | -40.687789 , -72.601776 |
Guayusca | -40.943530 , -73.865490 |
Hueyusca | -40.927190 , -73.530260 |
Huitrapulli | -40.347730 , -73.740290 |
Lago Rupanco | -40.737633 , -72.461045 |
Las Cascadas | -41.082188 , -72.640474 |
Mulpulmo | -40.553010 , -72.948220 |
Osorno | -40.586855 , -73.119205 |
Osorno | -40.583240 , -72.993717 |
Pichil | -40.708710 , -73.015400 |
Pilmaiquén | -40.651471 , -72.658081 |
Polloico | -40.584120 , -72.978670 |
Puerto Clocker | -41.027200 , -72.651200 |
Puerto Octay | -40.915471 , -72.873878 |
Puerto Octay | -40.987571 , -72.653287 |
Puerto Rico | -40.915810 , -72.318200 |
Purranque | -40.905697 , -73.149095 |
Puyehue | -40.699496 , -72.495746 |
Puyehue | -40.692551 , -72.352164 |
Riachuelo | -40.821500 , -73.337860 |
Río Negro | -40.795613 , -73.214091 |
San Juan de la Costa | -40.524730 , -73.392230 |
San Pablo | -40.422372 , -73.013458 |
San Pablo | -40.367474 , -73.240356 |
Trumao | -40.360730 , -73.169670 |
Yutreco | -40.546780 , -73.023310 |
Notes:
- You can download geometry data for Osorno 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.