Download outline map of Izalco (geojson format) :
Izalco.geojson (**)
Download polygon array of Izalco map for "Google Maps" :
Izalco.txt
Bounding Box for Izalco Map : ( 13.67023 , -89.715389 , 13.836025 , -89.53 )
Wikipedia ID for Izalco : Q682226
Wikipedia SPARQL Query for Izalco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q682226 wdt:P1082 ?population. }
OPTIONAL { wd:Q682226 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q682226 wdt:P2046 ?area. }
OPTIONAL { wd:Q682226 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q682226 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q682226 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 Izalco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.67023, -89.715389, 13.836025, -89.53);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Izalco)
[out:json];
(
rel["name"="Izalco"][type=boundary];
rel["name:en"="Izalco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Izalco
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cangrejera | 13.726670 , -89.691390 |
Chorro Abajo | 13.750000 , -89.666670 |
Chorro Arriba | 13.766670 , -89.650000 |
Cruz Grande | 13.766670 , -89.666670 |
Cuntan | 13.750830 , -89.633610 |
Cuyagualo | 13.763610 , -89.628610 |
El Guayabo | 13.783330 , -89.550000 |
El Mojon | 13.733330 , -89.700000 |
Hacienda La Joya | 13.766670 , -89.583330 |
Huiscoyolate | 13.741110 , -89.692500 |
Izalco | 13.744720 , -89.673060 |
Joya de Ceren | 13.754720 , -89.586110 |
La Chapina | 13.692500 , -89.681390 |
La Quebrada Espanola | 13.750000 , -89.616670 |
Las Higueras | 13.750000 , -89.600000 |
Las Lajas | 13.815830 , -89.576940 |
Las Marias | 13.785280 , -89.588610 |
Loma Chata | 13.800000 , -89.566670 |
Los Tunalmiles | 13.795280 , -89.676390 |
San Isidro | 13.787500 , -89.558890 |
San Luis | 13.769170 , -89.593890 |
Shan Shon | 13.767220 , -89.617780 |
Sonzacate | 13.734170 , -89.714720 |
Talcomunca | 13.783330 , -89.683330 |
Tapalshucut | 13.766670 , -89.683330 |
Teshcal | 13.780830 , -89.662780 |
Notes:
- You can download geometry data for Izalco 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.