Download outline map of San Antonio (geojson format) :
San Antonio.geojson (**)
Download polygon array of San Antonio map for "Google Maps" :
San Antonio.txt
Bounding Box for San Antonio Map : ( -24.4639227537 , -65.6830632594 , -24.2524068582 , -65.1406774548 )
Get Boundaries from overpass-turbo (OSM) with boundary box of San Antonio map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-24.4639227537, -65.6830632594, -24.2524068582, -65.1406774548);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Antonio)
[out:json];
(
rel["name"="San Antonio"][type=boundary];
rel["name:en"="San Antonio"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Antonio
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Carril | -24.366670 , -65.350000 |
El Ceibal | -24.311620 , -65.271690 |
La Toma | -24.327370 , -65.358090 |
Notes:
- You can download geometry data for San Antonio 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.