Guernsey (Guernsey) Map Cropping Samples

Guernsey (Guernsey) Map Cropping Samples-1
Guernsey (Guernsey) Map Cropping Samples-1

Guernsey (Guernsey) Map Cropping Samples-2
Guernsey (Guernsey) Map Cropping Samples-2

Download outline map of Guernsey (geojson format) : Guernsey.geojson (**)
Download polygon array of Guernsey map for "Google Maps" : Guernsey.txt
Bounding Box for Guernsey Map : ( 49.417057 , -2.709556 , 49.510445 , -2.439528 )
ISO-3166 CODE for Guernsey : -

Get Boundaries from overpass-turbo (OSM) with boundary box of Guernsey map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](49.417057, -2.709556, 49.510445, -2.439528);
);
out geom;

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

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

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

Notes:
- You can download geometry data for Guernsey 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 Guernsey counties and neighborhoods map.


Share this page