Shetland (Scotland) Map Cropping Samples

Shetland (Scotland) Map Cropping Samples-1
Shetland (Scotland) Map Cropping Samples-1

Shetland (Scotland) Map Cropping Samples-2
Shetland (Scotland) Map Cropping Samples-2

Download outline map of Shetland (geojson format) : Shetland.geojson (**)
Download polygon array of Shetland map for "Google Maps" : Shetland.txt
Bounding Box for Shetland Map : ( 59.506797 , -2.117529 , 60.860766 , -0.724469 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Shetland map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](59.506797, -2.117529, 60.860766, -0.724469);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Shetland)
[out:json];
(
rel["name"="Shetland"][type=boundary];
rel["name:en"="Shetland"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Notes:
- You can download geometry data for Shetland 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.

Create Shetland counties and neighborhoods map.


Share this page