SF Realtor Neighborhood Maps with Mouseover Built with blockbuilder.org
Last active
October 15, 2015 23:33
-
-
Save rogerfischer/fc27f5b8af7c9208dd56 to your computer and use it in GitHub Desktop.
fresh block
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
.land { | |
fill: #ccc; | |
} | |
.boundary { | |
fill: none; | |
stroke: #999; | |
} | |
path { | |
fill: lightgrey; | |
stroke: #fff; | |
stroke-width: .5px; | |
} | |
path:hover { | |
fill: darkgrey; | |
} | |
</style> | |
<body> | |
<h1>SF Realtor Neighborhoods</h1> | |
<div id="background" style="width:960px;height:800;background:white"></div> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.min.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/topojson/1.6.19/topojson.min.js"></script> | |
<script> | |
var width = 960, | |
height = 800; | |
var path = d3.geo.path() | |
.projection(null); | |
var nameById = d3.map(); | |
var svg = d3.select("#background").append("svg") | |
.attr("width", width) | |
.attr("height", height); | |
d3.json("realtor_neighborhoods.json", function(error, sf) { | |
if (error) return console.error(error); | |
// console.log(sf); | |
svg.selectAll("path") | |
.data(topojson.feature(sf, sf.objects.Realtor_Neighborhoods).features) | |
.enter() | |
.append("path") | |
.attr("d", path) | |
.append('svg:title').text(function(d) { /*console.log(d.properties); */ | |
return ("Neighborhood: " +d.properties.nbrhood + ", " + d.properties.sfar_distr); }); | |
}); | |
</script> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"type":"Topology","objects":{"Realtor_Neighborhoods":{"type":"GeometryCollection","bbox":[5979385.4999464005,2085840.624987021,6024664.500052571,2123808.749950379],"geometries":[{"type":"Polygon","arcs":[[0,1,2,3]]},{"type":"Polygon","arcs":[[4,5,6,7,8]]},{"type":"Polygon","arcs":[[9,10,11,12,13]]},{"type":"Polygon","arcs":[[14,15,16,17,18,19,20,21,22,23,24]]},{"type":"Polygon","arcs":[[-23,25,26,27,28,29,30,31,32,33]]},{"type":"Polygon","arcs":[[34,35,36,37,38,39,40,41,42]]},{"type":"Polygon","arcs":[[43,44,45,46,47,48,49]]},{"type":"Polygon","arcs":[[50,51,52,53]]},{"type":"Polygon","arcs":[[54,55,56,57,58,59,60,61,62,63]]},{"type":"Polygon","arcs":[[64,65,66,67,68,69,-64,70,71,72,-36]]},{"type":"Polygon","arcs":[[73,74,75,76,77,78,79,80]]},{"type":"Polygon","arcs":[[81,82,83,84]]},{"type":"Polygon","arcs":[[85,86,87,88,89,90,91]]},{"type":"Polygon","arcs":[[92,93,94,95,96,97]]},{"type":"Polygon","arcs":[[98,99,100,-43,101,102,103]]},{"type":"Polygon","arcs":[[104,105,106,107,108,-69,109,-67,110,-99,111]]},{"type":"Polygon","arcs":[[112,113,114,-85,115,-28]]},{"type":"Polygon","arcs":[[116,117,-98,118,119,120,121]]},{"type":"Polygon","arcs":[[122,-93,-118,123]]},{"type":"Polygon","arcs":[[124,125,126,127,128,129,130]]},{"type":"Polygon","arcs":[[131,132,133,134,-129]]},{"type":"Polygon","arcs":[[135,136,-60,137,138,-127,139]]},{"type":"Polygon","arcs":[[-31,140,141,142,143,144,145,-89,146]]},{"type":"Polygon","arcs":[[147,-125,148,149,150]]},{"type":"Polygon","arcs":[[151,152,153,154,155,-53,156,157,158,159,160,161]]},{"type":"Polygon","arcs":[[-153,162,163,164,-40,165,166,167]]},{"type":"Polygon","arcs":[[168,169,-41,-165,170,-4,171,172,173,174,175]]},{"type":"MultiPolygon","arcs":[[[-17,176]],[[-15,177,178]]]},{"type":"Polygon","arcs":[[179,180,181,182,183,184,185,186,187,188,189,190,191]]},{"type":"Polygon","arcs":[[192,193,194,195,196,197,198]]},{"type":"Polygon","arcs":[[-187,199,200,-11,201,202]]},{"type":"Polygon","arcs":[[203,204,-106,205,206,207,208,-34]]},{"type":"Polygon","arcs":[[209,210,211,212,-150]]},{"type":"Polygon","arcs":[[-49,213,214,215,216,-161]]},{"type":"Polygon","arcs":[[-213,-54,-156,217,-140,218,-151]]},{"type":"Polygon","arcs":[[219,220,221,-216,222]]},{"type":"Polygon","arcs":[[223,224,225,-214,-48,226,227,228]]},{"type":"Polygon","arcs":[[-195,229,230,231,232,233,234,235]]},{"type":"Polygon","arcs":[[236,237,-12,-201,238,-197,239,240,-235,241]]},{"type":"Polygon","arcs":[[-162,-217,-222,-9,242]]},{"type":"Polygon","arcs":[[243,244,245,-6,246,-220,247,248,249]]},{"type":"Polygon","arcs":[[250,251,-74,252,253,254],[255],[256],[257],[258]]},{"type":"Polygon","arcs":[[-185,259,260,-198,-239,261]]},{"type":"Polygon","arcs":[[262,263,-242,-234]]},{"type":"Polygon","arcs":[[-58,264,265,266,-86,267,-132,-128,-139,268]]},{"type":"Polygon","arcs":[[269,270,271,272,273,-133,274,-91,275,-145]]},{"type":"Polygon","arcs":[[276,277,278,279,280,281]]},{"type":"Polygon","arcs":[[282,-112,-104,283,-176,284]]},{"type":"Polygon","arcs":[[-116,285,286,-180,287,288,289,-142,290,-29]]},{"type":"Polygon","arcs":[[291,292,293,294,295,296,297,298]]},{"type":"Polygon","arcs":[[299,-189,300,-202,-10,301,302,-294]]},{"type":"Polygon","arcs":[[-205,303,-32,-147,-88,304,305,306,-107]]},{"type":"Polygon","arcs":[[307,308,309,310]]},{"type":"Polygon","arcs":[[-163,-152,-243,-8,311,312]]},{"type":"Polygon","arcs":[[-121,313,-308,314,315]]},{"type":"Polygon","arcs":[[316,-261,317,-183,318]]},{"type":"Polygon","arcs":[[319,-193,320,-319,-182,321,-286,-84]]},{"type":"Polygon","arcs":[[322,323,-231,324]]},{"type":"Polygon","arcs":[[-44,325,326,327]]},{"type":"Polygon","arcs":[[-157,-52,-323,328]]},{"type":"Polygon","arcs":[[329,330,-248,331,332,333,-79,334,-77,335]]},{"type":"Polygon","arcs":[[336,-51,-212,337]]},{"type":"Polygon","arcs":[[338,-38,339,-72,340,-62,341,-136,-218,-155,342,-167]]},{"type":"Polygon","arcs":[[343,-264,344,-232,345,-338]]},{"type":"Polygon","arcs":[[-21,346,347,-114,348,-26,349]]},{"type":"Polygon","arcs":[[350,351,-209,352,353,-280]]},{"type":"Polygon","arcs":[[-254,354,-80,355,-333,356,357,358,-229,359,360,361]]},{"type":"Polygon","arcs":[[362,-223,363,-225,364,-358]]},{"type":"Polygon","arcs":[[-315,-311,365,366,367,-251,368]]},{"type":"Polygon","arcs":[[369,370,-296,371,372,-13,-238,373,-134,-274]]},{"type":"Polygon","arcs":[[374,-227,-47,375,376,377,-361]]},{"type":"Polygon","arcs":[[-22,-350]]},{"type":"Polygon","arcs":[[-277,378,379,-124,-117,380]]},{"type":"Polygon","arcs":[[-380,381,-281,-354,382,-207,-285,-175,383,384,-94,-123]]},{"type":"Polygon","arcs":[[-240,-196,-236,385]]},{"type":"Polygon","arcs":[[-144,386,-289,387,-191,388,389,390,-270]]},{"type":"Polygon","arcs":[[-314,-120,-309]]},{"type":"Polygon","arcs":[[391,-306,-266,392,-56,393,-108]]},{"type":"Polygon","arcs":[[-384,-174,394,-250,395,396,397,398]]},{"type":"Polygon","arcs":[[-115,-348,399,400,401,402,403,-82]]},{"type":"Polygon","arcs":[[-135,-374,-237,-344,-211,404,-130]]},{"type":"Polygon","arcs":[[-173,405,-2,-312,406,-245,407]]},{"type":"Polygon","arcs":[[-271,-391,408,409,410,-299,411,412]]},{"type":"Polygon","arcs":[[-389,-190,-300,-293,413,-410,414]]},{"type":"Polygon","arcs":[[-377,415,-45,-328,416,417]]},{"type":"Polygon","arcs":[[-298,418,-370,-273,419,-412]]},{"type":"Polygon","arcs":[[-385,-399,420,-95]]},{"type":"Polygon","arcs":[[-178,-25,421,-351,-279,422],[423]]},{"type":"Polygon","arcs":[[424,425,426,-19,427]]},{"type":"Polygon","arcs":[[-427,428,429,-401,430,-20]]},{"type":"Polygon","arcs":[[-403,431,432,-425,433]]},{"type":"Polygon","arcs":[[-119,-97,-397,-330,-366,-310]]}]}},"arcs":[[[4917,6391],[-52,439]],[[4865,6830],[334,55],[20,-170],[97,16]],[[5316,6731],[98,17]],[[5414,6748],[10,-81],[21,-189],[-202,-33],[-105,-18],[-106,-17],[-107,-18],[-8,-1]],[[4321,7206],[288,40]],[[4609,7246],[204,34]],[[4813,7280],[39,-337]],[[4852,6943],[-533,-89]],[[4319,6854],[-13,110],[8,26],[-9,90],[-1,42],[17,84]],[[3138,2422],[-35,-42],[-12,-23],[-3,-47],[-11,-83],[-2,-6],[-58,19],[-28,-77],[-41,-75],[-28,-38]],[[2920,2050],[-35,95],[-8,14],[-13,13],[-30,26],[-191,129]],[[2643,2327],[2,25],[8,173]],[[2653,2525],[366,-29],[37,6],[15,-3],[61,-70]],[[3132,2429],[6,-7]],[[8079,4033],[7,-254],[1,-1]],[[8087,3778],[-10,0],[-10,23],[-17,1],[-9,-2],[-31,0],[-18,-6],[-30,2],[-46,-2],[-17,-3],[-20,5],[-12,20],[-19,6],[-9,10],[-42,27],[-16,10],[-25,-1],[-17,8],[-7,-1],[-5,-11],[-1,-27],[4,-53],[5,-4],[-1,-10],[9,2],[14,-4],[15,-20],[47,-22],[4,9],[-9,7],[3,6],[21,-10],[-2,-6],[-9,1],[-3,-10],[58,-27],[6,-1],[84,5],[20,6],[13,2],[10,4],[25,4],[17,-4],[15,5],[0,5],[10,6]],[[8082,3728],[8,-167],[-4,-44],[-105,-417],[273,-243],[10,-12],[21,-28],[12,-23],[13,-46],[14,-90],[18,-82],[17,-56],[31,-71],[39,-63],[18,-21],[52,-37],[69,-4],[19,-5],[22,-44],[-47,-105],[-21,-31],[-25,-15],[-39,-2],[-70,12],[-44,-12],[-41,-60],[352,-314],[-262,-420]],[[8412,1328],[-17,6],[-8,-2],[-13,10],[-19,10],[-3,9],[-24,23],[-9,6],[-14,13],[-16,12],[-10,17],[-4,0],[-5,24],[-24,6],[-15,15],[-19,23],[-6,4],[-8,17],[-13,0],[-7,4],[-14,0],[-7,8],[-12,8],[-17,15],[-13,3],[-18,-5],[-11,-12],[-9,-4],[2,-11],[18,-13],[6,-8],[42,-36],[23,-19],[17,-12],[17,-9],[18,-15],[1,-3],[27,-30],[14,-9],[21,-24],[6,-3],[13,-14],[24,-15],[12,-15],[5,-13],[-1,-16],[-7,-27],[-8,-19],[-14,-15],[-9,-17],[-7,-27],[1,-9]],[[8298,1159],[-45,-65],[-71,-120],[-35,-58],[-33,-51],[-34,32],[-8,-7],[-70,-111],[-13,-2],[-2,-29],[10,-59],[-28,-30],[-23,-38],[-42,87],[-80,132],[-22,34],[-33,25],[-64,44],[-59,52]],[[7646,995],[38,59],[78,126],[-214,190],[-384,147]],[[7164,1517],[-8,33],[-90,378],[-12,38]],[[7054,1966],[165,-147],[66,-25],[44,168],[6,17],[71,113],[147,-35],[23,132],[-39,107],[14,21],[208,336],[-470,418],[-122,-193],[-58,-71],[-42,-38],[-61,-53],[-67,-44],[-55,-29],[-54,-21]],[[6830,2622],[-23,57],[-13,40],[-20,70],[-14,74],[-6,69],[-3,70],[15,116],[23,96],[30,75],[18,33],[85,149],[29,76],[12,46],[23,107],[59,255]],[[7045,3955],[1021,66]],[[8066,4021],[13,12]],[[6830,2622],[-187,-78],[-184,-117],[-120,-74],[-98,-29],[-50,-7],[-20,2]],[[6171,2319],[-153,9]],[[6018,2328],[-60,-5],[-157,-29],[-76,-8],[-102,4],[-53,13],[-119,37]],[[5451,2340],[-82,26],[-56,7],[-59,-1],[-45,-8],[-71,-22]],[[5138,2342],[-187,-73]],[[4951,2269],[286,195],[79,55],[53,38],[51,40],[38,31],[105,105],[49,57],[46,61],[37,65],[31,95],[18,98],[52,206]],[[5796,3315],[76,289]],[[5872,3604],[-13,267]],[[5859,3871],[59,0],[70,6],[71,5],[48,-9],[8,-9],[641,5],[50,13],[55,27],[120,42],[64,4]],[[5041,5743],[-2,-9]],[[5039,5734],[-90,-5],[-21,-19],[-9,-20],[-21,-4],[-27,14],[-24,1],[-58,-17],[-113,-121],[-57,4],[-19,-10],[-44,-51],[4,-24],[11,-23],[5,-25],[-3,-61],[-55,-10],[-44,-58],[-16,-19],[-15,-13],[-17,-28],[-102,-6]],[[4324,5239],[7,-19]],[[4331,5220],[-12,9],[-12,91],[-17,147],[-6,20],[-13,65],[-9,9]],[[4262,5561],[-21,179]],[[4241,5740],[225,37],[-29,251],[512,85]],[[4949,6113],[8,-71],[31,-21],[22,-27],[17,-40]],[[5027,5954],[9,-26]],[[5036,5928],[-3,-18],[8,-167]],[[1472,6293],[-1,10],[-5,179],[-6,179],[-5,179],[-6,184],[-5,186]],[[1444,7210],[-5,168]],[[1439,7378],[7,0]],[[1446,7378],[327,15]],[[1773,7393],[938,40]],[[2711,7433],[32,-1086]],[[2743,6347],[-1271,-54]],[[2409,4363],[-1190,-48]],[[1219,4315],[-2,10],[-35,1264]],[[1182,5589],[1184,49]],[[2366,5638],[1,-22],[42,-1253]],[[4455,4895],[0,-7]],[[4455,4888],[-5,-32],[-22,-62],[-84,-38],[-2,3],[-40,34],[-10,13],[-41,29],[-24,15],[13,-21],[5,-31],[2,-45]],[[4247,4753],[-279,-15]],[[3968,4738],[1,34],[-21,12],[-54,-19],[-24,46]],[[3870,4811],[16,21]],[[3886,4832],[18,19],[62,45],[8,4]],[[3974,4900],[-1,111]],[[3973,5011],[38,4],[190,13],[-5,48],[-9,-1],[-8,68],[161,11],[11,0]],[[4351,5154],[2,-65]],[[4353,5089],[-9,-1],[-6,-73],[-4,-16],[2,-32],[3,-19],[14,-11],[26,-5],[54,-37],[22,0]],[[5039,5734],[-5,-31]],[[5034,5703],[18,-413]],[[5052,5290],[-59,-43],[-136,-39],[-68,-25],[-42,-22],[-59,-8],[-94,5],[-68,-56],[-6,-4],[-40,-34]],[[4480,5064],[-23,-32]],[[4457,5032],[-19,-16],[-9,-46],[13,-41],[13,-33]],[[4455,4896],[0,-1]],[[4353,5089],[-2,69]],[[4351,5158],[-10,37]],[[4341,5195],[-17,44]],[[4318,8978],[44,-47],[73,-79],[71,-73],[32,-6],[214,36],[105,17],[105,18],[106,17],[105,18],[105,17],[106,18],[210,34],[105,18],[105,17],[14,4]],[[5818,8987],[32,-275]],[[5850,8712],[10,-81]],[[5860,8631],[-14,-2],[-105,-18],[-106,-17],[-105,-18],[-210,-34],[-105,-18],[-106,-17],[-105,-18],[-210,-34],[-214,-36],[-106,-17]],[[4474,8402],[-55,-10]],[[4419,8392],[-41,-6],[4,-45],[-9,1]],[[4373,8342],[-21,0],[0,73],[14,0],[-4,48]],[[4362,8463],[-44,515]],[[5653,239],[26,-32],[49,-52],[-28,-86]],[[5700,69],[-119,0],[-362,8],[-862,19],[-13,0],[-618,13]],[[3726,109],[366,176],[218,166],[238,322],[51,99]],[[4599,872],[12,-19],[448,-318],[151,-50],[114,-38],[23,-8],[65,-38],[82,-59],[26,-17],[62,-31],[33,-30],[25,-23],[4,9],[9,-11]],[[3963,3683],[20,-4],[19,3],[31,24],[23,-1],[174,55],[148,45],[41,9]],[[4419,3814],[58,-47]],[[4477,3767],[23,-14],[20,1],[125,56],[17,4],[23,-7],[22,-32],[2,-23],[-5,-57],[2,-46],[6,-22],[28,-49],[116,-111],[79,-81],[34,-59],[16,-54]],[[4985,3273],[6,-21],[0,-61],[-15,-40],[-63,-155],[-34,-21],[-15,2],[-110,36],[-30,0],[-173,-65],[-4,-7]],[[4547,2941],[-2,12]],[[4545,2953],[-4,32],[8,65],[1,30],[-8,16],[-28,20],[-20,6],[-17,8],[-17,15],[-8,11],[-22,40],[-16,14],[-38,13],[-39,20],[-17,37],[-1,29],[-11,48],[-49,28],[-99,16],[-33,17],[-26,14],[-12,17]],[[4089,3449],[-126,234]],[[7129,7641],[-77,-86],[-80,-93],[-145,-165]],[[6827,7297],[-58,-65]],[[6769,7232],[-13,22],[-18,169],[-12,88],[-104,-16],[-52,-9],[-53,-8],[-107,-17],[-105,-18],[-202,-33]],[[6103,7410],[-62,529]],[[6041,7939],[827,137]],[[6868,8076],[41,-354],[8,6],[99,16],[56,10],[44,7],[4,-46],[9,-74]],[[5467,5750],[-135,-154],[-134,-157],[-137,-143],[-8,-10]],[[5053,5286],[-19,417]],[[5034,5703],[7,40]],[[5036,5928],[2,-8]],[[5038,5920],[615,42]],[[5653,5962],[-15,-15],[-171,-197]],[[5933,4882],[-1,11]],[[5932,4893],[10,-19],[4,-76],[3,-77],[8,-154],[-31,-2]],[[5926,4565],[-102,-6],[-1,8],[-1162,-76],[0,-1],[-63,-5]],[[4598,4485],[25,54],[56,148],[-20,27],[-39,14],[-19,12],[-1,7],[-38,78],[-18,29],[-31,29],[-22,-7],[-36,19]],[[4455,4895],[0,1]],[[4457,5032],[23,32]],[[5052,5290],[1,-4]],[[5467,5750],[13,-8],[-3,-4],[41,-883],[415,27]],[[6018,2328],[16,-1]],[[6034,2327],[-10,-77],[-7,-70],[-9,-132],[0,-8],[-5,0],[-54,-9],[-205,-11],[232,-903],[-2,-2],[15,-40]],[[5989,1075],[-321,-767],[-8,-27],[31,-19],[2,-8],[-16,0],[-24,-15]],[[4599,872],[548,1036],[62,83],[242,349]],[[7803,8399],[-43,-35],[-49,-36],[-21,-26],[4,-19],[-115,-131]],[[7579,8152],[-57,-64],[-115,-130],[-190,-216],[-88,-101]],[[6868,8076],[-63,539]],[[6805,8615],[409,69]],[[7214,8684],[329,55],[10,1]],[[7553,8740],[20,-37],[11,0],[56,47],[9,12],[5,0],[66,54],[-1,9],[10,1],[6,-15],[-4,-4],[-7,4],[-63,-51],[-5,-9],[-12,-6],[-57,-47],[-3,-13],[7,-6],[6,-11],[-3,-3],[32,-56],[25,10],[109,90],[17,-29],[-123,-102],[-3,-6],[5,-9],[7,0],[11,9],[7,-15],[-10,-9],[0,-11],[10,0],[10,9],[-1,3],[109,93],[17,-27],[-2,-3],[-30,-26],[-29,-35],[-44,-37],[0,-2],[-17,-15],[7,-12],[27,21],[49,41],[-2,4],[27,16],[-22,-25],[-2,3],[-41,-35],[12,-21],[5,4],[7,-11],[-9,-6],[18,-30],[5,3],[7,-13],[-5,-4],[12,-22],[5,3],[9,-14]],[[7423,6899],[-81,-88],[-58,-69],[-14,-13],[-13,17],[-427,532],[6,9],[-9,10]],[[7579,8152],[9,-10],[-7,-7],[231,-290],[-103,-128],[-6,-21],[-37,-42],[-56,-65],[-10,-52],[120,-150],[18,-15],[54,-14],[1,-2],[-88,-99],[-2,-4],[-90,-113],[-44,-75],[-146,-166]],[[2929,3515],[-5,126],[5,149],[75,5],[25,-2],[25,1],[19,18],[-6,79],[-4,24],[0,25],[-11,10],[28,6],[10,36],[-4,30],[14,13],[22,-5],[32,-14],[3,22],[-11,42],[-12,15],[-19,17],[-2,49],[0,63],[-5,168]],[[3108,4392],[158,7]],[[3266,4399],[22,-28],[44,-65],[33,-38]],[[3365,4268],[18,-19],[21,-47],[19,-69],[16,-39],[71,-106],[22,-20],[8,-28],[5,-33],[-17,-38]],[[3528,3869],[-150,-166],[-148,-167]],[[3230,3536],[-43,-1]],[[3187,3535],[-258,-20]],[[3528,3869],[-5,-17],[14,-24],[6,-3],[43,-2],[76,-21],[117,-46],[14,-8],[27,-24],[46,-20],[78,-2],[37,-5],[-19,-13]],[[3962,3684],[-16,-12],[-81,-67],[-17,-10],[-49,-52],[-55,-74],[-14,-23],[-31,-76],[-24,-36],[-13,-15],[-50,-40],[-64,-40],[-56,-16]],[[3492,3223],[-11,-2]],[[3481,3221],[-28,52],[-73,126],[-30,40],[-49,35],[-35,30],[-36,32]],[[3642,5409],[109,-309],[203,102],[18,-146]],[[3972,5056],[2,-156]],[[3886,4832],[-26,-34]],[[3860,4798],[-5,-13],[-13,-76],[-38,-79],[-9,-23],[-6,-22],[-3,-26],[-11,-50],[-14,-28],[-10,-18],[-15,-36],[-10,-37],[-2,-33],[1,-43],[-4,-19],[-17,-32],[-27,-21],[-45,0],[-101,47],[-20,4],[-95,-10],[-51,-15]],[[3266,4399],[-15,22],[-13,31],[-8,28],[-2,42],[16,83],[2,30],[-14,480],[2,0],[60,-56],[153,-42],[49,17],[-7,31],[5,10],[32,5],[15,18],[0,11],[-5,18],[9,3],[12,9],[8,12],[5,19],[72,239]],[[4951,2269],[12,4]],[[4963,2273],[-12,-6],[-41,17]],[[4910,2284],[0,0]],[[4910,2284],[-6,23],[-40,12],[2,143],[-26,2],[-120,5],[-73,2],[-218,3],[-92,1],[-1,23],[1,52]],[[4337,2550],[26,36],[2,30],[-30,31],[-29,34],[-6,38],[6,28],[32,43],[7,37],[-7,22],[208,99]],[[4546,2948],[1,-7]],[[4985,3273],[32,0],[0,4],[-10,95],[20,0],[46,-101],[22,0],[10,-6],[9,8],[17,7],[68,2],[34,-5],[563,38]],[[3032,4389],[76,3]],[[2929,3515],[-138,-11]],[[2791,3504],[-5,168],[-6,169],[-7,0],[-5,179],[-1,9],[-64,-1],[-71,-4],[-5,180],[-5,168]],[[2622,4372],[0,11],[-9,283],[-10,19],[-12,45],[-1,24],[12,36],[16,31],[19,43],[15,70],[-17,33],[-2,14],[5,13],[15,16],[19,15],[28,-9],[22,-9],[19,-14],[45,-54],[40,0],[8,-277],[49,-17],[42,-21],[48,-37],[6,-200],[53,2]],[[3833,6476],[30,-261],[219,35],[210,36],[421,70]],[[4713,6356],[6,-41],[5,-47],[-422,-70],[-315,-54],[-106,-15],[-7,-3]],[[3874,6126],[50,-439]],[[3924,5687],[-235,-39],[-55,11]],[[3634,5659],[-61,29],[-357,-15],[-850,-35]],[[1182,5589],[-1059,-43]],[[123,5546],[-3,13],[-7,7],[-2,17],[2,15],[-2,21],[5,22],[7,63],[-5,31],[2,12],[-7,14],[2,11],[-7,17],[0,43],[-11,12],[0,21],[-2,20],[2,5],[3,32],[-2,8],[2,79],[-2,32],[2,9],[-3,6],[3,10],[0,15],[-3,46],[3,19],[2,26],[-4,25],[2,37]],[[100,6234],[1362,58]],[[1462,6292],[1281,55]],[[2743,6347],[418,18],[20,3],[409,68]],[[3590,6436],[243,40]],[[4713,6356],[106,18],[98,17]],[[4917,6391],[5,-45]],[[4922,6346],[27,-233]],[[4241,5740],[1,-9]],[[4242,5731],[-60,-10],[-21,179],[-69,-12],[-158,-26],[-23,-3],[-7,5]],[[3904,5864],[-30,262]],[[5653,5962],[-615,-42]],[[5038,5920],[-11,34]],[[4922,6346],[-5,45]],[[5414,6748],[13,2]],[[5427,6750],[-12,89],[100,17],[107,17],[203,33]],[[5825,6906],[113,19],[20,-179],[6,-44],[15,-135],[10,-89],[5,-45],[10,-72]],[[6004,6361],[-125,-142],[-50,-58]],[[5829,6161],[-95,-107],[-81,-92]],[[8082,3728],[22,2],[5,-2],[1,-18],[70,4],[202,13],[7,1],[40,-11],[151,11],[3,-22],[24,3],[24,0],[47,8],[43,2],[47,-2],[19,1],[29,-5],[28,-8],[18,-14],[18,-22],[11,-24],[-10,-50],[-3,-11],[49,-75],[10,-7],[6,2],[5,8],[27,27],[15,6],[15,-2],[12,11],[229,-377],[90,-147],[-15,-13],[-27,0],[1,-15],[-191,-11],[0,13],[-137,-10],[-2,-3],[-31,-4],[-6,-10],[8,-13],[15,6],[9,-4],[2,-17],[-9,-1],[-4,-9],[0,-13],[4,-12],[18,-27],[25,-18],[17,-5],[29,-7],[40,-2],[14,-4],[16,2],[16,-4],[25,3],[14,3],[12,-2],[32,2],[21,2],[30,-4],[50,2],[25,4],[10,-2],[3,-4],[-3,-11],[-8,-6],[-32,-10],[-29,-3],[-11,-4],[-8,-8],[-8,0],[-9,-8],[-16,0],[-13,-3],[-11,0],[-14,-14],[-17,-1],[-18,-8],[-6,-8],[-14,0],[-6,-5],[-6,-17],[-17,-7],[-30,0],[-20,-7],[-24,6],[-41,1],[-18,6],[-18,8],[-19,17],[-28,36],[-11,10],[-27,21],[-22,21],[-22,15],[-24,11],[-10,-1],[-10,-6],[-10,-14],[27,-26],[16,0],[15,-2],[16,-8],[13,-15],[5,-8],[6,-24],[1,-12],[-3,-22],[-9,-20],[2,-11],[-9,-15],[0,-14],[-5,-19],[-22,-21],[-6,-12],[-9,-7],[-10,4],[-1,-6],[5,-15],[-2,-6],[6,-6],[-7,-11],[-5,-19],[8,-14],[9,8],[15,20],[8,5],[8,-2],[11,-10],[1,-22],[6,-1],[6,-11],[-5,-17],[-11,-10],[-2,-7],[6,-10],[7,-4],[4,-24],[-10,-31],[-9,-2],[-5,-19],[-9,-19],[-2,-10],[-8,-11],[0,-9],[-12,-21],[9,-6],[-2,-10],[25,23],[11,-19],[8,2],[5,-4],[13,11],[3,-5],[-22,-21],[5,-6],[10,10],[17,-10],[14,4],[4,7],[8,2],[13,8],[5,11],[10,2],[4,16],[19,17],[2,6],[13,11],[9,17],[12,15],[10,21],[11,7],[7,12],[6,2],[15,-2],[20,-19],[14,-22],[3,-8],[17,-19],[12,-25],[7,-2],[1,-11],[7,-8],[24,-17],[25,-27],[18,-15],[1,-23],[20,-21],[20,-6],[9,1],[8,11],[0,17],[5,4],[21,0],[5,-2],[30,-29],[14,-2],[11,4],[12,14],[6,1],[10,14],[6,-2],[5,-8],[55,88],[-1,6],[35,57],[8,-8],[-89,-145],[5,-4],[10,14],[5,-6],[44,71],[7,7],[8,-7],[-2,-10],[-54,-84],[-1,-8],[12,-9],[55,90],[10,6],[5,-8],[-2,-8],[-54,-84],[-2,-6],[10,-9],[54,86],[6,-6],[-25,-38],[89,-77],[47,73],[7,8],[16,-14],[-51,-84],[34,-32],[52,84],[18,-14],[-44,-73],[-8,-12],[38,-31],[-8,-11],[12,-12],[19,-4],[22,3],[17,-8],[7,-10],[8,4],[-5,15],[4,10],[27,9],[26,2],[7,-1],[66,-54],[-11,-6],[8,-7],[-9,-12],[-157,-51],[-38,-13],[-16,-14],[-3,-10],[8,-7],[22,-4],[24,7],[141,46],[25,12],[73,25],[16,-20],[-26,-28],[-138,-44],[-12,-6],[-12,-13],[1,-8],[10,-2],[17,0],[180,61],[2,-16],[10,5],[-51,-232],[-20,-24],[-233,-72],[23,-103],[211,70],[8,-30],[-237,-76],[-30,28],[-5,-6],[-130,123],[-47,45],[-10,2],[-14,-7],[-4,-12],[2,-13],[15,-15],[169,-153],[-25,-40],[175,-161],[-17,-24],[-174,158],[-54,-82],[291,-265],[4,-8],[-2,-9],[-43,-67],[-4,-4],[-10,2],[-169,155],[-21,-35],[-8,-2],[-1,-13],[-32,-46],[69,-61],[7,-13],[-4,-14],[247,-225],[-9,-13],[-247,225],[-80,-122],[249,-227],[-8,-12],[-248,224],[-18,-25],[-8,-2],[-55,-88],[-2,-11],[3,-6],[26,-23],[3,2],[10,-9],[1,-6],[18,-16],[16,-9],[-2,-4],[47,-44],[2,4],[10,-9],[2,-6],[18,-17],[5,0],[11,-8],[-3,-4],[46,-42],[3,2],[10,-9],[1,-6],[18,-17],[5,0],[11,-8],[-5,-10],[-11,10],[-1,4],[-20,19],[-15,8],[2,3],[-46,42],[-2,-3],[-11,15],[-19,17],[-16,10],[2,3],[-46,42],[-2,-3],[-10,11],[-1,4],[-20,17],[-15,10],[2,3],[-36,33],[64,101],[-1,6],[-15,11],[-6,0],[-8,-6],[-4,-13],[-10,-12],[-5,-9],[-10,-8],[-8,0],[-13,8],[-14,27],[-11,17],[-7,15],[-20,25],[-25,25],[-61,55],[-38,8],[-49,0],[-20,7],[-18,17],[-9,16],[-3,17],[-5,13],[-14,15],[-18,10],[-18,0],[-7,-2],[-22,16],[-13,-1],[-10,12],[-5,2],[-30,-2],[-19,4],[-10,-4],[-12,0],[-6,-4],[-27,-11],[-23,0],[-11,7],[-8,10],[-4,11],[-1,31],[-16,25],[-4,11],[-8,6],[-14,19],[-10,10],[-19,11],[-11,10],[-5,9],[-8,40],[-3,25],[-7,7],[-2,8],[5,27],[-4,47],[-2,8],[2,27],[-1,17],[-7,27],[-15,28],[-11,12],[-10,8],[-7,11],[5,11],[-27,63],[-8,-6],[-20,1],[-14,-2],[-39,-14],[-13,-2],[-21,-13],[-11,-11],[-7,-17],[-5,-18],[-2,-21],[-8,-13],[-14,-4],[-14,-15],[-10,-46],[-8,-12],[-19,-19],[-9,-13],[-8,-6],[-10,-1],[-12,3],[-30,27],[-13,9]],[[8079,4033],[313,21],[430,26]],[[8822,4080],[10,-217],[-745,-85]],[[4185,1520],[1,-1],[-12,-55],[-11,-88]],[[4163,1376],[-7,-70]],[[4156,1306],[-20,-142],[-8,-122],[-13,-28],[-19,-25],[-38,-35],[-56,-93]],[[4002,861],[-239,198],[-447,10]],[[3316,1069],[-57,2]],[[3259,1071],[2,177],[3,155]],[[3264,1403],[0,0]],[[3264,1403],[0,19],[2,174],[2,118],[1,30]],[[3269,1744],[57,-32]],[[3326,1712],[0,25],[85,-31]],[[3411,1706],[470,-160],[11,-4]],[[3892,1542],[31,-11],[16,-2]],[[3939,1529],[246,-9]],[[3226,346],[-2,-2],[-101,0],[-78,-12],[-125,-72],[-80,-94],[-26,-38]],[[2814,128],[-23,0],[-98,2],[-31,0]],[[2662,130],[3,315],[-2,34]],[[2663,479],[-13,174],[-7,38],[-15,65],[-51,227],[0,4]],[[2577,987],[2,80]],[[2579,1067],[648,-11],[7,9]],[[3234,1065],[-8,-719]],[[3264,1403],[-669,9]],[[2595,1412],[1,18],[1,72],[5,50],[21,381],[20,394]],[[2920,2050],[10,-25],[12,-23],[10,-15],[79,-100],[22,-17],[184,-110]],[[3237,1760],[32,-16]],[[5859,3871],[-4,74]],[[5855,3945],[69,4],[-13,307],[4,78],[3,77],[8,154]],[[5932,4893],[-54,1167]],[[5878,6060],[20,-28],[31,-24],[35,-17],[43,-9],[63,-4],[52,-9],[60,-17],[91,-18],[54,-7],[240,-16],[35,-5],[69,-18],[75,-22]],[[6746,5866],[70,-17]],[[6816,5849],[1,-51],[6,-122],[8,-125],[10,-249],[6,-120],[5,-122],[37,1],[7,2],[-2,-39],[5,-42],[9,-36],[16,-39],[28,-49],[88,-99],[22,-41],[17,-33],[13,-65],[4,-37],[11,-277],[-7,-95],[-9,-53],[-11,-55],[-35,-148]],[[2791,3504],[-64,-5]],[[2727,3499],[16,-556],[-225,-10],[-70,-1]],[[2448,2932],[-39,1431]],[[2409,4363],[213,9]],[[2711,7433],[445,19],[-1,19],[68,12],[68,11],[69,11],[136,23],[59,10],[2,2]],[[3557,7540],[0,-14]],[[3557,7526],[1,-57],[10,-338]],[[3568,7131],[22,-695]],[[3634,5659],[7,-228],[1,-22]],[[3266,4399],[-234,-10]],[[4356,7660],[48,-414],[8,-2],[3,-25]],[[4415,7219],[-94,-13]],[[4321,7206],[-44,9],[-1,9],[-491,-83],[-217,-10]],[[3557,7526],[799,134]],[[3289,7838],[5,-180]],[[3294,7658],[259,11]],[[3553,7669],[4,-129]],[[1773,7393],[0,21],[-12,336]],[[1761,7750],[184,7]],[[1945,7757],[2,-13],[21,-4],[16,-7],[107,-21],[11,14],[13,0],[26,-4],[12,2],[14,-13],[16,-8],[10,0],[15,6],[15,-1],[28,-12],[12,0],[19,4],[22,-4],[16,2],[16,-4],[30,-12],[9,0],[14,5],[15,9],[16,2],[28,-14],[1,-5],[16,2],[69,-6],[56,-4],[-1,16],[72,20],[155,41],[0,-40],[297,81],[25,8],[14,2],[122,34],[15,5]],[[2662,130],[-283,6],[-205,6],[-173,3],[-49,2],[-204,2],[-1094,23],[-1,23],[-5,17],[-3,25],[-2,32],[-13,52],[-2,38],[-3,27],[-7,30],[-3,25],[3,12],[-5,26],[-3,10],[-3,40],[-21,17],[-3,16],[-5,64],[-4,19],[0,25],[-6,21],[-5,40],[-10,63],[-14,59],[-13,56],[-5,36],[-13,57],[-6,21],[-10,36],[0,23],[-5,27],[-10,48],[4,19],[-5,17],[-8,13],[-5,25],[-1,50],[-1,13],[4,38],[-3,50],[-7,23],[-5,11],[-5,35],[-7,28],[-61,649],[-6,21],[-3,51],[-7,37],[-6,11],[-2,37],[-2,46],[-3,11],[0,34],[7,6],[4,13],[-2,16],[3,7],[-1,19],[-4,33],[-4,8],[-1,13],[-5,13],[1,9],[-10,45],[8,17],[1,24],[2,2],[0,36],[-2,10],[3,6],[2,55],[-2,6],[0,25],[-4,24],[-7,8],[-3,17]],[[334,2788],[363,-8],[38,-5],[59,-19],[30,-14],[60,-47],[36,-29],[47,-27],[84,-34],[216,9]],[[1267,2614],[162,7],[-1,35],[16,0],[154,8],[190,6],[186,9]],[[1974,2679],[49,2]],[[2023,2681],[1,-19],[6,-191],[3,-129],[44,-2],[388,-16]],[[2465,2324],[2,-66]],[[2467,2258],[-11,-4],[-51,-14],[-150,6],[-529,-40],[58,-21],[47,-76],[32,-42],[-3,0],[46,-84],[-4,-50],[-4,-17],[-65,-217],[-11,-78],[-12,-632],[-12,-229],[410,-29],[80,0],[68,-11],[52,-29],[52,-44],[73,-57],[35,-19],[14,-2],[36,-29],[45,-61]],[[2454,2689],[25,0],[184,4]],[[2663,2693],[-10,-168]],[[2595,1412],[-12,-238],[-4,-107]],[[2577,987],[-96,160],[-21,36],[-22,41],[-5,13],[-14,76],[-1,56],[23,433],[6,103],[2,49]],[[2449,1954],[18,304]],[[2465,2324],[-11,365]],[[4319,6854],[34,-292],[-520,-86]],[[5759,7474],[2,-24]],[[5761,7450],[-410,-61],[-109,-17],[-105,-17],[-211,-37],[-95,-41],[-20,13]],[[4811,7290],[2,-10]],[[4609,7246],[-194,-27]],[[4356,7660],[1355,223]],[[5711,7883],[112,19]],[[5823,7902],[20,-169],[11,-90],[-108,-6],[-7,4],[20,-167]],[[5675,9642],[15,-75],[11,-25],[30,-53],[7,-55],[28,4],[50,-439]],[[5816,8999],[2,-12]],[[4318,8978],[-1,19]],[[4317,8997],[-3,28],[-20,4],[-24,10],[-15,9],[-22,21],[-14,18],[-9,16],[-10,26],[-4,15],[-4,30],[0,20],[3,25],[7,26],[9,20],[10,18],[20,24],[21,17],[26,12],[-18,203]],[[4270,9539],[29,11],[29,21],[42,40],[35,4],[10,-2],[77,9],[31,-3],[71,10],[62,22],[12,5],[64,8],[37,6],[18,8],[16,14],[13,22],[13,15],[6,-5],[-23,-52],[-12,-9],[-85,-12],[-34,-4],[-6,-5],[-2,-9],[2,-14],[-18,-4],[-1,19],[-18,-1],[-19,-7],[3,-25],[-4,12],[0,13],[-24,-9],[1,-11],[-14,-4],[2,-7],[16,2],[-40,-10],[-27,-12],[13,8],[-3,7],[-50,-21],[2,-6],[11,2],[-8,-5],[10,-2],[1,-7],[8,1],[-2,-8],[-20,17],[-15,-6],[7,-22],[-2,-1],[-7,22],[-4,-2],[7,-22],[-9,22],[-7,-4],[3,-12],[-16,9],[11,5],[-2,3],[-40,-17],[26,4],[24,-13],[-1,-2],[-25,15],[-9,-4],[28,-16],[-1,-2],[-29,17],[-15,-6],[15,-18],[-17,17],[-7,-3],[-4,-7],[-2,6],[-19,-8],[14,11],[-17,-7],[6,-60],[13,1],[-13,-4],[6,-45],[50,8],[-1,7],[-34,-6],[3,4],[17,1],[37,8],[10,0],[47,9],[26,3],[15,4],[26,3],[28,6],[47,5],[-91,-15],[-45,-8],[-41,-6],[-44,-8],[1,-7],[44,8],[52,8],[93,16],[32,5],[6,10],[-5,43],[-4,7],[-58,-9],[-30,-2],[1,-8],[85,11],[-4,-3],[-26,-2],[-38,-5],[-8,-3],[-21,-1],[-35,-7],[-37,-5],[-15,-4],[-1,4],[10,0],[73,13],[16,2],[-5,40],[-8,1],[17,3],[-7,-4],[4,-23],[-1,-7],[7,4],[18,5],[-4,29],[49,20],[1,-3],[-48,-17],[2,-21],[30,7],[31,4],[4,7],[1,-8],[-22,-3],[1,-7],[16,3],[8,9],[-2,25],[2,8],[10,-7],[1,-22],[4,-1],[-4,36],[-16,-1],[17,4],[1,-10],[22,6],[34,11],[28,6],[-55,-16],[-28,-9],[2,-25],[52,7],[33,7],[2,-2],[-35,-7],[-52,-7],[1,-4],[11,3],[21,2],[34,7],[10,0],[43,6],[15,1],[38,9],[28,3],[73,12],[52,10],[28,7],[30,5],[29,1],[5,-6],[3,-24],[117,19],[16,4],[-1,-3],[-35,-6],[-30,-4],[-50,-9],[-17,-2],[4,-32],[4,-5],[26,2],[44,8],[13,1],[6,-7],[5,-17],[1,-25],[5,-26],[3,-39],[2,-10],[8,-11],[14,-1],[49,10],[6,5],[9,16],[7,4],[1,9],[-6,27],[2,1],[-4,21],[7,-20],[6,-28],[-5,-8],[12,3],[2,8],[-2,11],[-23,216],[2,3],[16,0],[14,-124],[5,-5],[36,6],[4,6],[-19,162],[1,3],[21,4],[3,-2],[18,-162],[6,-5],[34,6],[5,6],[-19,162],[2,3],[30,5],[2,-2],[15,-133],[37,6],[0,7],[66,40],[78,-30],[0,3],[-33,48],[-30,-6],[-2,13],[32,7],[0,-4],[16,3],[0,-6],[-13,-3],[37,-52],[10,-1]],[[4407,9531],[1,-4],[18,7],[-19,-3]],[[4461,9556],[2,-6],[30,13],[-2,5],[-30,-12]],[[4600,9518],[0,-2],[42,7],[-1,8],[-42,-8],[1,-5]],[[4353,9443],[5,-39],[16,1],[18,6],[-13,101],[0,9],[-33,-13],[3,-20],[1,-23],[4,-9],[-1,-13]],[[3259,1071],[-19,0]],[[3240,1071],[-6,-6]],[[2595,1412],[669,-9]],[[2023,2681],[113,4]],[[2136,2685],[56,2],[135,4],[127,-2]],[[3968,4738],[329,17]],[[4297,4755],[17,-49],[23,-27],[8,-14],[19,-2],[25,11],[13,-1],[10,-14],[-1,-15],[-10,-11],[-30,-12],[-14,-1],[-29,-12],[-36,10],[-32,37],[-7,4],[-7,-2],[-7,-10],[-1,-14],[11,-55],[23,-70],[0,-10],[28,-37],[10,-37],[-56,-85],[-7,-19],[-35,-30],[-14,-31],[-12,-58],[-16,-23],[-23,-19],[-14,-28],[-14,-45],[-1,-36],[9,-26],[14,-2],[18,15],[41,77],[13,15],[17,0],[48,-23],[41,-29],[66,-55],[18,-72],[2,-56],[5,-73],[1,-1]],[[4411,3820],[8,-6]],[[3963,3683],[-1,1]],[[3860,4798],[10,13]],[[4337,2550],[-26,-2],[-55,42],[-81,5],[-36,1],[-30,-8],[-34,-36],[-7,-10],[-164,4],[-5,7]],[[3899,2553],[-19,58],[-22,63],[-9,48],[-17,55],[0,46],[2,3]],[[3834,2826],[-1,-2]],[[3833,2824],[5,14],[-30,36],[-11,10],[-59,7],[-35,19],[-21,21],[-35,47],[-49,42],[-78,-7],[-36,10],[-16,10],[11,32],[9,10],[-10,0],[-34,21],[-13,5]],[[3431,3101],[-6,29],[-2,17],[6,21],[20,13],[43,42]],[[3962,3684],[127,-235]],[[4545,2953],[1,-5]],[[7362,6284],[101,-126],[39,-57]],[[7502,6101],[-79,-95],[-8,-12],[-8,-7],[5,-7],[3,-13],[-3,-12],[9,-9],[10,12],[2,-4],[100,126],[4,0],[25,29],[116,132],[10,-14],[8,4],[12,9],[3,8],[76,88],[30,34],[5,9],[-3,11],[-31,-36],[-5,5],[31,37],[-1,8],[9,11],[12,-13],[4,-1],[43,47],[72,80],[-3,12],[5,12],[16,11],[6,-16],[2,13],[139,12],[16,-7],[6,-15],[-1,-20],[13,1],[1,-22],[131,19],[3,-1],[9,-89],[-4,-6],[-135,-21],[3,-72],[327,19],[18,-259],[-203,142],[-12,3],[-121,-7],[11,-40],[-10,-8],[4,-26],[-4,-6],[5,-6],[5,-27],[0,-14],[7,-1],[-2,-25],[5,-5],[0,-16],[17,-13],[-2,-6],[8,-7],[7,-19],[-2,-17],[5,-13],[4,2],[0,52],[13,87],[4,-1],[-9,-68],[10,-1],[3,9],[9,12],[3,-2],[-24,-75],[-5,-24],[10,4],[152,-93],[-15,-36],[-138,85],[4,-18],[1,-15],[28,-95],[8,3],[6,-22],[-14,-7],[0,-15],[-3,-8],[-8,-4],[2,-15],[-2,-10],[-11,-14],[2,-33],[-6,-12],[6,-29],[-21,-1],[-3,-27],[-7,0],[-9,-28],[-3,-16],[1,-7],[-26,-56],[-15,-27],[0,-12],[4,-1],[1,-21],[-3,-23],[0,-19],[3,0],[-1,-14]],[[8174,5393],[-93,-7],[-292,-19],[-17,-2]],[[7772,5365],[-15,68],[-31,77],[-52,97],[-45,-3],[-49,62],[-99,124],[-48,59],[-54,68],[-110,137],[-53,67]],[[7216,6121],[140,157]],[[7356,6278],[6,6]],[[5878,6060],[55,-1178]],[[5653,5962],[0,0]],[[5829,6161],[9,-12],[16,-51],[24,-38]],[[4599,872],[-13,39],[-15,28],[-212,271],[-15,17],[-96,61],[6,10],[-64,38],[-30,17]],[[4160,1353],[3,23]],[[4185,1520],[1,0]],[[4186,1520],[22,89],[31,80],[66,130],[89,110],[154,147],[177,117]],[[4725,2193],[185,91]],[[4963,2273],[175,69]],[[3537,2269],[-9,-2]],[[3528,2267],[-54,1]],[[3474,2268],[-86,-37],[-23,-19],[-39,-15],[-22,1],[-48,25],[-49,44],[-16,38],[-7,31],[-9,29]],[[3175,2365],[-18,30]],[[3157,2395],[7,12],[41,51],[28,29],[13,9],[5,12],[-1,23],[-17,34],[6,67],[-1,13],[-28,44],[-9,19],[-7,25],[159,27],[5,7],[7,-7]],[[3365,2760],[49,-65]],[[3414,2695],[43,-61],[22,-44]],[[3479,2590],[10,-25],[8,-19],[22,-82],[4,-33],[4,-57],[-1,-40],[-3,-17],[14,-42],[0,-6]],[[3474,2268],[-17,-16],[-20,-25],[-13,-36],[-10,-66],[0,-37],[7,-110],[-3,-54],[-6,-54],[3,-39],[4,-27],[0,-35],[-8,-63]],[[3326,1712],[-89,48]],[[3138,2422],[6,-6]],[[3144,2416],[31,-51]],[[5855,3945],[17,-341]],[[4477,3767],[-66,53]],[[4411,3820],[14,3],[49,21],[11,33],[0,12],[-5,35],[5,27],[34,66],[15,122],[36,188],[-7,12],[16,71]],[[4579,4410],[19,75]],[[6273,9333],[440,71]],[[6713,9404],[92,-789]],[[6805,8615],[-210,-35]],[[6595,8580],[-54,463],[-268,290]],[[4852,6943],[13,-113]],[[4865,6830],[52,-439]],[[7214,8684],[-62,536],[-204,-34],[-30,252],[-205,-34]],[[6273,9333],[-154,166],[-52,-9],[-8,74],[-15,14],[-38,-7],[-5,38],[-4,7]],[[5997,9616],[10,11],[-16,30],[2,2],[16,-28],[12,16],[-13,18],[3,4],[12,-20],[16,24],[-3,24],[-25,32],[3,3],[-90,103],[3,4],[92,-107],[10,2],[12,-22],[5,0],[2,-16],[4,0],[9,10],[-3,17],[5,-6],[17,0],[2,-9],[-18,3],[2,-19],[6,1],[4,-45],[86,14],[0,7],[9,1],[1,-7],[69,11],[-2,20],[5,0],[2,-17],[5,-6],[15,-1],[0,-15],[-12,-4],[1,-9],[18,3],[2,-17],[63,9],[2,7],[-1,14],[-54,3],[1,4],[64,-5],[-2,4],[2,30],[-80,9],[2,23],[-118,122],[-2,-3],[-32,35],[2,2],[-50,50],[16,23],[22,-22],[10,3],[-6,24],[2,1],[11,-43],[33,-24],[7,2],[7,-8],[3,5],[-11,14],[5,6],[-26,29],[7,9],[32,-2],[126,-131],[93,-96],[10,0],[0,6],[-13,14],[3,4],[20,-22],[10,5],[-21,20],[3,4],[21,-22],[5,11],[-36,37],[4,8],[45,-27],[34,-10],[39,-24],[3,8],[-57,62],[15,18],[17,-23],[-5,-5],[78,-76],[7,-1],[8,9],[-16,22],[4,3],[17,-25],[13,11],[-13,27],[4,3],[15,-26],[7,6],[-61,110],[10,7],[79,-145],[2,1],[11,-19],[10,-2],[-12,22],[2,2],[13,-25],[17,-5],[3,2],[11,-5],[7,48],[3,-1],[-14,39],[-6,-4],[-3,-13],[-7,8],[2,-10],[-6,8],[-7,-4],[0,-11],[-4,13],[31,15],[-16,44],[-19,-11],[4,-12],[-8,10],[-21,-11],[0,-14],[-5,12],[-4,-2],[0,-14],[-10,28],[6,-13],[29,15],[28,13],[-26,71],[6,17],[19,10],[1,5],[16,8],[4,-1],[12,6],[15,-9],[10,9],[93,-22],[-4,-1],[-3,-13],[0,14],[-6,-12],[1,13],[-23,5],[-4,-12],[-1,14],[-5,-13],[2,13],[-10,3],[-6,-12],[1,13],[-23,5],[-4,-12],[-1,14],[-3,-13],[-7,9],[-7,-3],[12,-31],[-3,-12],[72,-16],[22,-6],[-4,-1],[-3,-13],[0,14],[-6,-12],[1,13],[-13,3],[-3,-13],[0,14],[-23,5],[-3,-13],[0,14],[-5,-13],[0,14],[-36,8],[-3,-29],[-2,-2],[-4,-41],[6,-17],[25,-5],[22,-6],[30,-5],[31,-10],[-4,-9],[-3,11],[-4,-9],[-4,10],[-3,-9],[-2,11],[-5,-9],[-4,11],[-3,-9],[-3,10],[-4,-9],[-4,11],[-6,-9],[-3,11],[-4,-9],[-4,11],[-3,-9],[-3,10],[-4,-9],[-4,11],[-9,2],[-5,-9],[0,10],[-10,-8],[-1,9],[-9,2],[18,-46],[7,-32],[13,-1],[25,-7],[55,-11],[20,-6],[-5,-10],[-7,12],[-3,-9],[-6,11],[-5,-9],[0,10],[-6,1],[-4,-9],[0,10],[-4,-9],[-7,12],[-9,2],[-4,-9],[-1,10],[-6,-9],[0,10],[-4,-9],[-2,11],[-8,1],[-7,-8],[0,10],[-5,-9],[0,10],[-15,1],[12,-31],[16,-10],[51,-23],[1,-9],[8,-1],[5,17],[3,-1],[-8,-19],[10,-6],[7,21],[2,-1],[-7,-22],[5,-3],[7,23],[1,0],[-8,-27],[5,-1],[-2,10],[13,4],[-3,12],[7,2],[6,-27],[-3,-4],[7,-7],[0,-10],[6,14],[45,-23],[-8,209],[2,2],[41,2],[1,-2],[10,-275],[36,-29],[62,189],[3,2],[27,-12],[1,-4],[-55,-166],[49,-39],[78,135],[4,1],[22,-19],[0,-4],[-70,-124],[39,-44],[120,151],[3,1],[32,-37],[-42,-354],[7,-13],[24,3],[125,107],[2,-1],[18,-31],[0,-3],[-113,-96],[23,-40],[114,93],[3,0],[17,-31],[-1,-3],[-135,-110],[-7,-10],[19,-34],[17,6],[132,106],[2,-1],[57,-103],[0,-3],[-144,-117],[24,-43],[145,116],[19,-30],[0,-3],[-135,-109],[-7,-11],[15,-29],[9,-11],[18,16],[2,-3],[-20,-16],[11,-19]],[[3226,344],[8,721]],[[3240,1071],[76,-2]],[[4002,861],[-112,-187],[-25,-38],[-83,-63],[-61,-80],[-84,-101],[-26,-35],[-40,-11],[-38,-4],[-76,-2],[-171,4],[-58,0],[-2,0]],[[3726,109],[-131,2],[-76,2],[-116,0],[-179,6],[-146,2],[-264,7]],[[3226,346],[0,-2]],[[4156,1306],[4,47]],[[231,4275],[988,40]],[[1219,4315],[48,-1701]],[[334,2788],[-2,12],[3,17],[0,21],[2,0],[3,49],[-3,14],[-1,19],[-9,29],[-3,19],[-4,38],[1,31],[3,9],[0,40],[-3,31],[-5,28],[0,23],[8,30],[1,29],[4,42],[-5,10],[-3,13],[0,19],[-5,8],[0,9],[-5,8],[0,13],[-13,21],[3,25],[0,19],[10,31],[-1,17],[1,9],[-2,24],[-4,10],[1,11],[-8,55],[-8,26],[-5,23],[-8,27],[-3,21],[6,36],[10,9],[0,11],[5,25],[5,62],[-5,41],[-8,42],[-2,34],[-11,32],[-2,20],[0,27],[8,71],[0,38],[-4,25],[-8,24],[-5,9],[-21,48],[-5,14],[-6,39]],[[1472,6293],[-10,-1]],[[1462,6292],[-1227,-53]],[[235,6239],[-13,166],[11,118],[-8,85],[-46,180],[1,6],[74,-4],[0,-65],[33,-4],[68,0],[5,72],[-5,184],[-3,85],[-10,29],[0,46],[17,2],[142,6],[38,9],[15,13],[69,6],[410,18],[78,3],[59,2],[67,4],[138,7],[61,2],[8,1]],[[231,4275],[0,33],[2,26],[-2,28],[-9,21],[-1,18],[-9,24],[-8,15],[-2,26],[2,27],[2,16],[-5,41],[-2,16],[-10,33],[2,5],[-2,20],[7,11],[0,12],[1,32],[4,25],[-5,27],[-2,3],[-8,55],[-3,21],[-3,54],[-2,9],[1,21],[-3,35],[-3,12],[0,16],[-3,36],[-8,75],[-2,48],[-5,33],[5,57],[3,20],[2,22],[-3,20],[-7,22],[-3,3],[-3,17],[-5,8],[-5,29],[-2,19],[-5,17],[0,12],[-4,11],[4,15],[10,50],[-5,37],[-6,11],[-3,15],[-5,12]],[[5880,8460],[62,-537]],[[5942,7923],[-231,-40]],[[4356,7660],[-54,457]],[[4302,8117],[88,22]],[[4390,8139],[-17,203]],[[4419,8392],[55,10]],[[5860,8631],[20,-171]],[[1260,2894],[-41,1421]],[[2448,2932],[-397,-17],[-18,20],[-28,14],[-27,1],[-129,-32],[-12,-2],[-46,-29],[-41,2],[-78,19],[-63,8],[-31,23],[-22,36],[-15,16],[-18,7],[-31,-3],[-27,-22],[-13,-25],[-18,5],[-15,-3],[-43,-11],[-15,-6],[-35,-19],[-34,-15],[-32,-5]],[[4242,5731],[20,-170]],[[4331,5220],[10,-25]],[[4351,5158],[0,-4]],[[3973,5011],[-1,45]],[[3924,5687],[-20,177]],[[2448,2932],[6,-243]],[[2136,2685],[-162,-6]],[[1267,2614],[-7,280]],[[7164,1517],[49,-196]],[[7213,1321],[-20,-6],[-148,-63],[-319,-116],[-236,-88],[-161,-55],[-37,-12],[-239,80],[-64,14]],[[6034,2327],[137,-8]],[[6830,2622],[72,-189],[62,-175],[37,-122],[53,-170]],[[7772,5365],[20,-241],[5,-130],[4,-240],[-5,-118],[15,-128],[38,-234],[-7,-136],[-8,-46],[0,-66],[2,-21]],[[7836,4005],[-791,-50]],[[6816,5849],[-5,1]],[[6811,5850],[-5,34],[17,1],[86,9],[30,26],[35,0],[5,3],[59,4],[33,29],[145,165]],[[4317,8997],[45,-534]],[[4373,8342],[17,-203]],[[4302,8117],[0,0]],[[4302,8117],[-69,-22],[-351,-95],[-101,-29],[-88,-25],[-16,-2],[-111,-29],[-20,-7],[-256,-70],[-1,0]],[[3289,7838],[0,0]],[[1945,7757],[33,2]],[[1978,7759],[1,21],[13,25],[2,27],[15,44],[-8,49],[-15,12],[-12,1],[-20,12],[-8,3],[-6,10],[-4,15],[-1,-9],[-8,13],[0,14],[5,19],[-6,15],[-22,10],[-37,34]],[[1867,8074],[16,21],[22,42],[7,23],[20,22],[16,26],[14,29],[12,20],[12,31],[7,22],[13,33],[19,37],[20,61],[-14,6],[29,84],[6,27],[10,26],[13,61],[11,32],[10,33],[12,32],[1,16],[5,22],[-2,6],[3,17],[3,4],[11,2],[2,4],[-6,19],[9,-9],[6,16],[9,-10],[1,4],[-8,9],[7,14],[6,22],[6,10],[0,8],[18,15],[3,20],[5,11],[2,38],[14,10],[7,20],[8,15],[16,46],[6,11],[1,14],[8,27],[3,21],[-1,17],[11,63],[19,50],[8,14],[9,27],[12,45],[2,15],[13,38],[10,39],[6,19],[0,18],[3,27],[4,4],[-2,16],[3,28],[4,16],[4,59],[3,15],[-1,14],[2,27],[5,25],[22,17],[11,16],[-3,77],[4,51],[-2,31],[2,21],[-3,21],[19,7],[-3,31],[27,7],[24,-5],[30,-14],[4,-8],[10,-32],[3,-18],[1,-37],[7,-21],[16,-15],[16,-10],[37,-13],[10,-8],[46,-8],[52,-2],[37,-7],[27,-7],[27,-11],[15,-1],[22,-6],[20,-8],[21,-12],[36,78],[8,1],[33,-23],[-3,-13],[-4,-1],[-34,23],[-32,-67],[7,-13],[12,-9],[13,-15],[27,-25],[18,-22],[11,-35],[15,-29],[15,-14],[21,-11],[10,16],[7,-7],[-11,-16],[28,-28],[35,-44],[12,-10],[21,-11],[14,17],[-12,-18],[36,-21],[12,-1],[27,-18],[93,-46],[26,-6],[20,0],[20,2],[34,9],[13,0],[21,-9],[18,2],[38,12],[79,14],[38,12],[59,9],[53,22],[85,19],[35,13],[70,33],[11,-1],[0,-9],[14,-1],[16,-7],[34,-4],[55,-1],[49,7],[78,26],[35,7],[18,0],[15,9],[22,-1],[10,-10],[10,-2]],[[4302,8117],[54,-457]],[[3557,7526],[-4,143]],[[3294,7658],[-5,180]],[[6595,8580],[-715,-120]],[[5880,8460],[-30,252]],[[5850,8712],[-34,287]],[[5675,9642],[2,0],[-5,46],[-1,39],[5,35],[9,33],[15,31],[15,24],[16,16],[18,13],[19,9],[21,5],[20,0],[17,-7],[7,-8],[2,-11],[-9,-12],[-8,0],[-7,9],[-2,12],[-9,2],[-19,-3],[-18,-6],[-17,-9],[-21,-21],[-17,-26],[-12,-28],[-8,-31],[-4,-32],[1,-33],[5,-41],[6,-39],[6,-25],[12,9],[7,-12],[4,3],[-6,14],[16,-28],[-9,6],[-13,-10],[23,-28],[29,-22],[31,-17],[19,-6],[18,-2],[33,5],[40,26],[18,17],[73,77]],[[3431,3101],[-3,-6],[-18,-5],[-25,5],[-20,-2],[-20,-15],[0,-13],[-7,-29],[6,-53],[19,-177],[9,-45],[1,-13]],[[3373,2748],[-8,12]],[[3157,2395],[-13,21]],[[3144,2416],[-12,13]],[[2663,2693],[75,59],[128,153],[38,38],[75,91],[66,79],[45,34],[27,11],[70,19],[34,6],[144,22],[98,13],[18,3]],[[1978,7759],[-217,-9]],[[1446,7378],[-7,0]],[[1439,7378],[-2,11],[-4,162],[-3,10],[-6,3],[-12,19],[-7,98],[-34,-8],[-5,73],[10,6],[-2,28]],[[1374,7780],[19,4],[12,8],[10,0],[8,4],[0,7],[6,2],[5,-11],[12,0],[25,9],[4,5],[18,12],[3,4],[15,12],[14,5],[26,25],[4,8],[18,24],[32,31],[9,12],[5,13],[34,-8],[7,-7],[12,-6],[33,15],[24,-2],[5,10],[10,5],[19,-9],[1,-6],[6,2],[6,-4],[15,18],[14,22],[13,18],[20,19],[12,16],[0,8],[9,18],[8,11]],[[7362,6284],[144,167]],[[7506,6451],[144,165],[-96,120],[2,18],[-8,-10],[-28,34],[-62,80],[-35,41]],[[7803,8399],[4,-15],[91,59],[24,-41],[-79,-90],[9,-15],[21,17],[18,-29],[-19,-20],[10,-16],[7,-4],[0,-8],[-20,-17],[25,-33],[-10,-10],[183,-239],[-8,-9],[18,-55],[38,18],[2,-9],[-23,-10],[5,-14],[2,-16],[11,4],[151,86],[2,-2],[12,-39],[-12,-9],[-124,-61],[16,-46],[128,42],[5,-3],[10,-41],[-2,-4],[-131,-46],[8,-52],[114,24],[3,-2],[5,-32],[-2,-6],[-126,-27],[-16,-6],[-3,-45],[25,0],[157,10],[4,-3],[7,-156],[-3,-4],[-181,-12],[-22,-7],[-5,-56],[139,9],[2,-37],[-115,-7],[-20,-4],[-9,-6],[-4,-50],[157,10],[1,-23],[-32,-2],[1,-23],[-4,-7],[-112,-7],[-14,-9],[-3,-36],[15,-6],[13,-1],[165,10],[2,-1],[3,-36],[-2,-3],[-179,-13],[-18,-6],[1,-47],[142,11],[1,-15],[38,0],[-37,-4],[-2,-15],[-134,-9],[2,-47],[50,4],[42,2],[84,6],[1,12],[1,-27],[-2,12],[-40,-2],[-2,-14],[-1,13],[-77,-4],[-56,-4],[2,-43],[29,2],[37,1],[9,2],[37,1],[9,2],[21,0],[31,3],[-1,-3],[-103,-6],[-3,-1],[-65,-5],[1,-38],[6,-2],[46,4],[45,4],[7,-1],[46,4],[22,1],[2,9],[0,-21],[-2,9],[-15,0],[-35,-3],[-83,-4],[-39,-4],[1,-34],[31,1],[9,2],[33,2],[24,0],[22,3],[24,0],[27,3],[2,8],[1,-20],[-3,9],[-24,-2],[-1,-10],[-5,10],[-99,-6],[-40,-4],[1,-31],[59,4],[12,-1],[21,3],[40,0],[12,2],[26,2],[-7,-4],[-162,-9],[1,-31],[22,0],[39,4],[11,-2],[39,5],[41,1],[14,2],[-1,-3],[-81,-5],[-62,-4],[-22,-2],[1,-28],[60,3],[8,2],[42,1],[7,1],[25,2],[-1,-3],[-13,0],[-34,-3],[-2,-7],[-4,7],[-87,-5],[0,-22],[128,8],[-2,-4],[-137,-8],[-11,2],[4,-12],[-180,-98],[11,-18],[-15,-10],[-129,-146],[4,-8],[-16,-18],[-8,4],[2,6],[-13,-13],[-14,-6],[-7,-15],[-12,-15],[-24,-23],[-58,-66],[-7,-5],[-5,-11],[-10,-8],[-68,-83],[-9,-4],[3,-10],[-12,-16],[-7,-4],[-8,-12],[-27,-25],[-11,-7]],[[7506,6451],[-150,-173]],[[6811,5850],[-65,16]],[[6004,6361],[29,32],[179,205],[79,90],[246,279],[68,78]],[[6605,7045],[76,86],[88,101]],[[2467,2258],[-18,-304]],[[4910,2284],[-185,-91]],[[4186,1520],[-247,9]],[[3892,1542],[6,635],[-54,0],[0,79],[1,72]],[[3845,2328],[-6,0]],[[3839,2328],[6,12],[2,143],[-2,19],[54,51]],[[4598,4485],[-19,-75]],[[4297,4755],[-50,-2]],[[4455,4888],[0,7]],[[5825,6906],[-66,568]],[[5823,7902],[119,21]],[[5942,7923],[99,16]],[[6041,7939],[113,-968]],[[6154,6971],[451,74]],[[7213,1321],[3,-14]],[[7216,1307],[42,-217],[37,-225],[8,-46]],[[7303,819],[20,-65]],[[7323,754],[-29,-53],[-40,-124],[-70,-92],[-64,-53],[-53,-29],[-53,-32],[-25,-61],[-38,-73],[-59,-147],[-13,-46]],[[6879,44],[-814,16],[-62,2],[-44,0],[-20,1],[-239,6]],[[2727,3499],[460,36]],[[5427,6750],[-111,-19]],[[4852,6943],[-41,347]],[[5761,7450],[64,-544]],[[3839,2328],[-14,0]],[[3825,2328],[-76,-4],[-55,-9],[-96,-29]],[[3598,2286],[-61,-17]],[[3479,2590],[-7,99],[-16,51],[-7,8],[-5,34],[-2,12],[-8,9],[-19,35],[-9,38],[2,61],[10,20],[16,-37],[5,-35],[7,-22],[18,-23],[14,-30],[9,-14],[7,-6],[25,-11],[16,-4],[28,6],[15,5],[58,-11],[84,-2],[41,2],[26,11],[26,37],[14,0]],[[3827,2823],[7,3]],[[3528,2267],[70,19]],[[3825,2328],[20,0]],[[1439,7378],[0,0]],[[235,6239],[-135,-5]],[[100,6234],[2,27],[0,27],[3,18],[-5,45],[3,47],[-1,18],[4,9],[-3,13],[2,43],[3,18],[0,61],[-3,33],[1,39],[2,19],[2,47],[-5,63],[-8,53],[0,12],[-10,27],[-18,11],[-11,4],[-10,15],[-9,21],[-22,38],[-1,13],[6,19],[-1,12],[6,18],[-3,24],[-19,12],[-5,19],[3,11],[9,2],[8,-4],[5,6],[5,52],[2,17],[-11,25],[-4,26],[8,16],[20,-3],[0,14],[2,4],[24,-4],[8,4],[-8,13],[13,27],[1,9],[10,8],[3,11],[-8,20],[7,3],[3,8],[-3,17],[3,9],[10,3],[8,-8],[5,4],[1,11],[7,14],[-3,15],[10,4],[4,22],[7,8],[13,6],[3,11],[-16,19],[5,8],[-2,10],[8,3],[28,-36],[13,15],[-1,15],[-5,12],[6,9],[18,1],[9,-6],[13,0],[-3,14],[3,12],[5,3],[13,-10],[12,9],[6,8],[24,2],[8,4],[5,-4],[11,2],[12,9],[5,8],[10,21],[6,10],[14,10],[10,24],[21,14],[9,0],[11,9],[2,9],[20,21],[12,1],[18,30],[-3,9],[14,25],[6,3],[12,15],[9,22],[4,0],[5,17],[5,4],[10,0],[2,-5],[12,3],[5,10],[10,12],[2,6],[8,7],[-1,6],[5,25],[1,2],[27,5],[14,-2],[15,2],[11,-11],[16,-2],[6,-6],[14,-2],[25,4],[29,-7],[8,1],[7,-4],[15,6],[7,6],[8,0],[3,-9],[10,-2],[21,7],[16,-2],[3,8],[7,0],[3,-6],[8,12],[4,-10],[6,2],[7,8],[12,-3],[16,8],[7,-2],[2,4],[8,-3],[11,3],[5,-3],[5,5],[14,6],[2,13],[4,2],[5,-11],[9,-4],[10,5],[8,16],[9,2],[7,-21],[10,-6],[5,0],[10,-7],[10,7],[1,-13],[5,-4],[11,9],[0,-17],[14,0],[1,-11],[7,-2],[7,-14],[12,2],[6,-9],[0,11],[6,4],[3,-4],[7,0],[7,-8],[-4,-3],[5,-23],[17,1],[7,-11],[11,-5],[7,-8],[8,0],[9,-7],[17,3],[23,17],[20,4],[15,11],[7,7],[12,1],[18,6],[11,30],[8,-13],[-2,-17],[24,-4],[10,-21],[6,4],[18,-2]],[[3414,2695],[-41,53]],[[3833,2824],[-6,-1]],[[6154,6971],[-51,439]],[[8066,4021],[-230,-16]],[[8174,5393],[-2,-10],[-8,-4],[3,-11],[-10,-10],[-2,-7],[9,-9],[-1,-4],[-17,-18],[-12,-7],[-13,-2],[1,-9],[22,3],[0,-6],[8,-7],[3,6],[14,-9],[-6,-19],[17,-8],[8,20],[44,0],[1,-9],[14,0],[0,13],[7,0],[3,-101],[26,-21],[25,2],[-7,183],[10,1],[8,-173],[45,3],[-1,16],[-12,0],[-2,9],[-5,-1],[-8,154],[5,0],[1,8],[15,2],[3,-9],[15,-3],[9,-174],[52,3],[-10,215],[11,0],[10,-214],[24,2],[7,223],[4,6],[9,1],[3,12],[18,-1],[3,-13],[9,0],[-7,-247],[-146,-10],[70,-117],[9,-3],[4,-14],[-2,-6],[19,0],[-7,141],[33,2],[9,-191],[34,2],[-14,303],[13,0],[15,-302],[57,4],[-14,308],[15,3],[2,-3],[16,-339],[-132,-22],[0,-9],[-14,0],[1,-26],[9,0],[5,-94],[-3,-25],[-9,-22],[-7,-31],[4,1],[1,-17],[-4,-4],[1,-18],[5,-3],[2,-50],[-6,-10],[10,-15],[0,-41],[14,-5],[5,-7],[-6,-1],[17,-19],[2,-18],[-3,-13],[-4,-4],[-35,-10],[-21,9],[-72,-10],[-54,-5],[-6,-3],[-19,2],[-2,-4],[1,-24],[5,-4],[27,10],[12,0],[13,-5],[11,-9],[13,-30],[1,-8],[-8,-10],[1,-41],[3,-14],[10,-13],[14,-5],[23,-1],[17,-9],[22,-27],[14,-6],[15,3],[15,-1],[13,-4],[36,1],[9,-4],[0,-9],[-11,-7],[3,-66],[248,15],[6,-125]],[[8374,5181],[-2,26],[-5,-2],[0,-24],[7,0]],[[7538,29],[-38,286],[-8,40],[-14,58],[-21,55],[-24,55]],[[7433,523],[-29,52]],[[7404,575],[242,420]],[[8298,1159],[10,-10],[-2,-9],[12,-14],[29,-19],[23,-23],[33,-25],[9,-19],[10,-26],[8,-10],[9,-2],[20,2],[12,-2],[14,-4],[7,-7],[6,-12],[16,-7],[8,-10],[7,0],[16,-21],[5,-13],[12,-16],[11,-11],[25,-17],[25,-23],[22,-15],[41,-35],[31,-28],[16,-21],[19,-15],[3,-6],[0,-14],[-9,-17],[-22,-36],[-6,-11],[2,-10],[-7,-6],[-23,-36],[-15,-38],[-20,-21],[-43,-44],[-10,-21],[-13,-17],[-14,-13],[-9,-23],[-20,-39],[-4,-13],[-9,-19],[-3,-10],[-15,-30],[-11,-8],[-9,-17],[-3,-34],[1,-31],[3,-13],[12,-13],[7,1],[7,-9],[17,-12],[10,-15],[12,-11],[5,-10],[3,-15],[4,-2],[9,-25],[14,-21],[0,-17],[4,-19],[7,-13],[22,-16],[10,-2],[17,10],[24,8],[16,11],[10,12],[7,19],[8,13],[7,19],[-1,6],[16,6],[21,-2],[15,-8],[14,-19],[20,-17],[28,-17],[10,-16],[4,-13],[-3,-12],[-8,-9],[-45,-8],[-12,0],[-16,-4],[-20,0],[-31,2],[-26,0],[-23,4],[-30,0],[-3,2],[-53,0],[-11,4],[-22,-2],[-3,-2],[-22,2],[-3,4],[-10,4],[-44,26],[-19,2],[-37,8],[-27,0],[-12,2],[-8,11],[-15,8],[-13,0],[-13,4],[-34,5],[-18,4],[-15,0],[-31,10],[-22,2],[-19,13],[-18,10],[-21,17],[-12,11],[-13,15],[-10,4],[-26,-7],[-20,-12],[-5,-4],[0,-9],[-11,-4],[-12,-9],[-22,-25],[-7,-14],[-11,-11],[-7,-15],[-10,-14],[-10,4],[-9,10],[-16,3],[-20,21],[-10,12],[-21,19],[-18,23],[-6,2],[-11,-6],[-18,-17],[-9,-12],[-10,-7],[-6,2],[-40,38],[-14,11],[-11,-5],[-27,-33],[-15,-27],[-15,-11],[-7,-13],[-29,-25],[-5,-8],[-26,2],[-91,0]],[[7404,575],[-59,110]],[[7345,685],[-42,134]],[[7216,1307],[-52,210]],[[7323,754],[22,-69]],[[7345,685],[88,-162]],[[7538,29],[-300,8],[-346,7],[-13,0]]],"transform":{"scale":[0.09064308986041864,-0.076007600760076],"translate":[26.82987224283704,780]}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment