Download outline map of Balao (geojson format) :
Balao.geojson (**)
Download polygon array of Balao map for "Google Maps" :
Balao.txt
Bounding Box for Balao Map : ( -2.993358 , -79.855415 , -2.786697 , -79.505514 )
Wikipedia ID for Balao : Q1990431
Wikipedia SPARQL Query for Balao (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1990431 wdt:P1082 ?population. }
OPTIONAL { wd:Q1990431 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1990431 wdt:P2046 ?area. }
OPTIONAL { wd:Q1990431 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1990431 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1990431 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 Balao map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-2.993358, -79.855415, -2.786697, -79.505514);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Balao)
[out:json];
(
rel["name"="Balao"][type=boundary];
rel["name:en"="Balao"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Balao
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Carmen | -2.876170 , -79.773980 |
Hacienda La Italia | -2.919790 , -79.742280 |
Hacienda La Libertad | -2.930250 , -79.689580 |
Hacienda La Maria | -2.902770 , -79.810160 |
Hacienda La Soledad | -2.824530 , -79.705470 |
Hacienda San Rafael | -2.967310 , -79.770570 |
Hacienda Victoria | -2.912550 , -79.816630 |
Hacienda Victoria | -2.911360 , -79.613280 |
La Concepcion | -2.916670 , -79.800000 |
La Jagua | -2.816670 , -79.783330 |
La Victoria | -2.815550 , -79.767020 |
Las Palmas | -2.910630 , -79.796430 |
Puerto Balao Grande | -2.893430 , -79.833610 |
San Antonio | -2.935310 , -79.733830 |
San Jose | -2.905120 , -79.804700 |
San Miguel | -2.900000 , -79.633330 |
San Miguel | -2.921820 , -79.662700 |
Santa Rita | -2.917690 , -79.767960 |
Notes:
- You can download geometry data for Balao 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.