Download outline map of Tultitlán (geojson format) :
Tultitlán.geojson (**)
Download polygon array of Tultitlán map for "Google Maps" :
Tultitlán.txt
Bounding Box for Tultitlán Map : ( 19.5723470704 , -99.193280716 , 19.6895801504 , -99.06847512 )
Wikipedia ID for Tultitlán : Q2637430
Wikipedia SPARQL Query for Tultitlán (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2637430 wdt:P1082 ?population. }
OPTIONAL { wd:Q2637430 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2637430 wdt:P2046 ?area. }
OPTIONAL { wd:Q2637430 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2637430 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2637430 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 Tultitlán map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.5723470704, -99.193280716, 19.6895801504, -99.06847512);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tultitlán)
[out:json];
(
rel["name"="Tultitlán"][type=boundary];
rel["name:en"="Tultitlán"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tultitlán
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ampliación San Mateo (Colonia Solidaridad) | 19.611052 , -99.148904 |
Buenavista | 19.604964 , -99.173686 |
Colonia Lázaro Cárdenas (Los Hornos) | 19.630782 , -99.157714 |
Cuidad Labor | 19.625000 , -99.158330 |
Desarrollo Habitacional Agaves | 19.649040 , -99.137240 |
Ejido de San Antonio Tultitlan | 19.580220 , -99.162270 |
El Cerrito | 19.583200 , -99.156750 |
Fuentes del Valle | 19.630031 , -99.137910 |
Las Chinampas | 19.686910 , -99.106490 |
San Pablo de las Salinas | 19.671106 , -99.092139 |
Santa María Cuautepec | 19.629380 , -99.131450 |
Sierra de Guadalupe | 19.592500 , -99.159440 |
Tultitlá de Mariano Escobedo | 19.658687 , -99.151376 |
Tultitlán de Mariano Escobedo | 19.647393 , -99.156156 |
Notes:
- You can download geometry data for Tultitlá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.