Download outline map of San Salvador (geojson format) :
San Salvador.geojson (**)
Download polygon array of San Salvador map for "Google Maps" :
San Salvador.txt
Bounding Box for San Salvador Map : ( 13.637354 , -89.276761 , 13.743379 , -89.16196 )
Get Boundaries from overpass-turbo (OSM) with boundary box of San Salvador map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.637354, -89.276761, 13.743379, -89.16196);
);
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 Salvador)
[out:json];
(
rel["name"="San Salvador"][type=boundary];
rel["name:en"="San Salvador"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Salvador
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Casa de Piedra | 13.650000 , -89.216670 |
El Tejar | 13.683330 , -89.183330 |
Guadalupe | 13.650000 , -89.200000 |
Lomas de Candelaria | 13.652220 , -89.221110 |
Planes de Renderos | 13.646390 , -89.191670 |
San Antonio Abad | 13.716670 , -89.233330 |
San Salvador | 13.693679 , -89.214651 |
Santo Domingo | 13.716670 , -89.266670 |
Notes:
- You can download geometry data for San Salvador 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.