Download outline map of Las Vueltas (geojson format) :
Las Vueltas.geojson (**)
Download polygon array of Las Vueltas map for "Google Maps" :
Las Vueltas.txt
Bounding Box for Las Vueltas Map : ( 14.055152718 , -88.9196925237 , 14.1359315153 , -88.8487891987 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Las Vueltas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.055152718, -88.9196925237, 14.1359315153, -88.8487891987);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Las Vueltas)
[out:json];
(
rel["name"="Las Vueltas"][type=boundary];
rel["name:en"="Las Vueltas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Las Vueltas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Conacaste | 14.083330 , -88.866670 |
La Ceiba | 14.083330 , -88.883330 |
Los Naranjos | 14.116670 , -88.900000 |
San Jose | 14.083330 , -88.883330 |
Notes:
- You can download geometry data for Las Vueltas 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.