Download outline map of Tonila (geojson format) :
Tonila.geojson (**)
Download polygon array of Tonila map for "Google Maps" :
Tonila.txt
Bounding Box for Tonila Map : ( 19.337945 , -103.618277 , 19.520606 , -103.458844 )
Wikipedia ID for Tonila : Q3175276
Wikipedia SPARQL Query for Tonila (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3175276 wdt:P1082 ?population. }
OPTIONAL { wd:Q3175276 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3175276 wdt:P2046 ?area. }
OPTIONAL { wd:Q3175276 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3175276 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3175276 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 Tonila map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.337945, -103.618277, 19.520606, -103.458844);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tonila)
[out:json];
(
rel["name"="Tonila"][type=boundary];
rel["name:en"="Tonila"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tonila
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atenguillo | 19.430400 , -103.565570 |
Cachepehual | 19.409690 , -103.501520 |
Caucentla | 19.450930 , -103.584460 |
Cofradia | 19.436460 , -103.560420 |
Ejido Poblado Juan Barragan | 19.480560 , -103.533890 |
El Agostadero | 19.473840 , -103.545340 |
El Embudo | 19.413030 , -103.563790 |
El Fresnal | 19.446260 , -103.570560 |
El Piloto | 19.401940 , -103.540560 |
Estacion Tonilita | 19.343090 , -103.487340 |
Estacion Villegas | 19.405790 , -103.467040 |
La Esperanza | 19.393030 , -103.528590 |
La Nueva Esperanza | 19.407120 , -103.527590 |
Las Coronas | 19.398950 , -103.542570 |
Los Guzmanes | 19.418610 , -103.553610 |
Los Pinitos | 19.425560 , -103.537780 |
Pinar del Chayan | 19.406540 , -103.538580 |
San Marcos | 19.445511 , -103.506049 |
Tenexcamilpa | 19.400000 , -103.483330 |
Tenexcamilpa | 19.407040 , -103.485030 |
Tonila | 19.411013 , -103.548695 |
Notes:
- You can download geometry data for Tonila 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.