Download outline map of Corozal (geojson format) :
Corozal.geojson (**)
Download polygon array of Corozal map for "Google Maps" :
Corozal.txt
Bounding Box for Corozal Map : ( 9.05731 , -75.358817 , 9.352701 , -75.125555 )
Wikipedia ID for Corozal : Q2431720
Wikipedia SPARQL Query for Corozal (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2431720 wdt:P1082 ?population. }
OPTIONAL { wd:Q2431720 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2431720 wdt:P2046 ?area. }
OPTIONAL { wd:Q2431720 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2431720 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2431720 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 Corozal map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.05731, -75.358817, 9.352701, -75.125555);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Corozal)
[out:json];
(
rel["name"="Corozal"][type=boundary];
rel["name:en"="Corozal"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Corozal
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cantagallo | 9.249770 , -75.315890 |
Cayo de La Vieja | 9.185290 , -75.211800 |
Chapinero | 9.221740 , -75.278420 |
Corozal | 9.315050 , -75.292830 |
Don Alonso | 9.219200 , -75.329320 |
El Balsamo | 9.316670 , -75.333330 |
El Trebol | 9.140450 , -75.261750 |
Hato Nuevo | 9.175760 , -75.190110 |
La Tribuna | 9.258810 , -75.283410 |
Las Flores | 9.266330 , -75.307920 |
Las Penas | 9.226050 , -75.273630 |
Las Tinas | 9.281490 , -75.332860 |
San Angel | 9.314480 , -75.310380 |
San Jose de Piletas | 9.270450 , -75.314770 |
Villa Ruby | 9.320040 , -75.317490 |
Notes:
- You can download geometry data for Corozal 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.