Jamay (Jalisco) Map Cropping Samples

Jamay (Jalisco) Map Cropping Samples-1

Jamay (Jalisco) Map Cropping Samples-2

Jamay neighborhoods and villages map with 3D shadow effect

flag map of Jamay with 3D shadow effect

Jamay map with 3d shadow effect
 
 
Download outline map of Jamay (geojson format) : 
Jamay.geojson (**)
Download polygon array of Jamay map for "Google Maps" : 
Jamay.txt
Bounding Box for Jamay Map : ( 20.210086 , -102.74981 , 20.376657 , -102.603726 )
Wikipedia ID for Jamay : Q3160815
Wikipedia SPARQL Query for Jamay (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q3160815 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q3160815 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q3160815 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q3160815 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q3160815 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q3160815 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 Jamay map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.210086, -102.74981, 20.376657, -102.603726);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jamay)
	
[out:json];
(
rel["name"="Jamay"][type=boundary];
rel["name:en"="Jamay"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jamay
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  El Cerrito  |  20.309900 , -102.664540  | 
|  El Monte  |  20.300830 , -102.673330  | 
|  El Uvalano  |  20.301940 , -102.671390  | 
|  El Zapote  |  20.279910 , -102.656080  | 
|  Grupo del Refugio  |  20.291390 , -102.605280  | 
|  Jamay  |  20.294963 , -102.709597  | 
|  La Caja  |  20.292720 , -102.628060  | 
|  La Charaliza  |  20.291940 , -102.728330  | 
|  La Ortisena  |  20.274450 , -102.633390  | 
|  Las Agujas  |  20.264030 , -102.638980  | 
|  Las Liebres  |  20.293610 , -102.693060  | 
|  Los Gringos (Rancho de Margarita)  |  20.227780 , -102.702780  | 
|  San Agustin  |  20.285570 , -102.632930  | 
|  San Miguel de la Paz  |  20.370172 , -102.664370  | 
|  San Miguel de la Punta  |  20.370720 , -102.663040  | 
Notes:
- You can download geometry data for Jamay 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.