Download outline map of Tekit (geojson format) :
Tekit.geojson (**)
Download polygon array of Tekit map for "Google Maps" :
Tekit.txt
Bounding Box for Tekit Map : ( 20.485846 , -89.397419 , 20.651178 , -89.144331 )
Wikipedia ID for Tekit : Q2588143
Wikipedia SPARQL Query for Tekit (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2588143 wdt:P1082 ?population. }
OPTIONAL { wd:Q2588143 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2588143 wdt:P2046 ?area. }
OPTIONAL { wd:Q2588143 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2588143 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2588143 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 Tekit map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.485846, -89.397419, 20.651178, -89.144331);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tekit)
[out:json];
(
rel["name"="Tekit"][type=boundary];
rel["name:en"="Tekit"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tekit
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chaclumila | 20.528470 , -89.197380 |
Chacsuy | 20.573390 , -89.244060 |
Dolores Aceeh | 20.552100 , -89.288780 |
Holchen | 20.533890 , -89.223610 |
Kankerikche | 20.532170 , -89.355490 |
Kinchahau | 20.533330 , -89.333330 |
Opola | 20.521000 , -89.308520 |
Panabchen | 20.545970 , -89.368380 |
Sacpoconah | 20.619890 , -89.294410 |
Sahcaba | 20.586110 , -89.156940 |
San Antonio Xpip | 20.570830 , -89.365830 |
San Geronimo Telal | 20.590280 , -89.154170 |
San Jose Xkumak | 20.535070 , -89.306550 |
San Pablo | 20.540340 , -89.362010 |
Silil | 20.595830 , -89.322500 |
Tekit | 20.535799 , -89.333037 |
Timul | 20.594150 , -89.356520 |
Tzekela | 20.561760 , -89.360060 |
Ucum | 20.502660 , -89.307830 |
Xcuyutil | 20.641610 , -89.265350 |
Xkuchecan | 20.596260 , -89.322660 |
Yasic | 20.545830 , -89.233330 |
Yax-Ic | 20.538520 , -89.228150 |
Yax-Ol | 20.582560 , -89.213420 |
Notes:
- You can download geometry data for Tekit 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.