Tlaxcoapan (Hidalgo) Map Cropping Samples
Tlaxcoapan (Hidalgo) Map Cropping Samples-1
Tlaxcoapan (Hidalgo) Map Cropping Samples-2
Tlaxcoapan neighborhoods and villages map with 3D shadow effect
flag map of Tlaxcoapan with 3D shadow effect
Tlaxcoapan map with 3d shadow effect
Download outline map of Tlaxcoapan (geojson format) :
Tlaxcoapan.geojson (**)
Download polygon array of Tlaxcoapan map for "Google Maps" :
Tlaxcoapan.txt
Bounding Box for Tlaxcoapan Map : ( 20.064395 , -99.291344 , 20.127739 , -99.178399 )
Wikipedia ID for Tlaxcoapan : Q2882111
Wikipedia SPARQL Query for Tlaxcoapan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2882111 wdt:P1082 ?population. }
OPTIONAL { wd:Q2882111 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2882111 wdt:P2046 ?area. }
OPTIONAL { wd:Q2882111 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2882111 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2882111 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 Tlaxcoapan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.064395, -99.291344, 20.127739, -99.178399);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tlaxcoapan)
[out:json];
(
rel["name"="Tlaxcoapan"][type=boundary];
rel["name:en"="Tlaxcoapan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tlaxcoapan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Camino a Puente Negro | 20.085560 , -99.207780 |
Camino al Tecolote | 20.088510 , -99.202690 |
Doxey | 20.089089 , -99.241263 |
Ejido Grande | 20.093930 , -99.203380 |
El Gavillero | 20.124170 , -99.249440 |
El Monte | 20.104440 , -99.269170 |
El Sauz | 20.120320 , -99.205530 |
Los Olivos | 20.097780 , -99.212780 |
Teltipán de Juárez | 20.115965 , -99.197133 |
Tlaxcoapan | 20.090965 , -99.221175 |
Notes:
- You can download geometry data for Tlaxcoapan 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.