Download outline map of Dzemul (geojson format) :
Dzemul.geojson (**)
Download polygon array of Dzemul map for "Google Maps" :
Dzemul.txt
Bounding Box for Dzemul Map : ( 21.164499 , -89.453328 , 21.338616 , -89.26617 )
Wikipedia ID for Dzemul : Q2466529
Wikipedia SPARQL Query for Dzemul (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2466529 wdt:P1082 ?population. }
OPTIONAL { wd:Q2466529 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2466529 wdt:P2046 ?area. }
OPTIONAL { wd:Q2466529 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2466529 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2466529 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 Dzemul map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](21.164499, -89.453328, 21.338616, -89.26617);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Dzemul)
[out:json];
(
rel["name"="Dzemul"][type=boundary];
rel["name:en"="Dzemul"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Dzemul
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chen Kim | 21.285930 , -89.326590 |
Chenbacab | 21.255790 , -89.351280 |
Dzemul | 21.209552 , -89.308807 |
Esperanza | 21.222040 , -89.340050 |
Komchen Millet | 21.213560 , -89.327340 |
Las Magnolias | 21.191110 , -89.323060 |
Otzil | 21.228840 , -89.356860 |
Paak | 21.268170 , -89.377720 |
Paraiso | 21.278180 , -89.345020 |
San Agustin | 21.261140 , -89.364400 |
San Andres | 21.216670 , -89.333330 |
San Benito | 21.323330 , -89.439440 |
San Bruno | 21.330280 , -89.391110 |
San Diego Guerra | 21.238270 , -89.305880 |
San Eduardo | 21.233250 , -89.276110 |
San Gregorio | 21.293980 , -89.370970 |
San Martin | 21.260390 , -89.357870 |
Santo Domingo | 21.253680 , -89.318290 |
Tres Cruces | 21.269900 , -89.320710 |
Tzcalerachen | 21.268840 , -89.313210 |
Xtampu | 21.334170 , -89.348610 |
Xtampu | 21.333360 , -89.353970 |
Notes:
- You can download geometry data for Dzemul 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.