Download outline map of Miranda (geojson format) :
Miranda.geojson (**)
Download polygon array of Miranda map for "Google Maps" :
Miranda.txt
Bounding Box for Miranda Map : ( 9.418092 , -70.802225 , 9.73 , -70.529187 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Miranda map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.418092, -70.802225, 9.73, -70.529187);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Miranda)
[out:json];
(
rel["name"="Miranda"][type=boundary];
rel["name:en"="Miranda"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Miranda
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Caliente | 9.624340 , -70.589840 |
Agua Santa | 9.516610 , -70.666680 |
El Corozo | 9.499220 , -70.703710 |
El Dividive | 9.474470 , -70.733850 |
El Jaguito | 9.563560 , -70.729250 |
El Salto | 9.527570 , -70.646660 |
La Bloquera | 9.504360 , -70.711090 |
Las Cocuizas | 9.485470 , -70.728040 |
Las Coeuizas | 9.483330 , -70.716670 |
Mata de Tigre | 9.683720 , -70.592610 |
Valerita | 9.657770 , -70.559250 |
Notes:
- You can download geometry data for Miranda 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.