Download outline map of Olaya (geojson format) :
Olaya.geojson (**)
Download polygon array of Olaya map for "Google Maps" :
Olaya.txt
Bounding Box for Olaya Map : ( 6.538492 , -75.824408 , 6.666006 , -75.716619 )
Wikipedia ID for Olaya : Q1656222
Wikipedia SPARQL Query for Olaya (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1656222 wdt:P1082 ?population. }
OPTIONAL { wd:Q1656222 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1656222 wdt:P2046 ?area. }
OPTIONAL { wd:Q1656222 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1656222 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1656222 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 Olaya map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.538492, -75.824408, 6.666006, -75.716619);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Olaya)
[out:json];
(
rel["name"="Olaya"][type=boundary];
rel["name:en"="Olaya"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Olaya
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chagualon | 6.621670 , -75.763060 |
Cominalito | 6.638610 , -75.748330 |
Coral | 6.583330 , -75.783330 |
El Balso | 6.640830 , -75.765830 |
El Chapon | 6.647220 , -75.762220 |
El Hato | 6.573890 , -75.763060 |
El Hoyo de La Pena | 6.636110 , -75.745830 |
El Libana | 6.641390 , -75.762500 |
El Percal | 6.653330 , -75.788060 |
Encenillo | 6.656110 , -75.782500 |
La Florida | 6.561940 , -75.778610 |
La Fonda | 6.655280 , -75.803330 |
La Hondura | 6.636940 , -75.770280 |
La Trampa | 6.619620 , -75.751120 |
Llanadas | 6.613370 , -75.764760 |
Llanitos | 6.542780 , -75.788060 |
Los Mangos | 6.548330 , -75.773330 |
Morropelon | 6.593890 , -75.767780 |
Ocete | 6.600000 , -75.800000 |
Olaya | 6.629880 , -75.802980 |
Pinones | 6.587780 , -75.767780 |
Seca | 6.566670 , -75.783330 |
Seminario | 6.619170 , -75.743890 |
Sucre | 6.595000 , -75.796670 |
Tablaza | 6.566670 , -75.766670 |
Tiembla | 6.617780 , -75.765830 |
Venturosa | 6.589720 , -75.781110 |
Notes:
- You can download geometry data for Olaya 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.