Download outline map of Ezeiza (geojson format) :
Ezeiza.geojson (**)
Download polygon array of Ezeiza map for "Google Maps" :
Ezeiza.txt
Bounding Box for Ezeiza Map : ( -35.003923 , -58.64937 , -34.746518 , -58.491974 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Ezeiza map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-35.003923, -58.64937, -34.746518, -58.491974);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ezeiza)
[out:json];
(
rel["name"="Ezeiza"][type=boundary];
rel["name:en"="Ezeiza"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ezeiza
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Canning | -34.878350 , -58.510540 |
Carlos Spegazzini | -34.914020 , -58.592050 |
Ezeiza | -34.847870 , -58.528690 |
Parana de Las Palmas | -34.883360 , -58.637970 |
Tristán Suárez | -34.892550 , -58.568880 |
Union Ferroviaria | -34.869360 , -58.540970 |
Notes:
- You can download geometry data for Ezeiza 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.