Download outline map of Motul (geojson format) :
Motul.geojson (**)
Download polygon array of Motul map for "Google Maps" :
Motul.txt
Bounding Box for Motul Map : ( 21.017923 , -89.438145 , 21.312631 , -89.118719 )
Wikipedia ID for Motul : Q1905586
Wikipedia SPARQL Query for Motul (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1905586 wdt:P1082 ?population. }
OPTIONAL { wd:Q1905586 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1905586 wdt:P2046 ?area. }
OPTIONAL { wd:Q1905586 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1905586 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1905586 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 Motul map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](21.017923, -89.438145, 21.312631, -89.118719);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Motul)
[out:json];
(
rel["name"="Motul"][type=boundary];
rel["name:en"="Motul"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Motul
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Canutillo | 21.160360 , -89.277630 |
Chemal | 21.050000 , -89.266670 |
Chovenche | 21.183330 , -89.383330 |
Dzina | 21.047830 , -89.288390 |
Dzununcan | 21.100000 , -89.255830 |
Hili | 21.131230 , -89.356160 |
Hubichen | 21.035560 , -89.255000 |
Kambul | 21.094510 , -89.202440 |
Kancabal | 21.109720 , -89.259440 |
Kancabchen Rancho | 21.063980 , -89.234380 |
Kancabchen Uci | 21.170000 , -89.240280 |
Kaxatah | 21.095000 , -89.253890 |
Kini | 21.135570 , -89.316910 |
Komchen Martinez | 21.153280 , -89.263850 |
Kopte | 21.055460 , -89.230710 |
La Asuncion | 21.148150 , -89.338780 |
Las Codornices | 21.110280 , -89.294720 |
Mesatunych | 21.076170 , -89.202550 |
Miguel Hidalgo y Costilla | 21.069440 , -89.280560 |
Motul de Carrillo Puerto | 21.096760 , -89.282062 |
Pedz Balam | 21.230220 , -89.408910 |
Pixoy | 21.283330 , -89.416670 |
Sabacnah | 21.078060 , -89.264440 |
Sacapuc | 21.165440 , -89.355830 |
Sakola | 21.101390 , -89.325830 |
San Pedro Camara | 21.056950 , -89.216370 |
San Pedro Chacabal | 21.134910 , -89.193080 |
San Pedro Chakabal | 21.133330 , -89.187500 |
Santa Cruz Pachon | 21.077220 , -89.281940 |
Santa Maria | 21.188360 , -89.344770 |
Santa Maria Halal | 21.271020 , -89.415950 |
Santa Teresa Uci | 21.147090 , -89.224090 |
Tanya | 21.111110 , -89.247680 |
Texan Espejo | 21.111440 , -89.309240 |
Ticopo | 21.134500 , -89.298900 |
Timul | 21.192960 , -89.390510 |
Ucí | 21.127240 , -89.269410 |
Notes:
- You can download geometry data for Motul 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.