Download outline map of Tlahuelilpan (geojson format) :
Tlahuelilpan.geojson (**)
Download polygon array of Tlahuelilpan map for "Google Maps" :
Tlahuelilpan.txt
Bounding Box for Tlahuelilpan Map : ( 20.108426 , -99.24401 , 20.160501 , -99.166056 )
Wikipedia ID for Tlahuelilpan : Q3844546
Wikipedia SPARQL Query for Tlahuelilpan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3844546 wdt:P1082 ?population. }
OPTIONAL { wd:Q3844546 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3844546 wdt:P2046 ?area. }
OPTIONAL { wd:Q3844546 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3844546 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3844546 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 Tlahuelilpan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.108426, -99.24401, 20.160501, -99.166056);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tlahuelilpan)
[out:json];
(
rel["name"="Tlahuelilpan"][type=boundary];
rel["name:en"="Tlahuelilpan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tlahuelilpan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Colonia Cerro de Gomez | 20.135560 , -99.197500 |
Colonia Cuauhtémoc | 20.140942 , -99.238517 |
Colonia Guadalupe (Cerro del Tezontle) | 20.149170 , -99.227220 |
Cuauhtemoc | 20.141140 , -99.239090 |
Dexhe | 20.121490 , -99.232730 |
Ejido Media Luna | 20.135000 , -99.236670 |
El Salitre | 20.126390 , -99.235280 |
La Mercadela | 20.116110 , -99.228610 |
La Providencia | 20.139440 , -99.215280 |
Munitepec de Madero | 20.128151 , -99.201070 |
Tlahuelilpan | 20.130996 , -99.228627 |
Notes:
- You can download geometry data for Tlahuelilpan 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.