Download outline map of Zaragoza (geojson format) :
Zaragoza.geojson (**)
Download polygon array of Zaragoza map for "Google Maps" :
Zaragoza.txt
Bounding Box for Zaragoza Map : ( 13.5277149917 , -89.3144745377 , 13.6233438594 , -89.2782426927 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Zaragoza map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.5277149917, -89.3144745377, 13.6233438594, -89.2782426927);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Zaragoza)
[out:json];
(
rel["name"="Zaragoza"][type=boundary];
rel["name:en"="Zaragoza"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Zaragoza
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Barillo | 13.615000 , -89.287220 |
El Cimarron | 13.533330 , -89.296390 |
El Matazano | 13.616670 , -89.283330 |
Guadalupe | 13.533330 , -89.300000 |
San Francisco | 13.583330 , -89.283330 |
San Francisco | 13.544720 , -89.296390 |
Zaragoza | 13.589440 , -89.288890 |
Notes:
- You can download geometry data for Zaragoza 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.