Download outline map of Tlaxco (geojson format) :
Tlaxco.geojson (**)
Download polygon array of Tlaxco map for "Google Maps" :
Tlaxco.txt
Bounding Box for Tlaxco Map : ( 20.356279 , -98.099733 , 20.448584 , -98.004403 )
Wikipedia ID for Tlaxco : Q960927
Wikipedia SPARQL Query for Tlaxco (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q960927 wdt:P1082 ?population. }
OPTIONAL { wd:Q960927 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q960927 wdt:P2046 ?area. }
OPTIONAL { wd:Q960927 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q960927 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q960927 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 Tlaxco map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.356279, -98.099733, 20.448584, -98.004403);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tlaxco)
[out:json];
(
rel["name"="Tlaxco"][type=boundary];
rel["name:en"="Tlaxco"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tlaxco
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altamira | 20.395930 , -98.082030 |
Buena Vista | 20.408070 , -98.053560 |
Cerro Pelon | 20.392450 , -98.046300 |
Chipotla | 20.381510 , -98.065130 |
Comalapa | 20.434490 , -98.033860 |
Cuaxtla | 20.372940 , -98.072720 |
Dos Caminos | 20.403860 , -98.069730 |
El Alamo | 20.374170 , -98.041670 |
El Arroyo | 20.405030 , -98.020370 |
El Cucharal | 20.422420 , -98.038270 |
El Mogote | 20.389910 , -98.054210 |
La Anaya | 20.425890 , -98.068690 |
La Candelaria | 20.392850 , -98.007470 |
La Lagunilla | 20.396880 , -98.013270 |
La Victoria | 20.385520 , -98.071540 |
Lindavista Dos | 20.394200 , -98.088260 |
Loma Bonita | 20.387700 , -98.080910 |
Los Naranjos | 20.412820 , -98.033580 |
Ocopetatitla | 20.362590 , -98.063440 |
Pena Blanca | 20.402720 , -98.025510 |
Tlaxco | 20.421812 , -98.028195 |
Notes:
- You can download geometry data for Tlaxco 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.