Download outline map of Guayape (geojson format) :
Guayape.geojson (**)
Download polygon array of Guayape map for "Google Maps" :
Guayape.txt
Bounding Box for Guayape Map : ( 14.639317 , -86.936142 , 14.939021 , -86.72364 )
Wikipedia ID for Guayape : Q2394969
Wikipedia SPARQL Query for Guayape (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2394969 wdt:P1082 ?population. }
OPTIONAL { wd:Q2394969 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2394969 wdt:P2046 ?area. }
OPTIONAL { wd:Q2394969 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2394969 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2394969 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 Guayape map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.639317, -86.936142, 14.939021, -86.72364);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guayape)
[out:json];
(
rel["name"="Guayape"][type=boundary];
rel["name:en"="Guayape"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guayape
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Caingala | 14.750000 , -86.816670 |
El Barranco | 14.816670 , -86.883330 |
El Convento | 14.816670 , -86.900000 |
El Paraiso | 14.733330 , -86.866670 |
El Paso de La Hoya | 14.700000 , -86.850000 |
El Zapote | 14.766670 , -86.866670 |
El Zarzaloso | 14.833330 , -86.800000 |
Guayape | 14.716670 , -86.833330 |
Joya del Burro | 14.716670 , -86.800000 |
Jutiapa | 14.850000 , -86.883330 |
La Bolsa | 14.766670 , -86.850000 |
La Cumbre | 14.850000 , -86.783330 |
La Guadalupe | 14.683330 , -86.816670 |
La Vega | 14.816670 , -86.783330 |
Los Maniaderos | 14.766670 , -86.883330 |
Monte Grande | 14.816670 , -86.900000 |
Navarro | 14.716670 , -86.816670 |
Pueblo Nuevo | 14.816670 , -86.800000 |
San Jeronimo | 14.816670 , -86.766670 |
San Jose | 14.733330 , -86.816670 |
Santa Cruz | 14.766670 , -86.883330 |
Talanqueras | 14.866670 , -86.883330 |
Terrerito | 14.816670 , -86.800000 |
Vallecito | 14.783330 , -86.800000 |
Yaguala | 14.716670 , -86.816670 |
Yerba Buena | 14.883330 , -86.800000 |
Yupito | 14.850000 , -86.750000 |
Notes:
- You can download geometry data for Guayape 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.