Download outline map of La Unión (geojson format) :
La Unión.geojson (**)
Download polygon array of La Unión map for "Google Maps" :
La Unión.txt
Bounding Box for La Unión Map : ( 4.47825672346 , -76.1765986032 , 4.59639471657 , -76.0314748175 )
Get Boundaries from overpass-turbo (OSM) with boundary box of La Unión map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.47825672346, -76.1765986032, 4.59639471657, -76.0314748175);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (La Unión)
[out:json];
(
rel["name"="La Unión"][type=boundary];
rel["name:en"="La Unión"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Unión
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Cedro | 4.549530 , -76.139690 |
El Lindero | 4.509200 , -76.064610 |
La Despensa | 4.500000 , -76.150000 |
La Unión | 4.532820 , -76.103180 |
San Antonio | 4.593340 , -76.063490 |
San Luis | 4.558080 , -76.084720 |
San Pedro | 4.550000 , -76.100000 |
Notes:
- You can download geometry data for La Unió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.