Xocchel (Yucatán) Map Cropping Samples

Xocchel (Yucatán) Map Cropping Samples-1

Xocchel (Yucatán) Map Cropping Samples-2

Xocchel neighborhoods and villages map with 3D shadow effect

flag map of Xocchel with 3D shadow effect

Xocchel map with 3d shadow effect
 
 
Download outline map of Xocchel (geojson format) : 
Xocchel.geojson (**)
Download polygon array of Xocchel map for "Google Maps" : 
Xocchel.txt
Bounding Box for Xocchel Map : ( 20.738252 , -89.21751 , 20.852619 , -89.040303 )
Wikipedia ID for Xocchel : Q2588160
Wikipedia SPARQL Query for Xocchel (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2588160 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2588160 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2588160 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2588160 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2588160 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2588160 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 Xocchel map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.738252, -89.21751, 20.852619, -89.040303);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Xocchel)
	
[out:json];
(
rel["name"="Xocchel"][type=boundary];
rel["name:en"="Xocchel"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Xocchel
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Concepcion  |  20.804610 , -89.086140  | 
|  Del Prado  |  20.828840 , -89.199820  | 
|  Poyuc  |  20.834780 , -89.206130  | 
|  Salactum  |  20.789370 , -89.127080  | 
|  San Francisco  |  20.812600 , -89.110790  | 
|  San Pedro  |  20.833330 , -89.166670  | 
|  Walactum  |  20.763230 , -89.072690  | 
|  Xocchel  |  20.835095 , -89.182175  | 
Notes:
- You can download geometry data for Xocchel 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.