Download outline map of Cémaco (geojson format) :
Cémaco.geojson (**)
Download polygon array of Cémaco map for "Google Maps" :
Cémaco.txt
Bounding Box for Cémaco Map : ( 8.055644 , -77.926233 , 8.791332 , -77.284593 )
Wikipedia ID for Cémaco : Q3710848
Wikipedia SPARQL Query for Cémaco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3710848 wdt:P1082 ?population. }
OPTIONAL { wd:Q3710848 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3710848 wdt:P2046 ?area. }
OPTIONAL { wd:Q3710848 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3710848 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3710848 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 Cémaco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](8.055644, -77.926233, 8.791332, -77.284593);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cémaco)
[out:json];
(
rel["name"="Cémaco"][type=boundary];
rel["name:en"="Cémaco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cémaco
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bajo Chiquito | 8.445340 , -77.667930 |
Boca de Rio Tigre | 8.234900 , -77.549160 |
Caledonia | 8.233330 , -77.333300 |
Canan | 8.634230 , -77.808420 |
Corozal | 8.201080 , -77.596370 |
El Comun | 8.180470 , -77.623230 |
El Salto | 8.307260 , -77.759440 |
La Esperanza | 8.324250 , -77.604120 |
La Pulida | 8.300230 , -77.622470 |
Lajas Blancas | 8.414820 , -77.811610 |
Marraganti | 8.465400 , -77.698170 |
Membrillo | 8.631870 , -77.806940 |
Naranial No. 1 | 8.211090 , -77.563190 |
Nazaret | 8.282660 , -77.516170 |
Nuevo Santa Rosa | 8.562160 , -77.766440 |
Nuevo Vigia | 8.375400 , -77.770760 |
Puente | 8.098250 , -77.599020 |
Punta Grande | 8.271660 , -77.616860 |
Rancho Ahogado | 8.564660 , -77.893130 |
Sinai | 8.614860 , -77.831460 |
Tortuga | 8.553630 , -77.724250 |
Union Choco | 8.084040 , -77.535070 |
Villa Caleta | 8.447320 , -77.724970 |
Villa Nueva | 8.218130 , -77.547210 |
Vista Alegre | 8.120990 , -77.615980 |
Yape | 8.098390 , -77.598170 |
Notes:
- You can download geometry data for Cémaco 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.