Download outline map of Caimito (geojson format) :
Caimito.geojson (**)
Download polygon array of Caimito map for "Google Maps" :
Caimito.txt
Bounding Box for Caimito Map : ( 8.615682 , -75.258347 , 8.9242 , -74.994419 )
Wikipedia ID for Caimito : Q738108
Wikipedia SPARQL Query for Caimito (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q738108 wdt:P1082 ?population. }
OPTIONAL { wd:Q738108 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q738108 wdt:P2046 ?area. }
OPTIONAL { wd:Q738108 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q738108 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q738108 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 Caimito map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.615682, -75.258347, 8.9242, -74.994419);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Caimito)
[out:json];
(
rel["name"="Caimito"][type=boundary];
rel["name:en"="Caimito"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Caimito
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguilar | 8.765760 , -75.120550 |
Alferez | 8.841420 , -75.076930 |
Barroblanco | 8.838180 , -75.072080 |
Bocanegra | 8.753020 , -75.257750 |
Cedeno | 8.846760 , -75.243200 |
El Jobo | 8.848580 , -75.095080 |
El Mamon | 8.752030 , -75.053780 |
El Paso | 8.770440 , -75.093620 |
El Rosario | 8.821910 , -75.209580 |
El Tesoro | 8.810680 , -75.119760 |
Islandia | 8.711390 , -75.085230 |
La Angostura | 8.787400 , -75.203180 |
La Asamblea | 8.764150 , -75.151400 |
La Floresta | 8.795730 , -75.214910 |
La Mejia | 8.779070 , -75.137550 |
Las Guaduas | 8.785010 , -75.090180 |
Las Mucuras | 8.785030 , -75.119640 |
Las Mulas | 8.832840 , -75.221810 |
Leticia | 8.740150 , -75.108490 |
Los Camarones | 8.795510 , -75.200170 |
Los Cayitos | 8.857010 , -75.132000 |
Molinero | 8.844640 , -75.211270 |
Pumpuma | 8.769730 , -75.030580 |
Santo Domingo | 8.851180 , -75.138560 |
Sietepalmas | 8.750880 , -75.193430 |
Solera | 8.771400 , -75.091400 |
Tofeme | 8.786150 , -75.144970 |
Villa Raquel | 8.753170 , -75.208940 |
Notes:
- You can download geometry data for Caimito 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.