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