Download outline map of Bosconia (geojson format) :
Bosconia.geojson (**)
Download polygon array of Bosconia map for "Google Maps" :
Bosconia.txt
Bounding Box for Bosconia Map : ( 9.780562 , -74.035054 , 10.076268 , -73.739063 )
Wikipedia ID for Bosconia : Q1391851
Wikipedia SPARQL Query for Bosconia (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1391851 wdt:P1082 ?population. }
OPTIONAL { wd:Q1391851 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1391851 wdt:P2046 ?area. }
OPTIONAL { wd:Q1391851 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1391851 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1391851 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 Bosconia map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.780562, -74.035054, 10.076268, -73.739063);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bosconia)
[out:json];
(
rel["name"="Bosconia"][type=boundary];
rel["name:en"="Bosconia"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bosconia
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bosconia | 9.968890 , -73.883610 |
| Bosconia | 9.971060 , -73.888170 |
| Casa Blanca | 9.963700 , -73.946840 |
| Cuatro Bocas | 10.023370 , -74.016670 |
| Dona Villa | 10.006690 , -73.787880 |
| Durania | 10.030260 , -73.874590 |
| El Guamo | 9.950000 , -73.966670 |
| El Porvenir | 10.015370 , -73.862890 |
| Hato Marynes | 10.020760 , -73.992100 |
| La Bomba | 9.950000 , -74.000000 |
| La Envidia | 10.038960 , -73.936270 |
| La Esperanza | 9.850430 , -73.808860 |
| La Estacion | 10.053330 , -73.920720 |
| La Gran Via | 10.024480 , -73.908240 |
| La Luna | 9.902750 , -73.799780 |
| La Trocha | 9.983330 , -73.950000 |
| Las Margaritas | 9.923540 , -73.850260 |
| Loma Colorada | 9.899050 , -73.842000 |
| Loma Linda | 9.828660 , -73.794500 |
| Los Angeles | 9.983330 , -73.916670 |
| Los Cueros | 9.866670 , -73.900000 |
| Los Guasimos | 10.066670 , -73.850000 |
| Nueva Idea | 10.013020 , -73.803570 |
| Palestina | 10.016890 , -73.808580 |
| Palma de Vino | 10.025840 , -73.968140 |
| Paquesepa | 9.988710 , -73.948800 |
| Puerto Rico | 9.958680 , -74.003950 |
| Rancho Pescado | 9.866670 , -73.883330 |
| Sinai | 9.871800 , -73.821750 |
| Villa Evely | 10.006350 , -73.845330 |
Notes:
- You can download geometry data for Bosconia 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.