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