Briseñas (Michoacán) Map Cropping Samples

Briseñas (Michoacán) Map Cropping Samples-1

Briseñas (Michoacán) Map Cropping Samples-2

Briseñas neighborhoods and villages map with 3D shadow effect

flag map of Briseñas with 3D shadow effect

Briseñas map with 3d shadow effect
 
 
Download outline map of Briseñas (geojson format) : 
Briseñas.geojson (**)
Download polygon array of Briseñas map for "Google Maps" : 
Briseñas.txt
Bounding Box for Briseñas Map : ( 20.205968 , -102.68537 , 20.280809 , -102.521382 )
Wikipedia ID for Briseñas : Q10741338
Wikipedia SPARQL Query for Briseñas (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q10741338 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q10741338 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q10741338 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q10741338 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q10741338 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q10741338 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 Briseñas map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.205968, -102.68537, 20.280809, -102.521382);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Briseñas)
	
[out:json];
(
rel["name"="Briseñas"][type=boundary];
rel["name:en"="Briseñas"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Briseñas
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Briseñas de Matamoros  |  20.269003 , -102.561961  | 
|  Cumuato  |  20.257240 , -102.590600  | 
|  El Limonazo [Vivero]  |  20.270280 , -102.528330  | 
|  Ibarra  |  20.229670 , -102.623730  | 
|  Las Higuerillas  |  20.238530 , -102.588630  | 
|  Los Cerritos  |  20.223120 , -102.649290  | 
|  Paso de Hidalgo (Paso de Álamos)  |  20.270708 , -102.542175  | 
|  Puerta de Barajas  |  20.233540 , -102.590930  | 
|  Puerta de San Isidro  |  20.228610 , -102.566350  | 
|  San Miguel  |  20.263060 , -102.578330  | 
Notes:
- You can download geometry data for Briseñas 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.