Download outline map of Vistahermosa (geojson format) :
Vistahermosa.geojson (**)
Download polygon array of Vistahermosa map for "Google Maps" :
Vistahermosa.txt
Bounding Box for Vistahermosa Map : ( 2.324642 , -74.056713 , 3.2172 , -73.070702 )
Wikipedia ID for Vistahermosa : Q1442495
Wikipedia SPARQL Query for Vistahermosa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1442495 wdt:P1082 ?population. }
OPTIONAL { wd:Q1442495 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1442495 wdt:P2046 ?area. }
OPTIONAL { wd:Q1442495 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1442495 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1442495 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 Vistahermosa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](2.324642, -74.056713, 3.2172, -73.070702);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Vistahermosa)
[out:json];
(
rel["name"="Vistahermosa"][type=boundary];
rel["name:en"="Vistahermosa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Vistahermosa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Carpintero | 2.791670 , -73.815280 |
Caserio Agualinda Santodomingo | 2.859920 , -73.799890 |
Caserio Albania | 3.070590 , -73.806970 |
Caserio Charco Los Moriches | 2.412690 , -73.214070 |
Caserio El Triunfo | 2.936550 , -73.830210 |
Caserio Garganta | 2.935000 , -73.586750 |
Caserio La Esmeralda | 2.904280 , -73.762110 |
Caserio Maracaibo | 3.017380 , -73.841500 |
Caserio Puerto Alegre | 3.001360 , -73.714640 |
Caserio Puerto Lucas | 3.107900 , -73.775160 |
Corozal | 3.141670 , -73.737780 |
Cunimia | 3.159170 , -73.593890 |
El Condor | 2.963010 , -73.443570 |
El Jardin | 3.075790 , -73.819570 |
Guani | 2.921650 , -73.632720 |
Guapaya | 3.006940 , -73.731940 |
Hato Corozal | 3.187500 , -73.758330 |
Hato Talanquera | 3.054610 , -73.696370 |
Inspeccion de Policia Pinalito | 2.974540 , -73.674470 |
La Espanola | 2.951580 , -73.709050 |
Las Balsas | 3.147380 , -73.745870 |
Las Balsas | 3.150000 , -73.766670 |
Lejias | 3.114730 , -73.655190 |
Los Andes | 3.024440 , -73.670350 |
San Jose | 2.383060 , -73.267710 |
Vista Hermosa | 3.124280 , -73.751560 |
Notes:
- You can download geometry data for Vistahermosa 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.