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