Download outline map of Tekom (geojson format) :
Tekom.geojson (**)
Download polygon array of Tekom map for "Google Maps" :
Tekom.txt
Bounding Box for Tekom Map : ( 20.374136 , -88.528605 , 20.627323 , -88.235624 )
Wikipedia ID for Tekom : Q2657279
Wikipedia SPARQL Query for Tekom (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2657279 wdt:P1082 ?population. }
OPTIONAL { wd:Q2657279 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2657279 wdt:P2046 ?area. }
OPTIONAL { wd:Q2657279 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2657279 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2657279 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 Tekom map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.374136, -88.528605, 20.627323, -88.235624);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tekom)
[out:json];
(
rel["name"="Tekom"][type=boundary];
rel["name:en"="Tekom"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tekom
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Blanca Flor | 20.526110 , -88.343330 |
Celfun | 20.458330 , -88.466670 |
Chibilub | 20.436540 , -88.394000 |
Chindzonot | 20.514840 , -88.420090 |
Cokel | 20.459700 , -88.405210 |
Crucero | 20.550000 , -88.333330 |
Jul-Ha | 20.471040 , -88.508790 |
Luch | 20.450000 , -88.400000 |
Muchucuxcah | 20.477900 , -88.451190 |
Pocbichen | 20.462190 , -88.481930 |
Salu | 20.568040 , -88.255270 |
San Andres | 20.603610 , -88.271110 |
San Fernando | 20.564970 , -88.315470 |
San Ramon | 20.561000 , -88.328820 |
Tekom | 20.600760 , -88.264336 |
Tzacal | 20.529760 , -88.398250 |
X-Copchen | 20.426460 , -88.434350 |
X-Habin | 20.446660 , -88.427400 |
Xikinku | 20.416670 , -88.450000 |
Yocop | 20.416670 , -88.416670 |
Zucil | 20.581360 , -88.286870 |
Notes:
- You can download geometry data for Tekom 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.