Download outline map of Yorito (geojson format) :
Yorito.geojson (**)
Download polygon array of Yorito map for "Google Maps" :
Yorito.txt
Bounding Box for Yorito Map : ( 15.012268 , -87.405045 , 15.145463 , -87.15567 )
Wikipedia ID for Yorito : Q1647584
Wikipedia SPARQL Query for Yorito (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1647584 wdt:P1082 ?population. }
OPTIONAL { wd:Q1647584 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1647584 wdt:P2046 ?area. }
OPTIONAL { wd:Q1647584 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1647584 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1647584 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 Yorito map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](15.012268, -87.405045, 15.145463, -87.15567);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Yorito)
[out:json];
(
rel["name"="Yorito"][type=boundary];
rel["name:en"="Yorito"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Yorito
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Colorada | 15.100000 , -87.250000 |
Alaska | 15.100000 , -87.383330 |
Buena Vista | 15.100000 , -87.300000 |
Capiro | 15.033330 , -87.283330 |
Cerro Bonito | 15.116670 , -87.300000 |
El Cedrito | 15.133330 , -87.366670 |
El Potrero | 15.050000 , -87.216670 |
El Sombrerito | 15.050000 , -87.233330 |
Gruperas | 15.100000 , -87.333330 |
La Esperanza | 15.066670 , -87.350000 |
La Esperanza | 15.116670 , -87.366670 |
La Ladera | 15.050000 , -87.233330 |
Las Pozas | 15.066670 , -87.266670 |
Mezcales | 15.100000 , -87.283330 |
Mina Honda | 15.050000 , -87.283330 |
Ocotal | 15.116670 , -87.333330 |
Pacayal | 15.033330 , -87.266670 |
Paujiles | 15.100000 , -87.350000 |
Pinabetal | 15.066670 , -87.283330 |
Portillo Grande | 15.083330 , -87.250000 |
Quebrada Larga | 15.100000 , -87.366670 |
Quiloma | 15.100000 , -87.316670 |
San Jose | 15.116670 , -87.316670 |
Santa Cruz | 15.050000 , -87.216670 |
Santa Marta | 15.100000 , -87.333330 |
Vallecillo | 15.050000 , -87.250000 |
Vallecillo | 15.066670 , -87.300000 |
Yoro | 15.066670 , -87.283330 |
Notes:
- You can download geometry data for Yorito 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.