Diadema (Sao Paulo) Map Cropping Samples
Diadema (Sao Paulo) Map Cropping Samples-1
Diadema (Sao Paulo) Map Cropping Samples-2
Diadema neighborhoods and villages map with 3D shadow effect
flag map of Diadema with 3D shadow effect
Diadema map with 3d shadow effect
Download outline map of Diadema (geojson format) :
Diadema.geojson (**)
Download polygon array of Diadema map for "Google Maps" :
Diadema.txt
Bounding Box for Diadema Map : ( -23.739143 , -46.651291 , -23.657341 , -46.577515 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Diadema map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-23.739143, -46.651291, -23.657341, -46.577515);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Diadema)
[out:json];
(
rel["name"="Diadema"][type=boundary];
rel["name:en"="Diadema"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Diadema 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.