Download outline map of Tola (geojson format) :
Tola.geojson (**)
Download polygon array of Tola map for "Google Maps" :
Tola.txt
Bounding Box for Tola Map : ( 11.073586727 , -85.9308340199 , 11.3474364143 , -85.6358989775 )
Wikipedia ID for Tola : Q240247
Wikipedia SPARQL Query for Tola (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q240247 wdt:P1082 ?population. }
OPTIONAL { wd:Q240247 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q240247 wdt:P2046 ?area. }
OPTIONAL { wd:Q240247 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q240247 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q240247 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 Tola map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](11.073586727, -85.9308340199, 11.3474364143, -85.6358989775);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tola)
[out:json];
(
rel["name"="Tola"][type=boundary];
rel["name:en"="Tola"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tola
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cuatro Caminos | 11.100000 , -85.683330 |
Cuatro Tubos | 11.297290 , -85.867830 |
El Jocote | 11.333330 , -85.850000 |
El Naranjo | 11.085330 , -85.708260 |
El Ostional | 11.111460 , -85.761460 |
El Plantel | 11.297330 , -85.889580 |
El Socorro | 11.216670 , -85.816670 |
El Sucio | 11.216670 , -85.850000 |
El Valle | 11.250270 , -85.841030 |
Escameca | 11.174190 , -85.800210 |
Escamequita | 11.198200 , -85.805410 |
La Boca de La Montana | 11.301750 , -85.832380 |
La Campana | 11.241460 , -85.743950 |
La Cuesta | 11.301190 , -85.873010 |
La Esperanza | 11.317110 , -85.904900 |
La Esperanza | 11.183330 , -85.783330 |
La Leona | 11.150000 , -85.766670 |
La Victoria | 11.260930 , -85.779080 |
Monte Verde | 11.163360 , -85.646790 |
Nandaime | 11.268740 , -85.865980 |
Playa Marsella | 11.287480 , -85.903860 |
Pueblo Nuevo | 11.162590 , -85.706180 |
San Antonio | 11.149100 , -85.722400 |
San Antonio | 11.310940 , -85.855840 |
San Juan del Sur | 11.252920 , -85.870490 |
San Lorenzo | 11.304510 , -85.910880 |
Notes:
- You can download geometry data for Tola 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.