Download outline map of Comapa (geojson format) :
Comapa.geojson (**)
Download polygon array of Comapa map for "Google Maps" :
Comapa.txt
Bounding Box for Comapa Map : ( 14.033158 , -89.987463 , 14.205699 , -89.828629 )
Wikipedia ID for Comapa : Q2716888
Wikipedia SPARQL Query for Comapa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2716888 wdt:P1082 ?population. }
OPTIONAL { wd:Q2716888 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2716888 wdt:P2046 ?area. }
OPTIONAL { wd:Q2716888 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2716888 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2716888 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 Comapa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.033158, -89.987463, 14.205699, -89.828629);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Comapa)
[out:json];
(
rel["name"="Comapa"][type=boundary];
rel["name:en"="Comapa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Comapa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Tibia | 14.066670 , -89.866670 |
Apanten | 14.116670 , -89.933330 |
Buena Vista | 14.133330 , -89.933330 |
Caparrosa | 14.133330 , -89.883330 |
Comapa | 14.116670 , -89.916670 |
El Calvario | 14.116670 , -89.916670 |
El Carrizo | 14.116670 , -89.900000 |
El Coyol | 14.100000 , -89.950000 |
El Coyotillo | 14.100000 , -89.883330 |
El Cuje | 14.100000 , -89.900000 |
El Jicaro | 14.100000 , -89.950000 |
El Jocote | 14.150000 , -89.933330 |
El Junquillo | 14.050000 , -89.866670 |
El Matilisguate | 14.183330 , -89.950000 |
El Melonar | 14.100000 , -89.966670 |
El Pinal | 14.183330 , -89.950000 |
El Playon | 14.133330 , -89.866670 |
El Remolino | 14.066670 , -89.866670 |
El Tempisque | 14.066670 , -89.916670 |
El Zapote | 14.183330 , -89.966670 |
El Zope | 14.066670 , -89.883330 |
Escuinapa | 14.083330 , -89.900000 |
Estancia Vieja | 14.150000 , -89.883330 |
Estanzuela | 14.083330 , -89.866670 |
La Arada | 14.183330 , -89.983330 |
La Crucita | 14.100000 , -89.900000 |
La Laguna | 14.166670 , -89.983330 |
Las Barrancas | 14.183330 , -89.933330 |
Las Pilas | 14.050000 , -89.883330 |
Los Fierros | 14.083330 , -89.850000 |
Pozas Blancas | 14.116670 , -89.900000 |
San Blas | 14.083330 , -89.883330 |
San Cristobal | 14.133330 , -89.933330 |
San Jose | 14.133330 , -89.916670 |
San Juan | 14.133330 , -89.900000 |
Santa Barbara | 14.150000 , -89.950000 |
Tacululus | 14.100000 , -89.833330 |
Notes:
- You can download geometry data for Comapa 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.