Download outline map of La Poma (geojson format) :
La Poma.geojson (**)
Download polygon array of La Poma map for "Google Maps" :
La Poma.txt
Bounding Box for La Poma Map : ( -24.933304 , -66.518205 , -23.413942 , -65.983294 )
Wikipedia ID for La Poma : Q3211792
Wikipedia SPARQL Query for La Poma (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3211792 wdt:P1082 ?population. }
OPTIONAL { wd:Q3211792 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3211792 wdt:P2046 ?area. }
OPTIONAL { wd:Q3211792 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3211792 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3211792 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 La Poma map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-24.933304, -66.518205, -23.413942, -65.983294);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (La Poma)
[out:json];
(
rel["name"="La Poma"][type=boundary];
rel["name:en"="La Poma"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Poma
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cangrejillos | -23.789850 , -66.075480 |
Cobres | -23.651170 , -66.301840 |
El Saladillo | -24.589560 , -66.192970 |
El Trigal | -24.678860 , -66.181230 |
La Poma | -24.721960 , -66.201060 |
Ojo de Huancar | -23.786310 , -66.028890 |
Pueblo Viejo | -24.900000 , -66.150000 |
Notes:
- You can download geometry data for La Poma 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.