Download outline map of Bolívar (geojson format) :
Bolívar.geojson (**)
Download polygon array of Bolívar map for "Google Maps" :
Bolívar.txt
Bounding Box for Bolívar Map : ( -7.674285 , -78.003135 , -6.940957 , -77.486184 )
Wikipedia ID for Bolívar : Q951816
Wikipedia SPARQL Query for Bolívar (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q951816 wdt:P1082 ?population. }
OPTIONAL { wd:Q951816 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q951816 wdt:P2046 ?area. }
OPTIONAL { wd:Q951816 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q951816 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q951816 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 Bolívar map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-7.674285, -78.003135, -6.940957, -77.486184);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bolívar)
[out:json];
(
rel["name"="Bolívar"][type=boundary];
rel["name:en"="Bolívar"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bolívar
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Angayaco | -7.533040 , -77.579090 |
Bambamarca | -7.440620 , -77.693490 |
Bolivar | -7.300000 , -77.800000 |
Buenos Aires | -7.530300 , -77.593010 |
Calemar | -7.515690 , -77.725570 |
Capellania | -7.500000 , -77.633330 |
Cativen | -7.641790 , -77.599300 |
Chamana | -7.504990 , -77.608990 |
Chibulyaco | -7.000000 , -77.900000 |
Chirimaycaca | -7.333330 , -77.733330 |
Chulla | -7.542550 , -77.626330 |
Chuquique | -7.560120 , -77.656410 |
Condormarca | -7.542630 , -77.587150 |
Culgur | -7.600280 , -77.630470 |
Culpuy | -7.600000 , -77.600000 |
Huaroc | -6.968040 , -77.996030 |
Huasipampa | -7.604230 , -77.628080 |
Ladera Grande | -7.511540 , -77.600440 |
Longotea | -7.066670 , -77.916670 |
Maracuay | -7.543330 , -77.600650 |
Nuevo Triunfo | -7.551520 , -77.596830 |
Palomar | -7.631620 , -77.617540 |
Pana | -7.250000 , -77.833330 |
Potrero del Rey | -7.616570 , -77.612900 |
Pusac | -6.990090 , -77.930310 |
Quichua | -7.521110 , -77.596670 |
San Vicente de Paul | -6.992800 , -77.935180 |
Santa Clara | -7.649620 , -77.592750 |
Sucnaya | -7.547290 , -77.611690 |
Sundia | -7.350000 , -77.700000 |
Tullpac | -6.973930 , -77.967880 |
Uchubamba | -7.575010 , -77.664220 |
Uchumarca | -7.100000 , -77.866670 |
Ucuncha | -7.133330 , -77.883330 |
Notes:
- You can download geometry data for Bolívar 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.