Download outline map of Luruaco (geojson format) :
Luruaco.geojson (**)
Download polygon array of Luruaco map for "Google Maps" :
Luruaco.txt
Bounding Box for Luruaco Map : ( 10.542134 , -75.267143 , 10.724304 , -75.053656 )
Wikipedia ID for Luruaco : Q2308661
Wikipedia SPARQL Query for Luruaco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2308661 wdt:P1082 ?population. }
OPTIONAL { wd:Q2308661 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2308661 wdt:P2046 ?area. }
OPTIONAL { wd:Q2308661 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2308661 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2308661 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 Luruaco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.542134, -75.267143, 10.724304, -75.053656);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Luruaco)
[out:json];
(
rel["name"="Luruaco"][type=boundary];
rel["name:en"="Luruaco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Luruaco
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Algarrobo | 10.650000 , -75.150000 |
Arroyo de Piedra | 10.629470 , -75.104470 |
Cairano | 10.716670 , -75.250000 |
Colorado | 10.675120 , -75.250720 |
El Alcazar | 10.632480 , -75.219580 |
El Rincon | 10.600000 , -75.133330 |
El Socorro | 10.633330 , -75.200000 |
El Triunfo | 10.616670 , -75.200000 |
Hacienda Rancho Grande | 10.683330 , -75.266670 |
Hacienda Rio Dulce | 10.633330 , -75.216670 |
La Habana | 10.583330 , -75.200000 |
Los Angeles | 10.616670 , -75.116670 |
Los Carretos | 10.633330 , -75.116670 |
Los Pendales | 10.618120 , -75.205790 |
Luruaco | 10.609210 , -75.143090 |
Malabe | 10.616670 , -75.100000 |
Mediatapa | 10.616670 , -75.166670 |
Palmar de Candelaria | 10.666670 , -75.150000 |
Rancho Grande | 10.633330 , -75.083330 |
Sabalo | 10.650000 , -75.216670 |
San Jose | 10.599540 , -75.106270 |
San Juan de Tocagua | 10.636550 , -75.200610 |
Santa Cruz | 10.571410 , -75.212960 |
Vitelma | 10.645290 , -75.082490 |
Notes:
- You can download geometry data for Luruaco 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.