Download outline map of Camaguán (geojson format) :
Camaguán.geojson (**)
Download polygon array of Camaguán map for "Google Maps" :
Camaguán.txt
Bounding Box for Camaguán Map : ( 7.891133 , -67.834283 , 8.445416 , -67.364914 )
Wikipedia ID for Camaguán : Q1027967
Wikipedia SPARQL Query for Camaguán (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1027967 wdt:P1082 ?population. }
OPTIONAL { wd:Q1027967 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1027967 wdt:P2046 ?area. }
OPTIONAL { wd:Q1027967 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1027967 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1027967 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 Camaguán map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.891133, -67.834283, 8.445416, -67.364914);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Camaguán)
[out:json];
(
rel["name"="Camaguan"][type=boundary];
rel["name:en"="Camaguan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Camaguán
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altagracia | 8.340000 , -67.413330 |
Cano del Diablo | 8.075000 , -67.418330 |
Casabito | 8.283330 , -67.733330 |
Coco de Mono | 8.001940 , -67.466390 |
Coco de Mono | 7.997220 , -67.465830 |
Coco de Mono | 7.923390 , -67.476350 |
Corocito | 8.266670 , -67.583330 |
Cunaguaro | 8.200000 , -67.583330 |
El Caracol | 7.975920 , -67.465120 |
El Caracol | 7.978890 , -67.462780 |
El Cedral | 8.266670 , -67.783330 |
El Chorro | 8.212380 , -67.415260 |
El Cunagu | 8.200000 , -67.583330 |
El Drago | 8.014440 , -67.480000 |
El Guayabo | 8.372400 , -67.541560 |
El Pueblito | 8.250000 , -67.750000 |
Felipano | 8.333330 , -67.533330 |
Guamachito | 8.289720 , -67.492220 |
Jarina | 7.933330 , -67.500000 |
La Carita | 7.973330 , -67.491670 |
La Cherna | 8.250000 , -67.716670 |
La Estacion | 8.196390 , -67.590830 |
La Huerfunita | 8.265390 , -67.732700 |
La Mata | 8.150280 , -67.589720 |
La Negra | 8.070830 , -67.558610 |
La Palmota | 8.257220 , -67.527220 |
La Puerta Fleitera | 8.338650 , -67.585710 |
La Raya | 8.131700 , -67.603780 |
La Rompida | 8.214440 , -67.496940 |
La Rompida | 8.212270 , -67.507290 |
Las Cordilleras | 8.016670 , -67.441670 |
Locherito | 8.333330 , -67.666670 |
Paso Falcon | 8.124620 , -67.601110 |
Puente Caracol | 7.976330 , -67.451920 |
Puerto Miranda | 7.906670 , -67.453890 |
Queseras del Medio | 8.243890 , -67.541670 |
Roblito | 8.091670 , -67.479440 |
Santo Gil | 8.036940 , -67.546110 |
Tapicito | 7.952270 , -67.409360 |
Tejeria | 7.993130 , -67.398790 |
Uverito | 8.129890 , -67.478820 |
Notes:
- You can download geometry data for Camaguán 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.