Download outline map of La Virtud (geojson format) :
La Virtud.geojson (**)
Download polygon array of La Virtud map for "Google Maps" :
La Virtud.txt
Bounding Box for La Virtud Map : ( 14.009441 , -88.739098 , 14.140099 , -88.635864 )
Wikipedia ID for La Virtud : Q2394130
Wikipedia SPARQL Query for La Virtud (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2394130 wdt:P1082 ?population. }
OPTIONAL { wd:Q2394130 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2394130 wdt:P2046 ?area. }
OPTIONAL { wd:Q2394130 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2394130 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2394130 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 La Virtud map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.009441, -88.739098, 14.140099, -88.635864);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (La Virtud)
[out:json];
(
rel["name"="La Virtud"][type=boundary];
rel["name:en"="La Virtud"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Virtud
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Apantes | 14.100000 , -88.666670 |
Catulaca | 14.116670 , -88.683330 |
Cucurucho | 14.100000 , -88.700000 |
El Limon | 14.066670 , -88.666670 |
El Morral | 14.050000 , -88.666670 |
El Tablon | 14.133330 , -88.666670 |
El Zope | 14.116670 , -88.666670 |
Guajiniquil | 14.083330 , -88.700000 |
La Apintal | 14.116670 , -88.700000 |
La Cuesta | 14.066670 , -88.716670 |
La Haciendita | 14.033330 , -88.666670 |
La Trinidad | 14.133330 , -88.666670 |
La Virtud | 14.050000 , -88.700000 |
Las Cuevas | 14.100000 , -88.683330 |
Las Veguitas | 14.100000 , -88.683330 |
Los Filos | 14.083330 , -88.733330 |
Piedra Grande | 14.100000 , -88.683330 |
Plan de las Penas | 14.116670 , -88.700000 |
Portillo de la Quesera | 14.116670 , -88.666670 |
Potrerito | 14.083330 , -88.733330 |
Roblar Tupido | 14.100000 , -88.683330 |
San Francisco | 14.100000 , -88.666670 |
San Jose | 14.083330 , -88.733330 |
San Juan | 14.100000 , -88.716670 |
San Pablo | 14.100000 , -88.716670 |
Talquinte | 14.083330 , -88.733330 |
Tierra Blanca | 14.133330 , -88.666670 |
Notes:
- You can download geometry data for La Virtud 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.