Jersey (Jersey) Map Cropping Samples

Jersey (Jersey) Map Cropping Samples-1
Jersey (Jersey) Map Cropping Samples-1

Jersey (Jersey) Map Cropping Samples-2
Jersey (Jersey) Map Cropping Samples-2

Jersey and counties map with 3D shadow effect
Jersey and counties map with 3D shadow effect

flag map of Jersey with 3D shadow effect
flag map of Jersey with 3D shadow effect

Download outline map of Jersey (geojson format) : Jersey.geojson (**)
Download polygon array of Jersey map for "Google Maps" : Jersey.txt
Bounding Box for Jersey Map : ( 49.171332 , -2.242014 , 49.267035 , -2.00829 )
ISO-3166 CODE for Jersey : -

Get Boundaries from overpass-turbo (OSM) with boundary box of Jersey map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](49.171332, -2.242014, 49.267035, -2.00829);
);
out geom;

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

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

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

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


Share this page