Download outline map of Tosagua (geojson format) :
Tosagua.geojson (**)
Download polygon array of Tosagua map for "Google Maps" :
Tosagua.txt
Bounding Box for Tosagua Map : ( -0.889253 , -80.382613 , -0.64265 , -80.155949 )
Wikipedia ID for Tosagua : Q1992593
Wikipedia SPARQL Query for Tosagua (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1992593 wdt:P1082 ?population. }
OPTIONAL { wd:Q1992593 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1992593 wdt:P2046 ?area. }
OPTIONAL { wd:Q1992593 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1992593 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1992593 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 Tosagua map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-0.889253, -80.382613, -0.64265, -80.155949);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tosagua)
[out:json];
(
rel["name"="Tosagua"][type=boundary];
rel["name:en"="Tosagua"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tosagua
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Africa | -0.733330 , -80.316670 |
Bachillero | -0.766110 , -80.213890 |
Chavez | -0.700000 , -80.316670 |
Cienega | -0.766380 , -80.169070 |
El Junco | -0.821600 , -80.319470 |
Estancilla | -0.816670 , -80.200000 |
La Estancilla | -0.817790 , -80.215400 |
Larrea | -0.707100 , -80.236480 |
Las Yucas | -0.818850 , -80.338130 |
Madera | -0.808340 , -80.219740 |
Notes:
- You can download geometry data for Tosagua 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.