Download outline map of Tlanalapa (geojson format) :
Tlanalapa.geojson (**)
Download polygon array of Tlanalapa map for "Google Maps" :
Tlanalapa.txt
Bounding Box for Tlanalapa Map : ( 19.764923 , -98.660659 , 19.891789 , -98.500392 )
Wikipedia ID for Tlanalapa : Q3844703
Wikipedia SPARQL Query for Tlanalapa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3844703 wdt:P1082 ?population. }
OPTIONAL { wd:Q3844703 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3844703 wdt:P2046 ?area. }
OPTIONAL { wd:Q3844703 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3844703 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3844703 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 Tlanalapa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.764923, -98.660659, 19.891789, -98.500392);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tlanalapa)
[out:json];
(
rel["name"="Tlanalapa"][type=boundary];
rel["name:en"="Tlanalapa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tlanalapa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ayahualuco | 19.800000 , -98.616670 |
Bella Vista | 19.863780 , -98.565520 |
Benito Juarez | 19.829140 , -98.609260 |
Calaveras | 19.855120 , -98.529030 |
Carlota | 19.869520 , -98.525420 |
Colonia Kilometro 27 | 19.853500 , -98.570720 |
Colonia Miguel Hidalgo | 19.833530 , -98.614080 |
Kilometro Veintisiete | 19.853140 , -98.571010 |
La Trinidad | 19.875350 , -98.541920 |
Rancho el Nopalito | 19.776580 , -98.595850 |
San Francisco la Palomas | 19.830990 , -98.596560 |
San Gregorio | 19.860510 , -98.538790 |
San Isidro | 19.789270 , -98.591410 |
San Miguel Amiltepec | 19.838090 , -98.646110 |
San Vicente | 19.784060 , -98.581780 |
Silverio Hernandez Perez | 19.801250 , -98.595120 |
Tepechichilco | 19.872450 , -98.563200 |
Tlanalapa | 19.817866 , -98.602471 |
Notes:
- You can download geometry data for Tlanalapa 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.