Download outline map of Ticul (geojson format) :
Ticul.geojson (**)
Download polygon array of Ticul map for "Google Maps" :
Ticul.txt
Bounding Box for Ticul Map : ( 20.246506 , -89.728404 , 20.483306 , -89.427532 )
Wikipedia ID for Ticul : Q2657301
Wikipedia SPARQL Query for Ticul (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2657301 wdt:P1082 ?population. }
OPTIONAL { wd:Q2657301 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2657301 wdt:P2046 ?area. }
OPTIONAL { wd:Q2657301 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2657301 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2657301 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 Ticul map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.246506, -89.728404, 20.483306, -89.427532);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ticul)
[out:json];
(
rel["name"="Ticul"][type=boundary];
rel["name:en"="Ticul"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ticul
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Balanchechen | 20.466670 , -89.516670 |
Balantunil | 20.375000 , -89.525000 |
Brasilia | 20.402220 , -89.564720 |
Chaytania [SRI] | 20.416940 , -89.515280 |
Luna | 20.433330 , -89.500000 |
Plan Chac Numero Seis | 20.418330 , -89.551390 |
Plan Chac Pozo Cinco | 20.412220 , -89.548610 |
Pustunich | 20.369140 , -89.511870 |
Sac-Akal | 20.386110 , -89.654170 |
San Enrique | 20.367220 , -89.506670 |
San Joaquin | 20.400000 , -89.550000 |
San Juan | 20.386940 , -89.550000 |
Santa Catarina | 20.322220 , -89.447220 |
Santa Maria | 20.396110 , -89.576670 |
Tabi | 20.272560 , -89.512790 |
Ticul | 20.397802 , -89.537311 |
Xocneceh | 20.333330 , -89.483330 |
Xtuc | 20.409720 , -89.520280 |
Yaxhon | 20.265220 , -89.488660 |
Yocat | 20.420710 , -89.590770 |
Yotholin | 20.327860 , -89.454290 |
Notes:
- You can download geometry data for Ticul 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.