Download outline map of Yocón (geojson format) :
Yocón.geojson (**)
Download polygon array of Yocón map for "Google Maps" :
Yocón.txt
Bounding Box for Yocón Map : ( 14.893645 , -86.971115 , 15.01875 , -86.695068 )
Wikipedia ID for Yocón : Q2394940
Wikipedia SPARQL Query for Yocón (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2394940 wdt:P1082 ?population. }
OPTIONAL { wd:Q2394940 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2394940 wdt:P2046 ?area. }
OPTIONAL { wd:Q2394940 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2394940 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2394940 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 Yocón map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.893645, -86.971115, 15.01875, -86.695068);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yocón)
[out:json];
(
rel["name"="Yocon"][type=boundary];
rel["name:en"="Yocon"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yocón
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguilar | 14.900000 , -86.816670 |
Canada | 14.900000 , -86.816670 |
Canada | 14.900000 , -86.800000 |
Canada Galana | 14.971250 , -86.912000 |
Carrizal | 15.000000 , -86.733330 |
Cofradia | 14.933330 , -86.733330 |
Coton | 14.933330 , -86.816670 |
El Chaparro | 14.950000 , -86.733330 |
El Chute | 14.900000 , -86.800000 |
El Junco | 14.900000 , -86.800000 |
El Tigre | 14.950000 , -86.783330 |
Guamilon | 14.950000 , -86.766670 |
La Medina | 14.983330 , -86.700000 |
La Puerta | 14.950000 , -86.716670 |
Lagunas | 14.966670 , -86.733330 |
Las Lajitas | 14.950000 , -86.733330 |
Lavaderos | 14.983330 , -86.716670 |
Montanuelas | 14.900000 , -86.800000 |
Plan de Conejo | 14.933330 , -86.816670 |
Portillo | 14.950000 , -86.800000 |
Quebrada Arriba | 14.950000 , -86.816670 |
Quebrada Honda | 14.966670 , -86.716670 |
Rio Abajo | 14.983330 , -86.716670 |
Rio Chiquito | 14.966670 , -86.716670 |
San Antonio | 14.966670 , -86.833330 |
San Pedro | 14.950000 , -86.716670 |
Sursular | 14.916670 , -86.750000 |
Notes:
- You can download geometry data for Yocón 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.