Download outline map of Iles (geojson format) :
Iles.geojson (**)
Download polygon array of Iles map for "Google Maps" :
Iles.txt
Bounding Box for Iles Map : ( 0.943739 , -77.599809 , 1.026984 , -77.461748 )
Wikipedia ID for Iles : Q1575358
Wikipedia SPARQL Query for Iles (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1575358 wdt:P1082 ?population. }
OPTIONAL { wd:Q1575358 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1575358 wdt:P2046 ?area. }
OPTIONAL { wd:Q1575358 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1575358 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1575358 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 Iles map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](0.943739, -77.599809, 1.026984, -77.461748);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Iles)
[out:json];
(
rel["name"="Iles"][type=boundary];
rel["name:en"="Iles"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Iles
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bolivar | 0.978570 , -77.543890 |
Buenos Aires | 0.958050 , -77.545860 |
El Carmen | 0.981390 , -77.560000 |
El Comun | 0.976660 , -77.581070 |
El Romero | 0.954900 , -77.512530 |
El Tablon | 0.987850 , -77.478090 |
Iles | 0.974910 , -77.527410 |
La Llave | 0.987940 , -77.515940 |
La Soledad | 0.967780 , -77.561630 |
Loma Alta | 0.986310 , -77.514520 |
Pescadillo | 0.968910 , -77.534200 |
Quitoso | 0.958900 , -77.525040 |
San Francisco | 1.001650 , -77.548290 |
San Javier | 0.996620 , -77.527990 |
San Lorenzo | 1.008900 , -77.514880 |
San Miguel | 0.954480 , -77.520920 |
Tomburan | 0.976900 , -77.505240 |
Tulcán | 0.971940 , -77.561630 |
Villa Yolanda | 1.003850 , -77.513160 |
Notes:
- You can download geometry data for Iles 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.