Download outline map of Yotoco (geojson format) :
Yotoco.geojson (**)
Download polygon array of Yotoco map for "Google Maps" :
Yotoco.txt
Bounding Box for Yotoco Map : ( 3.729143 , -76.489879 , 4.067218 , -76.297798 )
Wikipedia ID for Yotoco : Q543996
Wikipedia SPARQL Query for Yotoco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q543996 wdt:P1082 ?population. }
OPTIONAL { wd:Q543996 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q543996 wdt:P2046 ?area. }
OPTIONAL { wd:Q543996 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q543996 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q543996 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 Yotoco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](3.729143, -76.489879, 4.067218, -76.297798);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yotoco)
[out:json];
(
rel["name"="Yotoco"][type=boundary];
rel["name:en"="Yotoco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yotoco
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Campoalegre | 3.998060 , -76.369170 |
Casa de Paja | 3.769440 , -76.411670 |
Casa de Zinc | 3.771110 , -76.413890 |
Cayetano | 3.868020 , -76.371470 |
El Caney | 3.935930 , -76.429590 |
El Cedral | 3.801670 , -76.377220 |
El Cocal | 3.814170 , -76.380830 |
El Dorado | 3.834440 , -76.460280 |
El Espinal | 3.767500 , -76.411390 |
El Guabal | 3.751940 , -76.415280 |
El Prado | 3.853700 , -76.385510 |
El Rugio | 3.979170 , -76.340830 |
El Tiber | 4.045830 , -76.307780 |
Hato Viejo | 3.821940 , -76.397880 |
La Bolsa | 3.872500 , -76.365280 |
La Estrella | 3.848670 , -76.452570 |
La Fonda | 3.996110 , -76.382500 |
La Maria | 3.990690 , -76.378970 |
La Rotura | 3.966670 , -76.380560 |
Ladrilleros | 3.937500 , -76.366670 |
Las Delicias | 3.950000 , -76.416670 |
Los Chorros | 3.900000 , -76.416670 |
Madre Vieja | 4.026670 , -76.309720 |
Malaga | 3.975000 , -76.326390 |
Mediacanoa | 3.893800 , -76.372920 |
Miravalle | 3.972580 , -76.385750 |
Munecos | 3.850000 , -76.433330 |
Piedras | 4.055280 , -76.332500 |
Planes | 3.923340 , -76.379100 |
Vado | 4.049720 , -76.357220 |
Yotoco | 3.860480 , -76.383640 |
Notes:
- You can download geometry data for Yotoco 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.