Download outline map of Tolcayuca (geojson format) :
Tolcayuca.geojson (**)
Download polygon array of Tolcayuca map for "Google Maps" :
Tolcayuca.txt
Bounding Box for Tolcayuca Map : ( 19.875888 , -98.999779 , 20.053044 , -98.854824 )
Wikipedia ID for Tolcayuca : Q27796582
Wikipedia SPARQL Query for Tolcayuca (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q27796582 wdt:P1082 ?population. }
OPTIONAL { wd:Q27796582 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27796582 wdt:P2046 ?area. }
OPTIONAL { wd:Q27796582 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27796582 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27796582 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 Tolcayuca map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.875888, -98.999779, 20.053044, -98.854824);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tolcayuca)
[out:json];
(
rel["name"="Tolcayuca"][type=boundary];
rel["name:en"="Tolcayuca"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tolcayuca
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Almacen | 19.942170 , -98.887330 |
El Cohetero | 19.989030 , -98.934740 |
El Pleito | 19.911380 , -98.916020 |
General Felipe Ángeles (Los Ángeles) | 19.894136 , -98.927742 |
Gumaro Ramirez | 19.947290 , -98.927440 |
Huaquiluca | 19.903590 , -98.866210 |
La Biznaga | 20.010430 , -98.909190 |
La Canada | 19.950000 , -98.966670 |
La Gloria Escondida (Rancho de la Cruz) | 19.884990 , -98.917920 |
Las Palomas | 19.932700 , -98.960260 |
Lomas de San Miguel | 19.892620 , -98.918150 |
Lomas del Alamo | 19.969170 , -98.932220 |
Los Pinos [Granja] | 19.947220 , -98.906670 |
Mambru | 20.033330 , -98.950000 |
Maria Guadalupe Figueroa Gutierrez | 19.899080 , -98.925040 |
Matias Rodriguez el Mambru | 20.039150 , -98.951460 |
San Miguel Eyacalco | 19.901110 , -98.909170 |
Santiago Tlajomulco | 19.986930 , -98.915550 |
Tolcayuca | 19.957983 , -98.919580 |
Vicente Guerrero (San Javier) | 19.949910 , -98.901350 |
Notes:
- You can download geometry data for Tolcayuca 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.