Download outline map of Atalaya (geojson format) :
Atalaya.geojson (**)
Download polygon array of Atalaya map for "Google Maps" :
Atalaya.txt
Bounding Box for Atalaya Map : ( 7.947825 , -80.974609 , 8.085554 , -80.842603 )
Wikipedia ID for Atalaya : Q1650993
Wikipedia SPARQL Query for Atalaya (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1650993 wdt:P1082 ?population. }
OPTIONAL { wd:Q1650993 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1650993 wdt:P2046 ?area. }
OPTIONAL { wd:Q1650993 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1650993 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1650993 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 Atalaya map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.947825, -80.974609, 8.085554, -80.842603);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Atalaya)
[out:json];
(
rel["name"="Atalaya"][type=boundary];
rel["name:en"="Atalaya"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Atalaya
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arenilla | 8.033330 , -80.916670 |
Balbuena | 8.005310 , -80.893780 |
El Alto de Balbuena | 8.016670 , -80.883330 |
El Balita | 7.983330 , -80.950000 |
El Barrero | 8.000000 , -80.866670 |
El Ciruelito | 8.026380 , -80.933520 |
El Ciruelito de Nuestro Amo | 7.990560 , -80.929770 |
El Coco | 8.004390 , -80.863740 |
El Floral | 8.050000 , -80.866670 |
El Garrapato | 8.066670 , -80.866670 |
El Pedrito | 8.066670 , -80.916670 |
El Ponton | 8.016670 , -80.850000 |
El Potrero | 8.054940 , -80.887550 |
El Salero | 8.017590 , -80.847890 |
El Sierral | 8.000000 , -80.933330 |
El Tambor | 7.966670 , -80.950000 |
El Tigre | 7.955630 , -80.940170 |
Garnadera | 8.034610 , -80.952200 |
Garnaderita | 8.043410 , -80.944870 |
La Canoa | 8.007580 , -80.904720 |
La Carrillo | 7.969530 , -80.883770 |
La Cruz | 8.050000 , -80.866670 |
La Mata | 8.083330 , -80.883330 |
La Mina | 8.033330 , -80.900000 |
La Monita | 8.016670 , -80.916670 |
La Montanuela | 8.024870 , -80.863250 |
Las Margaritas | 8.053470 , -80.931690 |
Llano del Nance | 8.050000 , -80.900000 |
Los Carillos | 7.966670 , -80.883330 |
Los Cerros | 8.076930 , -80.907700 |
Los Corralillos | 7.981070 , -80.942470 |
Los Peneros | 7.983330 , -80.900000 |
Nuestro Amo | 8.002010 , -80.916670 |
Palenque | 8.050000 , -80.866670 |
Pedregoso | 8.016670 , -80.966670 |
Punta de Mono | 8.050000 , -80.933330 |
Rincon Sucio | 8.000000 , -80.883330 |
San Antonio | 8.072900 , -80.931870 |
Tara | 7.993440 , -80.953610 |
Tierra Plana | 8.016670 , -80.933330 |
Tinajita | 8.021580 , -80.946750 |
Zapotal | 8.066670 , -80.916670 |
Notes:
- You can download geometry data for Atalaya 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.