Download outline map of Temax (geojson format) :
Temax.geojson (**)
Download polygon array of Temax map for "Google Maps" :
Temax.txt
Bounding Box for Temax Map : ( 21.051303 , -89.021434 , 21.294879 , -88.697655 )
Wikipedia ID for Temax : Q2588006
Wikipedia SPARQL Query for Temax (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2588006 wdt:P1082 ?population. }
OPTIONAL { wd:Q2588006 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2588006 wdt:P2046 ?area. }
OPTIONAL { wd:Q2588006 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2588006 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2588006 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 Temax map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](21.051303, -89.021434, 21.294879, -88.697655);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Temax)
[out:json];
(
rel["name"="Temax"][type=boundary];
rel["name:en"="Temax"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Temax
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Balche | 21.080830 , -88.929440 |
Chenche de las Torres | 21.129720 , -88.981390 |
Chenku | 21.133330 , -88.833330 |
Chimay | 21.183330 , -88.966670 |
Chucmichen | 21.229520 , -88.922400 |
Dzitox | 21.233330 , -88.866670 |
Hubichen | 21.083330 , -88.950000 |
Kahuaka | 21.156970 , -89.009810 |
Las Torres de Peon | 21.129660 , -88.980910 |
Pichichen | 21.135280 , -88.918060 |
San Antonio Camara | 21.178610 , -88.858060 |
San Dimas | 21.111050 , -88.929280 |
San Ignacio | 21.259980 , -88.816930 |
San Jose | 21.161110 , -88.888890 |
Santa Cruz | 21.200000 , -88.883330 |
Santiago | 21.144440 , -88.928890 |
Sucuna | 21.125000 , -88.775000 |
Temax | 21.149344 , -88.940019 |
Xkolub | 21.183330 , -88.833330 |
Zucuna | 21.122730 , -88.781300 |
Notes:
- You can download geometry data for Temax 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.