Download outline map of Turbaco (geojson format) :
Turbaco.geojson (**)
Download polygon array of Turbaco map for "Google Maps" :
Turbaco.txt
Bounding Box for Turbaco Map : ( 10.274023 , -75.473608 , 10.418164 , -75.275868 )
Wikipedia ID for Turbaco : Q2080243
Wikipedia SPARQL Query for Turbaco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2080243 wdt:P1082 ?population. }
OPTIONAL { wd:Q2080243 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2080243 wdt:P2046 ?area. }
OPTIONAL { wd:Q2080243 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2080243 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2080243 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 Turbaco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.274023, -75.473608, 10.418164, -75.275868);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Turbaco)
[out:json];
(
rel["name"="Turbaco"][type=boundary];
rel["name:en"="Turbaco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Turbaco
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aguas Frias | 10.406410 , -75.391590 |
| Aguas Prietas | 10.392500 , -75.401390 |
| Campo Hermoso | 10.363060 , -75.313610 |
| Canta Rama | 10.362020 , -75.384310 |
| Carabali | 10.300000 , -75.433330 |
| Chiquita | 10.349190 , -75.302610 |
| Colorado | 10.349590 , -75.325260 |
| Cuatro Caminos | 10.338380 , -75.315430 |
| El Cortijo | 10.366670 , -75.450000 |
| Frontera de Campana | 10.400000 , -75.383330 |
| Gambia | 10.342370 , -75.390820 |
| Gramato | 10.355540 , -75.308760 |
| Granja Frutera Coloncito | 10.366670 , -75.400000 |
| Hacienda Bajo Miranda | 10.366670 , -75.450000 |
| Honduras | 10.316670 , -75.433330 |
| La Constancia | 10.306400 , -75.387660 |
| La Esperanza | 10.393570 , -75.444430 |
| La Florina | 10.312250 , -75.396390 |
| La Grapa | 10.328790 , -75.393070 |
| La Pepita | 10.383330 , -75.416670 |
| La Purina | 10.316660 , -75.386230 |
| La Rosita | 10.318210 , -75.400980 |
| La Venta | 10.383330 , -75.350000 |
| Las Acacias | 10.377740 , -75.459150 |
| Las Brisas | 10.315560 , -75.439980 |
| Las Pulgas | 10.316670 , -75.366670 |
| Laureles | 10.342350 , -75.405980 |
| Maracaibo | 10.354460 , -75.336950 |
| Matute | 10.364720 , -75.421390 |
| Napoles | 10.334460 , -75.352210 |
| Naranjos | 10.346560 , -75.432360 |
| Polvo Azul | 10.300000 , -75.366670 |
| Praga | 10.346570 , -75.358470 |
| Sacata | 10.334740 , -75.371970 |
| San Mateo | 10.350000 , -75.383330 |
| Turbaco | 10.329440 , -75.411370 |
Notes:
- You can download geometry data for Turbaco 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.