Download outline map of Jano (geojson format) :
Jano.geojson (**)
Download polygon array of Jano map for "Google Maps" :
Jano.txt
Bounding Box for Jano Map : ( 14.917712 , -86.624016 , 15.202773 , -86.408554 )
Wikipedia ID for Jano : Q371054
Wikipedia SPARQL Query for Jano (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q371054 wdt:P1082 ?population. }
OPTIONAL { wd:Q371054 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q371054 wdt:P2046 ?area. }
OPTIONAL { wd:Q371054 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q371054 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q371054 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 Jano map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.917712, -86.624016, 15.202773, -86.408554);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jano)
[out:json];
(
rel["name"="Jano"][type=boundary];
rel["name:en"="Jano"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jano
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Carrizal | 15.100000 , -86.450000 |
Cerro Galan | 15.083330 , -86.466670 |
Comayaguela | 15.100000 , -86.500000 |
El Copante | 15.033330 , -86.516670 |
El Guayabo | 15.033330 , -86.516670 |
El Portillo | 15.083330 , -86.516670 |
El Rincon | 15.100000 , -86.516670 |
El Trapiche | 15.033330 , -86.516670 |
El Zate | 15.066670 , -86.516670 |
Jano | 15.050000 , -86.500000 |
La Ensenada | 15.066670 , -86.450000 |
La Laguna | 15.066670 , -86.550000 |
La Nacional | 15.050000 , -86.466670 |
La Pita | 15.066670 , -86.583330 |
Las Pesas | 15.050000 , -86.500000 |
Musume | 15.066670 , -86.516670 |
Pacaya | 15.133330 , -86.500000 |
Pastoreo | 15.066670 , -86.500000 |
Pintora | 15.066670 , -86.533330 |
Platanares | 15.016670 , -86.516670 |
Pueblo Viejo | 15.066670 , -86.483330 |
Rancheria | 15.133330 , -86.516670 |
Tezapa | 15.066670 , -86.450000 |
Zapotillo | 15.133330 , -86.533330 |
Notes:
- You can download geometry data for Jano 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.