Download outline map of Esquina (geojson format) :
Esquina.geojson (**)
Download polygon array of Esquina map for "Google Maps" :
Esquina.txt
Bounding Box for Esquina Map : ( -30.434572 , -59.712403 , -29.435256 , -58.670037 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Esquina map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-30.434572, -59.712403, -29.435256, -58.670037);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Esquina)
[out:json];
(
rel["name"="Esquina"][type=boundary];
rel["name:en"="Esquina"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Esquina
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Canaditas | -30.200000 , -59.083330 |
Esquina | -30.014440 , -59.527190 |
Guayquiraro | -30.298820 , -59.541590 |
La Casualidad | -30.250000 , -59.400000 |
Malvinas | -29.616670 , -58.983330 |
Pueblo Libertador | -30.220870 , -59.389810 |
Notes:
- You can download geometry data for Esquina 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.