Download outline map of Guata (geojson format) :
Guata.geojson (**)
Download polygon array of Guata map for "Google Maps" :
Guata.txt
Bounding Box for Guata Map : ( 14.98968 , -86.489822 , 15.33434 , -86.258492 )
Wikipedia ID for Guata : Q2394928
Wikipedia SPARQL Query for Guata (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2394928 wdt:P1082 ?population. }
OPTIONAL { wd:Q2394928 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2394928 wdt:P2046 ?area. }
OPTIONAL { wd:Q2394928 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2394928 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2394928 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 Guata map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.98968, -86.489822, 15.33434, -86.258492);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guata)
[out:json];
(
rel["name"="Guata"][type=boundary];
rel["name:en"="Guata"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guata
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Balsa | 15.266670 , -86.366670 |
Corralito | 15.050000 , -86.400000 |
El Tablon | 15.083330 , -86.350000 |
El Tarro | 15.033330 , -86.416670 |
El Tule | 15.083330 , -86.350000 |
Jutiapa | 15.083330 , -86.350000 |
La Estancia | 15.050000 , -86.350000 |
La Fuente | 15.133330 , -86.316670 |
La Guara | 15.033330 , -86.400000 |
La Guata | 15.083330 , -86.383330 |
Lagunita | 15.066670 , -86.350000 |
Las Labranzas | 15.116670 , -86.433330 |
Mata de Guineo | 15.266670 , -86.366670 |
Matapalo | 15.016670 , -86.400000 |
Monte Redondo | 15.100000 , -86.350000 |
Potenciana | 15.066670 , -86.383330 |
Pueblo Viejo | 15.250000 , -86.366670 |
Rio Orica | 15.133330 , -86.350000 |
San Diego | 15.100000 , -86.383330 |
San Vicente | 15.083330 , -86.383330 |
Zacualpita | 15.116670 , -86.400000 |
Notes:
- You can download geometry data for Guata 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.