Download outline map of Chocholá (geojson format) :
Chocholá.geojson (**)
Download polygon array of Chocholá map for "Google Maps" :
Chocholá.txt
Bounding Box for Chocholá Map : ( 20.627678 , -90.018531 , 20.825409 , -89.714375 )
Wikipedia ID for Chocholá : Q2576853
Wikipedia SPARQL Query for Chocholá (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2576853 wdt:P1082 ?population. }
OPTIONAL { wd:Q2576853 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2576853 wdt:P2046 ?area. }
OPTIONAL { wd:Q2576853 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2576853 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2576853 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 Chocholá map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.627678, -90.018531, 20.825409, -89.714375);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Chocholá)
[out:json];
(
rel["name"="Chocholá"][type=boundary];
rel["name:en"="Chocholá"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Chocholá
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altamira | 20.750000 , -89.916670 |
Chable | 20.750000 , -89.866670 |
Chocholá | 20.749024 , -89.831651 |
Cholul | 20.716670 , -89.866670 |
Nabula | 20.666670 , -89.750000 |
Nicanche | 20.736670 , -89.956390 |
San Antonio Mulix | 20.667980 , -89.754560 |
San Francisco | 20.722200 , -89.844190 |
San Luis Tres | 20.752220 , -89.856110 |
Notes:
- You can download geometry data for Chocholá 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.