Download outline map of Candelaria (geojson format) :
Candelaria.geojson (**)
Download polygon array of Candelaria map for "Google Maps" :
Candelaria.txt
Bounding Box for Candelaria Map : ( 13.6597493959 , -89.0342307952 , 13.70759213 , -88.9398227138 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Candelaria map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.6597493959, -89.0342307952, 13.70759213, -88.9398227138);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Candelaria)
[out:json];
(
rel["name"="Candelaria"][type=boundary];
rel["name:en"="Candelaria"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Candelaria
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Candelaria | 13.683330 , -88.983330 |
Miraflor Arriba | 13.683330 , -88.950000 |
San Antonio | 13.683330 , -88.983330 |
San Jose La Ceiba | 13.683330 , -88.983330 |
Notes:
- You can download geometry data for Candelaria 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.