Cedro (Pernambuco) Map Cropping Samples

Cedro (Pernambuco) Map Cropping Samples-1

Cedro (Pernambuco) Map Cropping Samples-2

Cedro neighborhoods and villages map with 3D shadow effect

flag map of Cedro with 3D shadow effect

Cedro map with 3d shadow effect
 
Download outline map of Cedro (geojson format) : 
Cedro.geojson (**)
Download polygon array of Cedro map for "Google Maps" : 
Cedro.txt
Bounding Box for Cedro Map : ( -7.789348 , -39.283081 , -7.664765 , -39.102617 )
Wikipedia ID for Cedro : Q2027857
Wikipedia SPARQL Query for Cedro (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2027857 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2027857 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2027857 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2027857 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2027857 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2027857 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 Cedro map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](-7.789348, -39.283081, -7.664765, -39.102617);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cedro)
	
[out:json];
(
rel["name"="Cedro"][type=boundary];
rel["name:en"="Cedro"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cedro
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Barro Branco | -7.687869 , -39.259473 | 
| Camarinha | -7.766670 , -39.116670 | 
| Cedro | -7.721346 , -39.233489 | 
| Feijão Bravo | -7.741981 , -39.254514 | 
| Gameleira (2) | -7.733330 , -39.216670 | 
| Mameluca | -7.683330 , -39.250000 | 
| Mocho | -7.716670 , -39.216670 | 
| Papamel | -7.700000 , -39.216670 | 
| Recanto (3) | -7.766670 , -39.166670 | 
Notes:
- You can download geometry data for Cedro 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.