Download outline map of Yumbo (geojson format) :
Yumbo.geojson (**)
Download polygon array of Yumbo map for "Google Maps" :
Yumbo.txt
Bounding Box for Yumbo Map : ( 3.488541 , -76.597954 , 3.699387 , -76.426464 )
Wikipedia ID for Yumbo : Q735378
Wikipedia SPARQL Query for Yumbo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q735378 wdt:P1082 ?population. }
OPTIONAL { wd:Q735378 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q735378 wdt:P2046 ?area. }
OPTIONAL { wd:Q735378 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q735378 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q735378 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 Yumbo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](3.488541, -76.597954, 3.699387, -76.426464);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yumbo)
[out:json];
(
rel["name"="Yumbo"][type=boundary];
rel["name:en"="Yumbo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yumbo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arauca | 3.650560 , -76.450280 |
Arroyo Hondo | 3.522800 , -76.519820 |
Bermejal | 3.619350 , -76.473340 |
Crestagallo | 3.650000 , -76.533330 |
El Amoral | 3.677500 , -76.458890 |
El Berraejel | 3.609170 , -76.489440 |
El Embarcadero | 3.606670 , -76.463610 |
El Placer | 3.650000 , -76.533330 |
Guabinas | 3.537090 , -76.485850 |
Hacienda Guabinas | 3.566670 , -76.516670 |
La Cartufa | 3.592200 , -76.478840 |
La Estancia | 3.571670 , -76.478060 |
La Porfia | 3.643890 , -76.461110 |
Las Mangas | 3.623610 , -76.490830 |
Loma Larga | 3.660000 , -76.490830 |
Mulalo | 3.635280 , -76.474170 |
Paso La Torre | 3.630560 , -76.451390 |
Pelago Abajo | 3.656110 , -76.447500 |
Puerto Isaacs | 3.565490 , -76.492720 |
Rafael | 3.666670 , -76.456390 |
Salento | 3.625980 , -76.466800 |
San Marcos | 3.652780 , -76.461390 |
San Marcos | 3.659800 , -76.466650 |
Santa Ines | 3.625560 , -76.536390 |
Vereda Platanares | 3.604530 , -76.475700 |
Vuelta de la Hervadura | 3.612780 , -76.494720 |
Yumbillo | 3.594720 , -76.533610 |
Yumbo | 3.586110 , -76.501110 |
Yumbo | 3.582340 , -76.491460 |
Notes:
- You can download geometry data for Yumbo 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.