Download outline map of Olopa (geojson format) :
Olopa.geojson (**)
Download polygon array of Olopa map for "Google Maps" :
Olopa.txt
Bounding Box for Olopa Map : ( 14.64346 , -89.384251 , 14.75124 , -89.231543 )
Wikipedia ID for Olopa : Q2025333
Wikipedia SPARQL Query for Olopa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2025333 wdt:P1082 ?population. }
OPTIONAL { wd:Q2025333 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2025333 wdt:P2046 ?area. }
OPTIONAL { wd:Q2025333 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2025333 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2025333 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 Olopa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.64346, -89.384251, 14.75124, -89.231543);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Olopa)
[out:json];
(
rel["name"="Olopa"][type=boundary];
rel["name:en"="Olopa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Olopa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Blanca | 14.733330 , -89.333330 |
Aguacate | 14.683330 , -89.383330 |
Camalote | 14.733330 , -89.266670 |
Cayur | 14.700000 , -89.316670 |
El Carrizal | 14.716670 , -89.250000 |
El Cerron | 14.700000 , -89.283330 |
El Chucte | 14.700000 , -89.333330 |
El Paternito | 14.716670 , -89.266670 |
El Roblarcito | 14.733330 , -89.350000 |
El Rodeo | 14.666670 , -89.283330 |
El Tablon | 14.716670 , -89.316670 |
Guayabal | 14.666670 , -89.350000 |
La Cumbre | 14.700000 , -89.283330 |
La Laguna | 14.716670 , -89.333330 |
La Prensa | 14.716670 , -89.266670 |
Las Crucitas | 14.650000 , -89.350000 |
Las Palmas | 14.683330 , -89.316670 |
Los Cajones | 14.683330 , -89.333330 |
Los Calzontes | 14.700000 , -89.266670 |
Olopa | 14.683330 , -89.350000 |
Piedra de Amolar | 14.700000 , -89.300000 |
San Juan | 14.650000 , -89.350000 |
Santa Maria | 14.650000 , -89.350000 |
Talquezal | 14.700000 , -89.350000 |
Tuticopote | 14.716670 , -89.350000 |
Notes:
- You can download geometry data for Olopa 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.