Download outline map of Tilaran (geojson format) :
Tilaran.geojson (**)
Download polygon array of Tilaran map for "Google Maps" :
Tilaran.txt
Bounding Box for Tilaran Map : ( 10.320545 , -85.045779 , 10.652305 , -84.766238 )
Wikipedia ID for Tilaran : Q7802056
Wikipedia SPARQL Query for Tilaran (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7802056 wdt:P1082 ?population. }
OPTIONAL { wd:Q7802056 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7802056 wdt:P2046 ?area. }
OPTIONAL { wd:Q7802056 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7802056 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7802056 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 Tilaran map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.320545, -85.045779, 10.652305, -84.766238);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tilaran)
[out:json];
(
rel["name"="Tilaran"][type=boundary];
rel["name:en"="Tilaran"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tilaran
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguacate | 10.561390 , -84.939700 |
Aguilares | 10.495550 , -85.001040 |
Angeles | 10.490160 , -85.021130 |
Arenal | 10.550000 , -84.900000 |
Bajo Paires | 10.560030 , -85.026350 |
El Dos | 10.400000 , -84.950000 |
Laguna | 10.516670 , -84.966670 |
Libano | 10.417340 , -84.986230 |
Lombardía | 10.454220 , -84.954880 |
Mata de Caña | 10.535890 , -84.877340 |
Naranjos Agrios | 10.541530 , -84.984140 |
Nubes | 10.366670 , -84.866670 |
Nuevo Arenal | 10.545230 , -84.896240 |
Palma | 10.532590 , -85.010030 |
Piedras | 10.552410 , -84.973030 |
Puerto Nueva | 10.470763 , -84.967231 |
Quebrada Grande | 10.430430 , -84.945220 |
Río Chiquito | 10.437920 , -84.864730 |
San Antonio | 10.550000 , -84.900000 |
San Gerardo | 10.333330 , -84.800000 |
San Jose | 10.386890 , -84.969010 |
San Luis | 10.503470 , -84.943380 |
San Miguel | 10.407440 , -84.928730 |
Santa Elena | 10.550000 , -84.933330 |
Santa Rosa | 10.462980 , -85.011700 |
Silencio | 10.477750 , -84.901670 |
Tejona | 10.504740 , -84.967820 |
Tierras Morenas | 10.570530 , -85.024590 |
Tilarán | 10.470290 , -84.967090 |
Tronadora | 10.495240 , -84.897300 |
Turin | 10.348360 , -84.866910 |
Notes:
- You can download geometry data for Tilaran 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.