Download outline map of Balboa (geojson format) :
Balboa.geojson (**)
Download polygon array of Balboa map for "Google Maps" :
Balboa.txt
Bounding Box for Balboa Map : ( 4.856535 , -75.994414 , 4.989954 , -75.880175 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Balboa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.856535, -75.994414, 4.989954, -75.880175);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Balboa)
[out:json];
(
rel["name"="Balboa"][type=boundary];
rel["name:en"="Balboa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Balboa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Balboa | 4.951670 , -75.957220 |
Cachipay | 4.933330 , -75.916670 |
La Candelaria | 4.977220 , -75.959170 |
La Rosa | 4.933890 , -75.938890 |
Palogordo | 4.883610 , -75.950280 |
Portobelo | 4.883330 , -75.900000 |
San Antonio | 4.923330 , -75.971110 |
Tambores | 4.885000 , -75.969170 |
Notes:
- You can download geometry data for Balboa 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.