Download outline map of Telica (geojson format) :
Telica.geojson (**)
Download polygon array of Telica map for "Google Maps" :
Telica.txt
Bounding Box for Telica Map : ( 12.477678 , -86.89063 , 12.75322 , -86.713193 )
Wikipedia ID for Telica : Q1647817
Wikipedia SPARQL Query for Telica (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1647817 wdt:P1082 ?population. }
OPTIONAL { wd:Q1647817 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1647817 wdt:P2046 ?area. }
OPTIONAL { wd:Q1647817 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1647817 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1647817 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 Telica map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](12.477678, -86.89063, 12.75322, -86.713193);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Telica)
[out:json];
(
rel["name"="Telica"][type=boundary];
rel["name:en"="Telica"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Telica
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Caliente | 12.694000 , -86.824110 |
Comarca El Jicarito | 12.534980 , -86.830950 |
Comarca La Cruz | 12.616670 , -86.766670 |
El Bosque | 12.616670 , -86.750000 |
El Cortesal | 12.662200 , -86.800070 |
El Jote | 12.717910 , -86.780090 |
El Progreso | 12.562200 , -86.715160 |
El Queso | 12.710120 , -86.809830 |
El Socorro | 12.682920 , -86.746910 |
La Ceiba | 12.736350 , -86.816120 |
La Chacara | 12.550000 , -86.866670 |
La Milpa | 12.732720 , -86.791650 |
La Sirena | 12.681450 , -86.771950 |
Las Cuchillas | 12.550000 , -86.816670 |
Las Delicias | 12.666670 , -86.866670 |
Las Marias | 12.665220 , -86.853230 |
Los Mangles | 12.661810 , -86.870100 |
Ocoton | 12.679110 , -86.812910 |
Rio Grande | 12.550000 , -86.816670 |
San Antonio | 12.533330 , -86.883330 |
San Francisco | 12.550000 , -86.850000 |
San Jacinto | 12.582480 , -86.776840 |
San Jose | 12.516670 , -86.783330 |
San Jose | 12.689870 , -86.799950 |
San Pedro | 12.526420 , -86.737190 |
Santa Clara | 12.637930 , -86.791830 |
Santa Elena | 12.654810 , -86.827220 |
Telica | 12.522000 , -86.859380 |
Notes:
- You can download geometry data for Telica 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.