Download outline map of Ventanas (geojson format) :
Ventanas.geojson (**)
Download polygon array of Ventanas map for "Google Maps" :
Ventanas.txt
Bounding Box for Ventanas Map : ( -1.537394 , -79.540181 , -0.95529 , -79.266257 )
Wikipedia ID for Ventanas : Q3656370
Wikipedia SPARQL Query for Ventanas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3656370 wdt:P1082 ?population. }
OPTIONAL { wd:Q3656370 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3656370 wdt:P2046 ?area. }
OPTIONAL { wd:Q3656370 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3656370 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3656370 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 Ventanas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-1.537394, -79.540181, -0.95529, -79.266257);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ventanas)
[out:json];
(
rel["name"="Ventanas"][type=boundary];
rel["name:en"="Ventanas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ventanas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Balseria | -1.221750 , -79.334920 |
Calabi | -1.182850 , -79.400140 |
Elvira | -1.466020 , -79.500440 |
La Esperanza | -1.516670 , -79.483330 |
Loma Larga | -1.481710 , -79.476640 |
Matilde | -1.416670 , -79.350000 |
Perpetua | -1.366610 , -79.391030 |
Piedad | -1.400000 , -79.333330 |
San Miguel | -1.413790 , -79.423670 |
Ventanillas | -1.433330 , -79.450000 |
Zapotal | -1.355100 , -79.401840 |
Notes:
- You can download geometry data for Ventanas 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.