Skip to content

Instantly share code, notes, and snippets.

@jasondavies
Created October 13, 2011 11:49
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save jasondavies/1284044 to your computer and use it in GitHub Desktop.
Save jasondavies/1284044 to your computer and use it in GitHub Desktop.
Zoom/Pan Map Example

Demonstrates using d3.behavior.zoom with a geographic projection. Based on an example by Iain Dillingham.

<!DOCTYPE html>
<meta charset="utf-8">
<style>
path {
fill: #E5F5F9;
stroke: #2CA25F;
stroke-width: 0.5;
}
#axes {
stroke: #BDBDBD;
stroke-width: 0.5;
}
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script>
var width = 960,
height = 500,
projection = d3.geo.mercator(),
path = d3.geo.path().projection(projection);
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height)
.call(d3.behavior.zoom()
.translate(projection.translate())
.scale(projection.scale())
.on("zoom", redraw));
var axes = svg.append("g").attr("id", "axes"),
xAxis = axes.append("line").attr("y2", height),
yAxis = axes.append("line").attr("x2", width);
d3.json("uk.json", function(error, json) {
svg.selectAll("path")
.data(json.features)
.enter().append("path");
redraw();
});
function redraw() {
if (d3.event) {
projection
.translate(d3.event.translate)
.scale(d3.event.scale);
}
svg.selectAll("path").attr("d", path);
var t = projection.translate();
xAxis.attr("x1", t[0]).attr("x2", t[0]);
yAxis.attr("y1", t[1]).attr("y2", t[1]);
}
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"MultiPolygon","coordinates":[[[[-0.882668,60.805418],[-0.856018,60.836784],[-0.777483,60.830181],[-0.808378,60.757306],[-0.861442,60.723109],[-0.860263,60.674290],[-0.949882,60.674290],[-0.989032,60.719808],[-0.937854,60.776409],[-0.943986,60.812021],[-0.878187,60.844331],[-0.882668,60.805418]]],[[[-1.075821,60.730656],[-1.020870,60.726883],[-1.006955,60.637735],[-1.055774,60.642688],[-1.007899,60.565804],[-1.041152,60.499769],[-1.160252,60.487977],[-1.208835,60.605189],[-1.075821,60.730656]]],[[[-1.389960,60.396942],[-1.460712,60.417460],[-1.465665,60.488920],[-1.514955,60.465336],[-1.616603,60.473590],[-1.566369,60.542927],[-1.441137,60.569577],[-1.425100,60.615330],[-1.307888,60.621226],[-1.339254,60.583256],[-1.329585,60.450714],[-1.389960,60.396942]]],[[[-0.873470,60.566983],[-0.944222,60.629952],[-0.780785,60.613679],[-0.797529,60.570992],[-0.873470,60.566983]]],[[[-1.200816,59.973373],[-1.275813,59.989410],[-1.252465,59.953798],[-1.283124,59.882810],[-1.352462,59.883518],[-1.350811,60.004268],[-1.279351,60.137990],[-1.336660,60.162989],[-1.320623,60.223128],[-1.369442,60.214402],[-1.467787,60.147423],[-1.598207,60.223128],[-1.631932,60.207798],[-1.711410,60.256853],[-1.690892,60.303549],[-1.490900,60.302370],[-1.380998,60.321002],[-1.308124,60.368641],[-1.387838,60.375481],[-1.451986,60.345765],[-1.475334,60.371236],[-1.367319,60.399301],[-1.309539,60.458968],[-1.237136,60.493873],[-1.175817,60.437035],[-1.181241,60.383735],[-1.120866,60.429724],[-1.055067,60.438922],[-1.113555,60.392225],[-1.085019,60.356378],[-1.182892,60.328784],[-1.089735,60.320530],[-1.219212,60.264636],[-1.210957,60.219590],[-1.160252,60.203317],[-1.163318,60.127613],[-1.232890,60.098604],[-1.239022,60.031626],[-1.200816,59.973373]]],[[[-0.957901,60.379018],[-0.993277,60.331379],[-1.046577,60.337039],[-0.957901,60.379018]]],[[[-1.086434,60.177611],[-1.082189,60.111575],[-1.134545,60.122188],[-1.155299,60.181856],[-1.086434,60.177611]]],[[[-2.079321,60.157800],[-2.063992,60.112755],[-2.125310,60.133744],[-2.079321,60.157800]]],[[[-2.379782,59.392970],[-2.425299,59.347925],[-2.435204,59.385895],[-2.379782,59.392970]]],[[[-2.846981,59.259484],[-2.929054,59.285899],[-2.983533,59.259013],[-3.074096,59.334246],[-2.982590,59.334246],[-2.846981,59.259484]]],[[[-2.651470,59.242740],[-2.531427,59.266560],[-2.428601,59.313256],[-2.416337,59.285899],[-2.525767,59.234014],[-2.651470,59.242740]]],[[[-2.734721,59.224816],[-2.738023,59.143215],[-2.792031,59.137319],[-2.787550,59.240617],[-2.734721,59.224816]]],[[[-3.049097,59.129536],[-3.117490,59.175525],[-3.084708,59.197694],[-2.953110,59.179535],[-2.963015,59.135432],[-3.049097,59.129536]]],[[[-2.600293,59.069633],[-2.671988,59.107839],[-2.542040,59.121518],[-2.540861,59.082368],[-2.600293,59.069633]]],[[[-2.784248,58.916337],[-2.805945,58.947939],[-2.715854,58.973174],[-2.712553,58.919639],[-2.779767,58.916337],[-2.829058,58.871999],[-2.883065,58.899828],[-2.888725,58.820114],[-2.960892,58.728844],[-3.016315,58.832849],[-2.898159,58.894875],[-2.981410,58.962326],[-3.006881,58.945109],[-3.201921,58.911620],[-3.251448,58.979306],[-3.307578,58.949119],[-3.368660,58.998645],[-3.326916,59.134961],[-3.222439,59.154535],[-3.049097,59.111613],[-3.002400,59.053124],[-3.110887,59.004777],[-3.000749,59.009965],[-2.966317,58.981429],[-2.928111,59.015626],[-2.917026,58.963269],[-2.798634,58.992277],[-2.846981,58.959024],[-2.784248,58.916337]]],[[[-2.813020,59.041332],[-2.935893,59.030955],[-2.898159,59.076001],[-2.813020,59.041332]]],[[[-3.254749,58.786153],[-3.287059,58.776012],[-3.433516,58.870584],[-3.412998,58.914922],[-3.355925,58.933081],[-3.210176,58.876244],[-3.170790,58.824123],[-3.254749,58.786153]]],[[[-4.844077,55.326847],[-4.773089,55.361752],[-4.771438,55.400665],[-4.657056,55.439579],[-4.619085,55.491700],[-4.669791,55.545707],[-4.664131,55.585800],[-4.798088,55.631081],[-4.905867,55.699239],[-4.855869,55.766690],[-4.888651,55.815509],[-4.880868,55.941447],[-4.816484,55.963145],[-4.671442,55.933193],[-4.530174,55.922580],[-4.668612,55.957249],[-4.702573,55.992153],[-4.853039,55.988851],[-4.882047,56.057009],[-4.861293,56.099932],[-4.902566,56.170448],[-4.908697,56.111252],[-4.873557,56.088140],[-4.911292,56.050406],[-4.907518,55.971163],[-4.976855,55.861969],[-5.039117,55.867158],[-5.068597,55.951824],[-5.077559,55.897109],[-5.189819,55.945928],[-5.240760,55.892864],[-5.199724,55.831782],[-5.313635,55.852536],[-5.351841,55.908430],[-5.341464,55.996870],[-5.204677,56.127054],[-5.100200,56.156298],[-5.061286,56.207711],[-4.936291,56.258181],[-5.072606,56.234361],[-5.143594,56.157005],[-5.236987,56.128469],[-5.380378,56.004652],[-5.441932,56.034368],[-5.418584,55.896166],[-5.332031,55.819518],[-5.328021,55.762916],[-5.447592,55.709852],[-5.510798,55.486040],[-5.582965,55.414108],[-5.519052,55.360337],[-5.604190,55.306801],[-5.798051,55.298311],[-5.798051,55.391704],[-5.720931,55.430146],[-5.705366,55.552075],[-5.663622,55.666458],[-5.571409,55.766454],[-5.666924,55.800415],[-5.664094,55.847347],[-5.604190,55.915741],[-5.690744,55.909373],[-5.568579,56.040500],[-5.703007,55.931778],[-5.707960,55.965739],[-5.568107,56.109837],[-5.525184,56.187900],[-5.614803,56.131535],[-5.500185,56.257002],[-5.624708,56.264549],[-5.654660,56.297802],[-5.538627,56.361243],[-5.445234,56.454400],[-5.186281,56.459353],[-5.474242,56.480578],[-5.421414,56.547321],[-5.224252,56.686231],[-5.246421,56.702740],[-5.101851,56.824198],[-5.122605,56.825613],[-5.400189,56.645431],[-5.493110,56.606753],[-5.559145,56.544491],[-5.686499,56.497087],[-5.695225,56.511709],[-5.904651,56.550623],[-6.001345,56.619252],[-6.004647,56.649676],[-5.842389,56.672316],[-6.051344,56.692834],[-6.141435,56.682458],[-6.219262,56.702976],[-6.191904,56.753681],[-5.982478,56.769247],[-5.905358,56.750615],[-5.793570,56.791887],[-5.860313,56.829858],[-5.718573,56.851083],[-5.788146,56.858159],[-5.737440,56.895893],[-5.888614,56.873960],[-5.830361,57.008860],[-5.727535,57.018294],[-5.640274,56.973720],[-5.710790,57.040463],[-5.798051,57.060745],[-5.723054,57.118290],[-5.592398,57.119470],[-5.699234,57.165694],[-5.625180,57.213570],[-5.595228,57.270643],[-5.722582,57.285501],[-5.720224,57.315925],[-5.537448,57.352244],[-5.460799,57.389271],[-5.461507,57.418987],[-5.551362,57.357904],[-5.639095,57.376064],[-5.723526,57.356725],[-5.821399,57.361913],[-5.806306,57.437146],[-5.873048,57.476532],[-5.842389,57.576056],[-5.809607,57.585490],[-5.645227,57.511908],[-5.518109,57.549642],[-5.701357,57.561198],[-5.765741,57.629120],[-5.819277,57.638554],[-5.789797,57.697986],[-5.674235,57.699873],[-5.697583,57.730060],[-5.813617,57.749399],[-5.807956,57.862367],[-5.685319,57.868027],[-5.666924,57.798690],[-5.619756,57.766615],[-5.584616,57.839490],[-5.656311,57.878168],[-5.621878,57.923685],[-5.563154,57.918968],[-5.537448,57.867555],[-5.453017,57.851990],[-5.421886,57.909063],[-5.307503,57.876517],[-5.396415,57.933354],[-5.259628,57.917553],[-5.195951,57.957410],[-5.308682,57.977457],[-5.351370,58.020144],[-5.458677,58.068491],[-5.421414,58.105754],[-5.300900,58.064953],[-5.310805,58.154808],[-5.395943,58.255041],[-5.305852,58.228391],[-5.250194,58.251031],[-5.105860,58.269899],[-5.185810,58.354801],[-5.067418,58.462580],[-5.126850,58.488523],[-5.051852,58.540879],[-5.005864,58.627904],[-4.874265,58.612574],[-4.653046,58.552435],[-4.739836,58.448430],[-4.595266,58.534276],[-4.589605,58.579557],[-4.435366,58.555973],[-4.408008,58.521540],[-4.468148,58.447958],[-4.358010,58.536634],[-4.242449,58.525078],[-4.114151,58.569887],[-4.071936,58.551256],[-4.016278,58.601254],[-4.005193,58.565878],[-3.909678,58.559275],[-3.775249,58.574604],[-3.649782,58.624131],[-3.535163,58.622951],[-3.547427,58.604320],[-3.349793,58.618706],[-3.344133,58.647715],[-3.191308,58.660450],[-3.162536,58.638753],[-3.024098,58.644413],[-3.126924,58.485928],[-3.050276,58.479796],[-3.106406,58.371074],[-3.219609,58.305510],[-3.367953,58.274851],[-3.506391,58.172025],[-3.833030,58.039011],[-3.890811,57.987362],[-4.072408,57.939486],[-4.007552,57.932175],[-4.010853,57.867319],[-4.145282,57.853640],[-4.050946,57.815434],[-3.955195,57.847037],[-3.860859,57.824868],[-3.789635,57.837367],[-3.917461,57.751286],[-3.974062,57.694212],[-4.036324,57.698929],[-4.016985,57.738550],[-4.169810,57.685250],[-4.301880,57.673458],[-4.415319,57.605301],[-4.409188,57.580773],[-4.241977,57.667798],[-4.162027,57.657421],[-3.993165,57.677939],[-4.102595,57.605301],[-4.095284,57.572990],[-4.169810,57.566151],[-4.234194,57.500587],[-4.385368,57.510964],[-4.375934,57.479834],[-4.218629,57.496814],[-4.183724,57.484550],[-4.050239,57.553652],[-4.058021,57.592329],[-3.912508,57.585254],[-3.798597,57.623932],[-3.621953,57.664025],[-3.550257,57.661431],[-3.500259,57.701523],[-3.346963,57.724872],[-3.017494,57.664261],[-2.849812,57.706476],[-2.553124,57.670628],[-2.385206,57.669685],[-2.300304,57.695863],[-2.171299,57.676760],[-2.119650,57.701052],[-1.915176,57.673223],[-1.824142,57.613555],[-1.779097,57.460730],[-1.859282,57.388563],[-1.972957,57.324415],[-2.076491,57.178194],[-2.047483,57.129375],[-2.159743,57.017822],[-2.195355,56.909808],[-2.324124,56.794246],[-2.425299,56.753210],[-2.434733,56.702268],[-2.508551,56.650855],[-2.478599,56.625620],[-2.536851,56.566896],[-2.786371,56.478456],[-2.983533,56.451334],[-3.080935,56.450862],[-3.242014,56.353224],[-2.992023,56.420203],[-2.921979,56.451570],[-2.803115,56.442372],[-2.821275,56.367139],[-2.778116,56.332942],[-2.682601,56.325395],[-2.584255,56.278227],[-2.688497,56.221626],[-2.837548,56.182948],[-2.936365,56.211720],[-2.985184,56.198749],[-3.159234,56.102526],[-3.171969,56.062905],[-3.265834,56.059367],[-3.388707,56.007247],[-3.575728,56.058424],[-3.664640,56.046632],[-3.731383,56.063848],[-3.718647,56.026821],[-3.504740,55.998521],[-3.178573,55.981304],[-3.064662,55.945221],[-2.923158,55.972814],[-2.815851,56.063848],[-2.621990,56.051821],[-2.588501,56.015973],[-2.398649,55.969748],[-2.330727,55.930599],[-2.137574,55.917392],[-2.081444,55.875884],[-1.991353,55.766690],[-1.888527,55.697588],[-1.841830,55.643581],[-1.788059,55.656788],[-1.622970,55.549952],[-1.579104,55.407033],[-1.609056,55.384864],[-1.550803,55.322367],[-1.572029,55.275434],[-1.503163,55.197371],[-1.525332,55.162703],[-1.497032,55.103271],[-1.352462,54.956578],[-1.342556,54.849271],[-1.296332,54.764133],[-1.198694,54.684890],[-1.169685,54.632534],[-1.052473,54.616497],[-0.970164,54.586781],[-0.773002,54.557065],[-0.671355,54.503529],[-0.573717,54.482303],[-0.531501,54.426645],[-0.463108,54.390326],[-0.365234,54.245756],[-0.277501,54.216747],[-0.271841,54.181607],[-0.075386,54.113449],[-0.168543,54.097648],[-0.208636,54.066045],[-0.212410,54.004963],[-0.155808,53.902372],[-0.024209,53.778556],[0.124135,53.656627],[0.143002,53.609930],[0.038525,53.647193],[-0.109819,53.636580],[-0.310755,53.741529],[-0.449193,53.713464],[-0.619706,53.714407],[-0.550840,53.679503],[-0.471362,53.698370],[-0.284812,53.711813],[-0.240239,53.667475],[-0.094725,53.581629],[-0.061472,53.582808],[0.034279,53.510170],[0.154086,53.476445],[0.272950,53.334233],[0.355258,53.192729],[0.337570,53.094383],[0.172482,53.018679],[0.080268,52.940380],[0.071306,52.905711],[0.174133,52.878118],[0.217056,52.826704],[0.351956,52.804771],[0.440868,52.845808],[0.495819,52.955709],[0.528601,52.975048],[0.689680,52.988255],[1.026460,52.967029],[1.246970,52.942738],[1.425737,52.885665],[1.629739,52.775527],[1.698133,52.721756],[1.745301,52.627419],[1.733509,52.551479],[1.764168,52.480255],[1.727613,52.394881],[1.630918,52.269414],[1.623607,52.186870],[1.579269,52.084751],[1.495310,52.059280],[1.317958,51.931691],[1.279280,51.959520],[1.161360,51.967067],[1.064194,51.946313],[1.289657,51.937115],[1.241310,51.886173],[1.290365,51.863297],[1.236357,51.818487],[1.114664,51.772734],[1.045798,51.769197],[0.976933,51.846316],[0.970801,51.812827],[0.895332,51.786885],[0.844627,51.738302],[0.764677,51.740660],[0.764205,51.708114],[0.948161,51.734528],[0.930237,51.629343],[0.958538,51.616608],[0.780950,51.520857],[0.641332,51.540196],[0.635200,51.521564],[0.445349,51.499631],[0.417520,51.444209],[0.481433,51.487367],[0.700764,51.472745],[0.723641,51.443265],[0.535204,51.413549],[0.618692,51.379353],[0.726942,51.398692],[0.767035,51.362844],[0.896276,51.341618],[1.206877,51.380768],[1.442482,51.386899],[1.415360,51.323930],[1.373616,51.327939],[1.404747,51.232424],[1.379748,51.141861],[1.165841,51.072996],[1.044619,51.053185],[0.978112,51.005310],[0.973631,50.910502],[0.792506,50.933143],[0.671284,50.873475],[0.417048,50.830788],[0.348655,50.808855],[0.261865,50.738103],[0.203613,50.739518],[-0.090716,50.811213],[-0.218541,50.827722],[-0.364762,50.809091],[-0.540228,50.801780],[-0.730315,50.770649],[-0.785737,50.722066],[-0.915921,50.778667],[-0.931958,50.840929],[-1.019219,50.843288],[-1.027474,50.788573],[-1.089735,50.777252],[-1.089735,50.830316],[-1.152469,50.840693],[-1.133602,50.774894],[-1.307416,50.840458],[-1.442553,50.907908],[-1.307416,50.814515],[-1.531464,50.736452],[-1.560237,50.714283],[-1.690892,50.737631],[-1.747966,50.712160],[-1.830274,50.720651],[-1.932393,50.698482],[-2.026493,50.707679],[-1.923667,50.641644],[-1.958099,50.590938],[-2.067058,50.592118],[-2.205732,50.622069],[-2.419639,50.635984],[-2.469637,50.582684],[-2.623169,50.658153],[-2.783069,50.715934],[-2.911366,50.733386],[-2.985184,50.704142],[-3.263004,50.671360],[-3.357576,50.606268],[-3.444129,50.604617],[-3.499080,50.544478],[-3.554738,50.406040],[-3.483043,50.400380],[-3.516296,50.347315],[-3.608038,50.319486],[-3.658036,50.233169],[-3.723600,50.201566],[-3.860859,50.234112],[-3.879254,50.284346],[-3.948120,50.308638],[-4.031843,50.292601],[-4.118632,50.319250],[-4.132547,50.359579],[-4.214148,50.316185],[-4.291975,50.358400],[-4.437017,50.360523],[-4.476402,50.331986],[-4.675215,50.314062],[-4.690781,50.345900],[-4.765778,50.323260],[-4.765306,50.256281],[-4.805163,50.217839],[-4.865303,50.234584],[-4.958695,50.201330],[-5.008694,50.138833],[-5.032042,50.200387],[-5.105388,50.094495],[-5.055390,50.052043],[-5.100200,50.003932],[-5.162462,50.006055],[-5.216233,49.955349],[-5.279202,50.056289],[-5.333682,50.090485],[-5.529665,50.123739],[-5.549240,50.061713],[-5.680367,50.034591],[-5.708668,50.128927],[-5.538155,50.215952],[-5.433678,50.191189],[-5.391462,50.229867],[-5.250902,50.281752],[-5.235336,50.318779],[-5.154679,50.348495],[-5.147604,50.405332],[-5.056333,50.428916],[-5.025202,50.552025],[-5.001383,50.540469],[-4.918131,50.594476],[-4.795730,50.598485],[-4.765306,50.669237],[-4.655169,50.715934],[-4.557531,50.787629],[-4.566493,50.910030],[-4.526400,51.022290],[-4.309191,50.995169],[-4.225940,51.062855],[-4.230892,51.187614],[-4.121934,51.212378],[-3.770296,51.237848],[-3.496486,51.224641],[-3.402385,51.182662],[-3.274796,51.180303],[-3.200270,51.202472],[-3.078105,51.201293],[-2.999806,51.232424],[-3.017022,51.260489],[-2.961836,51.382183],[-2.907592,51.400107],[-2.801936,51.485952],[-2.733071,51.495386],[-2.630244,51.605759],[-2.681893,51.604816],[-2.908064,51.532177],[-2.989665,51.544205],[-3.119613,51.490433],[-3.169139,51.405767],[-3.404272,51.380768],[-3.558512,51.400578],[-3.660866,51.479113],[-3.718647,51.477934],[-3.842463,51.620617],[-3.965808,51.611891],[-3.990335,51.563308],[-4.145282,51.568732],[-4.151414,51.540903],[-4.292447,51.562365],[-4.306361,51.609061],[-4.150235,51.654578],[-4.185375,51.681464],[-4.311314,51.673210],[-4.368151,51.711180],[-4.364614,51.792309],[-4.457535,51.734056],[-4.559182,51.741839],[-4.674272,51.727453],[-4.716488,51.655050],[-4.780872,51.634532],[-4.862944,51.646560],[-4.947611,51.596562],[-5.057513,51.619674],[-5.035815,51.709529],[-5.253496,51.732641],[-5.104209,51.779338],[-5.138170,51.863533],[-5.315758,51.859523],[-5.307975,51.907635],[-5.196894,51.950322],[-5.084163,51.970368],[-5.080389,52.028149],[-4.992421,52.026027],[-4.986996,51.999613],[-4.835351,52.024376],[-4.730166,52.118240],[-4.644792,52.138287],[-4.495741,52.144419],[-4.360840,52.218472],[-4.326879,52.212812],[-4.206837,52.264933],[-4.138679,52.325780],[-4.052597,52.480727],[-4.070285,52.543224],[-4.130189,52.613269],[-4.065332,52.725529],[-4.154244,52.813262],[-4.118632,52.850053],[-4.141981,52.895806],[-4.216978,52.918682],[-4.389613,52.895334],[-4.465318,52.867741],[-4.530881,52.777178],[-4.609652,52.824110],[-4.650216,52.798404],[-4.768608,52.798404],[-4.726864,52.853826],[-4.580879,52.937549],[-4.515316,52.942030],[-4.340322,53.052404],[-4.346454,53.104053],[-4.124764,53.237067],[-4.080898,53.230463],[-3.837982,53.296263],[-3.878547,53.332582],[-3.779258,53.328808],[-3.716289,53.294612],[-3.609689,53.290131],[-3.490825,53.325035],[-3.320313,53.356638],[-3.303568,53.334940],[-3.095793,53.248151],[-3.129754,53.329044],[-3.196968,53.384231],[-3.038720,53.441304],[-2.996976,53.368666],[-2.878112,53.289423],[-2.744627,53.313479],[-2.880235,53.334233],[-2.987542,53.388004],[-3.100274,53.566536],[-2.952402,53.700493],[-2.942497,53.732095],[-3.033531,53.746717],[-3.058059,53.778556],[-3.051455,53.919353],[-2.874103,53.971473],[-2.892970,54.059913],[-2.817973,54.088922],[-2.814671,54.133496],[-2.860896,54.194107],[-2.981410,54.149297],[-3.034710,54.195993],[-3.167488,54.080432],[-3.225741,54.093167],[-3.257579,54.163211],[-3.215836,54.178305],[-3.213006,54.254246],[-3.253570,54.191512],[-3.319605,54.188446],[-3.420309,54.283490],[-3.433516,54.343865],[-3.639641,54.517444],[-3.579737,54.571687],[-3.575728,54.649750],[-3.433516,54.764368],[-3.397433,54.869789],[-3.344133,54.900212],[-3.278569,54.877808],[-3.288710,54.932758],[-3.206402,54.954691],[-3.135886,54.927806],[-3.040371,54.945494],[-3.056408,54.986766],[-3.148150,54.962946],[-3.212062,54.975681],[-3.367953,54.970021],[-3.437054,54.989360],[-3.534692,54.968842],[-3.578086,55.001152],[-3.594124,54.871440],[-3.704261,54.883704],[-3.964629,54.770736],[-4.159669,54.778990],[-4.255891,54.836064],[-4.419800,54.884883],[-4.410367,54.827809],[-4.353529,54.813423],[-4.350935,54.705172],[-4.391971,54.677107],[-4.568616,54.736539],[-4.585832,54.765783],[-4.809173,54.860355],[-4.937942,54.830639],[-4.951856,54.799037],[-4.876387,54.639609],[-4.964827,54.668146],[-4.959167,54.729936],[-5.001383,54.772623],[-5.149254,54.859884],[-5.185338,54.911769],[-5.170244,55.000445],[-5.090766,55.014123],[-5.068125,54.933230],[-4.991477,54.917900],[-5.056333,55.012708],[-4.993600,55.143835],[-4.860822,55.226851],[-4.844077,55.326847]]],[[[-6.813579,57.808123],[-6.978668,57.735249],[-7.134086,57.835717],[-7.077485,57.820623],[-6.921358,57.910714],[-6.818060,57.902459],[-6.995176,57.959533],[-7.080315,57.966844],[-7.085739,58.019200],[-7.040222,58.033115],[-7.136445,58.123206],[-7.039279,58.238768],[-6.954140,58.234051],[-6.896359,58.188298],[-6.829617,58.203392],[-6.745186,58.184289],[-6.829617,58.283106],[-6.648020,58.354801],[-6.549674,58.371310],[-6.432462,58.437345],[-6.271383,58.496541],[-6.260298,58.517295],[-6.180820,58.468948],[-6.164783,58.430506],[-6.216432,58.366829],[-6.194734,58.339471],[-6.343550,58.237353],[-6.291429,58.206693],[-6.140727,58.262587],[-6.176339,58.203863],[-6.255817,58.179572],[-6.286948,58.205042],[-6.394255,58.207873],[-6.368549,58.131460],[-6.393548,58.109055],[-6.388124,57.999390],[-6.472554,58.001276],[-6.448499,57.965193],[-6.536467,57.917317],[-6.662406,57.923685],[-6.714055,58.005757],[-6.756978,58.003163],[-6.671839,57.917081],[-6.668538,57.879347],[-6.773722,57.898450],[-6.734809,57.827462],[-6.813579,57.808123]]],[[[-6.811929,58.207165],[-6.867587,58.207165],[-6.889048,58.271785],[-6.781505,58.214004],[-6.811929,58.207165]]],[[[-6.244261,57.169468],[-6.322560,57.159798],[-6.480809,57.288803],[-6.427509,57.323236],[-6.483167,57.396346],[-6.565947,57.390214],[-6.580805,57.331726],[-6.720894,57.372290],[-6.784099,57.455778],[-6.720894,57.450589],[-6.715234,57.513795],[-6.667594,57.460495],[-6.577503,57.433373],[-6.638586,57.502710],[-6.560759,57.508134],[-6.643067,57.552472],[-6.635284,57.607895],[-6.567598,57.551529],[-6.436471,57.490918],[-6.323503,57.490211],[-6.396378,57.553416],[-6.427037,57.640677],[-6.300391,57.707891],[-6.234120,57.637375],[-6.149689,57.586433],[-6.135303,57.470872],[-6.183650,57.407666],[-6.118558,57.313802],[-6.046863,57.310029],[-5.999223,57.273002],[-5.879652,57.240691],[-5.780363,57.270407],[-5.648057,57.257436],[-5.668575,57.209325],[-5.795221,57.159798],[-5.922575,57.042586],[-6.022571,57.018766],[-6.038608,57.057444],[-5.977054,57.136922],[-5.890736,57.170647],[-6.028703,57.182439],[-6.082003,57.126545],[-6.104172,57.171354],[-6.244261,57.169468]]],[[[-7.197527,57.505304],[-7.322523,57.509078],[-7.421340,57.581245],[-7.463084,57.563557],[-7.516855,57.603650],[-7.483602,57.662846],[-7.410727,57.638790],[-7.277477,57.662610],[-7.191867,57.697750],[-7.148708,57.654355],[-7.063098,57.642328],[-7.148001,57.509314],[-7.197527,57.505304]]],[[[-6.071390,57.447288],[-5.982950,57.499644],[-6.025165,57.442099],[-5.993563,57.355782],[-6.068560,57.333377],[-6.071390,57.447288]]],[[[-7.241865,57.478183],[-7.304127,57.501295],[-7.222055,57.505304],[-7.241865,57.478183]]],[[[-7.302005,57.397054],[-7.392567,57.422053],[-7.410727,57.471815],[-7.366861,57.491861],[-7.202952,57.460495],[-7.196348,57.412855],[-7.302005,57.397054]]],[[[-7.264270,57.197061],[-7.245167,57.162157],[-7.301297,57.147535],[-7.210263,57.117347],[-7.372993,57.103197],[-7.412614,57.148478],[-7.427000,57.249418],[-7.397520,57.302010],[-7.431953,57.385026],[-7.339267,57.403185],[-7.269223,57.379366],[-7.220168,57.303661],[-7.264270,57.197061]]],[[[-5.998515,57.325358],[-5.926348,57.308378],[-5.982007,57.273709],[-5.998515,57.325358]]],[[[-6.581984,57.044944],[-6.507459,57.071830],[-6.466423,57.042586],[-6.581984,57.044944]]],[[[-6.424679,56.991880],[-6.452980,57.002021],[-6.336475,57.059802],[-6.250864,57.029614],[-6.249685,56.970419],[-6.303693,56.936222],[-6.424679,56.991880]]],[[[-7.561901,56.953674],[-7.527940,57.010983],[-7.449169,57.024662],[-7.384785,57.003200],[-7.454122,56.944004],[-7.561901,56.953674]]],[[[-6.115728,56.929854],[-6.115728,56.886695],[-6.210300,56.888582],[-6.115728,56.929854]]],[[[-6.510289,56.681514],[-6.450857,56.686231],[-6.497553,56.622318],[-6.646840,56.573028],[-6.655331,56.593782],[-6.510289,56.681514]]],[[[-6.188131,56.333178],[-6.019741,56.364781],[-6.005355,56.393081],[-6.195206,56.357941],[-6.200395,56.391195],[-6.124218,56.450862],[-6.050872,56.453692],[-6.005355,56.498974],[-6.158651,56.463362],[-6.281995,56.481757],[-6.138605,56.490484],[-6.227988,56.528925],[-6.340720,56.537416],[-6.281995,56.580339],[-6.324682,56.605102],[-6.216432,56.597319],[-6.227045,56.631988],[-6.147566,56.653213],[-6.065730,56.638120],[-5.990261,56.580103],[-5.949696,56.520199],[-5.798051,56.515718],[-5.719280,56.486003],[-5.651830,56.416901],[-5.716450,56.356055],[-5.832955,56.310302],[-5.985780,56.322565],[-6.040731,56.293085],[-6.247563,56.287897],[-6.264072,56.263841],[-6.385293,56.287189],[-6.349682,56.347093],[-6.188131,56.333178]]],[[[-5.584144,56.471145],[-5.470941,56.558170],[-5.432970,56.551330],[-5.507968,56.497087],[-5.584144,56.471145]]],[[[-6.946358,56.458173],[-6.986922,56.505106],[-6.951310,56.528690],[-6.805325,56.523501],[-6.894237,56.449683],[-6.946358,56.458173]]],[[[-5.568107,56.403694],[-5.501364,56.412185],[-5.548532,56.373507],[-5.568107,56.403694]]],[[[-5.613152,56.264077],[-5.631312,56.187900],[-5.665745,56.218560],[-5.613152,56.264077]]],[[[-5.689093,56.200636],[-5.670226,56.168562],[-5.745223,56.160307],[-5.689093,56.200636]]],[[[-5.782486,56.014558],[-5.832955,55.971163],[-5.894274,55.870931],[-5.936489,55.867158],[-5.963611,55.792160],[-6.064786,55.805603],[-6.093087,55.891213],[-5.993091,55.975408],[-5.963611,56.028237],[-5.724705,56.146157],[-5.690744,56.107007],[-5.782486,56.014558]]],[[[-6.248506,56.069509],[-6.204168,56.109130],[-6.134124,56.122337],[-6.204640,56.029652],[-6.270911,56.034604],[-6.248506,56.069509]]],[[[-6.328692,55.823999],[-6.311475,55.874469],[-6.197565,55.926589],[-6.120916,55.935080],[-6.131293,55.890506],[-6.084833,55.783198],[-6.046391,55.763152],[-6.026345,55.677070],[-6.144736,55.625893],[-6.215724,55.630138],[-6.266902,55.578725],[-6.336475,55.588866],[-6.267609,55.684146],[-6.332465,55.741455],[-6.259119,55.782727],[-6.344257,55.785085],[-6.414066,55.705371],[-6.486941,55.670703],[-6.516892,55.695702],[-6.455810,55.772821],[-6.455338,55.853243],[-6.332937,55.891921],[-6.328692,55.823999]]],[[[-5.010816,55.744521],[-5.143594,55.811499],[-5.220242,55.903713],[-5.186281,55.927061],[-5.023080,55.842866],[-5.010816,55.744521]]],[[[-5.185810,55.433683],[-5.315758,55.464814],[-5.356322,55.505614],[-5.348068,55.569291],[-5.397594,55.614101],[-5.364105,55.679665],[-5.260335,55.721644],[-5.160339,55.678957],[-5.078502,55.509388],[-5.105388,55.440523],[-5.185810,55.433683]]],[[[-5.878708,54.683003],[-5.914085,54.646212],[-5.854181,54.634420],[-5.739091,54.677815],[-5.580842,54.677579],[-5.525184,54.640316],[-5.461507,54.495982],[-5.432499,54.487256],[-5.496411,54.332309],[-5.574710,54.422164],[-5.538627,54.427588],[-5.557022,54.531594],[-5.678716,54.583007],[-5.714799,54.536782],[-5.627539,54.454474],[-5.667396,54.366034],[-5.573531,54.383722],[-5.538627,54.337026],[-5.559617,54.285613],[-5.657962,54.225473],[-5.691451,54.251180],[-5.835314,54.237973],[-5.890736,54.200946],[-5.871869,54.175239],[-5.902528,54.099535],[-6.064786,54.022886],[-6.093559,54.061328],[-6.191433,54.094582],[-6.358172,54.108261],[-6.374681,54.066281],[-6.448499,54.070526],[-6.619955,54.037273],[-6.670189,54.070526],[-6.636463,54.172881],[-6.697782,54.201653],[-6.734809,54.183494],[-6.795656,54.211559],[-6.876077,54.345280],[-6.974423,54.401646],[-7.041873,54.415796],[-7.100125,54.358487],[-7.173236,54.336318],[-7.202008,54.297640],[-7.149652,54.272406],[-7.142341,54.227360],[-7.237856,54.203540],[-7.274176,54.124534],[-7.393982,54.117694],[-7.414736,54.150712],[-7.473461,54.125949],[-7.554354,54.128071],[-7.697037,54.202597],[-7.820617,54.199059],[-7.867550,54.224058],[-7.878163,54.289150],[-7.941368,54.299527],[-8.003630,54.362732],[-8.042779,54.365327],[-8.168482,54.467210],[-8.047260,54.494567],[-8.003394,54.545980],[-7.829344,54.544801],[-7.705763,54.606355],[-7.812835,54.641731],[-7.855286,54.634656],[-7.925331,54.702342],[-7.834296,54.738426],[-7.750573,54.705408],[-7.648690,54.749510],[-7.537373,54.744794],[-7.552467,54.791726],[-7.482894,54.829932],[-7.443037,54.934409],[-7.353182,55.048556],[-7.245875,55.063414],[-7.053665,55.048792],[-6.990224,55.110346],[-6.965225,55.192419],[-6.844239,55.165769],[-6.605332,55.205861],[-6.483639,55.252558],[-6.370907,55.246426],[-6.236950,55.204211],[-6.160302,55.226615],[-6.060777,55.199258],[-6.025165,55.160108],[-6.055825,55.058697],[-5.968092,55.053980],[-5.991440,54.984879],[-5.919273,54.962710],[-5.795221,54.848799],[-5.721875,54.846205],[-5.688150,54.767670],[-5.764090,54.719559],[-5.878708,54.683003]]],[[[-4.567436,53.406872],[-4.437960,53.427390],[-4.283013,53.411588],[-4.205186,53.294847],[-4.119812,53.319375],[-4.039626,53.309941],[-4.087501,53.262302],[-4.209667,53.210181],[-4.218629,53.185418],[-4.356831,53.130703],[-4.508712,53.187068],[-4.501401,53.211360],[-4.587955,53.281640],[-4.548098,53.304281],[-4.567436,53.406872]]],[[[-4.687951,53.287301],[-4.680168,53.324328],[-4.587483,53.300036],[-4.554701,53.245321],[-4.687951,53.287301]]],[[[0.925284,51.398692],[0.890380,51.354589],[0.730716,51.400578],[0.742508,51.447746],[0.901936,51.417087],[0.925284,51.398692]]],[[[-0.950118,50.821590],[-0.937383,50.777016],[-1.023700,50.786214],[-0.950118,50.821590]]],[[[-1.268502,50.579382],[-1.299162,50.574666],[-1.484768,50.666172],[-1.570378,50.658389],[-1.522974,50.707679],[-1.410242,50.715698],[-1.314727,50.767583],[-1.106952,50.720651],[-1.069217,50.686454],[-1.163082,50.646833],[-1.184779,50.596599],[-1.268502,50.579382]]]]}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment