Download outline map of Tlalchapa (geojson format) :
Tlalchapa.geojson (**)
Download polygon array of Tlalchapa map for "Google Maps" :
Tlalchapa.txt
Bounding Box for Tlalchapa Map : ( 18.300473 , -100.559736 , 18.623926 , -100.284149 )
Wikipedia ID for Tlalchapa : Q7810698
Wikipedia SPARQL Query for Tlalchapa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q7810698 wdt:P1082 ?population. }
OPTIONAL { wd:Q7810698 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q7810698 wdt:P2046 ?area. }
OPTIONAL { wd:Q7810698 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q7810698 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q7810698 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 Tlalchapa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](18.300473, -100.559736, 18.623926, -100.284149);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tlalchapa)
[out:json];
(
rel["name"="Tlalchapa"][type=boundary];
rel["name:en"="Tlalchapa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tlalchapa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cacanicua (Cacanicua de Abajo) | 18.584270 , -100.443160 |
Chapultepec | 18.361360 , -100.532670 |
Chucumpun | 18.408280 , -100.531590 |
Colonia el Deposito | 18.421040 , -100.476720 |
Cuauhlotitlan | 18.345770 , -100.328510 |
Cuauhtemoc | 18.343560 , -100.382170 |
El Aguacate | 18.394630 , -100.535350 |
El Anono | 18.497420 , -100.393090 |
El Barro | 18.487210 , -100.389210 |
El Charco | 18.389100 , -100.512280 |
El Coco | 18.498070 , -100.482110 |
El Higo | 18.608670 , -100.436350 |
El Rancho Boca de la Barranca | 18.532070 , -100.483370 |
El Salto | 18.613160 , -100.446170 |
El Tamarindo del Rio | 18.348660 , -100.310960 |
Huaxquial | 18.361830 , -100.467200 |
Huertas la Cienega | 18.393540 , -100.484500 |
La Cacanicua de Arriba | 18.598030 , -100.446540 |
La Ceiba (Las Ceibas) | 18.506000 , -100.393410 |
La Laguna | 18.541560 , -100.461460 |
La Lata | 18.499880 , -100.386930 |
La Montana | 18.363410 , -100.309760 |
La Rueda | 18.614660 , -100.469140 |
La Tinaja | 18.391060 , -100.331890 |
Los Nopales | 18.380560 , -100.482220 |
Otlatepec (Agua del Padre) | 18.508890 , -100.498890 |
Paso del Cascalote | 18.551650 , -100.470980 |
Puerto de Allende (Puerta de Arriba) | 18.401110 , -100.412220 |
Rancho el Recodo | 18.395490 , -100.475950 |
San Jacinto | 18.444570 , -100.487920 |
San Juan | 18.372220 , -100.465110 |
San Miguel Tecomatlan | 18.318170 , -100.402110 |
San Vicente | 18.499580 , -100.393370 |
Tlalchapa | 18.410105 , -100.476732 |
Tlanexpa | 18.332460 , -100.450840 |
Villa Madero | 18.411200 , -100.448570 |
Notes:
- You can download geometry data for Tlalchapa 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.