Download outline map of Izamal (geojson format) :
Izamal.geojson (**)
Download polygon array of Izamal map for "Google Maps" :
Izamal.txt
Bounding Box for Izamal Map : ( 20.761863 , -89.194058 , 21.005039 , -88.808099 )
Wikipedia ID for Izamal : Q2576941
Wikipedia SPARQL Query for Izamal (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2576941 wdt:P1082 ?population. }
OPTIONAL { wd:Q2576941 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2576941 wdt:P2046 ?area. }
OPTIONAL { wd:Q2576941 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2576941 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2576941 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 Izamal map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.761863, -89.194058, 21.005039, -88.808099);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Izamal)
[out:json];
(
rel["name"="Izamal"][type=boundary];
rel["name:en"="Izamal"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Izamal
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Balantun | 20.924480 , -88.910140 |
| Chacon | 20.958890 , -89.023610 |
| Cheut | 20.990790 , -89.018980 |
| Chichihu | 20.916670 , -89.033330 |
| Citilcum | 20.951460 , -89.118050 |
| Cuauhtemoc | 20.887610 , -88.999570 |
| Ebula | 20.893950 , -89.013820 |
| Ix-Kip | 20.811880 , -89.002480 |
| Izamal | 20.933578 , -89.020095 |
| Kanan | 20.980560 , -88.970830 |
| Kancabchen | 20.942500 , -88.934720 |
| Kaxmax | 20.929140 , -89.153290 |
| Kimbilá | 20.933807 , -89.124111 |
| Kimbila | 20.932870 , -89.126000 |
| Noptunchen | 20.983330 , -88.966670 |
| Nuestra Senora de los Angeles | 20.939440 , -89.046110 |
| Popola | 20.850280 , -88.994720 |
| Sacnicte | 20.966670 , -88.983330 |
| San Antonio Xiitz | 20.910680 , -89.100130 |
| San Dimas | 20.832420 , -89.037100 |
| San Jose Tzacan | 20.912210 , -89.118150 |
| San Pedro | 20.853710 , -89.011920 |
| San Yazke | 20.950280 , -89.109720 |
| Santa Cruz | 20.966670 , -88.983330 |
| Santa Maria | 20.847520 , -89.035580 |
| Sitilpech | 20.940490 , -88.956770 |
| Tebec | 20.933660 , -88.997150 |
| Tesip | 20.950000 , -89.066670 |
| Theco | 20.888060 , -89.067110 |
| Tzacala | 20.978100 , -89.050880 |
| Tzurutoc | 20.897230 , -89.139250 |
| Xanaba | 20.836110 , -89.013720 |
| Xexeju | 20.886960 , -89.030920 |
Notes:
- You can download geometry data for Izamal 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.