Download outline map of Teopantlán (geojson format) :
Teopantlán.geojson (**)
Download polygon array of Teopantlán map for "Google Maps" :
Teopantlán.txt
Bounding Box for Teopantlán Map : ( 18.609357 , -98.330383 , 18.86041 , -98.168491 )
Wikipedia ID for Teopantlán : Q2449105
Wikipedia SPARQL Query for Teopantlán (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2449105 wdt:P1082 ?population. }
OPTIONAL { wd:Q2449105 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2449105 wdt:P2046 ?area. }
OPTIONAL { wd:Q2449105 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2449105 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2449105 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 Teopantlán map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](18.609357, -98.330383, 18.86041, -98.168491);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Teopantlán)
[out:json];
(
rel["name"="Teopantlán"][type=boundary];
rel["name:en"="Teopantlán"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Teopantlán
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chiltepec | 18.760230 , -98.236840 |
Jalapexco | 18.838950 , -98.300070 |
La Hacienda | 18.754890 , -98.281640 |
Los Reyes | 18.715580 , -98.257660 |
Rincon de Jaimes Zacahuatlan | 18.759500 , -98.274010 |
San Juan | 18.718780 , -98.264140 |
San Martin | 18.717480 , -98.260810 |
San Sebastian | 18.710240 , -98.270600 |
Tecolmuitzo | 18.761860 , -98.247320 |
Teopantlán | 18.712086 , -98.263030 |
Tepoxhuacan | 18.758200 , -98.269290 |
Tonantzintla | 18.844490 , -98.305890 |
Xonacatlan | 18.760430 , -98.260250 |
Notes:
- You can download geometry data for Teopantlán 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.