Download outline map of Oratorio (geojson format) :
Oratorio.geojson (**)
Download polygon array of Oratorio map for "Google Maps" :
Oratorio.txt
Bounding Box for Oratorio Map : ( 13.969497 , -90.258934 , 14.261159 , -90.062796 )
Wikipedia ID for Oratorio : Q3884406
Wikipedia SPARQL Query for Oratorio (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3884406 wdt:P1082 ?population. }
OPTIONAL { wd:Q3884406 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3884406 wdt:P2046 ?area. }
OPTIONAL { wd:Q3884406 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3884406 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3884406 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 Oratorio map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.969497, -90.258934, 14.261159, -90.062796);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Oratorio)
[out:json];
(
rel["name"="Oratorio"][type=boundary];
rel["name:en"="Oratorio"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Oratorio
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cana Vieja | 14.050000 , -90.183330 |
Capulin | 14.133330 , -90.083330 |
Coatepeque | 14.166670 , -90.150000 |
Cordoncillo | 14.116670 , -90.116670 |
El Apersogadero | 14.116670 , -90.100000 |
El Gigante | 14.033330 , -90.183330 |
El Hular | 14.050000 , -90.200000 |
El Jocotillo | 14.200000 , -90.133330 |
El Patio | 14.016670 , -90.216670 |
El Porvenir | 13.991670 , -90.191110 |
El Sitio | 14.100000 , -90.100000 |
El Sunzal | 14.083330 , -90.166670 |
El Toro | 14.016670 , -90.200000 |
Guayabo | 14.116670 , -90.116670 |
Hacienda Vieja | 14.116670 , -90.100000 |
La Ceibita | 13.994440 , -90.152500 |
La Gabia | 14.016670 , -90.250000 |
La Pastoria | 14.233330 , -90.200000 |
La Union | 14.083330 , -90.083330 |
Las Cabezas | 14.183330 , -90.116670 |
Las Marias | 14.191390 , -90.109170 |
Matias | 14.116670 , -90.133330 |
Oratorio | 14.228060 , -90.175830 |
Quebrada de Agua | 14.033330 , -90.200000 |
Rio Manuel | 14.100000 , -90.116670 |
San Angel | 14.150000 , -90.100000 |
Notes:
- You can download geometry data for Oratorio 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.