Download outline map of Tacuba (geojson format) :
Tacuba.geojson (**)
Download polygon array of Tacuba map for "Google Maps" :
Tacuba.txt
Bounding Box for Tacuba Map : ( 13.786554 , -90.038 , 13.967576 , -89.880916 )
Wikipedia ID for Tacuba : Q1283898
Wikipedia SPARQL Query for Tacuba (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1283898 wdt:P1082 ?population. }
OPTIONAL { wd:Q1283898 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1283898 wdt:P2046 ?area. }
OPTIONAL { wd:Q1283898 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1283898 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1283898 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 Tacuba map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.786554, -90.038, 13.967576, -89.880916);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tacuba)
[out:json];
(
rel["name"="Tacuba"][type=boundary];
rel["name:en"="Tacuba"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tacuba
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Fria | 13.901670 , -90.000000 |
El Chaguite | 13.933330 , -90.000000 |
El Durazneno | 13.950000 , -90.000000 |
El Jicaro | 13.900000 , -89.950000 |
El Nispero | 13.865280 , -89.898610 |
El Palmo | 13.883330 , -89.950000 |
El Rodeo | 13.941670 , -89.942500 |
El Rosario | 13.900000 , -89.916670 |
El Sincuyo | 13.882220 , -89.945830 |
El Sunza | 13.907780 , -90.004720 |
Hacienda El Imposible | 13.866670 , -89.983330 |
La Angostura | 13.925560 , -90.010000 |
La Cabana | 13.908890 , -90.034170 |
La Montana | 13.851110 , -89.893890 |
La Pandeadura | 13.883330 , -89.900000 |
La Puerta | 13.908060 , -89.906940 |
Las Colinas | 13.866670 , -89.916670 |
Llano Grande | 13.913890 , -90.004440 |
Loma Larga | 13.927500 , -89.927500 |
Lomas El Zope | 13.910280 , -90.035280 |
San Juan | 13.933330 , -89.950000 |
San Luis | 13.916670 , -89.950000 |
San Rafael | 13.933330 , -89.933330 |
Tacuba | 13.901110 , -89.929720 |
Notes:
- You can download geometry data for Tacuba 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.