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