Download outline map of Veroes (geojson format) :
Veroes.geojson (**)
Download polygon array of Veroes map for "Google Maps" :
Veroes.txt
Bounding Box for Veroes Map : ( 10.209345 , -68.637292 , 10.608206 , -68.26 )
Wikipedia ID for Veroes : Q1827306
Wikipedia SPARQL Query for Veroes (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1827306 wdt:P1082 ?population. }
OPTIONAL { wd:Q1827306 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1827306 wdt:P2046 ?area. }
OPTIONAL { wd:Q1827306 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1827306 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1827306 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 Veroes map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.209345, -68.637292, 10.608206, -68.26);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Veroes)
[out:json];
(
rel["name"="Veroes"][type=boundary];
rel["name:en"="Veroes"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Veroes
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Blanca | 10.523960 , -68.555170 |
Agua Linda | 10.395560 , -68.443330 |
Agua Negra | 10.503590 , -68.510260 |
Bella Vista | 10.437430 , -68.427800 |
Carbonero | 10.434060 , -68.587700 |
Central Lucinda | 10.566670 , -68.433330 |
El Chino | 10.450930 , -68.577830 |
El Cienego | 10.426190 , -68.514500 |
El Guayabo | 10.432260 , -68.475330 |
El Indultado | 10.281190 , -68.489300 |
El Milagro | 10.595330 , -68.593760 |
El Milagro | 10.591670 , -68.583330 |
El Torito | 10.419980 , -68.543150 |
El Vegote | 10.533220 , -68.381310 |
Farriar | 10.469670 , -68.558570 |
Guabina | 10.419170 , -68.523630 |
Guarataro | 10.366080 , -68.525980 |
Guarataro | 10.349170 , -68.593690 |
Guasduas | 10.433330 , -68.466670 |
La Esperanza | 10.478260 , -68.466310 |
La Fragua | 10.393430 , -68.551130 |
La Fragua | 10.563330 , -68.546670 |
La Gruta | 10.375670 , -68.547000 |
La Llanada | 10.486220 , -68.406330 |
La Maporita | 10.436300 , -68.439390 |
La Raya | 10.459570 , -68.409540 |
Lapas | 10.433330 , -68.450000 |
Las Penas de Cabria | 10.409060 , -68.464610 |
Las Penitas | 10.411050 , -68.568020 |
Los Canizos | 10.428720 , -68.621670 |
Maporal | 10.384390 , -68.560570 |
Milagros | 10.333330 , -68.500000 |
Palmarejo | 10.489170 , -68.528760 |
Pica del Chino | 10.432940 , -68.576090 |
Pintones | 10.264720 , -68.524170 |
Pueblo Nuevo | 10.423200 , -68.513280 |
Pueblo Nuevo | 10.592530 , -68.556920 |
Rio Chiquito | 10.425890 , -68.416830 |
Taria | 10.426020 , -68.567540 |
Notes:
- You can download geometry data for Veroes 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.