Download outline map of Soyapango (geojson format) :
Soyapango.geojson (**)
Download polygon array of Soyapango map for "Google Maps" :
Soyapango.txt
Bounding Box for Soyapango Map : ( 13.664226 , -89.171819 , 13.745313 , -89.114679 )
Wikipedia ID for Soyapango : Q956031
Wikipedia SPARQL Query for Soyapango (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q956031 wdt:P1082 ?population. }
OPTIONAL { wd:Q956031 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q956031 wdt:P2046 ?area. }
OPTIONAL { wd:Q956031 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q956031 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q956031 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Soyapango map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.664226, -89.171819, 13.745313, -89.114679);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Soyapango)
[out:json];
(
rel["name"="Soyapango"][type=boundary];
rel["name:en"="Soyapango"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Soyapango
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Buena Vista | 13.700000 , -89.150000 |
El Cacao | 13.700000 , -89.166670 |
El Guaje | 13.682780 , -89.140560 |
El Limon | 13.722500 , -89.132500 |
El Matazano | 13.700000 , -89.150000 |
El Transito | 13.716670 , -89.133330 |
Guapa | 13.666670 , -89.146670 |
Plan del Pino | 13.740830 , -89.141940 |
Prusia | 13.700000 , -89.133330 |
Santa Lucia | 13.700000 , -89.133330 |
Venecia | 13.716670 , -89.150000 |
Notes:
- You can download geometry data for Soyapango 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.