Download outline map of Tangua (geojson format) :
Tangua.geojson (**)
Download polygon array of Tangua map for "Google Maps" :
Tangua.txt
Bounding Box for Tangua Map : ( 0.945842 , -77.432941 , 1.206536 , -77.285602 )
Wikipedia ID for Tangua : Q1574964
Wikipedia SPARQL Query for Tangua (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1574964 wdt:P1082 ?population. }
OPTIONAL { wd:Q1574964 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1574964 wdt:P2046 ?area. }
OPTIONAL { wd:Q1574964 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1574964 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1574964 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 Tangua map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](0.945842, -77.432941, 1.206536, -77.285602);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tangua)
[out:json];
(
rel["name"="Tangua"][type=boundary];
rel["name:en"="Tangua"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tangua
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alto Tapialquer | 1.033330 , -77.300000 |
Bajo Cebadal | 1.116670 , -77.350000 |
Bajo Tapialquer | 1.066670 , -77.316670 |
Chavez | 1.101610 , -77.371810 |
Chimbatangua | 1.100000 , -77.333330 |
Cubija | 1.138880 , -77.318990 |
El Mirador | 1.102600 , -77.313430 |
El Tambor | 1.129260 , -77.364240 |
Guaman | 1.116670 , -77.316670 |
Hacienda Florencia | 1.109860 , -77.374630 |
La Cocha | 1.076890 , -77.335500 |
La Victoria | 1.115090 , -77.306490 |
Los Arrayanes | 1.059670 , -77.325920 |
Morro Pan de Azucar | 1.074520 , -77.378940 |
Navarrete | 1.136930 , -77.353200 |
Paramillo | 1.078300 , -77.373090 |
Paramillo | 1.066710 , -77.344620 |
San Francisco La Higuerilla | 1.073130 , -77.391230 |
San Mateo | 1.122830 , -77.372230 |
San Vicente | 1.081220 , -77.395220 |
Santander | 1.075150 , -77.316930 |
Tángua | 1.094730 , -77.394820 |
Tapialquer Bajo | 1.048320 , -77.414700 |
Notes:
- You can download geometry data for Tangua 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.