Suzano (Sao Paulo) Map Cropping Samples

Suzano (Sao Paulo) Map Cropping Samples-1

Suzano (Sao Paulo) Map Cropping Samples-2

Suzano neighborhoods and villages map with 3D shadow effect

flag map of Suzano with 3D shadow effect

Suzano map with 3d shadow effect
 
Download outline map of Suzano (geojson format) : 
Suzano.geojson (**)
Download polygon array of Suzano map for "Google Maps" : 
Suzano.txt
Bounding Box for Suzano Map : ( -23.744579 , -46.3834767668 , -23.48492 , -46.254546 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Suzano map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](-23.744579, -46.3834767668, -23.48492, -46.254546);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Suzano)
	
[out:json];
(
rel["name"="Suzano"][type=boundary];
rel["name:en"="Suzano"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Suzano 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.