Download outline map of Cololaca (geojson format) :
Cololaca.geojson (**)
Download polygon array of Cololaca map for "Google Maps" :
Cololaca.txt
Bounding Box for Cololaca Map : ( 14.203059 , -88.981537 , 14.411603 , -88.783218 )
Wikipedia ID for Cololaca : Q2234966
Wikipedia SPARQL Query for Cololaca (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2234966 wdt:P1082 ?population. }
OPTIONAL { wd:Q2234966 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2234966 wdt:P2046 ?area. }
OPTIONAL { wd:Q2234966 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2234966 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2234966 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 Cololaca map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.203059, -88.981537, 14.411603, -88.783218);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cololaca)
[out:json];
(
rel["name"="Cololaca"][type=boundary];
rel["name:en"="Cololaca"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cololaca
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ana Sanchez | 14.283330 , -88.850000 |
Cololaca | 14.300000 , -88.883330 |
Concepcion | 14.300000 , -88.966670 |
Corral Falso | 14.266670 , -88.933330 |
El Granzal | 14.400000 , -88.866670 |
El Obraje | 14.316670 , -88.883330 |
El Riito | 14.350000 , -88.850000 |
El Zapote | 14.216670 , -88.933330 |
Escalon | 14.350000 , -88.850000 |
Hoja de Sal | 14.300000 , -88.950000 |
La Florida | 14.283330 , -88.900000 |
La Penona | 14.383330 , -88.850000 |
Las Vegas | 14.250000 , -88.966670 |
Las Vegas | 14.316670 , -88.850000 |
Las Veguitas | 14.300000 , -88.866670 |
Los Encuentros | 14.216670 , -88.966670 |
Malcincales | 14.350000 , -88.833330 |
Plan del Roblar | 14.400000 , -88.866670 |
San Isidro Canguacota | 14.350000 , -88.883330 |
San Miguelito | 14.316670 , -88.850000 |
San Nicolas | 14.266670 , -88.850000 |
San Nicolas de los Tamagases | 14.333330 , -88.866670 |
Tamagases | 14.333330 , -88.833330 |
Notes:
- You can download geometry data for Cololaca 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.