Download outline map of Tlaxcala (geojson format) :
Tlaxcala.geojson (**)
Download polygon array of Tlaxcala map for "Google Maps" :
Tlaxcala.txt
Bounding Box for Tlaxcala Map : ( 19.261318 , -98.294453 , 19.374779 , -98.193991 )
Wikipedia ID for Tlaxcala : Q6147713
Wikipedia SPARQL Query for Tlaxcala (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q6147713 wdt:P1082 ?population. }
OPTIONAL { wd:Q6147713 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q6147713 wdt:P2046 ?area. }
OPTIONAL { wd:Q6147713 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q6147713 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q6147713 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 Tlaxcala map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.261318, -98.294453, 19.374779, -98.193991);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tlaxcala)
[out:json];
(
rel["name"="Tlaxcala"][type=boundary];
rel["name:en"="Tlaxcala"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tlaxcala
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acuitlapilco | 19.273330 , -98.235420 |
Aculco | 19.292340 , -98.278030 |
Atempan | 19.326370 , -98.218440 |
Atlahapa | 19.285830 , -98.223940 |
Cruz Blanca | 19.367390 , -98.217530 |
Cuauhtelulpan | 19.298980 , -98.266770 |
La Candelaria Teotlalpan | 19.333090 , -98.222660 |
La Era | 19.370800 , -98.219980 |
La Trinidad Tepehitec | 19.309098 , -98.254678 |
Metepec | 19.280310 , -98.255610 |
Ocotlán | 19.312344 , -98.222332 |
Rancho Cruz Blanca (San Isidro) | 19.354930 , -98.212250 |
San Buenaventura Atempan | 19.325005 , -98.219494 |
San Diego Metepec | 19.281775 , -98.254962 |
San Esteban Tizatlán | 19.342031 , -98.214635 |
San Gabriel Cuauhtla | 19.305060 , -98.235421 |
San Hipólito Chimalpa | 19.319520 , -98.249424 |
San Lucas Cuauhtelulpan | 19.293242 , -98.269919 |
San Sebastián Atlahapa | 19.290563 , -98.222233 |
Santa María Acuitlapilco | 19.280153 , -98.238743 |
Santa María Ixtulco | 19.327682 , -98.207217 |
Tepehitec | 19.309390 , -98.260680 |
Tlamapa | 19.323610 , -98.245830 |
Tlaxcala de Xicohténcatl | 19.317028 , -98.239127 |
Notes:
- You can download geometry data for Tlaxcala 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.