Download outline map of Pangua (geojson format) :
Pangua.geojson (**)
Download polygon array of Pangua map for "Google Maps" :
Pangua.txt
Bounding Box for Pangua Map : ( -1.215581 , -79.335379 , -0.979444 , -78.930158 )
Wikipedia ID for Pangua : Q2066697
Wikipedia SPARQL Query for Pangua (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2066697 wdt:P1082 ?population. }
OPTIONAL { wd:Q2066697 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2066697 wdt:P2046 ?area. }
OPTIONAL { wd:Q2066697 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2066697 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2066697 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 Pangua map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-1.215581, -79.335379, -0.979444, -78.930158);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pangua)
[out:json];
(
rel["name"="Pangua"][type=boundary];
rel["name:en"="Pangua"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pangua
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cacaoal | -1.016670 , -79.200000 |
El Corazon | -1.136530 , -79.080910 |
Moraspungo | -1.173540 , -79.223450 |
Pinllopata | -1.143520 , -79.027040 |
Ramon Campana | -1.112530 , -79.089250 |
Notes:
- You can download geometry data for Pangua 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.