Cherán (Michoacán) Map Cropping Samples

Cherán (Michoacán) Map Cropping Samples-1

Cherán (Michoacán) Map Cropping Samples-2

Cherán neighborhoods and villages map with 3D shadow effect

flag map of Cherán with 3D shadow effect

Cherán map with 3d shadow effect
 
 
Download outline map of Cherán (geojson format) : 
Cherán.geojson (**)
Download polygon array of Cherán map for "Google Maps" : 
Cherán.txt
Bounding Box for Cherán Map : ( 19.645038 , -102.12918 , 19.833545 , -101.875012 )
Wikipedia ID for Cherán : Q2962825
Wikipedia SPARQL Query for Cherán (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2962825 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2962825 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2962825 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2962825 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2962825 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2962825 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 Cherán map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.645038, -102.12918, 19.833545, -101.875012);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cherán)
	
[out:json];
(
rel["name"="Cherán"][type=boundary];
rel["name:en"="Cherán"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cherán
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Agua Blanca  |  19.752380 , -101.937630  | 
|  Andangueran  |  19.714630 , -102.013560  | 
|  Casimiro Leco (El Cerecito)  |  19.766670 , -101.970000  | 
|  Casimiro Leco Lopez  |  19.767100 , -101.968890  | 
|  Cherán  |  19.685113 , -101.955183  | 
|  Colonia San Francisco  |  19.687570 , -101.937220  | 
|  Colonia San Pedro  |  19.672500 , -101.950280  | 
|  Copuro  |  19.675560 , -101.962780  | 
|  Cozumo  |  19.750750 , -101.954970  | 
|  El Durazno  |  19.743680 , -101.996750  | 
|  El Puente Quemado  |  19.702370 , -101.993170  | 
|  Tanaco  |  19.738345 , -102.080796  | 
|  Tupukatiro  |  19.666670 , -101.960560  | 
|  Tzerembaro  |  19.676940 , -101.974440  | 
|  Zopoco  |  19.733330 , -102.083330  | 
Notes:
- You can download geometry data for Cherán 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.