Download outline map of Silca (geojson format) :
Silca.geojson (**)
Download polygon array of Silca map for "Google Maps" :
Silca.txt
Bounding Box for Silca Map : ( 14.681649 , -86.635399 , 14.870281 , -86.424652 )
Wikipedia ID for Silca : Q2394989
Wikipedia SPARQL Query for Silca (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2394989 wdt:P1082 ?population. }
OPTIONAL { wd:Q2394989 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2394989 wdt:P2046 ?area. }
OPTIONAL { wd:Q2394989 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2394989 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2394989 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 Silca map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.681649, -86.635399, 14.870281, -86.424652);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Silca)
[out:json];
(
rel["name"="Silca"][type=boundary];
rel["name:en"="Silca"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Silca
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Camalotal | 14.783330 , -86.500000 |
Camalote | 14.766670 , -86.516670 |
Casa de Teja | 14.850000 , -86.516670 |
El Caulote | 14.750000 , -86.483330 |
El Cerro | 14.816670 , -86.550000 |
El Ocotal | 14.833330 , -86.533330 |
El Ojo de Agua | 14.833330 , -86.500000 |
El Quebrachal | 14.833330 , -86.516670 |
Guamiles | 14.766670 , -86.566670 |
La Rosa | 14.750000 , -86.600000 |
Los Hornos | 14.850000 , -86.500000 |
Ocotal Gordo | 14.750000 , -86.500000 |
Panuaya | 14.850000 , -86.533330 |
Parumble | 14.850000 , -86.500000 |
Portillo del Carbonal | 14.850000 , -86.500000 |
Quilamulapa | 14.783330 , -86.516670 |
Quilinchuche | 14.816670 , -86.550000 |
Santa Elena | 14.766670 , -86.550000 |
Santa Elena | 14.766670 , -86.533330 |
Silca | 14.833330 , -86.533330 |
Tasajeras | 14.716670 , -86.583330 |
Ulua | 14.733330 , -86.600000 |
Notes:
- You can download geometry data for Silca 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.