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