Skip to content

Instantly share code, notes, and snippets.

@Teino1978-Corp
Created November 3, 2015 02:18
Show Gist options
  • Save Teino1978-Corp/25ec1ff0b8c2972c841b to your computer and use it in GitHub Desktop.
Save Teino1978-Corp/25ec1ff0b8c2972c841b to your computer and use it in GitHub Desktop.
{
"libraries": [
"d3",
"TopoJSON"
],
"mode": "javascript",
"layout": "fullscreen mode (vertical)",
"resolution": "reset"
}
#container {
width: 100%;
background: #000000;
line-height: 0;
}
canvas {
background: #FF0000;
line-height: 0;
display: block;
}
<h1>asdf</h1>
<h1>asdf</h1>
<h1>asdf</h1>
<h1>asdf</h1>
<h1 id='message'>asdf</h1>
<div id='container'></div>
<h1>asdf</h1>
<h1>asdf</h1>
<h1>asdf</h1>
<h1>asdf</h1>
<h1>asdf</h1>
<h1>asdf</h1>
<h1>asdf</h1>
<h1>asdf</h1>
<h1>asdf</h1>
<h1>asdf</h1>
$.ajaxSetup({
cache: true
});
$.getScript('https://gist.github.com/gabrielflorit/5853528/raw/aceefadb8417f342ceb8124010ae804719f83534/kinetic.js', function() {
var geo = livecoding.json;
var state = topojson.feature(geo, geo.objects.State);
var towns = topojson.feature(geo, geo.objects.Towns);
var path = d3.geo.path().projection(null);
var bounds = path.bounds(towns);
var originalWidth = Math.ceil(bounds[1][0]);
var originalHeight = Math.ceil(bounds[1][1]);
var ratio = originalWidth/originalHeight;
var container = $('#container');
var width = container.width();
var height = width/ratio;
var stage = new Kinetic.Stage({container: container.get(0)});
stage.setWidth(width);
stage.setHeight(height);
stage.setScale(width/originalWidth);
var mapLayer = new Kinetic.Layer();
var topLayer = new Kinetic.Layer();
stage.add(mapLayer);
stage.add(topLayer);
stage.draw();
var rect = new Kinetic.Rect({
x: 0,
y: 0,
width: width/2,
height: height,
fill: 'blue',
listening: false
});
rect.on('touchstart touchmove mousemove', function(evt) {
$('#message').html(new Date().getTime());
evt.cancelBubble = true;
});
mapLayer.add(rect);
/* mapLayer.add(new Kinetic.Path({
data: path(state),
stroke: '#FFFFFF',
strokeWidth: 1,
name: state.features[0].properties.STATE,
lineCap: 'round',
lineJoin: 'round'
}));
*/
mapLayer.draw();
});
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","transform":{"scale":[0.06000600060006001,-0.036749814850126176],"translate":[0,367.4613986864117]},"objects":{"State":{"type":"GeometryCollection","geometries":[{"type":"MultiPolygon","arcs":[[[-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18,-19,-20,-21,-22,-23,-24,-25,-26,-27,-28,-29,-30,-31,-32,-33,-34,-35,-36,-37,-38,-39,-40,-41,-42,-43,-44,-45,-46,-47,-48,-49,-50,-51,-52,-53,-54,-55,-56,-57,-58,-59,-60,-61,-62,-63,-64,-65,-66,-67,-68,-69,-70,-71,-72,-73,-74,-75,-76,-77,-78,-79,-80,-81,-82,-83,-84,-85,-86,-87,-88,-89,-90,-91,-92,-93,-94,-95,-96,-97,-98,-99,-100,-101,-102,-103,-104,-105,-106,-107,-108,-109,-110,-111,-112,-113,-114,-115,-116,-117,-118,-119,-120,-121,-122,-123,-124,-125,-126,-127,-128,-129,-130,-131,-132,-133,-134,-135,-136,-137,-138,-139,-140,-141,-142,-143,-144,-145,-146,-147,-148,-149,-150,-151,-152,-153,-154,-155,-156,-157,-158]],[[-159,-160,-161,-162,-163,-164,-165,-166]],[[-167,-168,-169,-170,-171,-172,-173,-174,-175,-176,-177,-178,-179,-180,-181,-182,-183,-184,-185,-186,-187,-188,-189,-190,-191,-192,-193,-194,-195,-196,-197,-198,-199,-200]],[[-201,-202]],[[-203]],[[-204]],[[-205,-206,-207]],[[-208]],[[-209]],[[-210]],[[-211]],[[-212]],[[-213]],[[-214]],[[-215]],[[-216]],[[-217]],[[-218]],[[-219]],[[-220]],[[-221]],[[-222,-223]],[[-224]],[[-225]]],"properties":{"STATE":"MASSACHUSETTS"}}]},"Towns":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[-226,-227,-228,-229]],"properties":{"TOWN":"GEORGETOWN"}},{"type":"Polygon","arcs":[[-230,-231,-232,-233,-234,-235]],"properties":{"TOWN":"PITTSFIELD"}},{"type":"MultiPolygon","arcs":[[[-221]],[[-236,-193,-237,-189]]],"properties":{"TOWN":"WELLFLEET"}},{"type":"Polygon","arcs":[[-238,-239,-240,-241,-242,-243,-244]],"properties":{"TOWN":"MONTAGUE"}},{"type":"Polygon","arcs":[[-245,-246,-247,-248,-249]],"properties":{"TOWN":"ASHLAND"}},{"type":"Polygon","arcs":[[-250,-251,-252,-253]],"properties":{"TOWN":"HOPEDALE"}},{"type":"Polygon","arcs":[[-254,-255,-256,-257,-258,-259]],"properties":{"TOWN":"LEICESTER"}},{"type":"Polygon","arcs":[[-260,-261,-262,-263,-264,-265,-266]],"properties":{"TOWN":"WILMINGTON"}},{"type":"Polygon","arcs":[[-267,-268,-269,258,-270,-271,-272,-273]],"properties":{"TOWN":"WORCESTER"}},{"type":"MultiPolygon","arcs":[[[-274,-275,-276,-277,-169,-278,-279],[279]],[[-281,-39,-282,-283,-37]]],"properties":{"TOWN":"BOURNE"}},{"type":"Polygon","arcs":[[-284,-285,-286,-177,-287,-179]],"properties":{"TOWN":"HARWICH"}},{"type":"Polygon","arcs":[[-288,-289,-290,-291,-292]],"properties":{"TOWN":"NORTON"}},{"type":"MultiPolygon","arcs":[[[-293,-181]],[[-213]],[[286,-178],[293]],[[-220]]],"properties":{"TOWN":"CHATHAM"}},{"type":"Polygon","arcs":[[-295,-296,-297,-298,-299]],"properties":{"TOWN":"WHITMAN"}},{"type":"Polygon","arcs":[[-300,247,-301,-302,-303,-304,-305]],"properties":{"TOWN":"SHERBORN"}},{"type":"Polygon","arcs":[[-306,-307,-308,-309]],"properties":{"TOWN":"MELROSE"}},{"type":"Polygon","arcs":[[-310,-311,-312,-313,-314,-315,-316]],"properties":{"TOWN":"RANDOLPH"}},{"type":"Polygon","arcs":[[-317,-318,-319,-320,-321,-322,-323]],"properties":{"TOWN":"BLANDFORD"}},{"type":"Polygon","arcs":[[-324,-325,-326,-327,-328,-329]],"properties":{"TOWN":"NORWELL"}},{"type":"Polygon","arcs":[[-330,-331,-332,-333,-334]],"properties":{"TOWN":"CAMBRIDGE"}},{"type":"Polygon","arcs":[[312,-335,-336,-337,-338,-339]],"properties":{"TOWN":"STOUGHTON"}},{"type":"Polygon","arcs":[[-340,-341,-342,265,-343,-344,-345]],"properties":{"TOWN":"ANDOVER"}},{"type":"Polygon","arcs":[[-346,-347,-348,-349,317,-350]],"properties":{"TOWN":"OTIS"}},{"type":"Polygon","arcs":[[-351,-352,-353,325]],"properties":{"TOWN":"HANOVER"}},{"type":"Polygon","arcs":[[-354,-355,-356,343,-357,-358,-359]],"properties":{"TOWN":"NORTH ANDOVER"}},{"type":"Polygon","arcs":[[-360,-361,-362,-363]],"properties":{"TOWN":"BOXBOROUGH"}},{"type":"Polygon","arcs":[[313,338,-364,-365]],"properties":{"TOWN":"AVON"}},{"type":"Polygon","arcs":[[-145,-366,-367,-368,230,-369]],"properties":{"TOWN":"RICHMOND"}},{"type":"Polygon","arcs":[[-370,-371,-372,-373,-374,359,-375]],"properties":{"TOWN":"HARVARD"}},{"type":"Polygon","arcs":[[-376,-377,-378,-379,-380]],"properties":{"TOWN":"EAST BROOKFIELD"}},{"type":"Polygon","arcs":[[-381,-382,-383,-384,-385,-386]],"properties":{"TOWN":"HALIFAX"}},{"type":"MultiPolygon","arcs":[[[280,-38]],[[278,-387,-388,-389,-200]]],"properties":{"TOWN":"SANDWICH"}},{"type":"Polygon","arcs":[[-390,-391,-392,-393,-394,-395]],"properties":{"TOWN":"PRINCETON"}},{"type":"MultiPolygon","arcs":[[[277,-170,-396,386]],[[-216]]],"properties":{"TOWN":"FALMOUTH"}},{"type":"Polygon","arcs":[[-397,-154,-398,-399,-400,319]],"properties":{"TOWN":"GRANVILLE"}},{"type":"Polygon","arcs":[[-401,-402,-403,-404,-405]],"properties":{"TOWN":"WARREN"}},{"type":"Polygon","arcs":[[301,-406,-407,-408,-409]],"properties":{"TOWN":"MILLIS"}},{"type":"MultiPolygon","arcs":[[[-191,-410]]],"properties":{"TOWN":"PROVINCETOWN"}},{"type":"Polygon","arcs":[[-130,-411,-412,-413,-414,-415]],"properties":{"TOWN":"ASHBURNHAM"}},{"type":"MultiPolygon","arcs":[[[-416,-94,-417,-418]]],"properties":{"TOWN":"BEVERLY"}},{"type":"Polygon","arcs":[[391,-419,-420,-421,-422,-423]],"properties":{"TOWN":"RUTLAND"}},{"type":"Polygon","arcs":[[-424,-425,-426,-427,-428,-429]],"properties":{"TOWN":"SHELBURNE"}},{"type":"Polygon","arcs":[[-430,-431,-432,-433,-434,-435]],"properties":{"TOWN":"WEST NEWBURY"}},{"type":"Polygon","arcs":[[-436,-437,-438,-439,-440,-441,-442]],"properties":{"TOWN":"WILLIAMSBURG"}},{"type":"Polygon","arcs":[[-443,-444,-445,-446,-447,-448,-449]],"properties":{"TOWN":"HADLEY"}},{"type":"Polygon","arcs":[[302,408,-450,-451,-452]],"properties":{"TOWN":"MEDFIELD"}},{"type":"Polygon","arcs":[[-453,397,-155,-454]],"properties":{"TOWN":"SOUTHWICK"}},{"type":"Polygon","arcs":[[-120,-455,429,-456,-457]],"properties":{"TOWN":"AMESBURY"}},{"type":"Polygon","arcs":[[-458,-459,-460,-461,-462,-463]],"properties":{"TOWN":"ORANGE"}},{"type":"Polygon","arcs":[[-464,-465,-466,-467,437,-468]],"properties":{"TOWN":"CHESTERFIELD"}},{"type":"Polygon","arcs":[[-469,-470,-471,-472,-473,464]],"properties":{"TOWN":"WORTHINGTON"}},{"type":"MultiPolygon","arcs":[[[-474,-475,-476,-34,-477]]],"properties":{"TOWN":"MATTAPOISETT"}},{"type":"MultiPolygon","arcs":[[[-478,-184,-479,-195,-480,283,-180,292,-182]]],"properties":{"TOWN":"ORLEANS"}},{"type":"Polygon","arcs":[[-481,-482,-483,-484,470]],"properties":{"TOWN":"MIDDLEFIELD"}},{"type":"Polygon","arcs":[[-485,-486,-487,-488,-489,-490]],"properties":{"TOWN":"WILBRAHAM"}},{"type":"Polygon","arcs":[[412,-491,-492,389,-493,-494]],"properties":{"TOWN":"WESTMINSTER"}},{"type":"Polygon","arcs":[[348,-495,-153,396,318]],"properties":{"TOWN":"TOLLAND"}},{"type":"Polygon","arcs":[[-496,465,472,-497,321,-498,-499,-500]],"properties":{"TOWN":"HUNTINGTON"}},{"type":"Polygon","arcs":[[461,-501,-502,-503,-504,-505,-506,-507]],"properties":{"TOWN":"NEW SALEM"}},{"type":"MultiPolygon","arcs":[[[-508,-509,-510,-55]]],"properties":{"TOWN":"COHASSET"}},{"type":"Polygon","arcs":[[-511,-512,-513,329,-514]],"properties":{"TOWN":"BELMONT"}},{"type":"Polygon","arcs":[[261,-515,-516,-517,-518]],"properties":{"TOWN":"BURLINGTON"}},{"type":"Polygon","arcs":[[-124,-519,-520,-521,340,-522]],"properties":{"TOWN":"DRACUT"}},{"type":"Polygon","arcs":[[-523,402,-524,-525,-526,-527,-528]],"properties":{"TOWN":"BRIMFIELD"}},{"type":"MultiPolygon","arcs":[[[-77,-529]],[[-530,-80,-531,-82]]],"properties":{"TOWN":"WINTHROP"}},{"type":"Polygon","arcs":[[-532,447,-533,-534,-535]],"properties":{"TOWN":"SOUTH HADLEY"}},{"type":"Polygon","arcs":[[-121,-536,430,454]],"properties":{"TOWN":"MERRIMAC"}},{"type":"Polygon","arcs":[[-537,-538,-539,-540,-541,-542]],"properties":{"TOWN":"WESTON"}},{"type":"Polygon","arcs":[[525,-543,-3,-544]],"properties":{"TOWN":"WALES"}},{"type":"Polygon","arcs":[[-545,-546,252,-547,-548,-549]],"properties":{"TOWN":"MILFORD"}},{"type":"Polygon","arcs":[[241,-550,-551,-552,-553]],"properties":{"TOWN":"LEVERETT"}},{"type":"Polygon","arcs":[[-554,-555,-556,-557,-558,-559]],"properties":{"TOWN":"MARLBOROUGH"}},{"type":"MultiPolygon","arcs":[[[-560,-561,-562,-198,-563,-564]]],"properties":{"TOWN":"YARMOUTH"}},{"type":"Polygon","arcs":[[-565,-566,374,362,-567,-568]],"properties":{"TOWN":"LITTLETON"}},{"type":"Polygon","arcs":[[-569,550,-570,448,531,-571,-572,-573]],"properties":{"TOWN":"AMHERST"}},{"type":"Polygon","arcs":[[-574,467,436,-575,-576]],"properties":{"TOWN":"GOSHEN"}},{"type":"Polygon","arcs":[[-577,-578,-579,428,-580,238,-581]],"properties":{"TOWN":"GREENFIELD"}},{"type":"Polygon","arcs":[[-582,-583,-584,510,-585,-586,-587,516]],"properties":{"TOWN":"LEXINGTON"}},{"type":"Polygon","arcs":[[255,-588,377,-589,-590,-591,-592]],"properties":{"TOWN":"CHARLTON"}},{"type":"Polygon","arcs":[[-593,492,394,-594,-595,-596]],"properties":{"TOWN":"LEOMINSTER"}},{"type":"Polygon","arcs":[[-597,-598,-599,-12]],"properties":{"TOWN":"BLACKSTONE"}},{"type":"Polygon","arcs":[[-600,-601,553,-602,-603]],"properties":{"TOWN":"HUDSON"}},{"type":"MultiPolygon","arcs":[[[-604,-605,-606,-607,-608,-90]]],"properties":{"TOWN":"SALEM"}},{"type":"Polygon","arcs":[[-609,-610,453,-156,-611,-612]],"properties":{"TOWN":"AGAWAM"}},{"type":"Polygon","arcs":[[-613,572,-614,502]],"properties":{"TOWN":"PELHAM"}},{"type":"Polygon","arcs":[[-615,-616,417,-617,-618]],"properties":{"TOWN":"WENHAM"}},{"type":"Polygon","arcs":[[-619,-620,-621]],"properties":{"TOWN":"MAYNARD"}},{"type":"Polygon","arcs":[[-622,-623,-624,-625,-626]],"properties":{"TOWN":"NEW ASHFORD"}},{"type":"Polygon","arcs":[[-627,344,355]],"properties":{"TOWN":"LAWRENCE"}},{"type":"Polygon","arcs":[[-628,-629,-630,544,-631,245]],"properties":{"TOWN":"HOPKINTON"}},{"type":"Polygon","arcs":[[-632,-633,-634,485,-635,-636]],"properties":{"TOWN":"LUDLOW"}},{"type":"MultiPolygon","arcs":[[[-637,-222]]],"properties":{"TOWN":"ROCKPORT"}},{"type":"Polygon","arcs":[[-638,-133,-639,-640,458]],"properties":{"TOWN":"WARWICK"}},{"type":"MultiPolygon","arcs":[[[-641,-111]],[[-106,-642,-643,-644,-645,-646,-104,-647]]],"properties":{"TOWN":"IPSWICH"}},{"type":"Polygon","arcs":[[-648,413,493,592,-649]],"properties":{"TOWN":"FITCHBURG"}},{"type":"Polygon","arcs":[[-650,-651,-652,-653,-654,-655]],"properties":{"TOWN":"CARLISLE"}},{"type":"Polygon","arcs":[[326,352,-656,385,-657,-658,-659,-660]],"properties":{"TOWN":"PEMBROKE"}},{"type":"MultiPolygon","arcs":[[[-661,-46,-662,-48]],[[-663,658,-664,-42]]],"properties":{"TOWN":"DUXBURY"}},{"type":"MultiPolygon","arcs":[[[-665,-666,-207]],[[-159,-667,-668]]],"properties":{"TOWN":"OAK BLUFFS"}},{"type":"Polygon","arcs":[[-669,-670,304,-671,-672,538]],"properties":{"TOWN":"NATICK"}},{"type":"Polygon","arcs":[[356,342,264,-673,-674,-675]],"properties":{"TOWN":"NORTH READING"}},{"type":"Polygon","arcs":[[-676,-677,-678,-679]],"properties":{"TOWN":"DEDHAM"}},{"type":"MultiPolygon","arcs":[[[-680,-60,-681,-682,-683,-684,-685,-58]]],"properties":{"TOWN":"WEYMOUTH"}},{"type":"Polygon","arcs":[[410,-131,-686,-687,-688]],"properties":{"TOWN":"WINCHENDON"}},{"type":"Polygon","arcs":[[-689,-690,-691,-692,-693,307,-694]],"properties":{"TOWN":"STONEHAM"}},{"type":"Polygon","arcs":[[-695,-696,-697,379,-698]],"properties":{"TOWN":"NORTH BROOKFIELD"}},{"type":"Polygon","arcs":[[566,361,-699,618,-700,651,-701]],"properties":{"TOWN":"ACTON"}},{"type":"Polygon","arcs":[[-702,336,-703,-704,291,-705,-706,-707]],"properties":{"TOWN":"EASTON"}},{"type":"Polygon","arcs":[[-708,670,303,451,-709,-710,-711]],"properties":{"TOWN":"DOVER"}},{"type":"MultiPolygon","arcs":[[[-712,-713,-714,-36,282,-715,-716]]],"properties":{"TOWN":"WAREHAM"}},{"type":"Polygon","arcs":[[-717,-718,594,-719,-720,-721,371]],"properties":{"TOWN":"LANCASTER"}},{"type":"MultiPolygon","arcs":[[[-722,327,659,662,-43,722,-45,660,-49,-724,-51]]],"properties":{"TOWN":"MARSHFIELD"}},{"type":"MultiPolygon","arcs":[[[-210]],[[-56,-725,507]]],"properties":{"TOWN":"HULL"}},{"type":"Polygon","arcs":[[-163,-726]],"properties":{"TOWN":"AQUINNAH"}},{"type":"MultiPolygon","arcs":[[[-727,-728,616,416,-95,-729]]],"properties":{"TOWN":"MANCHESTER"}},{"type":"Polygon","arcs":[[483,-730,322,496,471]],"properties":{"TOWN":"CHESTER"}},{"type":"Polygon","arcs":[[-731,489,-732,-2,542,524]],"properties":{"TOWN":"MONSON"}},{"type":"MultiPolygon","arcs":[[[-733,-734,-735,-85,-736,-87,-737,605,-738]]],"properties":{"TOWN":"LYNN"}},{"type":"MultiPolygon","arcs":[[[-739,-740,-741,309,-742,-743]]],"properties":{"TOWN":"QUINCY"}},{"type":"Polygon","arcs":[[-744,-745,-32,-746,474,-747]],"properties":{"TOWN":"ACUSHNET"}},{"type":"MultiPolygon","arcs":[[[607,-748,-89]]],"properties":{"TOWN":"MARBLEHEAD"}},{"type":"Polygon","arcs":[[-749,-750,243,-751,459,639]],"properties":{"TOWN":"ERVING"}},{"type":"Polygon","arcs":[[-752,-6,-753,589]],"properties":{"TOWN":"SOUTHBRIDGE"}},{"type":"Polygon","arcs":[[-754,-755,-151,-756,-757]],"properties":{"TOWN":"NEW MARLBOROUGH"}},{"type":"MultiPolygon","arcs":[[[-203]],[[-204]],[[-211]],[[-218]],[[-219]]],"properties":{"TOWN":"GOSNOLD"}},{"type":"Polygon","arcs":[[-758,584,513,333,-759,-760]],"properties":{"TOWN":"ARLINGTON"}},{"type":"Polygon","arcs":[[-761,-762,-763,-764,-765,564,-766,-767]],"properties":{"TOWN":"GROTON"}},{"type":"Polygon","arcs":[[-768,232,-769,-770,-771,481,-772,-773]],"properties":{"TOWN":"WASHINGTON"}},{"type":"Polygon","arcs":[[240,-774,-775,442,569,549]],"properties":{"TOWN":"SUNDERLAND"}},{"type":"MultiPolygon","arcs":[[[-776,-777,-778,-30,-779]]],"properties":{"TOWN":"DARTMOUTH"}},{"type":"Polygon","arcs":[[-780,709,-781,-782,-783,676]],"properties":{"TOWN":"WESTWOOD"}},{"type":"Polygon","arcs":[[-784,-785,611,-786,-787,486,633]],"properties":{"TOWN":"SPRINGFIELD"}},{"type":"Polygon","arcs":[[-788,-789,-790,-791,-792,-793]],"properties":{"TOWN":"FOXBOROUGH"}},{"type":"Polygon","arcs":[[-794,-795,-796,-797,-798,-799,-800]],"properties":{"TOWN":"WINDSOR"}},{"type":"MultiPolygon","arcs":[[[-801,476,-35,713]]],"properties":{"TOWN":"MARION"}},{"type":"Polygon","arcs":[[-802,-803,-804,-14,-805,789]],"properties":{"TOWN":"WRENTHAM"}},{"type":"Polygon","arcs":[[-806,-807,-808,-809,-810,-811]],"properties":{"TOWN":"BOYLSTON"}},{"type":"Polygon","arcs":[[781,-812,-813,-814]],"properties":{"TOWN":"NORWOOD"}},{"type":"Polygon","arcs":[[-815,-816,634,484,730,523,401]],"properties":{"TOWN":"PALMER"}},{"type":"Polygon","arcs":[[-817,-818,-819,-820,-821,424,-822,-823]],"properties":{"TOWN":"CHARLEMONT"}},{"type":"Polygon","arcs":[[-824,-825,706,-826,-827]],"properties":{"TOWN":"WEST BRIDGEWATER"}},{"type":"Polygon","arcs":[[656,384,-828,-829,-830]],"properties":{"TOWN":"PLYMPTON"}},{"type":"Polygon","arcs":[[-831,-832,-74]],"properties":{"TOWN":"CHELSEA"}},{"type":"Polygon","arcs":[[-833,-834,-150,754,-835]],"properties":{"TOWN":"SHEFFIELD"}},{"type":"Polygon","arcs":[[-836,624,-837,-838,793,-839]],"properties":{"TOWN":"CHESHIRE"}},{"type":"Polygon","arcs":[[-840,-841,-842,-843,-844]],"properties":{"TOWN":"LAKEVILLE"}},{"type":"Polygon","arcs":[[-149,833,-845]],"properties":{"TOWN":"MOUNT WASHINGTON"}},{"type":"MultiPolygon","arcs":[[[-846,-847,-23]]],"properties":{"TOWN":"SOMERSET"}},{"type":"Polygon","arcs":[[-848,372,720,-849,-850,599]],"properties":{"TOWN":"BOLTON"}},{"type":"Polygon","arcs":[[393,-851,-852,806,-853,718,593]],"properties":{"TOWN":"STERLING"}},{"type":"Polygon","arcs":[[-854,-855,536,-856,582,-857]],"properties":{"TOWN":"LINCOLN"}},{"type":"Polygon","arcs":[[-858,-859,797,-860,468,463,573]],"properties":{"TOWN":"CUMMINGTON"}},{"type":"Polygon","arcs":[[708,450,-861,787,-862,811,780]],"properties":{"TOWN":"WALPOLE"}},{"type":"Polygon","arcs":[[682,-863,-864,295,-865]],"properties":{"TOWN":"ABINGTON"}},{"type":"Polygon","arcs":[[-866,-867,-868,-869,-870,-871]],"properties":{"TOWN":"PHILLIPSTON"}},{"type":"Polygon","arcs":[[-872,-873,654,-874,514,260,-875]],"properties":{"TOWN":"BILLERICA"}},{"type":"Polygon","arcs":[[583,855,541,-876,-877,511]],"properties":{"TOWN":"WALTHAM"}},{"type":"Polygon","arcs":[[-878,-879,310,740,-64]],"properties":{"TOWN":"MILTON"}},{"type":"Polygon","arcs":[[643,-880,-881,-882,614,-883]],"properties":{"TOWN":"TOPSFIELD"}},{"type":"Polygon","arcs":[[690,-884,585,757,-885]],"properties":{"TOWN":"WINCHESTER"}},{"type":"Polygon","arcs":[[-886,-887,225,-888,432]],"properties":{"TOWN":"GROVELAND"}},{"type":"Polygon","arcs":[[-889,666,-160],[889]],"properties":{"TOWN":"TISBURY"}},{"type":"MultiPolygon","arcs":[[[667,-891,-166]]],"properties":{"TOWN":"EDGARTOWN"}},{"type":"Polygon","arcs":[[638,-134,-892,-893,748]],"properties":{"TOWN":"NORTHFIELD"}},{"type":"Polygon","arcs":[[-894,-895,253,268,-896,421]],"properties":{"TOWN":"PAXTON"}},{"type":"MultiPolygon","arcs":[[[-96,-897,-98,-898,728]],[[-223,636]]],"properties":{"TOWN":"GLOUCESTER"}},{"type":"Polygon","arcs":[[873,653,-899,856,581,515]],"properties":{"TOWN":"BEDFORD"}},{"type":"Polygon","arcs":[[685,-132,637,457,-900,865,-901]],"properties":{"TOWN":"ROYALSTON"}},{"type":"Polygon","arcs":[[-902,868,-903,-904,-905,-906,419]],"properties":{"TOWN":"BARRE"}},{"type":"Polygon","arcs":[[-907,-16,-908,-909]],"properties":{"TOWN":"NORTH ATTLEBOROUGH"}},{"type":"MultiPolygon","arcs":[[[-208]],[[-215]],[[-224],[909]]],"properties":{"TOWN":"NANTUCKET"}},{"type":"Polygon","arcs":[[-911,-912,-913,-914,628,-915]],"properties":{"TOWN":"WESTBOROUGH"}},{"type":"Polygon","arcs":[[770,-916,-917,349,316,729,482]],"properties":{"TOWN":"BECKET"}},{"type":"Polygon","arcs":[[-128,-918,-919,-920,762,-921]],"properties":{"TOWN":"TOWNSEND"}},{"type":"Polygon","arcs":[[-127,920,761,-922]],"properties":{"TOWN":"PEPPERELL"}},{"type":"Polygon","arcs":[[-923,-924,834,753,-925,-926,-927,-928,-929]],"properties":{"TOWN":"GREAT BARRINGTON"}},{"type":"Polygon","arcs":[[-930,-931,574,435,-932,-933,426]],"properties":{"TOWN":"CONWAY"}},{"type":"Polygon","arcs":[[246,630,548,-934,405,300]],"properties":{"TOWN":"HOLLISTON"}},{"type":"Polygon","arcs":[[-935,504,-936,814,400,-937,-938,-939]],"properties":{"TOWN":"WARE"}},{"type":"Polygon","arcs":[[-147,-940,922,-941]],"properties":{"TOWN":"ALFORD"}},{"type":"Polygon","arcs":[[-135,-942,576,-943,891]],"properties":{"TOWN":"BERNARDSTON"}},{"type":"Polygon","arcs":[[-944,-945,-946,-947,-948,532,446]],"properties":{"TOWN":"HOLYOKE"}},{"type":"Polygon","arcs":[[-949,-950,857,575,930,-951]],"properties":{"TOWN":"ASHFIELD"}},{"type":"Polygon","arcs":[[-952,438,466,495,-953,-954]],"properties":{"TOWN":"WESTHAMPTON"}},{"type":"Polygon","arcs":[[262,517,586,883,689,-955]],"properties":{"TOWN":"WOBURN"}},{"type":"Polygon","arcs":[[488,-956,-1,731]],"properties":{"TOWN":"HAMPDEN"}},{"type":"Polygon","arcs":[[-141,-957,-958,-959,-960,817,-961,-962]],"properties":{"TOWN":"FLORIDA"}},{"type":"Polygon","arcs":[[-963,-964,668,537,854]],"properties":{"TOWN":"WAYLAND"}},{"type":"Polygon","arcs":[[849,-965,810,-966,554,600]],"properties":{"TOWN":"BERLIN"}},{"type":"Polygon","arcs":[[961,-967,-140]],"properties":{"TOWN":"MONROE"}},{"type":"Polygon","arcs":[[297,-968,823,-969,381,-970]],"properties":{"TOWN":"EAST BRIDGEWATER"}},{"type":"Polygon","arcs":[[-971,697,378,587,254,894]],"properties":{"TOWN":"SPENCER"}},{"type":"Polygon","arcs":[[899,462,506,-972,866]],"properties":{"TOWN":"ATHOL"}},{"type":"Polygon","arcs":[[790,804,-15,906]],"properties":{"TOWN":"PLAINVILLE"}},{"type":"Polygon","arcs":[[-973,771,480,469,859,796]],"properties":{"TOWN":"PERU"}},{"type":"Polygon","arcs":[[-974,828,-975,715,-976]],"properties":{"TOWN":"CARVER"}},{"type":"MultiPolygon","arcs":[[[-162,725,-164,-977]],[[-217]]],"properties":{"TOWN":"CHILMARK"}},{"type":"Polygon","arcs":[[644,882,617,727,-978]],"properties":{"TOWN":"HAMILTON"}},{"type":"Polygon","arcs":[[256,591,-979,-980,-981,-982,-983,-984]],"properties":{"TOWN":"OXFORD"}},{"type":"Polygon","arcs":[[257,983,-985,269]],"properties":{"TOWN":"AUBURN"}},{"type":"Polygon","arcs":[[-986,-18,-987,-988]],"properties":{"TOWN":"SEEKONK"}},{"type":"Polygon","arcs":[[-989,-990,649,872,-991]],"properties":{"TOWN":"CHELMSFORD"}},{"type":"Polygon","arcs":[[-992,938,-993,903]],"properties":{"TOWN":"HARDWICK"}},{"type":"Polygon","arcs":[[904,992,937,-994,694,-995]],"properties":{"TOWN":"NEW BRAINTREE"}},{"type":"Polygon","arcs":[[900,870,-996,-997,686]],"properties":{"TOWN":"TEMPLETON"}},{"type":"Polygon","arcs":[[919,-998,716,370,-999,763]],"properties":{"TOWN":"SHIRLEY"}},{"type":"Polygon","arcs":[[-1000,403,522,-1001,375,696]],"properties":{"TOWN":"BROOKFIELD"}},{"type":"Polygon","arcs":[[-161,976,-165,890,888],[1001]],"properties":{"TOWN":"WEST TISBURY"}},{"type":"Polygon","arcs":[[-1003,-1004,-1005,-1006,-1007]],"properties":{"TOWN":"NORTHBRIDGE"}},{"type":"Polygon","arcs":[[-1008,557,-1009,248,299,669,963]],"properties":{"TOWN":"FRAMINGHAM"}},{"type":"Polygon","arcs":[[840,-1010,-26,-1011]],"properties":{"TOWN":"BERKLEY"}},{"type":"Polygon","arcs":[[-1012,1004,-1013,-1014,-10,-1015]],"properties":{"TOWN":"UXBRIDGE"}},{"type":"Polygon","arcs":[[-1016,925,-1017,345,916]],"properties":{"TOWN":"TYRINGHAM"}},{"type":"MultiPolygon","arcs":[[[-197,561,-174,1017,-176,285,-1019]]],"properties":{"TOWN":"DENNIS"}},{"type":"Polygon","arcs":[[620,-1020,601,558,1007,962,-1021]],"properties":{"TOWN":"SUDBURY"}},{"type":"MultiPolygon","arcs":[[[-212]],[[-214]],[[-199,388,-1022,-172,562]]],"properties":{"TOWN":"BARNSTABLE"}},{"type":"Polygon","arcs":[[-139,966,960,816,-1023]],"properties":{"TOWN":"ROWE"}},{"type":"Polygon","arcs":[[952,499,-1024,-1025,944,-1026]],"properties":{"TOWN":"SOUTHAMPTON"}},{"type":"Polygon","arcs":[[-1027,440,-1028,443]],"properties":{"TOWN":"HATFIELD"}},{"type":"MultiPolygon","arcs":[[[724,-57,684,-1029,323,-1030,508]]],"properties":{"TOWN":"HINGHAM"}},{"type":"MultiPolygon","arcs":[[[455,434,-1031,-118,-1032]]],"properties":{"TOWN":"NEWBURYPORT"}},{"type":"Polygon","arcs":[[-1033,755,-152,494,347]],"properties":{"TOWN":"SANDISFIELD"}},{"type":"Polygon","arcs":[[795,-1034,772,972]],"properties":{"TOWN":"HINSDALE"}},{"type":"MultiPolygon","arcs":[[[-1035,778,-31,744]]],"properties":{"TOWN":"NEW BEDFORD"}},{"type":"Polygon","arcs":[[367,-1036,-1037,768,231]],"properties":{"TOWN":"LENOX"}},{"type":"Polygon","arcs":[[-1038,875,540,-1039,-1040,-1041,-1042,-1043]],"properties":{"TOWN":"NEWTON"}},{"type":"Polygon","arcs":[[-1044,-1045,957,-1046]],"properties":{"TOWN":"NORTH ADAMS"}},{"type":"Polygon","arcs":[[-1047,-1048,737,604,-1049,-92,-1050]],"properties":{"TOWN":"PEABODY"}},{"type":"MultiPolygon","arcs":[[[1050,-202]],[[236,-194,478,-185,-1052,-188]]],"properties":{"TOWN":"EASTHAM"}},{"type":"MultiPolygon","arcs":[[[645,977,726,897,-99,1052,-101,1053,-103]]],"properties":{"TOWN":"ESSEX"}},{"type":"Polygon","arcs":[[270,984,982,-1055,-1056]],"properties":{"TOWN":"MILLBURY"}},{"type":"Polygon","arcs":[[1018,284,479,-196]],"properties":{"TOWN":"BREWSTER"}},{"type":"MultiPolygon","arcs":[[[-1057,-71,-1058,-73,831,-1059]]],"properties":{"TOWN":"EVERETT"}},{"type":"Polygon","arcs":[[-1060,289,-1061,987,-1062,-1063]],"properties":{"TOWN":"REHOBOTH"}},{"type":"Polygon","arcs":[[-1064,-1065,1058,830,-75,-1066,-79,529,-83]],"properties":{"TOWN":"REVERE"}},{"type":"Polygon","arcs":[[-137,-1067,821,423,578,-1068]],"properties":{"TOWN":"COLRAIN"}},{"type":"Polygon","arcs":[[-1069,233,767,1033,794,837]],"properties":{"TOWN":"DALTON"}},{"type":"Polygon","arcs":[[-1070,-1071,305,1063,-84,-1072,733]],"properties":{"TOWN":"SAUGUS"}},{"type":"Polygon","arcs":[[332,-1073,-66,-1074,758]],"properties":{"TOWN":"SOMERVILLE"}},{"type":"Polygon","arcs":[[-1075,271,1055,-1076,1002,-1077,912]],"properties":{"TOWN":"GRAFTON"}},{"type":"Polygon","arcs":[[687,996,-1078,490,411]],"properties":{"TOWN":"GARDNER"}},{"type":"Polygon","arcs":[[1039,-1079,710,779,675,-1080]],"properties":{"TOWN":"NEEDHAM"}},{"type":"Polygon","arcs":[[-1081,648,595,717,997,918]],"properties":{"TOWN":"LUNENBURG"}},{"type":"Polygon","arcs":[[939,-148,844,832,923]],"properties":{"TOWN":"EGREMONT"}},{"type":"MultiPolygon","arcs":[[[-1082,-109,-110,640,-112]],[[-1083,227,-1084,641,-107]]],"properties":{"TOWN":"ROWLEY"}},{"type":"Polygon","arcs":[[351,-1085,298,969,380,655]],"properties":{"TOWN":"HANSON"}},{"type":"Polygon","arcs":[[747,606,736,-88]],"properties":{"TOWN":"SWAMPSCOTT"}},{"type":"Polygon","arcs":[[-123,521,339,626,354,-1086]],"properties":{"TOWN":"METHUEN"}},{"type":"Polygon","arcs":[[-1087,-1088,798,858,949]],"properties":{"TOWN":"PLAINFIELD"}},{"type":"Polygon","arcs":[[703,-1089,791,908,-1090,287]],"properties":{"TOWN":"MANSFIELD"}},{"type":"Polygon","arcs":[[965,809,-1091,910,-1092,555]],"properties":{"TOWN":"NORTHBOROUGH"}},{"type":"Polygon","arcs":[[-1093,546,251,-1094,596,-13,803,-1095]],"properties":{"TOWN":"BELLINGHAM"}},{"type":"Polygon","arcs":[[-1096,842,-1097,746,473,800,712]],"properties":{"TOWN":"ROCHESTER"}},{"type":"MultiPolygon","arcs":[[[735,-86]]],"properties":{"TOWN":"NAHANT"}},{"type":"Polygon","arcs":[[-1098,551,568,612,501]],"properties":{"TOWN":"SHUTESBURY"}},{"type":"Polygon","arcs":[[-122,1085,353,-1099,885,431,535]],"properties":{"TOWN":"HAVERHILL"}},{"type":"Polygon","arcs":[[-1100,1045,956,-142]],"properties":{"TOWN":"CLARKSBURG"}},{"type":"Polygon","arcs":[[1041,-1101]],"properties":{"TOWN":"BROOKLINE"}},{"type":"Polygon","arcs":[[1038,539,671,707,1078]],"properties":{"TOWN":"WELLESLEY"}},{"type":"Polygon","arcs":[[946,-1102,608,784,-1103]],"properties":{"TOWN":"WEST SPRINGFIELD"}},{"type":"Polygon","arcs":[[850,392,422,895,267,-1104]],"properties":{"TOWN":"HOLDEN"}},{"type":"Polygon","arcs":[[-1105,625,835,-1106,958,1044]],"properties":{"TOWN":"ADAMS"}},{"type":"Polygon","arcs":[[681,-1107,314,364,-1108,862]],"properties":{"TOWN":"HOLBROOK"}},{"type":"Polygon","arcs":[[598,-1109,1014,-11]],"properties":{"TOWN":"MILLVILLE"}},{"type":"Polygon","arcs":[[945,1024,-1110,-1111,398,452,609,1101]],"properties":{"TOWN":"WESTFIELD"}},{"type":"Polygon","arcs":[[-126,921,760,-1112]],"properties":{"TOWN":"DUNSTABLE"}},{"type":"Polygon","arcs":[[383,-1113,-1114,-1115,843,1095,711,974,827]],"properties":{"TOWN":"MIDDLEBOROUGH"}},{"type":"Polygon","arcs":[[406,933,547,1092,-1116,-1117]],"properties":{"TOWN":"MEDWAY"}},{"type":"Polygon","arcs":[[590,752,-7,-1118,978]],"properties":{"TOWN":"DUDLEY"}},{"type":"Polygon","arcs":[[-146,940,928,-1119,365]],"properties":{"TOWN":"WEST STOCKBRIDGE"}},{"type":"Polygon","arcs":[[851,1103,266,-1120,807]],"properties":{"TOWN":"WEST BOYLSTON"}},{"type":"MultiPolygon","arcs":[[[-1121,1062,-1122,845,-24]]],"properties":{"TOWN":"DIGHTON"}},{"type":"MultiPolygon","arcs":[[[745,-33,475]]],"properties":{"TOWN":"FAIRHAVEN"}},{"type":"Polygon","arcs":[[512,876,1037,-1123,330]],"properties":{"TOWN":"WATERTOWN"}},{"type":"Polygon","arcs":[[-1124,673,-1125,-1126,1069,732,1047]],"properties":{"TOWN":"LYNNFIELD"}},{"type":"Polygon","arcs":[[-1127,979,1117,-8]],"properties":{"TOWN":"WEBSTER"}},{"type":"Polygon","arcs":[[886,1098,358,-1128,879,642,1083,226]],"properties":{"TOWN":"BOXFORD"}},{"type":"MultiPolygon","arcs":[[[387,395,-171,1021]]],"properties":{"TOWN":"MASHPEE"}},{"type":"Polygon","arcs":[[917,-129,414,647,1080]],"properties":{"TOWN":"ASHBY"}},{"type":"Polygon","arcs":[[699,1020,853,898,652]],"properties":{"TOWN":"CONCORD"}},{"type":"Polygon","arcs":[[439,951,-1129,444,1027]],"properties":{"TOWN":"NORTHAMPTON"}},{"type":"Polygon","arcs":[[980,1126,-9,1013,-1130]],"properties":{"TOWN":"DOUGLAS"}},{"type":"Polygon","arcs":[[366,1118,927,-1131,1035]],"properties":{"TOWN":"STOCKBRIDGE"}},{"type":"Polygon","arcs":[[556,1091,914,627,244,1008]],"properties":{"TOWN":"SOUTHBOROUGH"}},{"type":"Polygon","arcs":[[497,320,399,1110,-1132]],"properties":{"TOWN":"RUSSELL"}},{"type":"Polygon","arcs":[[1054,981,1129,1012,1003,1075]],"properties":{"TOWN":"SUTTON"}},{"type":"Polygon","arcs":[[750,242,552,1097,500,460]],"properties":{"TOWN":"WENDELL"}},{"type":"Polygon","arcs":[[498,1131,1109,1023]],"properties":{"TOWN":"MONTGOMERY"}},{"type":"MultiPolygon","arcs":[[[-1133,975,714,281,-40]],[[661,-47]]],"properties":{"TOWN":"PLYMOUTH"}},{"type":"Polygon","arcs":[[-1134,234,1068,836,623]],"properties":{"TOWN":"LANESBOROUGH"}},{"type":"MultiPolygon","arcs":[[[-1135,-29,777],[1135]]],"properties":{"TOWN":"WESTPORT"}},{"type":"Polygon","arcs":[[995,869,901,418,390,491,1077]],"properties":{"TOWN":"HUBBARDSTON"}},{"type":"MultiPolygon","arcs":[[[1136,-54,509,1029,328,721,-52]],[[723,-50]]],"properties":{"TOWN":"SCITUATE"}},{"type":"Polygon","arcs":[[959,1105,838,799,1087,-1138,818]],"properties":{"TOWN":"SAVOY"}},{"type":"Polygon","arcs":[[449,407,1116,-1139,801,788,860]],"properties":{"TOWN":"NORFOLK"}},{"type":"Polygon","arcs":[[913,1076,1006,-1140,249,545,629]],"properties":{"TOWN":"UPTON"}},{"type":"Polygon","arcs":[[657,829,973,1132,-41,663]],"properties":{"TOWN":"KINGSTON"}},{"type":"Polygon","arcs":[[-1141,874,259,341,520]],"properties":{"TOWN":"TEWKSBURY"}},{"type":"Polygon","arcs":[[1124,672,263,954,688,-1142]],"properties":{"TOWN":"READING"}},{"type":"Polygon","arcs":[[812,861,792,1088,702,335,-1143]],"properties":{"TOWN":"SHARON"}},{"type":"Polygon","arcs":[[848,719,852,805,964]],"properties":{"TOWN":"CLINTON"}},{"type":"Polygon","arcs":[[427,932,-1144,773,239,579]],"properties":{"TOWN":"DEERFIELD"}},{"type":"MultiPolygon","arcs":[[[691,884,759,1073,-67,1144,-69,-1146]]],"properties":{"TOWN":"MEDFORD"}},{"type":"Polygon","arcs":[[-1147,765,567,700,650,989]],"properties":{"TOWN":"WESTFORD"}},{"type":"Polygon","arcs":[[-119,456,1031]],"properties":{"TOWN":"SALISBURY"}},{"type":"Polygon","arcs":[[-1148,526,543,-4]],"properties":{"TOWN":"HOLLAND"}},{"type":"Polygon","arcs":[[905,994,970,893,420]],"properties":{"TOWN":"OAKHAM"}},{"type":"Polygon","arcs":[[698,360,373,847,602,1019,619]],"properties":{"TOWN":"STOW"}},{"type":"Polygon","arcs":[[487,786,-1149,-158,955]],"properties":{"TOWN":"EAST LONGMEADOW"}},{"type":"Polygon","arcs":[[1149,741,315,1106,680,-61]],"properties":{"TOWN":"BRAINTREE"}},{"type":"MultiPolygon","arcs":[[[1121,1061,986,-19,1150,-21,1151,846]]],"properties":{"TOWN":"SWANSEA"}},{"type":"Polygon","arcs":[[820,-1153,950,929,425]],"properties":{"TOWN":"BUCKLAND"}},{"type":"Polygon","arcs":[[1128,953,1025,943,445]],"properties":{"TOWN":"EASTHAMPTON"}},{"type":"Polygon","arcs":[[376,1000,527,1147,-5,751,588]],"properties":{"TOWN":"STURBRIDGE"}},{"type":"Polygon","arcs":[[942,580,237,749,892]],"properties":{"TOWN":"GILL"}},{"type":"Polygon","arcs":[[-1154,-144,368,229,1133,622]],"properties":{"TOWN":"HANCOCK"}},{"type":"Polygon","arcs":[[1066,-138,1022,822]],"properties":{"TOWN":"HEATH"}},{"type":"Polygon","arcs":[[993,936,404,999,695]],"properties":{"TOWN":"WEST BROOKFIELD"}},{"type":"Polygon","arcs":[[1139,1005,1011,1108,597,1093,250]],"properties":{"TOWN":"MENDON"}},{"type":"MultiPolygon","arcs":[[[1154,-115,1155,-117,1030,433,887,228,1082,-108,1081,-113]]],"properties":{"TOWN":"NEWBURY"}},{"type":"Polygon","arcs":[[1036,1130,926,1015,915,769]],"properties":{"TOWN":"LEE"}},{"type":"MultiPolygon","arcs":[[[90,-604,-1049]],[[881,-1157,1049,-93,415,615]]],"properties":{"TOWN":"DANVERS"}},{"type":"Polygon","arcs":[[1115,1094,802,1138]],"properties":{"TOWN":"FRANKLIN"}},{"type":"Polygon","arcs":[[1152,819,1137,1086,948]],"properties":{"TOWN":"HAWLEY"}},{"type":"Polygon","arcs":[[1010,-27,-1158,775,1034,743,1096,841],[1158]],"properties":{"TOWN":"FREETOWN"}},{"type":"Polygon","arcs":[[924,756,1032,346,1016]],"properties":{"TOWN":"MONTEREY"}},{"type":"Polygon","arcs":[[808,1119,272,1074,911,1090]],"properties":{"TOWN":"SHREWSBURY"}},{"type":"Polygon","arcs":[[-1160,990,871,1140,519]],"properties":{"TOWN":"LOWELL"}},{"type":"MultiPolygon","arcs":[[[-76,528,-78,1065]],[[530,-81]],[[-65,1072,331,1122,1042,1100,1040,1079,678,877]],[[-209]],[[-225]]],"properties":{"TOWN":"BOSTON"}},{"type":"Polygon","arcs":[[971,505,934,991,902,867]],"properties":{"TOWN":"PETERSHAM"}},{"type":"Polygon","arcs":[[324,1028,683,864,294,1084,350]],"properties":{"TOWN":"ROCKLAND"}},{"type":"Polygon","arcs":[[825,705,-1161,1113,-1162]],"properties":{"TOWN":"RAYNHAM"}},{"type":"Polygon","arcs":[[1107,363,337,701,824,967,296,863]],"properties":{"TOWN":"BROCKTON"}},{"type":"Polygon","arcs":[[570,534,-1163,631,-1164]],"properties":{"TOWN":"GRANBY"}},{"type":"Polygon","arcs":[[409,-192,235,-190]],"properties":{"TOWN":"TRURO"}},{"type":"Polygon","arcs":[[613,571,1163,635,815,935,503]],"properties":{"TOWN":"BELCHERTOWN"}},{"type":"Polygon","arcs":[[677,782,813,1142,334,311,878]],"properties":{"TOWN":"CANTON"}},{"type":"Polygon","arcs":[[1099,-143,1153,621,1104,1043]],"properties":{"TOWN":"WILLIAMSTOWN"}},{"type":"Polygon","arcs":[[-125,1111,766,1146,988,1159,518]],"properties":{"TOWN":"TYNGSBOROUGH"}},{"type":"Polygon","arcs":[[692,1145,-70,1056,1064,308]],"properties":{"TOWN":"MALDEN"}},{"type":"Polygon","arcs":[[1089,907,-17,985,1060,288]],"properties":{"TOWN":"ATTLEBORO"}},{"type":"Polygon","arcs":[[-28,1134,776,1157]],"properties":{"TOWN":"FALL RIVER"}},{"type":"Polygon","arcs":[[968,826,1161,1112,382]],"properties":{"TOWN":"BRIDGEWATER"}},{"type":"Polygon","arcs":[[1141,693,306,1070,1125]],"properties":{"TOWN":"WAKEFIELD"}},{"type":"Polygon","arcs":[[-136,1067,577,941]],"properties":{"TOWN":"LEYDEN"}},{"type":"Polygon","arcs":[[1143,931,441,1026,774]],"properties":{"TOWN":"WHATELY"}},{"type":"Polygon","arcs":[[785,610,-157,1148]],"properties":{"TOWN":"LONGMEADOW"}},{"type":"Polygon","arcs":[[704,290,1059,1120,-25,1009,839,1114,1160]],"properties":{"TOWN":"TAUNTON"}},{"type":"Polygon","arcs":[[1162,533,947,1102,783,632]],"properties":{"TOWN":"CHICOPEE"}},{"type":"Polygon","arcs":[[357,674,1123,1046,1156,880,1127]],"properties":{"TOWN":"MIDDLETON"}},{"type":"Polygon","arcs":[[764,998,369,565]],"properties":{"TOWN":"AYER"}}]}},"arcs":[[[3176,4771],[-255,13]],[[3444,4762],[-268,9]],[[3645,4757],[-201,5]],[[3820,4751],[-175,6]],[[3920,4742],[-100,9]],[[4217,4728],[-297,14]],[[4523,4713],[-306,15]],[[4743,4708],[-220,5]],[[5088,4635],[-331,-22],[-14,95]],[[5338,4648],[-250,-13]],[[5416,4652],[-78,-4]],[[5597,4672],[-181,-20]],[[5709,4676],[-112,-4]],[[5923,4684],[-214,-8]],[[5923,4478],[0,206]],[[5924,4048],[-1,430]],[[6044,3951],[-120,-33],[0,130]],[[6109,3200],[-33,30],[-17,86],[-20,21],[5,64],[-23,89],[33,76],[-19,54],[23,111],[-20,117],[6,103]],[[6463,3013],[-16,-150],[-22,-61],[-33,11],[24,46],[-27,77],[-26,-8],[0,-111],[-99,241],[-155,142]],[[6464,3015],[-1,-2]],[[6465,3015],[-1,0]],[[6471,3012],[-6,3]],[[6647,3295],[14,-85],[-24,-75],[-19,0],[-4,-96],[-48,-129],[-47,-81],[-54,-14],[-13,51],[19,146]],[[6685,3687],[1,-134],[-24,-49],[9,-52],[-24,-157]],[[6730,3800],[-32,-25],[-13,-88]],[[6750,3398],[-76,-145],[-7,156],[25,41],[-27,61],[29,67],[-17,66],[31,150],[22,6]],[[6670,3145],[15,99],[51,112],[38,-30],[-24,72]],[[6612,2156],[-10,55],[17,95],[7,197],[-122,47],[-55,42],[39,123],[63,83],[11,87],[36,43],[42,115],[-7,42],[37,60]],[[6941,1556],[-45,-61],[-15,31],[-128,75],[130,14],[-11,13],[-15,198],[-33,98],[-25,-1],[20,160],[-6,60],[-15,-79],[-6,-157],[38,-146],[-25,-137],[-45,49],[-60,139],[-39,-20],[52,-77],[43,-145],[-91,-63],[-6,152],[-28,438],[-19,59]],[[7192,2194],[11,-97],[-30,-94],[-16,57],[-50,85],[5,-108],[29,12],[12,-79],[27,-55],[1,-77],[23,-66],[-41,2],[-14,-61],[-23,21],[5,-116],[-16,90],[-23,20],[6,58],[-23,13],[6,-79],[-39,83],[-42,20],[-8,82],[-8,-101],[49,-2],[27,-59],[-7,-157],[-70,15],[-42,-45]],[[7229,2626],[-2,-149],[-11,-35],[21,-175],[30,-59],[14,-109],[-30,10],[-33,121],[-26,-36]],[[7236,2536],[-7,90]],[[7438,2320],[-49,38],[-16,-22],[32,-54],[17,-72],[-4,-92],[37,15],[17,54],[45,-92],[-36,-46],[-31,76],[-49,-71],[-46,259],[-41,33],[-23,-54],[-27,1],[-13,131],[-23,37],[8,75]],[[7660,2622],[20,-149],[-29,-26],[-109,53],[-37,1],[-15,-54],[60,-57],[9,-50],[-29,-39],[-10,43],[-67,-43],[-15,19]],[[7675,3021],[73,-106],[54,-109],[-7,-31],[-44,26],[35,-102],[8,-77],[-86,180],[-58,46],[34,-107],[-3,-54],[31,-94],[-37,49],[-15,-20]],[[8031,3137],[19,-84],[-38,-15],[0,-58],[-50,43],[-13,-26],[39,-47],[-28,-27],[8,-64],[-38,16],[-36,61],[-30,-23],[-55,46],[29,99],[-20,42],[-7,-74],[-63,-40],[24,-81],[-67,99],[-30,17]],[[8336,3233],[-98,1],[-84,-155],[-117,-63],[23,46],[-9,41],[55,47],[-17,31],[-58,-44]],[[8338,3344],[69,-89],[-71,-22]],[[8286,3452],[52,-108]],[[7842,4497],[39,-35],[40,-105],[43,-61],[118,-56],[31,47],[38,10],[80,-117],[43,-21],[-21,-81],[42,-137],[4,-147],[18,-48],[-19,-114],[-26,-56],[14,-124]],[[7790,4611],[35,-45],[17,-69]],[[7897,4978],[59,-100],[-42,-8],[-12,-115],[-21,-36],[30,-53],[-30,-37],[-22,82],[-69,-100]],[[7898,4979],[-1,-1]],[[7904,4985],[-6,-6]],[[7906,4986],[-2,-1]],[[8065,4683],[-83,189],[-14,63],[-23,-10],[-39,61]],[[8076,4683],[29,-48],[-39,15],[-56,-85],[8,48],[47,70]],[[7963,5044],[15,-139],[98,-222]],[[7872,5369],[55,-130],[52,-85],[9,-61],[-25,-49]],[[7865,5363],[-26,61],[-43,168],[76,-223]],[[7677,5602],[44,-33],[40,21],[104,-227]],[[7583,6035],[26,21],[0,80],[73,-197],[79,-69],[-24,-55],[30,7],[6,-198],[-53,-41],[-43,19]],[[7570,6021],[13,14]],[[7574,5969],[-4,52]],[[7460,6207],[65,-33],[-21,-34],[23,-45],[27,49],[22,-36],[-19,-34],[17,-105]],[[7405,6178],[-50,-7],[-8,107],[-31,20],[-27,78],[4,64],[-23,17],[-48,-42],[-23,39],[63,-1],[39,30],[2,-55],[37,-115],[52,-89],[68,-17]],[[7199,5965],[-30,109],[45,63],[3,45],[56,7],[-13,-38],[36,-65],[26,40],[-10,90],[29,-4],[0,-53],[64,19]],[[7082,6084],[103,73],[-34,-44],[48,-148]],[[7079,6084],[3,0]],[[7067,5942],[24,61],[25,-1],[-37,82]],[[7048,6031],[35,-19],[-16,-70]],[[7047,6033],[1,-2]],[[6858,6266],[29,69],[-20,82],[45,-42],[31,65],[19,-62],[-48,-41],[70,-98],[1,-35],[63,-15],[69,66],[-12,-78],[-41,-6],[32,-37],[-72,27],[-22,-29],[68,-37],[-23,-62]],[[6796,6231],[62,35]],[[6767,6963],[11,-31],[60,-10],[-25,-79],[22,-19],[3,-83],[110,-102],[-34,2],[-72,-84],[42,-47],[-46,-84],[34,-86],[-14,-64],[-62,-45]],[[6719,7013],[48,-50]],[[6768,7071],[-9,-68],[-40,10]],[[6767,7076],[1,-5]],[[6768,7098],[-1,-22]],[[6770,7111],[-2,-13]],[[6773,7065],[-3,46]],[[6773,7059],[0,6]],[[6833,6981],[-16,-35],[-38,11],[-6,102]],[[6934,7041],[-37,-113],[-73,23],[9,30]],[[6939,6996],[-5,45]],[[6968,6807],[36,-16],[-8,-49],[-32,15],[-12,-59],[-57,68],[2,42],[-38,4],[-3,100],[62,28],[21,56]],[[6974,6888],[-6,-81]],[[6988,6981],[22,-33],[-32,-38],[-28,20],[-32,-46],[20,-33],[36,37]],[[7017,6958],[-29,23]],[[7059,6754],[-10,100],[-66,-7],[9,81],[25,30]],[[7063,6761],[21,-5],[20,-71],[-45,69]],[[7026,6973],[37,-13],[-15,-32],[15,-167]],[[6957,7208],[40,25],[26,-28],[36,78],[16,-17],[-43,-60],[-35,-119],[29,-114]],[[7004,7382],[40,-82],[-26,-82],[-26,23],[-35,-33]],[[7137,7363],[-65,-63],[-68,82]],[[7148,7371],[-9,-96],[27,-76],[57,-13],[9,-57],[-50,41],[-35,-41],[3,92],[-15,46],[2,96]],[[7185,7435],[-37,-64]],[[7302,7510],[-40,-112],[-77,37]],[[7284,7626],[23,24],[40,120],[60,-27],[1,-45],[-38,-108],[21,2],[43,83],[-11,-92],[-59,0],[-62,-73]],[[7213,7887],[13,29],[34,-56],[33,-11],[-6,-48],[41,63],[-44,-100],[0,-138]],[[7181,7904],[32,-17]],[[7143,7923],[38,-19]],[[7211,7940],[-68,-17]],[[7536,8035],[-79,-77],[-106,-48],[-23,24],[-27,-56],[-90,62]],[[7751,8108],[-39,-22],[1,41],[-76,-50],[-41,-69],[-16,36],[-44,-9]],[[7693,8558],[43,7],[3,81],[73,-48],[34,-44],[-39,-15],[-13,-144],[71,-75],[-31,-82],[11,-19],[-46,-100],[-48,-11]],[[7689,8542],[4,16]],[[7683,8520],[6,22]],[[7684,8523],[-1,-3]],[[7685,8530],[-1,-7]],[[7657,8671],[-18,-40],[-34,22],[30,-101],[37,12],[13,-34]],[[7653,8678],[4,-7]],[[7554,8672],[74,36],[25,-30]],[[7714,8637],[-104,91],[-56,-56]],[[7722,8665],[-8,-28]],[[7354,9006],[48,41],[44,-55],[7,-125],[24,54],[32,9],[34,-97],[-38,22],[-6,-32],[88,-12],[70,-45],[65,-101]],[[7394,9169],[53,4],[25,-132],[-36,28],[-82,-63]],[[7485,9170],[-6,104],[-27,-97],[-31,20],[-27,-28]],[[7486,9160],[-1,10]],[[7515,9069],[-29,91]],[[7544,9103],[50,-210],[-27,-39],[-53,149],[1,66]],[[7525,9189],[19,-86]],[[7482,9542],[8,-121],[35,-232]],[[7471,9530],[11,12]],[[7463,9521],[8,9]],[[7450,9507],[13,14]],[[7409,9463],[41,44]],[[7302,9575],[75,-104],[32,-8]],[[7189,9998],[80,-22],[105,-133],[87,70],[0,-125],[13,-181],[-73,5],[-73,-49],[-26,12]],[[6942,9851],[104,35],[103,101],[40,11]],[[6808,9666],[25,94],[37,65],[72,26]],[[6455,9422],[43,90],[93,79],[189,-91],[28,166]],[[6257,9068],[26,37],[60,25],[116,-54],[-14,325],[10,21]],[[5943,8832],[206,-5],[108,241]],[[5699,8844],[244,-12]],[[5465,8856],[234,-12]],[[5164,8869],[301,-13]],[[4831,8886],[333,-17]],[[4483,8907],[348,-21]],[[4255,8920],[228,-13]],[[3898,8944],[357,-24]],[[3424,8974],[474,-30]],[[3068,9001],[356,-27]],[[2780,9024],[288,-23]],[[2553,9041],[227,-17]],[[2345,9058],[208,-17]],[[2024,9082],[321,-24]],[[1822,9096],[202,-14]],[[1650,9108],[172,-12]],[[1385,9127],[265,-19]],[[1315,9131],[70,-4]],[[998,9153],[317,-22]],[[596,8484],[124,688],[278,-19]],[[370,7225],[226,1259]],[[290,6778],[80,447]],[[229,6441],[61,337]],[[143,5963],[86,478]],[[75,5583],[68,380]],[[197,4942],[-168,0],[-29,224],[75,417]],[[588,4909],[-391,33]],[[933,4877],[-345,32]],[[1265,4848],[-332,29]],[[1471,4833],[-206,15]],[[1872,4818],[-401,15]],[[2208,4811],[-116,-2],[12,-40],[-44,-161],[-140,-32],[11,238],[-59,4]],[[2504,4769],[-296,42]],[[2717,4788],[-115,-25],[-26,-33],[-69,4],[-3,35]],[[2921,4784],[-204,4]],[[8131,1123],[51,138],[-10,45],[31,58],[35,-11],[25,-96],[-7,-113],[-24,6],[0,-66],[-22,-51]],[[7972,1307],[63,39],[36,-85],[-24,104],[72,79],[22,-86],[-15,-65],[15,-63],[-10,-107]],[[7817,990],[29,146],[40,52],[41,8],[21,87],[24,24]],[[7623,505],[53,42],[-13,102],[38,110],[36,58],[25,103],[55,70]],[[7574,397],[-55,87],[-56,116],[14,42],[60,16],[95,-46],[28,34],[-1,-65],[-42,2],[6,-78]],[[7992,610],[-127,-21],[-91,-36],[-53,-49],[-45,-66],[-13,-95],[-27,-15],[-62,69]],[[8116,630],[-124,-20]],[[8210,1033],[36,45],[-2,-50],[62,-61],[-31,72],[59,-62],[31,-7],[34,-79],[-22,-25],[23,-90],[-5,-65],[26,-50],[-22,-28],[110,9],[-25,76],[-51,7],[-24,39],[-19,114],[63,-22],[60,99],[-10,-92],[45,-20],[12,135],[-45,89],[35,14],[16,-138],[-8,-111],[3,-183],[-18,-22],[-122,-3],[-118,11],[-187,-5]],[[8061,2512],[-39,35],[-49,-2],[9,43],[57,-38],[7,53],[32,23],[-38,31],[0,72],[-50,-74],[-45,-6],[43,80],[80,49],[6,89],[-25,72],[12,69],[82,50],[51,69],[52,102],[90,-8]],[[8064,2512],[-3,0]],[[8077,2515],[-13,-3]],[[8362,1976],[-34,64],[-57,-176],[-62,-18],[13,161],[-24,-168],[-16,-13],[3,130],[-21,-37],[6,-87],[-113,-33],[-59,-64],[-27,-95],[-37,11],[-23,69],[36,54],[26,79],[-1,89],[36,72],[-34,175],[29,-60],[-18,96],[26,80],[-35,130],[67,39],[34,41]],[[8540,2271],[-63,-157],[29,-22],[14,-78],[-74,-125],[-103,-33],[67,132],[-50,-69],[2,57]],[[9033,2477],[4,-95],[-68,7],[-54,-53],[-66,68],[-51,-15],[-41,-57],[25,-12],[-20,-53],[-81,-53],[19,118],[-34,65],[-74,-96],[-4,-68],[-30,-106],[-48,21],[4,64],[26,59]],[[9323,2759],[27,-46],[-100,-190],[-2,-61],[-125,-92],[-65,-127],[-5,88],[23,-14],[7,54],[43,11],[0,40],[-46,44],[-47,11]],[[9255,2487],[46,124],[53,104],[-31,44]],[[9261,2487],[-6,0]],[[9471,2538],[-57,-30],[-77,4],[-76,-25]],[[9695,2619],[-143,-35],[-81,-46]],[[9816,2905],[48,49],[31,-26],[-47,-7],[102,-76],[-16,-58],[19,-107],[-47,-143],[-48,66],[-11,-42],[-53,77],[-99,-19]],[[9819,2996],[-3,-91]],[[9989,2966],[-3,96],[-45,203],[-35,-69],[-13,80],[-22,-20],[33,-81],[-24,-25],[10,-74],[-17,-33],[-49,-5],[-5,-42]],[[9997,2963],[2,-186],[-12,-133],[-7,150],[9,19],[0,153]],[[9966,3498],[28,-419],[3,-116]],[[9959,3500],[7,-2]],[[9841,3402],[0,-50],[62,172],[35,-89],[27,-6],[-6,71]],[[9928,3676],[-50,-43],[25,-70],[-20,-75],[-42,-86]],[[9928,3673],[0,3]],[[9930,3671],[-2,2]],[[9905,3924],[49,-325],[-24,72]],[[9785,4449],[49,-170],[71,-355]],[[9338,5107],[117,-60],[94,-80],[79,-109],[58,-118],[99,-291]],[[9358,5014],[-62,-14],[-46,-56],[-22,-72],[5,-70],[51,-19],[-53,-21],[-47,71],[-20,71],[-45,79],[21,22],[-46,48],[77,75],[69,9],[98,-30]],[[9561,4386],[-2,170],[13,44],[-22,43],[-45,200],[-44,75],[-103,96]],[[9769,3914],[19,127],[-23,34],[43,43],[-14,21],[-62,-59],[-41,78],[24,-4],[-3,86],[-125,-64],[40,-19],[-25,-32],[-21,-100],[-9,245],[-11,116]],[[9789,3429],[-27,10],[30,114],[-16,-15],[-2,129],[-16,197],[11,50]],[[9736,3345],[18,76],[35,8]],[[9431,3145],[35,37],[121,77],[16,-6],[117,99],[16,-7]],[[9178,2951],[-41,54],[46,53],[81,63],[152,56],[15,-32]],[[9062,2842],[45,104],[42,26],[29,-21]],[[8722,3030],[100,-18],[141,-2],[31,-47],[-20,-39],[-60,38],[-88,-28],[-16,-48],[88,-38],[115,5],[46,29],[3,-40]],[[8336,3221],[70,17],[55,-73],[151,-97],[110,-38]],[[9937,3507],[-8,2]],[[9929,3509],[-26,71],[26,2],[8,-75]],[[7269,1071],[14,60],[48,-12],[82,106],[20,-100],[-65,-67],[-90,-3],[-9,16]],[[7145,994],[28,65],[48,-2],[-12,-38],[-64,-25]],[[8262,1031],[0,2]],[[8268,1036],[-6,-5]],[[8262,1033],[6,3]],[[8942,570],[63,14],[-28,-37],[-35,23]],[[7039,6477],[51,124],[-23,-102],[-28,-22]],[[7113,6352],[64,59],[-34,-70],[-30,11]],[[7547,1279],[63,128],[26,-4],[19,63],[34,13],[50,90],[29,-3],[26,65],[30,-7],[8,-99],[-37,-53],[-42,-11],[-32,-51],[-30,4],[-16,-114],[-42,-21],[-38,-67],[-25,0],[-23,67]],[[8591,2220],[87,1],[-66,-19],[-21,18]],[[9901,2944],[30,30],[2,-58],[-32,28]],[[8613,2284],[27,51],[46,5],[-18,-36],[10,-75],[-47,0],[-18,55]],[[9046,405],[42,19],[41,-28],[21,-80],[-56,-3],[-48,92]],[[8271,1876],[12,-3],[41,127],[5,-54],[-26,-61],[-32,-9]],[[7485,60],[51,27],[37,-23],[-6,-53],[-55,8],[-27,41]],[[7451,1223],[23,57],[38,1],[25,-36],[-15,-38],[-55,-25],[-16,41]],[[7844,1612],[65,34],[3,-37],[-40,-32],[-28,35]],[[9762,1895],[56,127],[13,72],[2,158],[27,33],[13,172],[20,-4],[-22,-106],[-29,-264],[0,-149],[-27,-67],[-38,-6],[-15,34]],[[9712,4029],[32,17],[29,-65],[-39,6],[-22,42]],[[7953,8790],[28,41],[30,-32],[-9,-163],[76,2],[8,-155],[-54,-20],[-19,-37]],[[8013,8426],[-27,-36],[-8,-100],[-52,-77],[7,-36],[-40,-39],[24,88],[-19,90],[-42,19],[-31,55],[-3,66],[44,116],[-24,9],[-1,59],[33,34],[13,55],[53,80],[13,-19]],[[9217,207],[27,-5],[45,47],[-8,53],[38,22],[171,8],[45,22],[41,-42],[-21,-22],[33,-53],[61,111],[56,-4],[68,61],[-38,68],[81,45],[15,54],[-62,85],[-26,-84],[-45,-73],[-26,-79],[-60,-48],[-17,-40],[-25,23],[59,40],[64,104],[45,116],[20,155],[-33,97],[44,-85],[174,-531],[-12,-161],[-82,-72],[-66,-19],[-98,25],[-86,8],[-39,-23],[-61,6],[-158,87],[-124,104]],[[6927,6489],[32,52],[-16,-74],[-16,22]],[[6873,8963],[-9,87],[65,12],[87,90],[54,32]],[[7026,8822],[-51,36],[-79,5],[-23,100]],[[7169,9078],[-143,-256]],[[7070,9184],[99,-106]],[[494,7180],[58,456],[23,67]],[[614,7136],[-120,44]],[[816,7061],[-202,75]],[[873,7140],[-14,-95],[-43,16]],[[932,7577],[-59,-437]],[[575,7703],[357,-126]],[[9561,4386],[224,63]],[[9905,3924],[-111,-27],[-25,17]],[[2675,8315],[42,-94],[44,45],[46,-7],[24,-38]],[[2606,8112],[-11,97],[80,106]],[[2663,7671],[-32,170],[35,122],[-13,121],[-47,28]],[[2762,7691],[-99,-20]],[[2931,7728],[-169,-37]],[[2915,8095],[36,-136],[-20,-231]],[[2831,8221],[-17,-94],[101,-32]],[[5527,6192],[45,-11],[24,155]],[[5680,5976],[-53,2],[1,96],[-102,49],[1,69]],[[5811,6022],[-131,-46]],[[5813,6138],[-2,-116]],[[5596,6336],[101,-65],[116,-133]],[[5391,5434],[0,58],[29,40]],[[5591,5199],[-48,-25],[-34,27],[-118,233]],[[5587,5279],[4,-80]],[[5420,5532],[-6,-30],[123,-178],[50,-45]],[[4310,6282],[208,19],[3,-21]],[[4369,5720],[-59,562]],[[4430,5729],[-61,-9]],[[4491,5738],[-61,-9]],[[4598,5949],[-26,-5],[-81,-206]],[[4521,6280],[77,-331]],[[6382,8073],[52,-53],[47,169],[28,37]],[[6400,7897],[-36,101],[18,75]],[[6497,7722],[-97,175]],[[6593,7810],[-96,-88]],[[6589,7946],[15,-124],[-11,-12]],[[6591,8233],[14,-98],[-16,-189]],[[6509,8226],[17,91],[28,1],[37,-85]],[[4750,6586],[45,61],[48,-184]],[[4547,6313],[203,273]],[[4521,6280],[26,33]],[[4764,5846],[-36,130],[-130,-27]],[[4940,6017],[-176,-171]],[[4947,6037],[-7,-20]],[[4843,6463],[28,-91],[20,-255],[14,-64],[42,-16]],[[8047,2963],[14,45],[82,50],[51,69],[52,102],[90,-8]],[[8047,2959],[0,4]],[[8061,2512],[-39,35],[-49,-2],[9,43],[57,-38],[7,53],[32,23],[-38,31],[0,72],[-50,-74],[-45,-6],[43,80],[80,49],[6,89],[-18,67],[-44,-22],[35,47]],[[8064,2512],[-3,0]],[[8209,2443],[-132,72]],[[8336,3221],[-22,-138],[-34,-298],[3,-67],[-25,-116],[-46,-94],[-3,-65]],[[8041,2691],[0,0]],[[8338,3344],[-2,-111]],[[8023,3153],[82,75],[104,75],[77,149]],[[8031,3137],[-8,16]],[[9818,2997],[1,-1]],[[9422,2845],[105,64],[5,56],[113,-18],[44,34],[129,16]],[[9471,2538],[-49,307]],[[9816,2905],[-56,-87],[-39,-1],[-26,-198]],[[6264,4415],[279,237]],[[6408,4018],[-144,397]],[[6448,4029],[-40,-11]],[[6705,4535],[-151,-338],[-106,-168]],[[6543,4652],[7,-71],[155,-46]],[[9989,2966],[8,-3]],[[9896,2580],[0,0]],[[7217,5196],[37,-86]],[[7051,5116],[166,80]],[[7052,5017],[-1,99]],[[7240,4962],[-59,26],[-61,-33],[-68,62]],[[7254,5110],[-29,-10],[15,-138]],[[5813,6138],[59,27],[21,63]],[[5909,5741],[13,59],[-83,103],[-9,98],[-19,21]],[[6022,5794],[-113,-53]],[[6038,5884],[-38,-52],[22,-38]],[[6053,6082],[8,-91],[-31,-52],[8,-55]],[[5893,6228],[93,-50],[8,-40],[59,-56]],[[6821,7484],[77,-190]],[[6753,7472],[68,12]],[[6743,7288],[10,184]],[[6898,7294],[-157,-38],[2,32]],[[6749,5825],[93,15]],[[6692,5802],[57,23]],[[6795,5580],[-103,222]],[[6823,5518],[-28,62]],[[6884,5408],[-61,110]],[[6919,5611],[-35,-203]],[[6842,5840],[6,-72],[79,-47],[-8,-110]],[[1401,6057],[17,77]],[[1321,5480],[80,577]],[[1468,5433],[-147,47]],[[1707,5351],[-239,82]],[[1777,5914],[-70,-563]],[[1666,6056],[111,-142]],[[1418,6134],[248,-78]],[[7285,5634],[54,67],[88,77]],[[7302,5525],[-17,109]],[[7529,5271],[-43,130],[-44,10],[-36,144],[-104,-30]],[[7602,5305],[-43,-65],[-30,31]],[[7668,5594],[-47,-62],[-36,13],[-14,-67],[31,-173]],[[7427,5778],[70,6],[100,-70],[71,-120]],[[6545,6865],[-17,70],[22,87]],[[6575,6803],[9,53],[-39,9]],[[6771,6857],[-9,-87],[-86,-43],[-27,19],[-2,78],[-38,34],[-34,-55]],[[6599,7044],[88,-181],[84,-6]],[[6550,7022],[25,-22],[24,44]],[[6566,5421],[48,5],[101,55],[80,99]],[[6597,5020],[-2,79],[22,95],[-23,118],[-22,34],[-6,75]],[[6758,5161],[-161,-141]],[[6811,5208],[-53,-47]],[[6823,5518],[-39,-133],[27,-177]],[[6305,8659],[24,54],[12,93],[33,48],[67,-28]],[[6256,8583],[49,76]],[[6509,8226],[-43,58],[23,56],[-233,243]],[[6754,8266],[-163,-33]],[[6591,8707],[16,-14],[147,-427]],[[6441,8826],[9,-126],[95,37],[46,-30]],[[970,5815],[5,308]],[[969,5703],[1,112]],[[1221,5462],[-26,-7],[-16,293],[-210,-45]],[[1321,5480],[-100,30],[0,-48]],[[975,6123],[112,29],[1,-59],[78,13],[4,-69],[151,33],[1,-25],[79,12]],[[7296,5123],[-7,184],[-31,205],[44,13]],[[7420,5168],[-30,4],[-23,-42],[-71,-7]],[[7529,5271],[-19,-80],[-44,11],[-46,-34]],[[6641,9101],[19,-36]],[[6590,8980],[51,121]],[[6591,8707],[-10,96],[-19,41],[29,65],[-1,71]],[[6802,8297],[-48,-31]],[[6902,8497],[-89,-87],[-11,-113]],[[6660,9065],[190,-379],[52,-189]],[[5466,7413],[-48,49],[85,276]],[[5589,7397],[-123,16]],[[5658,7619],[-69,-222]],[[5503,7738],[50,-66],[32,3],[73,-56]],[[6921,5305],[-110,-97]],[[6884,5408],[21,-16],[16,-87]],[[483,6774],[-193,4]],[[512,6774],[-29,0]],[[614,7136],[-4,-44],[-33,14],[-8,-91],[-34,2],[6,-85],[-24,1],[-13,-57],[8,-102]],[[370,7225],[124,-45]],[[5253,7937],[69,-55],[40,43],[115,-46]],[[5209,7763],[-1,97],[45,77]],[[5210,7476],[27,135],[-23,31],[19,52],[-24,69]],[[5451,7296],[-241,180]],[[5466,7413],[-15,-117]],[[5477,7879],[26,-141]],[[3998,5599],[-5,40],[39,166],[-51,71],[16,106]],[[4118,5630],[-120,-31]],[[4144,5687],[4,-49],[-30,-8]],[[4116,6062],[28,-375]],[[3997,5982],[79,-13],[17,88],[23,5]],[[7273,4704],[6,43],[84,-31],[43,-32],[43,24]],[[7267,4563],[6,141]],[[7243,4380],[-9,85],[28,16],[5,82]],[[7376,4314],[-22,-42],[-111,108]],[[7523,4669],[-43,-173],[-110,-171],[6,-11]],[[7449,4708],[52,28],[22,-67]],[[8289,2393],[-80,50]],[[8515,2561],[-66,11],[20,81],[-9,35],[-54,-9],[10,-68],[-49,20],[-32,-157],[-46,-81]],[[8722,3030],[-207,-469]],[[4424,7564],[28,-44],[125,199],[62,-13]],[[4298,7290],[125,170],[-36,52],[37,52]],[[4512,6975],[-214,315]],[[4667,7201],[-155,-226]],[[4673,7568],[-16,-53],[22,-70],[19,-133],[20,-37],[-51,-74]],[[4639,7706],[55,-64],[-21,-74]],[[8289,2393],[20,-73],[23,-155],[78,-35],[-28,-123],[-20,-31]],[[1471,4833],[26,245],[-29,355]],[[1869,5215],[12,-110],[-19,-91],[13,-66],[-3,-130]],[[1823,5295],[40,-22],[6,-58]],[[1707,5351],[116,-56]],[[3586,6065],[28,36]],[[3466,5691],[0,98],[120,276]],[[3805,5549],[-160,-43],[-4,46],[-175,139]],[[3790,5674],[15,-125]],[[3614,6101],[79,1],[79,-270],[18,-158]],[[5861,5660],[-6,58],[54,23]],[[5936,5397],[-75,263]],[[6036,5481],[-64,-106],[-36,22]],[[6022,5794],[73,-136],[-42,-54],[2,-72],[-19,-51]],[[9338,5107],[20,-93]],[[4242,8410],[13,510]],[[4402,8238],[-49,-42],[-30,94],[-53,105],[-28,15]],[[4594,8404],[-65,-56],[-3,-28],[-124,-82]],[[4594,8433],[0,-29]],[[4483,8907],[4,-47],[109,-176],[-2,-251]],[[7211,7940],[8,142],[-40,114]],[[7490,8156],[46,-121]],[[7179,8196],[241,-1],[42,-79],[28,40]],[[4182,7134],[116,156]],[[4104,7031],[78,103]],[[4218,6514],[-114,517]],[[4426,6688],[-98,-88],[-49,-26],[-61,-60]],[[4512,6975],[-114,-163],[28,-124]],[[2174,8450],[283,71]],[[2169,8415],[5,35]],[[2216,8160],[-58,106],[11,149]],[[2336,7959],[-11,56],[-59,9],[-16,80],[-34,56]],[[2444,8109],[-6,-50],[-37,-6],[-9,-82],[-56,-12]],[[2457,8521],[-50,-418],[37,6]],[[7042,9603],[79,2]],[[6958,9529],[8,67],[76,7]],[[6900,9369],[16,64],[31,36],[11,60]],[[7049,9211],[-149,158]],[[7186,9392],[-137,-181]],[[7121,9605],[31,-85],[-4,-36],[38,-92]],[[2104,7310],[158,38]],[[2059,7038],[10,264],[35,8]],[[2047,6775],[12,263]],[[2147,6801],[-100,-26]],[[2338,6850],[-191,-49]],[[2348,7084],[-10,-234]],[[2262,7348],[-12,-288],[98,24]],[[2592,7159],[103,26]],[[2443,6725],[91,-11],[30,20],[-3,119],[16,110],[-9,47],[36,1],[5,52],[-17,96]],[[2492,6352],[86,212],[-89,68],[-15,40],[-45,14],[14,39]],[[2498,6329],[-6,23]],[[2508,6322],[-10,7]],[[2716,6435],[-95,3],[-52,-25],[-61,-91]],[[2695,7185],[-8,-166],[42,9],[-28,-499],[15,-94]],[[6136,5483],[-100,-2]],[[6230,5795],[-17,-115],[3,-201],[-80,4]],[[6038,5884],[187,4],[5,-93]],[[1869,5215],[364,-137]],[[2233,5078],[-7,-153],[-18,-114]],[[7042,9603],[-31,137],[-69,111]],[[7220,9676],[-52,38],[-47,-109]],[[7189,9998],[42,-239],[-11,-83]],[[3453,8688],[38,4],[2,-46],[39,8],[3,-46],[35,6],[11,-146]],[[3196,8292],[128,32],[-9,101],[29,8],[-4,49],[30,3],[-4,46],[29,10],[-7,63],[34,9],[-6,67],[37,8]],[[3202,8205],[-6,87]],[[3216,7921],[10,301],[-24,-17]],[[3453,7910],[-237,11]],[[3581,8468],[-17,-82],[10,-60],[-74,-24],[3,-38],[-38,-27],[16,-152],[-43,8],[15,-183]],[[1763,7237],[91,19]],[[1745,6670],[-47,552],[65,15]],[[1924,6658],[-63,37],[-116,-25]],[[2047,6775],[-126,-31],[3,-86]],[[1854,7256],[39,8],[-6,-111],[56,9],[-3,-111],[29,-30],[90,17]],[[1454,7342],[309,-105]],[[1404,6968],[50,374]],[[1558,6697],[-42,134],[-20,159],[-92,-22]],[[1746,6624],[-26,-6],[-3,56],[-159,23]],[[1745,6670],[1,-46]],[[7375,2758],[61,10],[0,23],[123,30]],[[7395,2642],[-20,116]],[[7438,2320],[-5,100],[-38,222]],[[7559,2821],[-10,-141],[48,-76],[63,18]],[[9959,3500],[7,-2]],[[9789,3429],[36,18],[16,-45]],[[9818,2997],[-30,41],[24,76],[-35,101],[-20,107],[-21,23]],[[1240,6929],[8,51],[149,-61],[7,49]],[[1250,6679],[-10,250]],[[1426,6510],[-27,-49],[-62,33],[-85,120],[-2,65]],[[1558,6697],[-132,-187]],[[3101,5700],[16,-197]],[[2852,5530],[18,-19],[79,-1],[83,23],[30,-18],[-8,132],[47,53]],[[2887,5123],[-35,407]],[[2890,5093],[-3,30]],[[3143,5202],[-98,-22],[-10,-54],[-145,-33]],[[3117,5503],[26,-301]],[[4258,7813],[57,85],[-13,19],[34,68],[78,214],[-12,39]],[[4424,7564],[-166,249]],[[4651,7883],[-12,-177]],[[4594,8404],[-13,-517],[70,-4]],[[1265,4848],[-2,111],[-51,222],[1,104],[33,49],[-25,128]],[[1924,6658],[15,-500]],[[1666,6056],[89,157],[-9,411]],[[1788,5959],[-11,-45]],[[1941,6086],[-122,-26],[-31,-101]],[[1939,6158],[2,-72]],[[3183,7638],[28,-6],[5,289]],[[3162,7140],[-1,97],[-23,172],[44,-1],[1,230]],[[3215,6651],[-9,147],[-14,54],[-6,182],[-24,106]],[[3213,6423],[14,195],[-12,33]],[[3330,6668],[-40,-112],[1,-40],[-65,-56],[-13,-37]],[[3525,7703],[-129,-206],[21,-234],[-71,-164],[-20,-118],[16,-44],[-13,-99],[11,-47],[-10,-123]],[[3453,7910],[5,-85],[67,-122]],[[7408,6179],[52,28]],[[7460,5816],[-39,74],[-36,161],[23,128]],[[7574,5969],[-114,-153]],[[6386,7052],[30,66]],[[6434,6930],[-24,107],[-24,15]],[[6545,6865],[-97,33],[-14,32]],[[6416,7118],[134,-96]],[[6330,7679],[70,218]],[[6302,7564],[28,115]],[[6404,7418],[-22,2],[-80,144]],[[6497,7722],[4,-174],[-50,-40],[-47,-90]],[[5944,8608],[-27,131],[26,93]],[[6203,8577],[-32,-45],[-35,107],[-160,-74],[-32,43]],[[6256,8583],[-53,-6]],[[6257,9068],[48,-409]],[[3805,5549],[19,5]],[[3436,5448],[26,65],[11,103],[-7,75]],[[3447,5134],[-11,314]],[[3663,5126],[-216,8]],[[3823,5120],[-160,6]],[[3824,5554],[-1,-434]],[[6968,6807],[-24,2],[30,79]],[[7017,6958],[9,15]],[[7063,6761],[-4,-7]],[[2716,6435],[20,-18]],[[2551,5871],[-25,11],[-59,139],[35,128],[33,53],[-3,95],[-24,25]],[[2682,5899],[-131,-28]],[[2736,6417],[-38,-90],[-48,-35],[9,-218],[23,-175]],[[6958,9529],[-150,137]],[[6045,6988],[48,-24],[20,46],[75,1]],[[6063,6595],[-16,265],[-2,128]],[[6067,6485],[-4,110]],[[6226,6575],[-159,-90]],[[6252,6731],[-4,-76],[17,-12],[-39,-68]],[[6188,7011],[42,-58],[-24,-92],[46,-130]],[[3444,4762],[3,372]],[[3663,5126],[-4,-151],[-24,-166],[10,-52]],[[5435,5680],[45,43],[90,-4],[12,16]],[[5420,5532],[-2,125],[17,23]],[[5650,5369],[-63,-90]],[[5651,5524],[-1,-155]],[[5582,5735],[15,-151],[54,-5],[0,-55]],[[2731,7194],[-9,182],[28,109],[12,206]],[[2845,7224],[-114,-30]],[[2983,7688],[-35,-437],[-103,-27]],[[2931,7728],[56,12],[-4,-52]],[[5301,6807],[354,83]],[[5242,6705],[40,43],[19,59]],[[5351,6463],[-56,118],[3,40],[-56,84]],[[5624,6582],[-82,2],[-96,-26],[-95,-95]],[[5633,6722],[-9,-140]],[[5655,6890],[-22,-168]],[[9184,2466],[0,0]],[[9323,2759],[27,-46],[-100,-190],[-2,-61],[-60,-43],[-4,47]],[[9178,2951],[52,0],[10,-36],[56,-56],[-9,-23],[36,-77]],[[9033,2477],[38,274],[-9,91]],[[9184,2466],[-1,-58],[-60,-38],[-65,-127],[-5,88],[23,-14],[7,54],[43,11],[-45,103],[-48,-8]],[[5552,8042],[37,46]],[[5477,7879],[16,60],[59,103]],[[5783,7795],[-43,-120],[-82,-56]],[[5589,8088],[40,-19],[11,-96],[143,-178]],[[2845,7224],[17,-161]],[[2695,7185],[36,9]],[[2913,6455],[-82,-34],[-36,26],[-59,-30]],[[2892,6721],[21,-266]],[[2862,7063],[30,-342]],[[1854,7256],[-20,273]],[[2088,7418],[16,-108]],[[1834,7529],[228,-91],[26,-20]],[[2587,8553],[125,27]],[[2491,8531],[96,22]],[[2457,8521],[34,10]],[[2606,8112],[-6,-48],[-47,-28],[-16,34],[-60,-2],[-33,41]],[[2712,8580],[0,-64],[-24,-23],[-2,-146],[-11,-32]],[[6215,7378],[30,100],[57,86]],[[6231,7162],[-16,216]],[[6386,7052],[-155,110]],[[6466,7237],[-50,-119]],[[6445,7320],[33,-60],[-12,-23]],[[6404,7418],[-8,-14],[49,-84]],[[4144,5687],[225,33]],[[4085,5217],[-16,172],[63,42],[-14,199]],[[4218,5007],[-14,155],[-13,-8],[-93,71],[-13,-8]],[[4452,5121],[-234,-114]],[[4430,5729],[49,-529],[-35,-17],[8,-62]],[[4651,7883],[2,29],[82,-8],[59,24],[40,50],[31,-72],[34,18],[-41,81]],[[4953,7464],[-280,104]],[[5026,7824],[-41,-92],[-32,-268]],[[4858,8005],[49,61],[68,-131],[26,-103],[25,-8]],[[5596,4962],[1,-290]],[[5413,4956],[183,6]],[[5416,4652],[-3,304]],[[5298,6992],[52,58],[73,30]],[[5301,6807],[-13,18],[76,102],[-66,65]],[[5663,6947],[-8,-57]],[[5423,7080],[86,-63],[3,-34],[65,9],[86,-45]],[[7206,7891],[7,-4]],[[7107,7603],[102,206],[-3,82]],[[7151,7580],[-44,23]],[[7248,7545],[-97,35]],[[7284,7626],[-36,-81]],[[2265,5230],[31,9],[49,-129],[28,66],[70,16],[6,-57],[78,-29],[34,43]],[[2233,5078],[32,152]],[[2557,5020],[-49,-152],[-4,-99]],[[2561,5149],[15,-87],[-19,-42]],[[2862,7063],[300,77]],[[3215,6651],[-69,1],[-69,-25],[-11,136],[-174,-42]],[[7154,8322],[34,66]],[[7179,8196],[-32,48],[7,78]],[[7477,8213],[13,-57]],[[7188,8388],[123,-80],[166,-95]],[[5685,7316],[95,-79]],[[5671,7023],[-25,212],[39,81]],[[5780,7237],[-34,-186],[-75,-28]],[[720,8473],[250,-23]],[[727,8211],[-42,15],[35,247]],[[883,8150],[-156,61]],[[960,8266],[-83,49],[12,-99],[-6,-66]],[[970,8450],[-10,-184]],[[6441,8826],[-7,86],[53,70],[103,-2]],[[5451,6190],[27,-20],[49,22]],[[5313,5944],[34,205],[71,51],[33,-10]],[[5435,5680],[-3,60],[-73,19],[-55,136],[9,49]],[[5680,5976],[20,-89],[-118,-152]],[[2743,5912],[215,50]],[[2765,5558],[6,83],[-28,271]],[[2852,5530],[-13,31],[-74,-3]],[[3100,5707],[1,-7]],[[2958,5962],[120,26],[22,-281]],[[8013,8426],[-64,47],[-5,184],[9,133]],[[3424,8974],[29,-286]],[[3163,8474],[-95,527]],[[3196,8292],[-33,182]],[[7515,9069],[29,34]],[[7103,8739],[187,160],[14,40],[31,-23],[19,90]],[[7058,8684],[45,55]],[[7228,8613],[-35,6],[-12,57],[-42,-42],[-81,50]],[[7469,8505],[-20,-44],[-24,26],[-1,62],[-68,-44],[-7,94],[-55,-21],[-16,29],[-50,6]],[[7554,8672],[-49,-73],[-36,-94]],[[7722,8665],[-8,-28]],[[4594,8433],[38,25],[192,-8]],[[4824,8450],[12,-201],[-6,-209],[28,-35]],[[5893,7925],[116,84],[38,-16]],[[5863,7828],[40,28],[-10,69]],[[5903,7648],[-18,13],[-22,167]],[[6089,7638],[-186,10]],[[6119,7748],[-30,-110]],[[6047,7993],[50,-68],[-10,-42],[38,-82],[-6,-53]],[[7449,4708],[-39,175],[28,67],[-20,110],[2,108]],[[7545,4674],[-22,-5]],[[7628,4727],[-76,-10],[-7,-43]],[[7679,5186],[-86,-308],[35,-9],[28,-65],[-28,-77]],[[7602,5305],[49,-42],[-7,-39],[35,-38]],[[7906,4986],[57,58]],[[8076,4683],[-11,0]],[[7679,5186],[144,-159],[45,-78],[29,29]],[[7790,4611],[-28,1],[-28,91],[-106,24]],[[8262,1031],[0,2]],[[8268,1036],[-6,-5]],[[8090,1024],[-20,191],[53,-112],[8,20]],[[8210,1033],[-120,-9]],[[5927,6490],[88,2],[34,107],[14,-4]],[[5893,6228],[-16,6],[-19,125],[42,54],[27,77]],[[6119,6223],[17,-137],[-83,-4]],[[6067,6485],[10,-97],[42,-165]],[[6770,7971],[-52,15],[-38,40],[-91,-80]],[[6868,8061],[-60,21],[-38,-111]],[[6802,8297],[68,-143],[17,-69],[-19,-24]],[[6334,6155],[37,58],[60,6],[23,67]],[[6573,5852],[-58,87],[-54,31],[-127,185]],[[6615,5967],[-17,-6],[-25,-109]],[[6454,6286],[38,-27],[1,-54],[44,-72],[33,4],[12,-121],[33,-49]],[[7079,6084],[3,0]],[[7046,5610],[21,332]],[[7033,5409],[13,201]],[[7145,5508],[-112,-99]],[[7189,5547],[-44,-39]],[[7199,5965],[15,-4],[-25,-414]],[[3881,8391],[17,553]],[[4076,8239],[-82,144],[-113,8]],[[4242,8410],[-136,-128],[-30,-43]],[[6637,7631],[53,11]],[[6659,7469],[-22,162]],[[6639,7344],[20,125]],[[6733,7293],[-94,51]],[[6743,7288],[-10,5]],[[6690,7642],[29,-5],[42,-80],[-8,-85]],[[3826,6283],[49,128],[212,38]],[[3891,6022],[-5,85],[-31,64],[20,97],[-49,15]],[[3997,5982],[-73,-8],[-33,48]],[[4087,6449],[29,-387]],[[5685,7316],[-96,81]],[[5903,7648],[-123,-411]],[[5783,7795],[13,-15],[67,48]],[[6758,5161],[32,-279]],[[6513,4949],[84,71]],[[6543,4652],[-30,297]],[[6744,4521],[-39,14]],[[6834,4488],[-90,33]],[[6790,4882],[44,-394]],[[6119,6223],[23,75],[16,-60]],[[6280,5810],[-50,-15]],[[6332,6150],[-52,-340]],[[6158,6238],[44,-80],[21,13],[40,-44],[69,23]],[[7631,3427],[24,6],[-20,95]],[[7613,3135],[11,42],[-8,176],[15,74]],[[7675,3021],[-31,-54],[-39,106],[8,62]],[[7783,3385],[240,34],[42,-5],[-29,-111],[-13,-150]],[[7635,3528],[83,-153],[65,10]],[[5090,7803],[119,-40]],[[5026,7824],[64,-21]],[[4981,7068],[-2,386],[-26,10]],[[5152,7195],[-87,36],[-84,-163]],[[5210,7476],[-19,16],[-39,-297]],[[7668,5594],[9,8]],[[7898,4979],[6,6]],[[7865,5363],[7,6]],[[7408,6179],[-3,-1]],[[7623,505],[-5,-104],[-44,28],[0,-32]],[[7515,8223],[152,31]],[[7477,8213],[38,10]],[[7667,8254],[15,-58],[65,-51],[4,-37]],[[1418,6134],[8,376]],[[3117,5503],[56,6],[41,43],[51,-10],[16,-44],[50,-53],[76,-14],[29,17]],[[3176,4771],[-33,431]],[[6936,7642],[68,64]],[[7000,7388],[-40,223],[-24,31]],[[7004,7382],[-4,6]],[[7148,7371],[-11,-8]],[[7151,7580],[34,-145]],[[7004,7706],[103,-103]],[[6985,6204],[0,0]],[[6858,6266],[29,69],[-20,82],[45,-42],[31,65],[19,-62],[-43,-25],[5,-48],[60,-66],[1,-35]],[[6749,5825],[-30,59],[111,94],[-22,80],[79,99],[-26,49],[-3,60]],[[7047,6033],[-100,-56],[-61,-6],[-44,-131]],[[6985,6204],[63,-15],[69,66],[-12,-78],[-41,-6],[32,-37],[-72,27],[-22,-29],[68,-37],[-23,-62]],[[7155,3026],[57,62],[-10,24],[52,30]],[[7229,2626],[-18,42],[-56,358]],[[7395,2642],[-88,-78],[-71,-28]],[[7254,3142],[8,-34],[50,15],[63,-365]],[[7302,7510],[-54,35]],[[2848,8263],[80,14],[-5,83],[240,114]],[[2831,8221],[17,42]],[[3202,8205],[-38,24],[-72,-5],[-42,58],[-24,0],[-31,-81],[-80,-106]],[[3920,4742],[71,181],[23,81],[36,63],[19,130],[16,20]],[[4218,5007],[11,-170],[-12,-109]],[[593,5594],[27,-1],[-4,80]],[[588,4909],[-19,365],[37,85],[-13,235]],[[900,5551],[33,-674]],[[616,5673],[48,-42],[68,16],[62,-126],[106,30]],[[6466,7237],[90,-2]],[[6604,7111],[-5,-67]],[[6556,7235],[32,-124],[16,0]],[[5480,8617],[8,-93],[54,-29],[51,37]],[[5147,8532],[48,-65],[73,-66],[36,-13],[37,30],[5,94],[24,50],[110,55]],[[5140,8442],[7,90]],[[5282,8112],[-48,79],[-49,188],[-45,63]],[[5552,8042],[-245,81],[-25,-11]],[[5601,8335],[-12,-247]],[[5593,8532],[-6,-66],[14,-131]],[[873,7140],[90,-8]],[[774,6843],[22,72],[20,146]],[[982,6469],[-56,125],[-32,-36],[-120,285]],[[1250,6679],[-265,-55],[-3,-155]],[[1177,6955],[63,-26]],[[963,7132],[93,-7],[-15,-115],[136,-55]],[[2583,7428],[39,92],[14,107],[27,44]],[[2592,7159],[-22,158],[13,111]],[[6963,2821],[130,138]],[[6783,2671],[28,-11],[152,161]],[[6941,1556],[-30,141],[18,16],[-15,98],[6,70],[-15,95],[-30,84],[22,75],[-5,174],[-44,149],[-61,154],[-4,59]],[[7093,2959],[-32,-339],[23,-182],[26,-51],[31,-117],[51,-76]],[[6332,6150],[2,5]],[[6316,5689],[-36,121]],[[6549,5777],[-67,94],[-49,8],[-40,-31],[-77,-159]],[[6573,5852],[-24,-75]],[[2470,5336],[224,202],[71,20]],[[2561,5149],[-76,103],[-15,84]],[[2704,4967],[-147,53]],[[2887,5123],[-191,-50],[8,-106]],[[6203,5111],[23,62],[92,49]],[[6189,5074],[14,37]],[[6179,4846],[10,228]],[[6182,4660],[-3,186]],[[6487,4925],[-305,-265]],[[6318,5222],[92,-196],[27,52],[50,-153]],[[1140,7883],[12,87],[42,-16],[9,67]],[[1117,7585],[-14,37],[37,261]],[[1247,7535],[-130,50]],[[1468,7451],[-221,84]],[[1493,7638],[-25,-187]],[[1496,7906],[29,-12],[-32,-256]],[[1203,8021],[293,-115]],[[7559,2821],[15,203],[39,111]],[[5983,5115],[120,5],[86,-46]],[[5715,4781],[188,38],[63,216],[17,80]],[[5709,4676],[6,105]],[[6179,4846],[-256,-162]],[[4960,6947],[70,33],[61,-40]],[[4916,6925],[44,22]],[[4854,6474],[2,191],[11,162],[16,75],[33,23]],[[5067,6551],[-31,42],[-160,-124],[-22,5]],[[5098,6792],[-31,-241]],[[5091,6940],[23,-15],[-16,-133]],[[6440,5489],[-55,116],[-31,11],[-38,73]],[[6485,5577],[-24,12],[0,-79],[-21,-21]],[[6549,5777],[-36,-106],[10,-42],[-38,-52]],[[3267,5915],[182,100],[6,-46],[29,3],[30,74],[72,19]],[[3100,5707],[101,23],[-15,103],[35,1],[46,81]],[[1567,8593],[73,88],[43,19],[155,6]],[[1579,8513],[-12,80]],[[1568,8435],[11,78]],[[1902,8322],[-334,113]],[[2169,8415],[-24,-47],[-105,13],[-41,-23],[-61,9],[-36,-45]],[[2071,8606],[17,-177],[86,21]],[[1838,8706],[16,-164],[23,-55],[59,-9],[135,128]],[[7020,4866],[23,-216]],[[6790,4882],[122,35],[9,-79],[99,28]],[[6835,4473],[-1,15]],[[7043,4650],[2,-22],[-67,-58],[-143,-97]],[[7463,4148],[-87,166]],[[7662,4274],[-38,-9],[-161,-117]],[[7545,4674],[34,-214],[62,-69],[21,-117]],[[6879,7107],[55,-66]],[[6833,6981],[46,126]],[[224,5373],[-16,68],[84,-4],[-5,100],[51,40],[-1,30]],[[197,4942],[25,189],[25,134],[-23,108]],[[337,5607],[256,-13]],[[960,8266],[248,-29]],[[978,7730],[-96,50],[39,121],[-69,24],[25,84],[-19,60],[25,81]],[[1140,7883],[-107,31],[-55,-184]],[[1208,8237],[10,-130],[-43,-75],[28,-11]],[[6971,3595],[93,139],[-39,272]],[[6890,3460],[81,135]],[[7212,3311],[-292,-81],[32,128],[-62,102]],[[7283,3331],[-71,-20]],[[7025,4006],[191,-160],[18,-110],[-16,-55],[72,-143],[-14,-82],[7,-125]],[[75,5583],[29,-28],[98,-200],[22,18]],[[6565,3291],[82,4]],[[6471,3012],[87,-27],[7,306]],[[5451,7296],[-28,-216]],[[5141,7118],[11,77]],[[5298,6992],[-73,72],[-84,54]],[[4707,7029],[-40,172]],[[4916,6925],[0,37],[-59,46],[-65,-9],[-85,30]],[[4981,7068],[-21,-121]],[[5956,7088],[6,48],[80,105],[88,145],[38,31]],[[6045,6988],[5,20],[-94,80]],[[6231,7162],[-20,-89],[-19,14],[-4,-76]],[[6168,7417],[47,-39]],[[1792,7549],[42,-20]],[[1493,7638],[268,-111],[31,22]],[[1454,7342],[14,109]],[[6203,5111],[-57,229],[-10,143]],[[6440,5489],[-104,-112],[-20,-70],[2,-85]],[[6976,5354],[57,55]],[[7051,5116],[-12,162],[-53,-13],[-10,89]],[[7145,5508],[28,-212],[44,-100]],[[3777,8375],[43,1]],[[3690,7927],[28,241],[22,-31],[29,89],[-30,5],[38,144]],[[3923,7518],[-233,409]],[[3927,7524],[-4,-6]],[[3975,7591],[-48,-67]],[[3820,8376],[39,-78],[8,-201],[-15,-19],[87,-243],[11,-113],[16,-30],[9,-101]],[[6144,8313],[2,-2]],[[6047,7993],[105,275],[-8,45]],[[6330,7679],[-26,66],[-106,42],[-79,-39]],[[6146,8311],[236,-238]],[[6371,6811],[-119,-80]],[[6434,6930],[-63,-119]],[[6615,5967],[11,68],[48,56],[-2,81],[21,-7],[36,59],[67,7]],[[6692,5802],[-77,165]],[[7030,8373],[1,130],[41,42],[-14,139]],[[7062,8244],[-57,74],[25,55]],[[7154,8322],[-92,-78]],[[7228,8613],[22,-124],[-62,-101]],[[6445,7320],[181,146],[33,3]],[[6639,7344],[-7,-84],[-19,-27],[-57,2]],[[6798,9050],[93,262],[9,57]],[[6873,8963],[-75,87]],[[7049,9211],[21,-27]],[[8090,1024],[-118,283]],[[8066,1376],[0,0]],[[8116,630],[-9,218],[-17,176]],[[2835,8719],[-55,305]],[[2848,8263],[30,84],[-26,100],[66,113],[-17,106],[-23,43],[-43,10]],[[4230,6458],[-12,56]],[[4310,6282],[-19,179],[-61,-3]],[[4426,6688],[37,9],[11,-48],[-27,-50],[55,-230],[34,11],[11,-67]],[[7689,8542],[4,16]],[[7667,8254],[-33,124],[49,142]],[[6168,7417],[-25,41],[-42,7],[-20,50],[8,123]],[[3777,8375],[-28,54],[-8,84],[-160,-45]],[[3881,8391],[-61,-15]],[[3927,7524],[255,-390]],[[3633,7117],[290,401]],[[3857,6789],[-224,328]],[[3889,6742],[-32,47]],[[4104,7031],[-215,-289]],[[5923,4478],[48,1],[211,181]],[[6237,4494],[-186,-286],[-127,-160]],[[6182,4660],[55,-166]],[[9718,874],[0,0]],[[5116,6266],[76,58],[27,76],[146,33]],[[5104,6105],[42,88],[-30,73]],[[5188,5948],[-13,131],[-61,-21],[-10,47]],[[5313,5944],[-61,30],[-64,-26]],[[5365,6433],[111,-234],[-25,-9]],[[979,6361],[3,108]],[[975,6123],[4,238]],[[4822,8496],[9,390]],[[5129,8299],[-307,197]],[[5140,8442],[-11,-143]],[[5164,8869],[3,-87],[-20,-250]],[[5465,8856],[-39,-84],[-1,-78],[50,-12],[5,-65]],[[271,5930],[0,76],[51,-2],[-16,205]],[[337,5607],[-54,2],[-12,321]],[[710,6094],[-95,-246],[1,-175]],[[746,6187],[-36,-93]],[[621,6193],[125,-6]],[[408,6206],[213,-13]],[[306,6209],[102,-3]],[[2143,8031],[10,115],[63,14]],[[2088,7418],[6,-2],[83,605],[-34,10]],[[2386,7451],[-4,-71],[-120,-32]],[[2336,7959],[31,-25],[41,-124],[-40,-363],[18,4]],[[5861,5660],[-77,3],[-39,-28],[-55,-103],[-39,-8]],[[3330,6668],[71,51]],[[3267,5915],[8,87],[-13,160],[18,66],[-53,81],[6,61],[-20,53]],[[3616,6365],[20,-20],[-40,-128],[18,-116]],[[3607,6364],[9,1]],[[3401,6719],[12,0],[25,-307],[177,56],[-8,-104]],[[271,5930],[-128,33]],[[229,6441],[44,-27],[-1,-74],[42,-46],[-8,-85]],[[2587,8553],[-21,85],[12,53],[-25,350]],[[2835,8719],[18,-100],[-141,-39]],[[2345,5959],[31,13],[63,282],[59,75]],[[2290,5703],[-9,182],[57,19],[7,55]],[[2295,5579],[-5,124]],[[2454,5570],[-159,9]],[[2551,5871],[9,-53],[-52,-77],[-42,-31],[-12,-140]],[[1779,7897],[0,87],[79,21]],[[1792,7549],[-10,141],[11,105],[-14,102]],[[1858,8005],[202,50],[83,-24]],[[2147,6801],[8,-480]],[[2157,6275],[1,-62],[-219,-55]],[[2155,6321],[2,-46]],[[6593,7810],[44,-179]],[[2921,4784],[-31,309]],[[1283,8929],[32,202]],[[1270,8601],[13,328]],[[1268,8571],[2,30]],[[1579,8513],[-32,3],[-35,-58],[-25,39],[-29,-32],[-47,87],[-143,19]],[[1585,8903],[-12,-92],[-58,-9],[-4,-58],[-54,-35],[56,-76],[56,30],[-2,-70]],[[1385,9127],[-4,-235],[71,-11],[133,22]],[[5874,6650],[25,23],[-12,104],[11,82],[28,75],[33,14],[-25,112],[22,28]],[[5927,6490],[-12,84],[-41,76]],[[5091,6940],[30,33],[20,145]],[[5242,6705],[-26,48],[-118,39]],[[1650,9108],[-5,-49],[-38,-66],[-28,-1],[6,-89]],[[7020,4866],[-8,79],[40,72]],[[7267,4563],[-39,4],[-36,72],[-77,-20],[-72,31]],[[7240,4962],[33,-258]],[[4087,6449],[143,9]],[[3690,7927],[-30,-10],[-135,-214]],[[1177,6955],[20,152],[25,103],[-9,126],[34,199]],[[7662,4274],[15,-88]],[[7635,3528],[-6,37],[-47,28],[-15,128],[-51,98],[26,11],[-38,233],[-41,85]],[[7677,4186],[8,-44],[199,-487],[-46,-100],[-25,-2],[-24,-72],[-6,-96]],[[7817,990],[80,-226],[20,35],[75,-189]],[[7469,8505],[14,-98],[-17,-22],[49,-162]],[[4529,5028],[-27,-20],[-11,132],[-39,-19]],[[4672,5130],[-143,-102]],[[4764,5169],[-40,-2],[-52,-37]],[[4673,5448],[0,-94],[32,24],[59,-209]],[[4668,5566],[18,-54],[-13,-64]],[[4491,5738],[54,-136],[49,-57],[64,-5],[10,26]],[[4764,5846],[-96,-280]],[[6044,3951],[106,32]],[[6176,3198],[-67,2]],[[6150,3983],[26,-785]],[[5810,8559],[54,-51],[-12,38],[60,-16]],[[5893,7925],[-83,634]],[[5912,8530],[17,-56],[28,-13],[13,-71],[89,-77],[85,0]],[[3401,6719],[10,128],[41,106],[34,18],[38,-32],[41,72],[29,-30],[39,136]],[[3857,6789],[-34,-94],[-62,-34],[-80,-234],[-55,42],[-19,-105]],[[3826,6283],[-30,-25],[2,86],[-46,-17],[-20,58],[-116,-20]],[[3889,6742],[198,-293]],[[4199,7901],[-224,-310]],[[4076,8239],[11,-135],[30,-35],[36,16],[9,-54],[-34,-28],[71,-102]],[[5090,7803],[39,496]],[[5282,8112],[-19,-42],[27,-46],[-12,-78],[-25,-9]],[[3790,5674],[20,-11],[-6,109],[35,146],[28,-47],[3,105],[21,46]],[[3998,5599],[-48,-13],[8,-78],[-61,-17],[-8,79],[-65,-16]],[[7925,1185],[0,0]],[[5057,5560],[35,17],[103,-1]],[[5090,5195],[-16,24],[-63,-45],[45,125],[-35,29],[30,68],[6,164]],[[5332,5263],[-30,-13],[-131,-103],[-81,48]],[[5332,5308],[0,-45]],[[5195,5576],[97,-240],[40,-28]],[[5633,6722],[241,-72]],[[5596,6336],[30,130],[-2,116]],[[6730,3800],[47,3],[121,-138],[73,-70]],[[6890,3460],[-145,5],[5,-67]],[[5332,5263],[3,-309]],[[5043,5146],[47,49]],[[5088,4635],[4,381],[-49,-18],[0,148]],[[5335,4954],[3,-306]],[[746,6187],[51,130],[182,44]],[[970,5815],[-260,279]],[[9255,2487],[6,0]],[[9431,3145],[-44,-70],[35,-230]],[[5663,6947],[8,76]],[[5780,7237],[176,-149]],[[8540,2271],[-6,137],[16,71],[-35,82]],[[1822,9096],[26,-333],[-10,-57]],[[2029,5808],[-2,107],[-27,1],[-4,119],[-53,-10],[-2,61]],[[2290,5703],[-261,105]],[[2157,6275],[67,-4],[44,-63],[-15,-55],[51,-79],[-14,-128],[55,13]],[[2348,7084],[130,31],[114,44]],[[2443,6725],[-16,146],[-89,-21]],[[7285,5634],[-96,-87]],[[7460,5816],[-33,-38]],[[7409,9463],[-14,-16],[-61,34],[-76,-46],[-39,18],[-33,-61]],[[7220,9676],[29,-17],[53,-84]],[[900,5551],[56,22],[13,130]],[[963,7132],[36,248],[91,-9],[27,214]],[[7093,2959],[62,67]],[[628,6596],[2,176],[-118,2]],[[774,6843],[-23,-96],[1,-133],[-96,5],[-28,-23]],[[6371,6811],[60,8],[-2,-37],[80,-10]],[[6343,6499],[-10,32],[-44,1],[-63,43]],[[6445,6301],[-40,43],[-23,99],[-38,16],[-1,40]],[[6519,6430],[-74,-129]],[[6540,6591],[-62,-98],[41,-63]],[[6509,6772],[-20,-59],[21,-104],[30,-18]],[[976,8643],[7,159],[-26,3],[7,156],[26,-3]],[[1270,8601],[-294,42]],[[990,8958],[293,-29]],[[6870,8032],[34,29],[54,-40]],[[7004,7706],[-51,66],[-74,172],[-9,88]],[[7181,7904],[25,-13]],[[6958,8021],[64,-46],[121,-52]],[[9929,3509],[8,-2]],[[9930,3671],[-2,5]],[[7684,8523],[1,7]],[[7657,8671],[-4,7]],[[4968,5733],[-47,-75],[-10,20],[-238,-230]],[[4940,6017],[28,-284]],[[6770,7111],[32,4],[29,45],[62,10]],[[6773,7059],[0,6]],[[6893,7170],[-14,-63]],[[6448,4029],[21,-193]],[[6150,3983],[218,55],[40,-20]],[[6452,3455],[16,-204],[-267,-55],[-25,2]],[[6469,3836],[-47,17],[30,-398]],[[6898,7294],[20,34],[39,-120]],[[6893,7170],[21,85],[-16,39]],[[6988,6981],[-49,15]],[[2071,8606],[-47,476]],[[2345,9058],[11,-122],[-12,-15],[33,-111],[28,-43],[1,-54],[41,-40],[44,-142]],[[932,7577],[46,153]],[[6869,7664],[67,-22]],[[6821,7484],[2,62],[46,118]],[[7000,7388],[4,-6]],[[6767,6963],[-18,-59],[22,-47]],[[6604,7111],[52,-88],[38,-28],[25,18]],[[4947,6037],[74,43],[83,25]],[[5057,5560],[-10,77],[-65,-17],[-14,113]],[[5188,5948],[20,-265],[-33,-9],[20,-98]],[[4258,7813],[-59,88]],[[6158,6238],[169,263],[16,-2]],[[6445,6301],[9,-15]],[[4824,8450],[-2,46]],[[7485,9170],[40,19]],[[7169,9078],[65,35],[14,36],[146,20]],[[7103,8739],[-77,83]],[[7254,5110],[42,13]],[[6455,9422],[144,-200],[42,-121]],[[1507,7994],[272,-97]],[[1496,7906],[11,88]],[[6487,4925],[26,24]],[[6264,4415],[-27,79]],[[5116,6266],[-19,45],[-10,116],[-26,83],[6,41]],[[5351,6463],[14,-30]],[[5650,5369],[103,21]],[[5596,4962],[-5,237]],[[5753,5390],[-13,-199],[-24,-180],[-1,-230]],[[7283,3331],[348,96]],[[7254,3142],[-42,169]],[[2983,7688],[200,-50]],[[6798,9050],[-64,25],[-74,-10]],[[990,8958],[8,195]],[[6540,6591],[93,132],[45,-11],[-26,-158],[-20,-7],[-45,-126],[-33,-48],[-35,57]],[[2265,5230],[25,184],[-7,63],[12,102]],[[2454,5570],[2,-68],[30,-109],[-16,-57]],[[4707,7029],[-19,5],[62,-448]],[[970,8450],[6,193]],[[1268,8571],[-13,-339],[-47,5]],[[6919,5611],[127,-1]],[[6976,5354],[-55,-49]],[[5335,4954],[78,2]],[[1939,5542],[42,60],[35,210],[13,-4]],[[1823,5295],[28,103],[43,29],[45,115]],[[5699,8844],[-10,-53],[37,-67],[3,-109],[-76,-81],[-60,-2]],[[6989,4151],[73,65],[77,-43],[33,153],[71,54]],[[7009,4011],[-20,140]],[[7025,4006],[-16,5]],[[5924,5380],[-63,40],[-78,-4],[-30,-26]],[[5936,5397],[-12,-17]],[[4529,5028],[1,-152],[-18,-5],[-5,-93],[16,-65]],[[483,6774],[-27,-76],[-6,-118],[-35,-5],[-7,-369]],[[4854,6474],[-11,-11]],[[6469,3836],[158,-51],[24,-67],[34,-31]],[[6565,3291],[-50,-2],[-15,162],[-48,4]],[[6575,6803],[-66,-31]],[[6868,8061],[2,-29]],[[6759,7820],[11,151]],[[6869,7664],[-16,127],[-73,-9],[-21,38]],[[4672,5130],[71,-422]],[[7030,8373],[-26,4],[-102,120]],[[2492,6352],[-39,-31],[-53,43],[-65,1],[-180,-44]],[[4764,5169],[62,7],[18,-113],[199,83]],[[628,6596],[-7,-403]],[[1788,5959],[21,-10],[18,-90],[117,-269],[-5,-48]],[[7677,4186],[87,131],[78,180]],[[575,7703],[152,508]],[[6612,2156],[7,131],[58,414],[106,-30]],[[6924,1555],[0,0]],[[7583,6035],[-13,-14]],[[1568,8435],[-61,-441]],[[5983,5115],[-64,247],[5,18]],[[5391,5434],[-5,-40],[-54,-86]],[[6146,8311],[51,50],[18,143],[-12,73]],[[6759,7820],[-59,-121],[-10,-57]],[[6485,5577],[7,-52],[74,-104]],[[2583,7428],[-67,-16],[-5,43],[-57,-15],[-2,28],[-66,-17]],[[6768,7071],[-1,5]],[[6733,7293],[-10,-110],[10,-54],[35,-31]],[[5601,8335],[209,224]],[[3823,5120],[-3,-369]],[[2717,4788],[-13,179]],[[7048,6031],[-1,2]],[[6463,3013],[1,2]],[[6465,3015],[6,-3]],[[1858,8005],[44,317]],[[596,8484],[124,-11]],[[7482,9542],[-11,-12]],[[7463,9521],[-13,-14]],[[6958,8021],[15,23],[31,151],[58,49]],[[6963,2821],[5,210],[-298,114]],[[6778,3322],[0,0]],[[5912,8530],[7,72],[25,6]],[[7009,4011],[-5,-131],[-23,-12],[-28,56],[-31,-36],[-52,-16],[4,67],[-18,59],[-44,-11],[-82,218],[33,129],[0,102],[-19,85]],[[6835,4473],[14,-119],[110,-139],[30,-64]],[[2743,5912],[-61,-13]],[[2913,6455],[45,-493]]]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment