Download outline map of Taxisco (geojson format) :
Taxisco.geojson (**)
Download polygon array of Taxisco map for "Google Maps" :
Taxisco.txt
Bounding Box for Taxisco Map : ( 13.879253 , -90.673865 , 14.200696 , -90.418084 )
Wikipedia ID for Taxisco : Q2402116
Wikipedia SPARQL Query for Taxisco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2402116 wdt:P1082 ?population. }
OPTIONAL { wd:Q2402116 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2402116 wdt:P2046 ?area. }
OPTIONAL { wd:Q2402116 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2402116 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2402116 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 Taxisco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](13.879253, -90.673865, 14.200696, -90.418084);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Taxisco)
[out:json];
(
rel["name"="Taxisco"][type=boundary];
rel["name:en"="Taxisco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Taxisco
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Dulce | 13.896110 , -90.453330 |
Delicias del Jobo | 14.116670 , -90.533330 |
El Arenal | 13.923890 , -90.587220 |
El Banco | 13.910830 , -90.532500 |
El Cacahuito | 14.089960 , -90.448080 |
El Castano | 13.980000 , -90.656670 |
El Cintular | 13.983890 , -90.496390 |
El Escobarzal | 13.992500 , -90.540830 |
El Gariton | 13.922780 , -90.600280 |
El Guayabo | 13.928330 , -90.641940 |
El Jobo | 14.100000 , -90.566670 |
El Maneadero | 14.016670 , -90.450000 |
El Panal | 13.996670 , -90.545280 |
El Pumpo | 13.896940 , -90.494720 |
El Sunzo | 13.925280 , -90.619720 |
Hacienda Los Talpetates | 13.994720 , -90.464720 |
La Avellana | 13.919720 , -90.467780 |
La Candelaria | 13.916670 , -90.553610 |
La Curbina | 13.884170 , -90.460000 |
La Isla | 13.913060 , -90.510000 |
La Libertad | 14.083330 , -90.500000 |
La Providencia | 14.031670 , -90.526390 |
La Union | 14.000000 , -90.633330 |
Las Palmas | 13.950830 , -90.461110 |
Las Quechas | 13.906110 , -90.515830 |
Las Victorias | 14.016670 , -90.466670 |
Los Lotes | 14.150000 , -90.500000 |
Monterrico | 13.894170 , -90.480000 |
Nuevo Canchon | 14.150000 , -90.500000 |
San Miguel Aroche | 14.050000 , -90.516670 |
Taxisco | 14.070830 , -90.463060 |
Tepeaco | 14.133330 , -90.550000 |
Notes:
- You can download geometry data for Taxisco 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.