Download outline map of Jericó (geojson format) :
Jericó.geojson (**)
Download polygon array of Jericó map for "Google Maps" :
Jericó.txt
Bounding Box for Jericó Map : ( 6.06890744135 , -72.6561735254 , 6.20618978445 , -72.5129280571 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Jericó map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.06890744135, -72.6561735254, 6.20618978445, -72.5129280571);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jericó)
[out:json];
(
rel["name"="Jericó"][type=boundary];
rel["name:en"="Jericó"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jericó
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cheva | 6.158050 , -72.547430 |
El Algarrobo | 6.183330 , -72.566670 |
Jericó | 6.145920 , -72.570800 |
Pueblo Viejo de Ura | 6.132780 , -72.529900 |
Notes:
- You can download geometry data for Jericó 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.