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