Skip to content

Instantly share code, notes, and snippets.

@davebrent
Created January 2, 2019 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davebrent/28a686e7555f0e65f0859a6994bce5c0 to your computer and use it in GitHub Desktop.
Save davebrent/28a686e7555f0e65f0859a6994bce5c0 to your computer and use it in GitHub Desktop.
Polygon intersection bug
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
// npm install martinez-polygon-clipping polygon-clipping
// node index.js
const fs = require('fs')
const martinez = require('martinez-polygon-clipping')
const polygonClipping = require('polygon-clipping')
const input = require('./input.json')
const clip = require('./clip.json')
function apply (intersection) {
const result = intersection(
input.features[0].geometry.coordinates,
clip.features[0].geometry.coordinates)
const features = result.map((coordinates) => ({
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": coordinates
}
}))
return JSON.stringify({
"type": "FeatureCollection",
"features": features
})
}
fs.writeFileSync('./expected.json', apply(polygonClipping.intersection))
fs.writeFileSync('./actual.json', apply(martinez.intersection))
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection","name":"water","features":[{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[-5.142448421313616,56.81199688119608],[-5.141839387642108,56.80134287571894],[-5.141561381091335,56.79645839109937],[-5.1414304,56.79670079999997],[-5.140854,56.79717679999997],[-5.139838,56.797779],[-5.13962,56.798039],[-5.139183,56.798559],[-5.138637931249997,56.79928482178907],[-5.138601,56.799334],[-5.137434,56.800638],[-5.136997,56.801157],[-5.135948,56.80201489999995],[-5.1323054,56.8046318],[-5.1316367,56.805121599999964],[-5.1309641,56.805754],[-5.1293956,56.806616499999976],[-5.1291773,56.80673109999997],[-5.1287964,56.80703209999997],[-5.1279328,56.808003599999985],[-5.1276372,56.80830159999997],[-5.1274942,56.808395099999956],[-5.1273529,56.8084875],[-5.1268556,56.80884169999998],[-5.126376,56.80904639999997],[-5.1260847,56.80893209999998],[-5.1251507,56.810004199999966],[-5.1247071,56.810699],[-5.1240621,56.81087819999996],[-5.1238954,56.81111579999997],[-5.123871,56.81115049999996],[-5.1236885,56.81150509999998],[-5.1236007,56.81185429999998],[-5.1233435,56.81204979999997],[-5.1233821,56.811871799999984],[-5.1233649,56.81176949999996],[-5.1233008,56.811899899999965],[-5.1232123,56.811955799999986],[-5.1231858,56.811891899999985],[-5.1232172,56.8118549],[-5.1232877,56.8117718],[-5.1232603,56.81177239999998],[-5.1226971,56.8117836],[-5.1225155,56.81204259999998],[-5.1218854,56.8122666],[-5.1217148,56.8123612],[-5.1215437,56.81246609999997],[-5.1209115,56.8126683],[-5.1197297,56.813123599999976],[-5.1195782,56.81324129999995],[-5.1194779,56.813381799999966],[-5.1190782,56.813617699999966],[-5.1185021,56.81395749999997],[-5.1187601,56.81415029999997],[-5.1189613,56.8142811],[-5.1174876,56.81543409999996],[-5.1169268,56.815350599999974],[-5.1161851,56.815853],[-5.1155336,56.81633769999998],[-5.1155175,56.8163505],[-5.1153102,56.81650679999996],[-5.1146617,56.81681939999996],[-5.1143527,56.816990099999956],[-5.1142863,56.817021],[-5.1142199,56.81703439999997],[-5.1140984,56.8170598],[-5.1140343,56.8170855],[-5.1134959,56.81736639999996],[-5.1131731,56.81757279999998],[-5.1129175,56.81776529999997],[-5.1127477,56.817932],[-5.1125106,56.81817559999995],[-5.1121827,56.818434699999955],[-5.1119429,56.818612499999965],[-5.111636,56.81880069999998],[-5.1112998,56.819011699999976],[-5.1106682,56.81939179999998],[-5.1101674,56.819700899999965],[-5.1097833,56.81994029999997],[-5.1095269,56.820068],[-5.1091392,56.820255],[-5.108736,56.82042089999998],[-5.1084046,56.820605199999974],[-5.1082959,56.82079069999999],[-5.108401,56.821014799999986],[-5.1084152,56.821254],[-5.1083278,56.82152489999998],[-5.1083231,56.82171019999996],[-5.1082572,56.82180689999998],[-5.1080882,56.82185519999999],[-5.1079026,56.82188319999997],[-5.1077481,56.8218468],[-5.107529,56.821733299999956],[-5.1074528,56.8216725],[-5.1073085,56.82160209999997],[-5.1072027,56.8215323],[-5.1070876,56.82161529999997],[-5.1070146,56.82172689999996],[-5.1071445,56.8218727],[-5.1072471,56.82195739999997],[-5.1075927,56.822118],[-5.107962,56.822261499999975],[-5.1086195,56.82253],[-5.1088174,56.82265009999997],[-5.1088722,56.82272529999996],[-5.108937,56.82278889999997],[-5.108409,56.82314939999995],[-5.1081043,56.82320129999999],[-5.1072274,56.823560199999974],[-5.1070907,56.823708],[-5.1065704,56.8238274],[-5.1059812,56.823998899999964],[-5.1050307,56.82421079999997],[-5.1039582,56.824136499999966],[-5.1026179,56.82438779999998],[-5.1019412,56.8245491],[-5.1011767,56.8248028],[-5.1010732,56.8247771],[-5.1009498,56.82468909999997],[-5.1008372,56.82460689999998],[-5.1007916,56.824601199999975],[-5.100585,56.824471899999985],[-5.1004375,56.82439569999998],[-5.100349,56.824348599999986],[-5.1001532,56.82422249999997],[-5.1000754,56.824149099999964],[-5.1000379,56.82408159999997],[-5.0999628,56.824064],[-5.0998072,56.82403169999997],[-5.0996624,56.82403459999996],[-5.0995095,56.8240258],[-5.0994344,56.82402879999998],[-5.099369348022248,56.82403324456215],[-5.099253829798657,56.82403324458343],[-5.099201,56.82402879999998],[-5.0990616,56.824008199999966],[-5.0989438,56.82398179999998],[-5.0988902,56.82393779999998],[-5.0988043,56.823887799999966],[-5.0986327,56.823791],[-5.0984342,56.82365889999998],[-5.0982518,56.8235473],[-5.0979782,56.82338289999996],[-5.0977797,56.82323909999996],[-5.097620647086296,56.8231200821634],[-5.09755671719363,56.82306136601322],[-5.097555938382563,56.82306065995855],[-5.097040937547314,56.822599760423216],[-5.097035840415783,56.82259553997359],[-5.09680135944998,56.822415501024985],[-5.0967968,56.82241049999998],[-5.0967886765788,56.82240576281245],[-5.096730040101293,56.822360740235816],[-5.096724329197954,56.82235667093403],[-5.096493729077784,56.8222039711204],[-5.096487692619434,56.82220024487182],[-5.096283792599231,56.8220828450262],[-5.096269659249619,56.82207581243121],[-5.096092564116982,56.821999817113024],[-5.0960188,56.82195679999999],[-5.0958639,56.82190079999997],[-5.0953134,56.82177669999997],[-5.0951808,56.82175969999997],[-5.0949664,56.821711899999954],[-5.0942086,56.82162909999998],[-5.094027,56.821608799999986],[-5.093976995107443,56.82160968072286],[-5.093198526322024,56.82152317595225],[-5.093181447009346,56.82152191209774],[-5.09316421293828,56.82152188824863],[-5.092751661105273,56.8215362229332],[-5.0922514,56.8215318],[-5.0919401,56.821556899999955],[-5.091933821284091,56.82155897611071],[-5.091711986730452,56.821564005732284],[-5.091691121917195,56.82156540404648],[-5.09167093327723,56.82156861375809],[-5.091583701598533,56.82158675446281],[-5.0914809,56.821589899999985],[-5.0913763,56.82161409999997],[-5.091230690451328,56.82166016588158],[-5.091205909226875,56.82166531928219],[-5.090413069476592,56.82173527368385],[-5.09023524135158,56.821712795412566],[-5.089967574121009,56.82161774388952],[-5.089739602873007,56.82150794540556],[-5.0896789,56.82146559999998],[-5.0895893,56.821431899999965],[-5.089577215199023,56.82142973348525],[-5.089402975468271,56.82134581257185],[-5.089387746693251,56.82133949342183],[-5.08937100464161,56.82133445518527],[-5.089353104914213,56.82133080487414],[-5.089334427700522,56.82132862002081],[-5.08830852961649,56.821250920153695],[-5.088289490699703,56.82125024691812],[-5.087255476729134,56.82125504279813],[-5.086231301750443,56.82125220643861],[-5.0860785,56.82123829999996],[-5.0859025,56.821249899999955],[-5.0857444,56.821241199999974],[-5.0856430552098,56.82125057354242],[-5.085240551885914,56.82124945464732],[-5.08500649990913,56.82124216181968],[-5.0850001,56.82123989999997],[-5.0849387,56.82123059999997],[-5.0847564,56.821227],[-5.0845011,56.821192],[-5.0838535,56.8211702],[-5.0837353,56.82118289999995],[-5.0836972,56.8211822],[-5.0834868,56.821172399999966],[-5.083281,56.82114969999998],[-5.0830782,56.82115089999998],[-5.0829664,56.821141],[-5.0826849,56.8210829],[-5.0823903,56.82098249999996],[-5.0819432,56.82075849999996],[-5.0818217,56.82067609999997],[-5.0817477,56.820652799999976],[-5.0817043,56.82060349999996],[-5.0814518,56.820471599999976],[-5.0812101,56.82039219999997],[-5.0810824,56.820378],[-5.0809574,56.82034929999998],[-5.0808115,56.8203196],[-5.0805575,56.82024639999997],[-5.080352473426072,56.82015402319541],[-5.080064299546843,56.819774453961585],[-5.080066535257358,56.81970550600799],[-5.0801541,56.819691299999974],[-5.0801798,56.819684399999964],[-5.0801898,56.81966709999998],[-5.0801832,56.81964659999996],[-5.0801599,56.819642699999974],[-5.0800769,56.819669],[-5.080067749805464,56.81966805001485],[-5.080075393006905,56.8194323368084],[-5.080107557155173,56.818903595785166],[-5.080106852393738,56.8188933833134],[-5.080103512847632,56.81888332896133],[-5.080097606072239,56.81887363611132],[-5.079291103268355,56.817808836909244],[-5.079280900995247,56.81779804666472],[-5.078275699486228,56.81692464756334],[-5.07827199725973,56.8169216051043],[-5.077740996687888,56.81650840556168],[-5.077730060823799,56.81650099371128],[-5.077717431932552,56.816494441157275],[-5.076935523766095,56.81613957407178],[-5.076414600327056,56.81573737941062],[-5.076103435787177,56.81522190806761],[-5.076108075441466,56.815093274083374],[-5.076558134115263,56.81417372888078],[-5.076561062833359,56.81416612288394],[-5.076661061639212,56.813812822789224],[-5.076662425824648,56.81380563237591],[-5.076662465809871,56.81379840317256],[-5.076612263788466,56.81321660323931],[-5.076610692399389,56.813208401885674],[-5.076480590405791,56.81277210022826],[-5.076408089594414,56.81252900030875],[-5.07640488357897,56.81252108447643],[-5.076400071933539,56.81251341716845],[-5.076120370936136,56.81213801744596],[-5.076113662251077,56.81213034512128],[-5.075971415002954,56.81198968778768],[-5.0759814,56.811969899999966],[-5.0759015,56.81186879999997],[-5.0757877,56.81171189999996],[-5.0757683,56.811640699999955],[-5.0757321,56.811575499999954],[-5.075721,56.811358399999975],[-5.0757828,56.8113047],[-5.0758658,56.811215],[-5.0758906,56.81114059999997],[-5.0759846,56.810983799999974],[-5.0760084,56.81085409999997],[-5.076000725481171,56.81083805328089],[-5.076003746657344,56.81082899359518],[-5.0760522,56.810788299999984],[-5.0760649,56.81071969999996],[-5.07613587706682,56.81052279588375],[-5.076474740835754,56.8099681792691],[-5.0765026,56.80993269999998],[-5.0765628,56.80987849999998],[-5.0767629,56.809711299999975],[-5.0768278,56.8096175],[-5.0768813,56.809526499999954],[-5.0768973,56.80946819999998],[-5.0769328,56.80942689999996],[-5.076952628335087,56.80926360225266],[-5.076989842982081,56.80920936020085],[-5.0770991,56.809109],[-5.0771592,56.80903659999996],[-5.077144635936648,56.808983740609996],[-5.077150900745453,56.80897460923242],[-5.077155759194521,56.80896588309476],[-5.077176351361956,56.80891825936254],[-5.0772776,56.80885029999998],[-5.0773146,56.80878189999998],[-5.0773107,56.808734399999985],[-5.077281234166157,56.80867569386844],[-5.07733035789224,56.80856208292662],[-5.07733334468683,56.80855207326558],[-5.077333732386435,56.8085419326344],[-5.077331513268288,56.808531863083815],[-5.077269926977104,56.8083570890335],[-5.077267,56.808241099999975],[-5.077221,56.80814679999999],[-5.0771487,56.80792959999997],[-5.0770781,56.807787899999965],[-5.0769818,56.80762519999995],[-5.0769008,56.807536399999975],[-5.0761416,56.8067902],[-5.0760064,56.806660499999964],[-5.075947,56.806616099999985],[-5.0757464,56.806487199999985],[-5.0755538,56.8063957],[-5.0754592,56.806362099999966],[-5.075408378251169,56.80633717067541],[-5.075282292797596,56.80626652880195],[-5.075266588105093,56.80625902775082],[-5.07516528747315,56.80621792788577],[-5.075058,56.806165299999975],[-5.0745412,56.805937099999966],[-5.0744035,56.80589559999997],[-5.074217680509599,56.80585431710212],[-5.074173392494825,56.80583849111142],[-5.074155533130106,56.80583314377629],[-5.074140985640383,56.805830283741145],[-5.0741284,56.8058179],[-5.0735492,56.8057288],[-5.073469533955619,56.805729559181046],[-5.073451341717011,56.80572683595746],[-5.073277843074884,56.805692476328595],[-5.0732691,56.805688899999986],[-5.0732026,56.80567709999998],[-5.07320057173734,56.80567717343334],[-5.073078576512948,56.80565301325009],[-5.073078148002581,56.80565292884826],[-5.072726495704795,56.80558404305916],[-5.072459731350001,56.805516622896405],[-5.072385498378591,56.80549295709813],[-5.072047135153812,56.80536725949438],[-5.071743310874293,56.805219178664515],[-5.0714697,56.805025],[-5.0711059,56.80472379999996],[-5.0710573,56.80465039999997],[-5.0710473,56.80460839999997],[-5.0710152,56.80455709999998],[-5.0708008,56.80427919999997],[-5.0702227,56.80336219999995],[-5.0700235,56.80311],[-5.0698687,56.802880199999954],[-5.0696916,56.802658],[-5.0695335,56.802547699999955],[-5.069544,56.802516],[-5.0690218,56.80197969999995],[-5.0685784,56.80150609999998],[-5.0683886,56.801349499999986],[-5.0682417,56.801209699999966],[-5.067800957551483,56.8008976852266],[-5.067551209684683,56.800648606926494],[-5.067379197734261,56.800320604183895],[-5.0673164,56.80016349999995],[-5.067250297641417,56.80007480571355],[-5.067157858011309,56.799898531266734],[-5.067148412949355,56.79988548155604],[-5.067096863685227,56.79983060224214],[-5.0670653,56.79978009999997],[-5.0668036,56.79939709999998],[-5.0664568,56.79910939999997],[-5.066092,56.79894779999997],[-5.065790861693006,56.79885686120155],[-5.065784864950974,56.798854429314076],[-5.065131096379549,56.798618961134835],[-5.064593210510688,56.79840916150834],[-5.064459402855822,56.79832497430791],[-5.064078373324219,56.7980851909765],[-5.0639455,56.79798709999998],[-5.063921346244208,56.79795731045964],[-5.063714604747818,56.79750839369863],[-5.063689036070978,56.79736225573366],[-5.06369,56.797361199999976],[-5.0637241,56.79731149999998],[-5.0637619,56.79712729999996],[-5.0637997,56.797042399999974],[-5.0638299,56.796951399999955],[-5.063840545777511,56.79690825365828],[-5.063871112516328,56.796843488764075],[-5.0639093,56.796789899999986],[-5.063932,56.79671749999997],[-5.0639698,56.79664289999998],[-5.0639773,56.79653939999994],[-5.0639055,56.79642969999995],[-5.0638034,56.79631589999997],[-5.063623328360122,56.79621350284332],[-5.063330773953526,56.79597542748944],[-5.063328610315422,56.79597372055465],[-5.062912309893991,56.79565522091085],[-5.062900300053392,56.79564730001357],[-5.062886349109989,56.79564040313278],[-5.062870743931184,56.795634672085676],[-5.062794520457557,56.795610832288475],[-5.0627904,56.795607899999965],[-5.0626619,56.79556029999998],[-5.062596244726551,56.79554881883488],[-5.061970617563441,56.795353141928594],[-5.061829665075179,56.79528707942135],[-5.061732,56.795220799999974],[-5.0614863,56.79509249999998],[-5.0614006,56.7950526],[-5.0612103,56.79497859999998],[-5.0610742,56.79491029999998],[-5.0609117,56.794837799999975],[-5.0607983,56.794790199999966],[-5.0606547,56.7947033],[-5.060472294716802,56.79458896281343],[-5.060196366913685,56.79437442967579],[-5.059938431132121,56.7941111723512],[-5.059937003483922,56.79410975382291],[-5.059692603007896,56.793873254048236],[-5.059681302733298,56.793864055083624],[-5.059529699068083,56.793759134204265],[-5.059448529659369,56.793631933095426],[-5.059328739775509,56.793414152188944],[-5.05930995647021,56.79331564447932],[-5.059308,56.79326369999996],[-5.059212275682353,56.79251355245305],[-5.05921117960946,56.79239145573188],[-5.05928705325,56.792069825566166],[-5.059288125524903,56.792061546483055],[-5.059287450985335,56.79205325477282],[-5.059227849896295,56.79173495484243],[-5.059227245654561,56.791732237848834],[-5.05917034491058,56.79151143791297],[-5.059167808115607,56.79150425444858],[-5.059163953297503,56.79149724980947],[-5.05903715274842,56.791303149937924],[-5.059030289602089,56.79129448476168],[-5.059021414141305,56.79128638867432],[-5.059010679819252,56.79127900165282],[-5.058976409658929,56.7912583623708],[-5.0588789,56.79111249999996],[-5.0587957,56.79109659999998],[-5.0587182,56.791105],[-5.0586901,56.79110809999995],[-5.0585872,56.791151099999965],[-5.058494824635421,56.7912096088545],[-5.058427960873987,56.791223494243475],[-5.058409870339997,56.791228145299016],[-5.058393279672446,56.79123425257887],[-5.058131879813535,56.79134725240899],[-5.058123668828177,56.79135111382938],[-5.057684768895031,56.79157541351664],[-5.05767211168842,56.79158286921267],[-5.057661503491429,56.7915912325077],[-5.057575774094469,56.79167023124861],[-5.0575512,56.79166839999998],[-5.0574907,56.79163729999996],[-5.0573093,56.79150689999995],[-5.0572035,56.79139919999999],[-5.057119464767872,56.791320843978156],[-5.057101738752526,56.791296905563634],[-5.0571049,56.79123069999997],[-5.0570386,56.7911325],[-5.0569804,56.791003799999956],[-5.056928,56.79093369999997],[-5.0566955,56.79050019999996],[-5.0566524,56.790447099999966],[-5.056499422840998,56.79038123234917],[-5.055869115150336,56.78997086089894],[-5.055735418347902,56.78979802014871],[-5.055566635008775,56.78957982319612],[-5.055195338853872,56.78902155821231],[-5.055166872572557,56.788808926281845],[-5.055115571252607,56.78842632634459],[-5.055114826826991,56.78842231547202],[-5.054960852611891,56.78777375802082],[-5.055071842243443,56.787217421317266],[-5.055072457510139,56.7872060202266],[-5.055069778134389,56.78719470933569],[-5.054862376394724,56.786657309559814],[-5.054857806674836,56.7866483658985],[-5.054851173155182,56.786639820507105],[-5.054842586683363,56.78663181617936],[-5.054832190740584,56.786624486667556],[-5.054820159044032,56.786617954447934],[-5.05480669264402,56.78661232867379],[-5.053398922762203,56.78609952353009],[-5.052823869112232,56.78586649607518],[-5.052512373696763,56.78574021165627],[-5.051647183424055,56.785227645199754],[-5.051634428229315,56.78503272084079],[-5.051632644620956,56.78502320465459],[-5.051628573808174,56.78501390284921],[-5.051561130117941,56.78489522361774],[-5.05159325976338,56.78480721907061],[-5.051595675226743,56.78479638084742],[-5.051606774763253,56.78466308083912],[-5.051606435304696,56.784653678102615],[-5.051603861547536,56.78464438023261],[-5.051515360835772,56.784423280327886],[-5.051507645690004,56.784410164864035],[-5.051402645348595,56.78427696496709],[-5.051395135608862,56.784268881115736],[-5.05138582967021,56.78426138122732],[-5.051374875935312,56.784254584902364],[-5.051362449083946,56.78424860052176],[-5.051119149240513,56.78414560067578],[-5.05109760437492,56.784138191121066],[-5.050876504664123,56.78407769122202],[-5.050862689931641,56.78407444029466],[-5.050848287363703,56.784072080019726],[-5.050833486831478,56.784070641513146],[-5.050413287620675,56.78404334155912],[-5.05039789961582,56.784042843424665],[-5.049997820914563,56.78404284342474],[-5.049066248466787,56.78401609834609],[-5.048450112170306,56.78391352419519],[-5.048329843193051,56.78330495073044],[-5.048326684289387,56.78329524192849],[-5.048321133262226,56.78328586200232],[-5.04784693153339,56.78263936247374],[-5.04783890516812,56.78263030846943],[-5.046916303437762,56.781751909316036],[-5.046915413585923,56.78175107509339],[-5.046014212013696,56.78091907591312],[-5.046005070697779,56.780911716562905],[-5.045994340971041,56.78090503460811],[-5.044627235608612,56.780153211771385],[-5.043682004451961,56.778802860261585],[-5.04396962010656,56.778227720915815],[-5.044219946111421,56.77772706567761],[-5.045108976317644,56.77697484521091],[-5.046031634053867,56.776249817571006],[-5.046670416790827,56.776303722689214],[-5.046687645573158,56.776304541930514],[-5.046704920696494,56.77630410695737],[-5.046721940571063,56.77630242536353],[-5.04713354128229,56.776246125254644],[-5.04714907361037,56.776243426984344],[-5.047163875044285,56.776239690221416],[-5.047177716255251,56.77623497286219],[-5.047190382792116,56.77622934799597],[-5.047201678404027,56.77622290277277],[-5.047211428081086,56.776215737052816],[-5.047696727382215,56.775808436633774],[-5.047704857746765,56.775800573819254],[-5.047711125294253,56.775792212696956],[-5.047715430795,56.77578348564441],[-5.047717706083597,56.775774530832585],[-5.047787104344933,56.775271830772574],[-5.047787114515391,56.77526104354609],[-5.047784183356109,56.775250377036436],[-5.04748088102908,56.77452237736149],[-5.047477030932942,56.774514982084774],[-5.047471763214956,56.77450785511505],[-5.046963728019259,56.77391389129399],[-5.04663308896715,56.773362698822034],[-5.04656069293501,56.772898667148255],[-5.046559288425677,56.77289265752792],[-5.046421086958397,56.77245005768046],[-5.046416584587734,56.772440030347134],[-5.046409510775885,56.772430460967556],[-5.046169210152349,56.77216246119697],[-5.046163386553889,56.77215665789507],[-5.045802385969291,56.771833158220524],[-5.045791528573977,56.771824826483304],[-5.04577862362996,56.77181742723784],[-5.045763933462056,56.771811110891434],[-5.045747756683539,56.771806005838776],[-5.045730422126136,56.77180221585212],[-5.045404222665225,56.7717453159514],[-5.045390008014714,56.771743310553894],[-5.045375473807582,56.771742191705385],[-5.045360802840538,56.77174197347766],[-5.044758403989612,56.771751573451326],[-5.044756432897056,56.77175161302337],[-5.044314633738066,56.77176231299712],[-5.044291408362242,56.77176402868762],[-5.043456954175049,56.771868116442874],[-5.042500006201438,56.7718013772788],[-5.041351720463965,56.77161039251483],[-5.040803582341719,56.77151721595063],[-5.04033291988711,56.771396404738596],[-5.040319101159831,56.7713933705997],[-5.039825901960779,56.771302570757754],[-5.03980528103558,56.77129977267055],[-5.039493581610555,56.77127197271865],[-5.039477918654264,56.771271102509836],[-5.039091289181199,56.77126246662606],[-5.038728319759183,56.77124557529982],[-5.038487144386079,56.77121760664362],[-5.03836516464192,56.77116833109147],[-5.038254561705084,56.77108395288377],[-5.038090106639766,56.77088952217539],[-5.0379813477199,56.77041267071711],[-5.03797749388615,56.77040218309272],[-5.037970846881517,56.77039212592545],[-5.037860846546339,56.77025782603252],[-5.037853766822706,56.770250379403365],[-5.037845152823503,56.77024343734495],[-5.037835122271261,56.77023709472969],[-5.037699422267213,56.77016079483108],[-5.037687169496897,56.77015472339523],[-5.037673622463826,56.77014954709781],[-5.037658996647449,56.77014534827291],[-5.037643524686095,56.770142193706974],[-5.037458424996744,56.770111593760504],[-5.037443762860107,56.77010966784906],[-5.037428794632018,56.77010868070171],[-5.037413718971525,56.77010864541983],[-5.037398735963513,56.7701095624718],[-5.037219036290796,56.77012636243805],[-5.037202199010498,56.77012857440839],[-5.037186040835524,56.77013198748685],[-5.036985341104968,56.77018298739695],[-5.036977987192591,56.77018518749714],[-5.036970622003041,56.77018737619988],[-5.0369704722437,56.77018743577455],[-5.036970309853309,56.77018748435752],[-5.036963541827739,56.77019019271204],[-5.036956759916273,56.77019289057328],[-5.036956625599425,56.77019296037193],[-5.036956476146658,56.770193020178255],[-5.036950409812859,56.77019619044584],[-5.036944327217214,56.770199351305386],[-5.036852337238845,56.77025384528489],[-5.036785398322123,56.7702934811466],[-5.036671581136191,56.770319522285654],[-5.03660749054709,56.77031971629849],[-5.036533518855928,56.7703141973479],[-5.036517994584214,56.77031355229406],[-5.036502440666002,56.77031392416586],[-5.036487077249141,56.77031530769984],[-5.036472121785205,56.77031768331372],[-5.036163935479264,56.77037775686831],[-5.035483930506816,56.770488778107236],[-5.034710747629625,56.77049426369205],[-5.033750913309432,56.77040348584927],[-5.033739048668949,56.77040266809259],[-5.033309165228711,56.770383941649236],[-5.033162952842571,56.770322661478545],[-5.032745753120217,56.770147961740655],[-5.032730637805079,56.77014249644737],[-5.032714293848013,56.77013822854273],[-5.032697033851368,56.77013523965664],[-5.031978535117203,56.770040239823324],[-5.03196249566122,56.77003869138097],[-5.031946230156653,56.770038248875046],[-5.031228163485361,56.77004327861562],[-5.030778998533689,56.77000844898548],[-5.030757941203743,56.77000775897847],[-5.030281865714793,56.770013270472546],[-5.029901937432302,56.76993583402815],[-5.029884563621346,56.769933026896986],[-5.029866650398643,56.76993156378089],[-5.029848540852238,56.76993147270265],[-5.029612441300336,56.7699392726847],[-5.029594601448172,56.7699405422159],[-5.029577247224947,56.76994314320245],[-5.029324247622088,56.76999154311278],[-5.029301923585764,56.76999715288565],[-5.028803624124256,56.770154952622036],[-5.028791507973671,56.77015929659929],[-5.027678490918634,56.770608413683675],[-5.027265627452971,56.77069587910747],[-5.02639658883008,56.77081187518612],[-5.02639658883008,56.7709597742192],[-5.027335711621496,56.77083442357739],[-5.027351904492563,56.77083164053779],[-5.027789005148308,56.77073904036897],[-5.027804751357127,56.770735026785246],[-5.027819391499965,56.77072990405236],[-5.028940653207516,56.77027745954526],[-5.029421995867688,56.77012502946384],[-5.029646243784535,56.7700821298563],[-5.029836723650749,56.7700758370065],[-5.030214163036814,56.770152766097716],[-5.030229877075177,56.77015536609115],[-5.030246060194936,56.77015686559987],[-5.030262457853618,56.77015724103825],[-5.030752879298577,56.77015156351889],[-5.031201502254727,56.77018635107251],[-5.031221468462152,56.77018705114348],[-5.031933190378858,56.770182065901565],[-5.032608966092147,56.77027141693292],[-5.033004224230213,56.770436928972195],[-5.033181001663783,56.770511019576126],[-5.033196658842235,56.77051665658052],[-5.033213620757753,56.77052100900596],[-5.033231540212038,56.77052398776132],[-5.033250050406345,56.77052553187355],[-5.033712384895555,56.770545672010066],[-5.034678188393849,56.77063701430622],[-5.034702089947854,56.77063805094072],[-5.035505491482456,56.77063235091911],[-5.035523480570888,56.77063153966424],[-5.035541095250985,56.770629376937606],[-5.03624179641142,56.770514976721024],[-5.036248277889867,56.7705138167812],[-5.036529750067585,56.77045895052231],[-5.036581381235431,56.77046280265984],[-5.036599721346842,56.77046345581749],[-5.03669882153621,56.77046315581558],[-5.036715748407127,56.770462500444765],[-5.03673237853071,56.77046064788621],[-5.036748432281617,56.770457629289616],[-5.036912332517488,56.77042012922216],[-5.036929006428533,56.7704155223606],[-5.036944317078998,56.77040965974852],[-5.036957952971134,56.770402660662064],[-5.03704427305481,56.770351548688836],[-5.037118708128757,56.77030745394777],[-5.037280143687985,56.770266431434656],[-5.037412385366501,56.7702540682777],[-5.037535757987124,56.77027446375458],[-5.037631668828436,56.770328391580165],[-5.037724093737016,56.77044123441909],[-5.037832950561739,56.7709185292749],[-5.037837021472434,56.770929436674166],[-5.037844112196551,56.77093986781723],[-5.038022411682521,56.77115066798963],[-5.038034886202877,56.77116237660403],[-5.038164786073096,56.771261476715],[-5.038177983352675,56.77127004488495],[-5.038193449136521,56.77127738036255],[-5.038354849255184,56.771342580461585],[-5.038370553345114,56.77134802587678],[-5.038387503237015,56.771352195697915],[-5.038405357502683,56.771355005930616],[-5.038682158000016,56.77138710598681],[-5.038698148173042,56.77138840016596],[-5.039072048881555,56.77140580019397],[-5.039077780585226,56.77140599747794],[-5.03945940207112,56.77141452150777],[-5.039752800921299,56.771440689259386],[-5.040228831948191,56.77152832838906],[-5.040700880580803,56.77164949544446],[-5.040717597796708,56.77165304259934],[-5.041274698724455,56.77174774276478],[-5.041275460783456,56.77174787090825],[-5.042434662725824,56.77194067124537],[-5.042456109458064,56.77194318404308],[-5.043446911312539,56.77201228416034],[-5.043462122516216,56.77201285337643],[-5.043477351059239,56.77201244732348],[-5.043492390243135,56.77201107151286],[-5.044337919467774,56.771905602370275],[-5.044766981849441,56.77189521083972],[-5.045346170007636,56.77188598079118],[-5.04560469481365,56.77193107604918],[-5.045937057527528,56.77222891414132],[-5.046166316119592,56.772484600893556],[-5.046300378327033,56.77291395379751],[-5.046373605396361,56.77338333280373],[-5.04637578379235,56.773391602993634],[-5.046379696109799,56.773399678406854],[-5.046717594464963,56.77396297875348],[-5.046723438036395,56.77397104428017],[-5.047228856012808,56.77456195271855],[-5.047524598017353,56.775271817360675],[-5.047459239019699,56.77574523446726],[-5.047020464710445,56.7761134858196],[-5.046684183889066,56.7761594833688],[-5.045990884469436,56.776100977412035],[-5.045974768424556,56.77610017307002],[-5.045958594770481,56.77610046677368],[-5.045942610759093,56.776101854033115],[-5.0459270607432,56.77610431364077],[-5.045912182441098,56.776107807995906],[-5.045898203302536,56.77611228367915],[-5.045885337031666,56.77611767226916],[-5.045873780320099,56.776123891388835],[-5.045863709840021,56.77613084596423],[-5.044893108686666,56.77689354514177],[-5.044890602907807,56.77689558782139],[-5.043989301580958,56.77765818704146],[-5.043979681267374,56.777667885738595],[-5.043972881618455,56.777678279201595],[-5.043717180628941,56.778189677734446],[-5.043418179361967,56.77878757623941],[-5.043414807507304,56.77879650323572],[-5.043413521769236,56.77880559276595],[-5.043414342846467,56.77881469851123],[-5.043417257523199,56.77882367389159],[-5.043422218881773,56.778832374425455],[-5.044392815084058,56.780218975398014],[-5.044400511949996,56.780228032989484],[-5.044410423753367,56.780236416688496],[-5.04442235873728,56.78024396430009],[-5.045797528698641,56.78100022467195],[-5.046689936157024,56.781824109337286],[-5.047607502207719,56.78269771914416],[-5.048071508151786,56.78333032394201],[-5.04819915451194,56.783976249284365],[-5.04819992883291,56.78397856053853],[-5.048201811977156,56.783984819805234],[-5.048202354923839,56.78398580212361],[-5.048202646491,56.78398667241579],[-5.048204326696695,56.783989369524555],[-5.048206783389565,56.783993814258835],[-5.048208055780578,56.78399535554302],[-5.048208893490106,56.783996700254974],[-5.048211100819502,56.78399904408648],[-5.048213851099418,56.78400237557916],[-5.048216145263805,56.78400440047995],[-5.048217759623993,56.784006114672046],[-5.048770458734618,56.78449991516997],[-5.048779728400123,56.78450715585577],[-5.048790549292018,56.78451371618296],[-5.048802757282811,56.78451949664642],[-5.049360943983058,56.78475249128862],[-5.049757930572188,56.78491828582567],[-5.049771261281642,56.78492317591164],[-5.049785581108873,56.7849271348274],[-5.051172016201057,56.78525364317051],[-5.051440962795205,56.78531693014778],[-5.052328666952865,56.78584283617055],[-5.052346919319733,56.78585179918145],[-5.052668341727795,56.78598210836673],[-5.053246042149018,56.786216208722024],[-5.053251405830547,56.78621827048006],[-5.054617314004347,56.786715827890596],[-5.054809274121202,56.787213225308285],[-5.054698855868834,56.78776667844323],[-5.054698084822023,56.78777523656595],[-5.054699175330116,56.787783784216],[-5.054854698360472,56.788438884688986],[-5.05490572683024,56.78881946942477],[-5.05493552550569,56.789042065303796],[-5.054938095439817,56.789051896077304],[-5.054943110598742,56.78906143847741],[-5.055321809000603,56.78963083886015],[-5.05532428204027,56.789634279568425],[-5.055494381238994,56.789854179437675],[-5.055635780527663,56.790036979270525],[-5.055644742257239,56.79004651495212],[-5.055656191227153,56.79005521199068],[-5.055923320907867,56.79022913304563],[-5.0558842,56.790244599999966],[-5.056112946043207,56.790352591605306],[-5.056305813426518,56.79047815994251],[-5.056342445683901,56.79050454202945],[-5.0563681,56.790524899999966],[-5.056374880239901,56.79052790094474],[-5.056462391796525,56.79059092535902],[-5.056555818468024,56.79078644080464],[-5.0565517,56.79081129999999],[-5.0565517,56.790933099999975],[-5.0568262,56.79138029999996],[-5.05707,56.791666799999966],[-5.0571802,56.791757299999944],[-5.0573454,56.79189079999998],[-5.0574201,56.79190809999997],[-5.0574919,56.791905699999965],[-5.0575538,56.791921],[-5.057605,56.7919124],[-5.0576609,56.79188429999997],[-5.0576605,56.791839],[-5.057679230391617,56.79180675249511],[-5.057746953778136,56.79178085635096],[-5.057761375470753,56.791774463977006],[-5.05777400758786,56.79176701793309],[-5.057784596913017,56.79175866747913],[-5.057876923474196,56.7916735891097],[-5.058298171322838,56.791458309935784],[-5.05853948864883,56.79135399135283],[-5.058622612064148,56.791336729338234],[-5.0587614,56.79135659999996],[-5.058809171057008,56.7913800059129],[-5.058912929316837,56.79153883529996],[-5.058967605005468,56.79175100667762],[-5.059025395205642,56.79205964702162],[-5.058950345697522,56.79237777422629],[-5.05894926356118,56.79238735378415],[-5.058950782322862,56.79255666688042],[-5.0588983,56.792658099999976],[-5.0589159,56.79287339999996],[-5.0589992,56.79309149999995],[-5.0589602,56.79331719999997],[-5.0589764,56.79341569999998],[-5.0592242,56.79374219999997],[-5.059260276767664,56.79377175824539],[-5.05928981506814,56.79381804824424],[-5.059295380333332,56.793825426974415],[-5.059302403267853,56.793832421254415],[-5.059310797131696,56.79383894469735],[-5.059469797940468,56.793948985405294],[-5.059557295211276,56.79403365503241],[-5.0598665,56.79445179999996],[-5.0598997,56.79449409999997],[-5.060657347046678,56.794982064082646],[-5.060674416356393,56.79499533510432],[-5.060684305821487,56.795002114041345],[-5.060695613229276,56.7950081888731],[-5.06070223432766,56.79501097327642],[-5.0607133,56.79501809999997],[-5.0611689,56.7952944],[-5.0614169,56.795423199999966],[-5.0615187,56.79546559999997],[-5.0618895,56.795571099999975],[-5.0622467,56.795654499999955],[-5.0625795,56.79571819999997],[-5.0626968,56.79575129999997],[-5.0627399,56.795777199999975],[-5.0628913,56.79592629999997],[-5.063099729859053,56.79604519269657],[-5.063114685124376,56.796056634476116],[-5.06363877432231,56.79648312784175],[-5.063670915883596,56.7966324980781],[-5.0636267,56.79670819999996],[-5.063625,56.796743699999965],[-5.063630951378125,56.79677910742796],[-5.063573428579678,56.7969009851488],[-5.063572115086645,56.7969040418793],[-5.063502270686251,56.797084112265715],[-5.0634933,56.797090899999944],[-5.0634186,56.79722439999996],[-5.0633556,56.7973084],[-5.0633291,56.7973747],[-5.0633945,56.7975],[-5.0635941,56.797913499999964],[-5.06366136152693,56.797979378080626],[-5.063693933385671,56.79805010439076],[-5.063698564827959,56.798058142523644],[-5.063704880134638,56.79806582770508],[-5.063712792380572,56.7980730541535],[-5.063722192659599,56.79807972240142],[-5.064262001302243,56.79841942838794],[-5.0644060012506,56.79851002850163],[-5.064416802798192,56.79851606660646],[-5.064428822965484,56.79852136621768],[-5.064981323407518,56.79873686654881],[-5.06498533420564,56.79873837027412],[-5.065225703306525,56.79882494500756],[-5.0656725,56.798996099999954],[-5.066026605450785,56.79915350852219],[-5.066299682464358,56.79936756368276],[-5.0666183,56.799651699999956],[-5.0668297,56.79999989999999],[-5.0669763,56.800116],[-5.067048146780964,56.800209062543885],[-5.067121965496018,56.80034982826676],[-5.0671456,56.80041069999998],[-5.067215044051697,56.80052731918506],[-5.067303539542217,56.80069606902236],[-5.067308345040403,56.80070362195112],[-5.067314650996707,56.800710834990156],[-5.067338471207105,56.800734591659555],[-5.067367,56.80078249999998],[-5.0675088,56.80091379999996],[-5.06753839316311,56.80093397893352],[-5.067576050452532,56.80097153523316],[-5.067582617258695,56.800977400413714],[-5.068074768112272,56.80137312331462],[-5.06815,56.801450399999986],[-5.0684195,56.80172729999998],[-5.0685702,56.801907199999974],[-5.0687165,56.802033],[-5.0687712,56.802100899999964],[-5.0688205,56.802203],[-5.0688988,56.8022595],[-5.0689218,56.80229939999998],[-5.0690105,56.802382599999966],[-5.0691134,56.80251939999995],[-5.0692419,56.80264839999998],[-5.0693444,56.8027733],[-5.0694913,56.80295239999997],[-5.0697146,56.803159],[-5.0697674,56.803223299999964],[-5.0698463,56.80340649999997],[-5.0701487,56.8037793],[-5.070172,56.80386319999998],[-5.0703764,56.80415929999998],[-5.0704691,56.804370099999986],[-5.0709194,56.80498819999998],[-5.0710295,56.80511219999998],[-5.0712731,56.80522329999996],[-5.0714898,56.80535079999997],[-5.072206,56.805612699999976],[-5.0723789,56.80568389999996],[-5.0725285,56.80572969999997],[-5.0727688,56.8057822],[-5.0728901,56.80580339999997],[-5.0731145,56.805822199999966],[-5.073259548521571,56.80584164308395],[-5.073367323927089,56.80586298686416],[-5.073377319000957,56.805864721598844],[-5.074034166716566,56.80596304422003],[-5.0740621423819,56.805970249168006],[-5.074499243396785,56.80612644265136],[-5.075102414141387,56.80637116514891],[-5.075475256108104,56.806580056595344],[-5.076023513526231,56.807038979725284],[-5.0763621,56.80750119999997],[-5.0765058,56.80767469999998],[-5.0766237,56.80778249999998],[-5.0766932,56.80792089999996],[-5.0767824,56.80805139999997],[-5.0768095,56.808125599999954],[-5.076821,56.8082234],[-5.0768728,56.8082826],[-5.0769239,56.80839729999997],[-5.0769811,56.808488099999984],[-5.0769929,56.8086541],[-5.0769364,56.80885],[-5.076784787492785,56.80910022534516],[-5.076510307792257,56.80950028567876],[-5.0764816,56.8095249],[-5.076435,56.809556],[-5.0763439,56.80959409999998],[-5.076316,56.80962689999996],[-5.0762096,56.80974869999997],[-5.0761356,56.8098744],[-5.0760289,56.8100072],[-5.075949,56.81011189999999],[-5.0758929,56.8102317],[-5.0759225,56.810345699999985],[-5.0759056,56.81041619999998],[-5.0758658,56.810457799999966],[-5.0758008,56.81062059999997],[-5.0757155,56.810697199999986],[-5.0756864,56.8107647],[-5.075694456871266,56.81095775237792],[-5.075668679041583,56.811035050719845],[-5.0756196,56.81107629999998],[-5.0755706,56.811058699999975],[-5.0755304,56.81107249999999],[-5.0755087,56.81103739999997],[-5.0754988,56.81095889999999],[-5.0754806,56.8109261],[-5.0754501,56.81091569999997],[-5.0754043,56.8109436],[-5.07532,56.8110585],[-5.0752694,56.811278599999945],[-5.0752788,56.81133409999996],[-5.075315,56.811343],[-5.0753295,56.81136439999997],[-5.0752973,56.81149769999998],[-5.0752971,56.81158709999997],[-5.0753136,56.81164149999997],[-5.0756078,56.81200929999997],[-5.075638,56.81205379999996],[-5.0758445,56.81224119999998],[-5.075871678565633,56.81218733950714],[-5.075880768369225,56.81219632773172],[-5.076151908325035,56.81256024045391],[-5.076222009240063,56.812795298729085],[-5.076350892123785,56.813227522070115],[-5.076400108731193,56.81379794799158],[-5.076303225998736,56.8141402304768],[-5.075850863082588,56.81506447055261],[-5.075847683819908,56.81507300046135],[-5.075846408862165,56.815081678637945],[-5.075841008339635,56.815231378636035],[-5.075841553502018,56.81523950016853],[-5.075843767340653,56.81524753599317],[-5.075847621537082,56.81525538331528],[-5.076172019966671,56.81579278364812],[-5.076179508356363,56.815802657042454],[-5.076189585546753,56.815811811612626],[-5.07673188497837,56.81623051207843],[-5.076742704635766,56.81623780370603],[-5.076755167426731,56.816244258261364],[-5.077536884887427,56.81659903967925],[-5.078055880771903,56.81700289941917],[-5.079053362627056,56.817869595557696],[-5.079844695524088,56.8189143755296],[-5.079813441011627,56.81942810405679],[-5.079813388865646,56.81942922227376],[-5.079807117335942,56.81962259217873],[-5.0797536,56.819685],[-5.0797376,56.81968989999998],[-5.0797499,56.8196995],[-5.079804525098718,56.81970251818767],[-5.079801787616651,56.81978692227056],[-5.079801924145179,56.81978839102829],[-5.0797872,56.819814599999965],[-5.0797558,56.819831499999985],[-5.079759,56.81984839999995],[-5.0797905,56.8198747],[-5.0797174,56.819943],[-5.0797266,56.820074],[-5.0797571,56.820147],[-5.0798064,56.82019129999996],[-5.0797808,56.820250799999954],[-5.0797868,56.820283099999976],[-5.0798659,56.82042119999995],[-5.0798793,56.82052419999999],[-5.0799331,56.82056149999995],[-5.0801321,56.82062939999997],[-5.080215,56.8206399],[-5.0802523,56.820675],[-5.0804414,56.820738199999965],[-5.0807451,56.82082629999996],[-5.0807099,56.8208462],[-5.080595,56.8208657],[-5.0805053,56.820895399999976],[-5.0804674,56.820922899999964],[-5.0805194,56.82094159999997],[-5.0805758,56.820904],[-5.08066,56.820875299999976],[-5.0807475,56.820862599999984],[-5.0808018,56.820837499999975],[-5.0809123,56.82086419999995],[-5.0811938,56.82091359999997],[-5.0813255,56.82092119999998],[-5.0814572,56.820908],[-5.081482,56.820911],[-5.0815494,56.82095249999997],[-5.0818038,56.82101019999997],[-5.081880925099665,56.821020475197784],[-5.082081284760894,56.8210893731434],[-5.082117,56.82113159999999],[-5.0822752,56.82120809999997],[-5.0824719,56.821265699999984],[-5.0826933,56.82130459999996],[-5.0828028,56.82135],[-5.0828781,56.821363],[-5.0831054,56.821366],[-5.0832286,56.82138759999997],[-5.0836266,56.82139809999997],[-5.0836644,56.82140519999997],[-5.083799,56.82140529999998],[-5.0842168,56.82144259999996],[-5.0845014,56.82145439999996],[-5.0847227,56.82145439999996],[-5.0848648,56.82142839999999],[-5.0851423,56.82141429999997],[-5.085212772974384,56.821392532313006],[-5.085229066281342,56.82139303998107],[-5.085235835333907,56.82139315477332],[-5.086246133949856,56.821395960781494],[-5.0862555,56.82139669999997],[-5.086258615455566,56.821395995396514],[-5.086458985110837,56.82139655091204],[-5.0866268,56.8214072],[-5.0869424,56.82141739999999],[-5.0870834,56.82141749999997],[-5.0874245,56.82140009999996],[-5.087441641616582,56.82139789644601],[-5.088282145006175,56.82139399748087],[-5.088995998796311,56.821448064471156],[-5.0891152,56.82146789999996],[-5.0893021,56.82150819999996],[-5.089409733096121,56.8215403425885],[-5.089801824490201,56.82172918776219],[-5.089817070461156,56.82173551288614],[-5.089832396645762,56.821740955417006],[-5.0900403,56.8218324],[-5.0901884,56.821879],[-5.090237594079996,56.8218838870651],[-5.090249944281149,56.8218866797575],[-5.090265394199061,56.821889013129656],[-5.090281248002146,56.82189029493782],[-5.090297268588873,56.82189050601187],[-5.090301770264887,56.82189026245953],[-5.0903404,56.821894099999966],[-5.0905615,56.8218716],[-5.090605237347169,56.82186387834427],[-5.091260718100838,56.82180604302545],[-5.09127371606916,56.82180452178822],[-5.091286366168084,56.82180228640471],[-5.091634201260101,56.821729951483405],[-5.0918055,56.82172569999996],[-5.0918974,56.82172689999996],[-5.0920078,56.82170589999996],[-5.09212778816942,56.821698412022876],[-5.092161807275129,56.82169764062684],[-5.0926066,56.82169849999996],[-5.0929199,56.821707],[-5.0931812,56.82173309999995],[-5.0933364,56.821732599999976],[-5.0938034,56.82175609999997],[-5.0939487,56.821790199999974],[-5.0940322,56.821801799999946],[-5.0941201,56.82179589999998],[-5.094237,56.82180449999997],[-5.094264086279503,56.82178821339609],[-5.094278292335852,56.82178979190609],[-5.0943544,56.82181959999996],[-5.0944126,56.8218099],[-5.0944919,56.82182139999996],[-5.094545748959143,56.82181951009771],[-5.094891428796497,56.82185791906684],[-5.095561214546758,56.82199387051183],[-5.0958627,56.82209669999998],[-5.096255,56.82228539999998],[-5.096471146619937,56.82241434310191],[-5.096519482445085,56.82244635030983],[-5.096819875147476,56.82267699896169],[-5.097106218957857,56.822933265094754],[-5.0971853,56.823007799999964],[-5.097303,56.82313],[-5.0975086,56.8233334],[-5.0977335,56.82351279999998],[-5.0978432,56.823587499999974],[-5.0980497,56.82372959999997],[-5.0982614,56.82387529999998],[-5.0983639,56.8239455],[-5.0984443,56.82400049999996],[-5.0985477,56.82404739999997],[-5.0986117,56.824076399999974],[-5.0986991,56.824105899999964],[-5.0987576,56.82412249999996],[-5.0989111,56.824158],[-5.0990379,56.82416789999998],[-5.0991258,56.82417479999997],[-5.099132368250167,56.82417515202249],[-5.099144797032118,56.824176417702745],[-5.099160799760232,56.82417695547629],[-5.099166018383898,56.82417695548138],[-5.0992844,56.8241833],[-5.0994192,56.824190499999965],[-5.0995013,56.824221099999974],[-5.099665,56.8242577],[-5.0998233,56.82431629999997],[-5.099952,56.82439259999998],[-5.1001398,56.82448949999996],[-5.1005555,56.8247421],[-5.1007674,56.824891599999965],[-5.1007835,56.82497379999998],[-5.1007494,56.82504359999999],[-5.1003915,56.82517549999998],[-5.0998093,56.82545239999998],[-5.0994547,56.82579659999996],[-5.0990896,56.82613719999996],[-5.0983897,56.82657109999997],[-5.097591,56.826924],[-5.0968147,56.82736459999998],[-5.0963884,56.8276111],[-5.0961332,56.82770169999998],[-5.0957423,56.82789259999998],[-5.0956551,56.82802079999997],[-5.0957034,56.82813779999998],[-5.0956724,56.8281871],[-5.0955841,56.828229199999974],[-5.0953849,56.82824269999998],[-5.0952396,56.828293099999975],[-5.0950773,56.828265],[-5.0949236,56.82832109999998],[-5.0946041,56.82834029999998],[-5.0945193,56.8283382],[-5.0943865,56.8282519],[-5.0943883,56.82833359999996],[-5.0942602,56.82839279999996],[-5.0941926,56.82853189999995],[-5.0939328,56.82867469999996],[-5.0937755,56.82879969999994],[-5.0932608,56.82902829999997],[-5.0931916,56.829082599999964],[-5.0932096,56.829142099999956],[-5.0931749,56.82920129999999],[-5.0931099,56.8292729],[-5.0930804,56.82935339999995],[-5.0928579,56.829517699999954],[-5.0928195,56.82960779999996],[-5.0928135,56.8297307],[-5.0922672,56.82985549999998],[-5.0920707,56.8299225],[-5.0916971,56.83001059999997],[-5.0915411,56.83000819999997],[-5.091208,56.83012029999997],[-5.0908185,56.830146],[-5.0902685,56.83017019999996],[-5.0897774,56.830269],[-5.0883813,56.830702199999976],[-5.0870432,56.83115259999997],[-5.0861917,56.831546],[-5.0855728,56.8316958],[-5.0855009,56.83202489999997],[-5.0849973,56.83255039999995],[-5.0843141,56.83263489999997],[-5.0835698,56.83265639999997],[-5.0834655,56.832680299999964],[-5.0828692,56.83274349999998],[-5.0828112,56.8327434],[-5.0827731,56.83272469999997],[-5.0827228,56.83273269999997],[-5.0826786,56.832753599999954],[-5.0825515,56.83274419999995],[-5.0823024,56.83274579999997],[-5.0820384,56.832765799999976],[-5.0819758,56.832762],[-5.0819236,56.832745299999964],[-5.0818978,56.83275039999997],[-5.081827,56.8327872],[-5.0818004,56.832782499999944],[-5.0817711,56.83276529999996],[-5.0816977,56.83275],[-5.0815713,56.8327477],[-5.0808636,56.832691899999965],[-5.080459,56.832719599999955],[-5.0803587,56.8327417],[-5.0802846,56.83276839999994],[-5.0802252,56.83277729999996],[-5.0801564,56.832776199999984],[-5.0800842,56.8327753],[-5.0799201,56.832793699999954],[-5.0795527,56.832892699999974],[-5.0791712883983875,56.83302498513894],[-5.085422359138043,56.83302498513894],[-5.085715,56.83296339999998],[-5.0861391,56.83263469999997],[-5.0856266,56.832499399999975],[-5.0860508,56.8321223],[-5.0866339,56.83184189999995],[-5.0871412,56.831573899999974],[-5.0874126,56.831459799999976],[-5.0890614,56.83075179999997],[-5.0918163,56.83034069999999],[-5.0933399,56.83020369999998],[-5.0947174,56.83042069999996],[-5.0961992,56.83074039999997],[-5.0973889,56.83060339999996],[-5.0985576,56.830112399999976],[-5.0994133,56.82910749999998],[-5.0993298,56.827942699999966],[-5.0996429,56.82728029999998],[-5.100922,56.82668829999999],[-5.1013109,56.826592199999986],[-5.1020958,56.82657449999997],[-5.1025877,56.82676349999996],[-5.1031996,56.8271523],[-5.1034883,56.82739119999997],[-5.10364,56.828527299999976],[-5.1036241,56.82890659999998],[-5.103081,56.828899199999974],[-5.1030539,56.829018],[-5.1034883,56.829099699999965],[-5.1035969,56.82929289999998],[-5.1031082,56.82946369999998],[-5.1028502,56.82965679999998],[-5.1023615,56.829760799999974],[-5.1026873,56.82981279999995],[-5.1026069,56.829949],[-5.1023712,56.83037529999998],[-5.1021772,56.830981299999976],[-5.1017386,56.83242269999997],[-5.1016419,56.83272449999997],[-5.1013297,56.83288049999999],[-5.1016012,56.833014099999986],[-5.1018456,56.832984399999965],[-5.10192413529662,56.83302498513894],[-5.123721589677131,56.83302498513894],[-5.1236657,56.832977899999975],[-5.1236228,56.832898699999966],[-5.1236096,56.832776399999986],[-5.1235667,56.83272359999997],[-5.1235318,56.83266639999998],[-5.1234565,56.83262719999998],[-5.1233924,56.832568099999975],[-5.1233867,56.8324951],[-5.1234138,56.83244039999997],[-5.1234004,56.83240219999998],[-5.1233575,56.83234939999998],[-5.1233387,56.832295099999975],[-5.1233334,56.83221739999998],[-5.1233843,56.8321381],[-5.1234138,56.832080899999966],[-5.123494,56.83202119999998],[-5.1235989,56.83197959999995],[-5.1237706,56.831941499999985],[-5.1238564,56.83192239999998],[-5.1239503,56.83186519999997],[-5.1240012,56.831777099999954],[-5.1241836,56.83165239999999],[-5.1242669,56.83152409999997],[-5.1243595,56.831410399999974],[-5.1247387,56.83086109999997],[-5.1248508,56.83072379999996],[-5.1250236,56.83047989999997],[-5.1252796,56.830147299999965],[-5.1253818,56.82997469999996],[-5.1255526,56.829575],[-5.125573,56.8294979],[-5.1255881,56.82938159999996],[-5.1255864,56.82926629999997],[-5.1256022,56.82911109999996],[-5.1255891,56.829035899999965],[-5.1255432,56.82893209999995],[-5.1255086,56.8288333],[-5.1254815,56.82876189999997],[-5.1253448,56.82860039999996],[-5.1251868,56.828472299999966],[-5.1248324,56.82829809999998],[-5.124532,56.82812789999998],[-5.1242665,56.8279929],[-5.1241407,56.827932299999965],[-5.1239556,56.82786909999997],[-5.1236603,56.82779329999997],[-5.1234672,56.82774479999996],[-5.1234109,56.827715499999954],[-5.1233787,56.82767],[-5.1233709,56.827622599999984],[-5.1233441,56.827588799999965],[-5.1232768,56.827532],[-5.1230488,56.827429299999984],[-5.1228476,56.82735449999996],[-5.1227645,56.82727229999997],[-5.1226923,56.82716029999997],[-5.1226601,56.827064899999975],[-5.1226735,56.82697539999997],[-5.122735,56.826849599999974],[-5.1227862,56.826761099999985],[-5.1228583,56.826688199999985],[-5.1229522,56.82663089999997],[-5.123049,56.826586499999976],[-5.1230702,56.826539899999965],[-5.1231051,56.82643569999996],[-5.1231402,56.82631349999997],[-5.1231614,56.826170099999985],[-5.1232449,56.826068399999976],[-5.1234862,56.825832099999964],[-5.1235104,56.82577189999998],[-5.1235614,56.8257117],[-5.1236579,56.8256061],[-5.123725,56.825584],[-5.1238457,56.825544399999984],[-5.1239825,56.825476899999984],[-5.1241699,56.825362899999966],[-5.1242319,56.8253022],[-5.1242772,56.82527189999998],[-5.1243714,56.82523619999997],[-5.1245216,56.825159899999946],[-5.1247922,56.82499739999996],[-5.1250741,56.82484429999999],[-5.1253689,56.82468039999998],[-5.1255918,56.824537599999964],[-5.1256347,56.82448909999997],[-5.1257605,56.82439269999998],[-5.1259244,56.82428509999997],[-5.1260558,56.824197099999985],[-5.1261202,56.824126599999964],[-5.1261792,56.824010699999974],[-5.1262516,56.82388589999998],[-5.1262943,56.823744],[-5.1263264,56.8236295],[-5.1263425,56.823542899999964],[-5.1263613,56.823438699999976],[-5.1263884,56.82336339999996],[-5.1263911,56.82320339999996],[-5.126415,56.82313189999997],[-5.1264552,56.82306],[-5.1265279,56.822955299999954],[-5.1265601,56.822896599999986],[-5.1266164,56.822807099999984],[-5.1267341,56.82264169999998],[-5.1268068,56.822526699999976],[-5.1269624,56.822363799999955],[-5.1269785,56.82231689999996],[-5.126957,56.822274299999975],[-5.1269594,56.822230699999984],[-5.1269729,56.8221778],[-5.1270134,56.82211279999997],[-5.1271284,56.82202669999996],[-5.1271821,56.82196209999997],[-5.1272947,56.82188429999999],[-5.1273701,56.821787],[-5.1274852,56.82165679999997],[-5.1276356,56.82152129999996],[-5.1277644,56.82142289999999],[-5.1277966,56.82137889999996],[-5.1278931,56.821307],[-5.127936,56.82126589999998],[-5.1280862,56.821164599999975],[-5.1281613,56.821147],[-5.1283837,56.821082799999964],[-5.1287404,56.82100209999996],[-5.1288641,56.82098989999998],[-5.1290355,56.82095509999997],[-5.1291991,56.82090959999998],[-5.1293359,56.82089639999998],[-5.1295588,56.82089159999998],[-5.1298857,56.82088179999999],[-5.1302237,56.82087],[-5.1305402,56.82085529999994],[-5.1308352,56.82084359999997],[-5.1311252,56.82080939999996],[-5.131498,56.820750699999955],[-5.1316238,56.820730599999976],[-5.1317418,56.820679199999965],[-5.1317635,56.82065819999998],[-5.1318413,56.82059069999998],[-5.1319162,56.820545599999946],[-5.132013,56.8205217],[-5.132171,56.820497199999956],[-5.1323,56.820467399999984],[-5.132407,56.82044729999996],[-5.1325441,56.82039979999996],[-5.1326326,56.82037489999997],[-5.1327584,56.820350399999974],[-5.1329303,56.82029119999996],[-5.1329756,56.8202564],[-5.1331366,56.8201478],[-5.133217,56.820092],[-5.1332709,56.820074],[-5.1333353,56.82005049999996],[-5.133389,56.82000209999999],[-5.1334587,56.81991979999997],[-5.1334906,56.8198939],[-5.1335389,56.81988359999998],[-5.1335925,56.81989089999997],[-5.1336518,56.819880199999986],[-5.1337562,56.819833699999975],[-5.1338154,56.81978629999996],[-5.1338125,56.81975589999996],[-5.1337776,56.81973089999996],[-5.1337618,56.81969669999999],[-5.1337645,56.81964239999998],[-5.133791,56.819615],[-5.1338474,56.8195988],[-5.1339254,56.8195441],[-5.1339925,56.81949709999998],[-5.1340193,56.819457499999956],[-5.1340029,56.819440299999975],[-5.1339734,56.81944759999996],[-5.1339466,56.819466699999964],[-5.1339117,56.819499],[-5.1338715,56.819499],[-5.1338396,56.81947069999995],[-5.1338395,56.819411299999985],[-5.1338554,56.81937129999998],[-5.133912,56.819296],[-5.1340193,56.81918589999997],[-5.1341856,56.819045],[-5.1342336,56.81899549999996],[-5.1343167,56.81893379999996],[-5.1343385,56.81890259999999],[-5.1344458,56.81882769999996],[-5.1345876,56.818721],[-5.1346979,56.81862659999997],[-5.1347783,56.818528299999954],[-5.1348347,56.81848129999997],[-5.1348746,56.81843919999996],[-5.1349205,56.818362399999984],[-5.1350088,56.818285],[-5.1351268,56.818210099999966],[-5.1353148,56.81811579999996],[-5.1353977,56.81810149999996],[-5.1354999,56.81805849999994],[-5.1355374,56.8180189],[-5.1356367,56.81800709999999],[-5.135819,56.817970399999986],[-5.1360334,56.81791359999996],[-5.1362267,56.81786329999997],[-5.1364035,56.817805],[-5.136484,56.817790299999956],[-5.1366529,56.81771689999997],[-5.1367846,56.81767979999997],[-5.1370258,56.81760089999998],[-5.1372564,56.8175158],[-5.1374552,56.817417],[-5.1375303,56.81733479999998],[-5.1375947,56.81729219999998],[-5.1376722,56.817226599999955],[-5.1377446,56.8171297],[-5.1377714,56.817081299999984],[-5.1378039,56.81700739999996],[-5.137848,56.816960499999986],[-5.1379139,56.8168915],[-5.1379216,56.81684339999996],[-5.1379407,56.81679749999998],[-5.1379729,56.816752],[-5.1380289,56.816698099999975],[-5.1380936,56.8166111],[-5.1381952,56.81645439999997],[-5.1382247,56.81640449999997],[-5.1382759,56.816316],[-5.1383722,56.81618429999997],[-5.1383913,56.81612659999996],[-5.1384205,56.81605659999998],[-5.138437931249996,56.81601562127189],[-5.138451400796522,56.815983956022194],[-5.1384661,56.8159494],[-5.1384876,56.81588039999998],[-5.1384986,56.815775699999975],[-5.1385171,56.815686599999985],[-5.1385546,56.81560149999998],[-5.1386056,56.815523699999964],[-5.1386166,56.815483599999965],[-5.13863,56.81542489999996],[-5.138637931249997,56.81540150783226],[-5.1386458,56.815378299999956],[-5.138637931249997,56.81535072934158],[-5.1386327,56.8153324],[-5.1386541,56.815261899999975],[-5.1386968,56.815102299999964],[-5.1387022,56.8150098],[-5.1387266,56.814905199999956],[-5.1387692,56.81477789999998],[-5.138796,56.8146869],[-5.138807,56.81457479999998],[-5.1388309,56.81447989999997],[-5.1388982,56.81440009999997],[-5.139027,56.8142695],[-5.1391581,56.81415979999998],[-5.1393191,56.814084899999976],[-5.1394293,56.814037499999976],[-5.139488,56.81402029999997],[-5.1395229,56.813991],[-5.1395071,56.81396259999998],[-5.1395178,56.81386129999998],[-5.1395446,56.81381],[-5.1396222,56.81374289999997],[-5.1396814,56.813694],[-5.1397056,56.8136411],[-5.1397217,56.81358679999997],[-5.139727,56.81347819999996],[-5.1397616,56.81342129999996],[-5.1398019,56.813367],[-5.1398555,56.8133303],[-5.1399333,56.813314199999965],[-5.1400006,56.813287299999956],[-5.1400057,56.813239299999985],[-5.1400138,56.813211399999965],[-5.1400513,56.8131908],[-5.1400703,56.81316539999997],[-5.1400569,56.8131405],[-5.140073,56.8130979],[-5.1402366,56.81299369999996],[-5.1403007,56.8129677],[-5.1403812,56.81295889999998],[-5.1403919,56.8128943],[-5.1404485,56.81284539999998],[-5.1405156,56.81281159999998],[-5.1405502,56.81281209999997],[-5.1405877,56.81282089999998],[-5.1406521,56.81282089999998],[-5.1408294,56.81278219999995],[-5.1410172,56.81269119999998],[-5.141272,56.81257079999997],[-5.1415051,56.81247439999996],[-5.1417518,56.81237009999998],[-5.1420284,56.81225219999994],[-5.1421515,56.812174899999974],[-5.1423314,56.81207309999997],[-5.1424012,56.81201729999996],[-5.142448421313616,56.81199688119608]],[[-5.051379858375106,56.78514618835705],[-5.051373401463104,56.7850475033589],[-5.051301226452125,56.78492049694643],[-5.051297340670326,56.784911775258664],[-5.051295466805563,56.78490285566966],[-5.051295634113581,56.78489387744342],[-5.051297839980689,56.78488498075939],[-5.051334580273318,56.78478434939144],[-5.051344437848347,56.78466597464513],[-5.05126234554798,56.78446088128153],[-5.051175779914012,56.78435106618435],[-5.050969364440095,56.78426368098362],[-5.050780086442988,56.78421188848845],[-5.050390179593937,56.78418655658689],[-5.049994399615806,56.78418655657996],[-5.049987563202976,56.78418645851914],[-5.049036661389644,56.78415915848006],[-5.049020918064802,56.78415817942333],[-5.04900550553014,56.78415616356193],[-5.048621418931659,56.78409222143322],[-5.048980727048144,56.784413236504776],[-5.049519442101911,56.784638102954275],[-5.049903636793424,56.78479855495112],[-5.051275200148113,56.78512156069807],[-5.051379858375106,56.78514618835705]]]}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment