Download outline map of Canas (geojson format) :
Canas.geojson (**)
Download polygon array of Canas map for "Google Maps" :
Canas.txt
Bounding Box for Canas Map : ( 10.193061 , -85.247532 , 10.708981 , -84.94965 )
Wikipedia ID for Canas : Q1706524
Wikipedia SPARQL Query for Canas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1706524 wdt:P1082 ?population. }
OPTIONAL { wd:Q1706524 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1706524 wdt:P2046 ?area. }
OPTIONAL { wd:Q1706524 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1706524 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1706524 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 Canas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.193061, -85.247532, 10.708981, -84.94965);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Canas)
[out:json];
(
rel["name"="Canas"][type=boundary];
rel["name:en"="Canas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Canas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Caliente | 10.350000 , -85.066670 |
Albania | 10.439740 , -85.087700 |
Bebedero | 10.369490 , -85.194850 |
Cañas | 10.429400 , -85.093110 |
Cascante | 10.316900 , -85.147620 |
Corobici | 10.451770 , -85.130440 |
El Porvenir | 10.350000 , -85.050000 |
El Reventado | 10.316670 , -85.100000 |
Guapinol | 10.246080 , -85.226420 |
Higueron | 10.350650 , -85.052640 |
Hotel | 10.374900 , -85.121400 |
Huacal | 10.512660 , -85.159750 |
Jabilla Arriba | 10.401500 , -85.033740 |
Martirio | 10.625180 , -85.058840 |
Palmira | 10.543020 , -85.083480 |
Panales | 10.521480 , -85.134270 |
Paraiso | 10.611900 , -85.045300 |
Paso Hondo | 10.415710 , -85.160370 |
Porosal | 10.267970 , -85.198850 |
San Miguel | 10.353410 , -85.078580 |
Santa Lucia | 10.500000 , -85.140000 |
Taboga | 10.333330 , -85.201490 |
Tenorio | 10.609040 , -85.085980 |
Tiquirusas | 10.261910 , -85.168360 |
Vergel | 10.443430 , -85.049570 |
Notes:
- You can download geometry data for Canas 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.