Download outline map of Tovar (geojson format) :
Tovar.geojson (**)
Download polygon array of Tovar map for "Google Maps" :
Tovar.txt
Bounding Box for Tovar Map : ( 10.32 , -67.472001 , 10.542889 , -67.161633 )
Wikipedia ID for Tovar : Q2421221
Wikipedia SPARQL Query for Tovar (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2421221 wdt:P1082 ?population. }
OPTIONAL { wd:Q2421221 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2421221 wdt:P2046 ?area. }
OPTIONAL { wd:Q2421221 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2421221 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2421221 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 Tovar map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](10.32, -67.472001, 10.542889, -67.161633);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tovar)
[out:json];
(
rel["name"="Tovar"][type=boundary];
rel["name:en"="Tovar"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tovar
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atravesado | 10.367780 , -67.314440 |
Bracen | 10.350000 , -67.400000 |
Capachal | 10.386720 , -67.311270 |
Capachalito | 10.380000 , -67.287220 |
Chaguaramos | 10.512800 , -67.408090 |
Colonia Tovar | 10.408890 , -67.290350 |
Cueva de Perico | 10.350000 , -67.283330 |
Cujicito | 10.355480 , -67.209830 |
Cuyay | 10.533330 , -67.466670 |
El Cedral | 10.361680 , -67.209340 |
El Rosario | 10.383330 , -67.366670 |
El Tuy | 10.352780 , -67.227220 |
El Zamuro | 10.350000 , -67.400000 |
Gabante | 10.350000 , -67.333330 |
Geremba | 10.425000 , -67.239440 |
Hernandez | 10.370410 , -67.218090 |
Jarillo | 10.350040 , -67.175000 |
La Canoa | 10.349670 , -67.280960 |
La Cienaga | 10.341220 , -67.198870 |
La Lagunita | 10.395030 , -67.316670 |
La Loma | 10.330100 , -67.377090 |
La Mora | 10.367780 , -67.320560 |
La Peonia | 10.369630 , -67.272590 |
La Providencia | 10.455630 , -67.384060 |
Las Horas | 10.366670 , -67.316670 |
Maya | 10.354400 , -67.257430 |
Melendez | 10.349440 , -67.176670 |
Oficina Acosta | 10.350000 , -67.383330 |
Olivares | 10.483330 , -67.400000 |
Palmarito | 10.391670 , -67.275000 |
Puerto Maya | 10.533330 , -67.400000 |
Quiripital | 10.332990 , -67.179770 |
San Antonio | 10.443860 , -67.371760 |
Notes:
- You can download geometry data for Tovar 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.