Download outline map of Sololá (geojson format) :
Sololá.geojson (**)
Download polygon array of Sololá map for "Google Maps" :
Sololá.txt
Bounding Box for Sololá Map : ( 14.737215 , -91.263785 , 14.896922 , -91.099139 )
Wikipedia ID for Sololá : Q602423
Wikipedia SPARQL Query for Sololá (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q602423 wdt:P1082 ?population. }
OPTIONAL { wd:Q602423 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q602423 wdt:P2046 ?area. }
OPTIONAL { wd:Q602423 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q602423 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q602423 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 Sololá map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.737215, -91.263785, 14.896922, -91.099139);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sololá)
[out:json];
(
rel["name"="Solola"][type=boundary];
rel["name:en"="Solola"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sololá
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Argueta | 14.816670 , -91.233330 |
Barreneche | 14.816670 , -91.216670 |
Camanchaj | 14.866670 , -91.133330 |
Chuaxic | 14.783330 , -91.200000 |
El Rancho | 14.866670 , -91.150000 |
El Tablon | 14.783330 , -91.183330 |
La Concordia | 14.833330 , -91.250000 |
La Mesita | 14.816670 , -91.233330 |
Los Encuentros | 14.850000 , -91.150000 |
Paxocom | 14.800000 , -91.216670 |
Pixabaj | 14.866670 , -91.183330 |
Potrero | 14.766670 , -91.150000 |
Pujujil | 14.816670 , -91.150000 |
Pujujil | 14.816670 , -91.133330 |
Sacbichol | 14.850000 , -91.133330 |
Sacsiguan | 14.766670 , -91.150000 |
San Isidro | 14.783330 , -91.183330 |
San Jorge la Laguna | 14.750000 , -91.166670 |
Sololá | 14.772220 , -91.183330 |
Xajaxac | 14.833330 , -91.166670 |
Xaquijya | 14.816670 , -91.183330 |
Xequel | 14.800000 , -91.216670 |
Xocom | 14.800000 , -91.216670 |
Notes:
- You can download geometry data for Sololá 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.