Skip to content

Instantly share code, notes, and snippets.

@mikeskaug
Last active October 26, 2015 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeskaug/4540864bb185987d5820 to your computer and use it in GitHub Desktop.
Save mikeskaug/4540864bb185987d5820 to your computer and use it in GitHub Desktop.
Shaded Relief with AlbersUsa Projection
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/topojson/1.6.19/topojson.min.js"></script>
</head>
<body>
<script type="text/javascript">
var w = 900;
var h = 500;
var projection = d3.geo.albersUsa()
.translate([w/2-100, h/2+20])
.scale([850]);
var path = d3.geo.path()
.projection(projection);
var svg = d3.select("body")
.append("svg")
.attr("width", w)
.attr("height", h)
.append("g");
d3.json("us-land.json", function(error, us) {
if (error) throw error;
var defs = svg.append("defs");
defs.append("path")
.datum(topojson.feature(us, us.objects.land))
.attr("id", "land")
.attr("d", path)
.style("fill", "none");
svg.append("clipPath")
.attr("id", "clip1")
.attr("transform","translate(18,-48)")
.append("use")
.attr("xlink:href", "#land");
//append and clip the shaded relief bitmap
//scale factor and translation determined through trial and error
svg.append("image")
.attr("width", 900*0.8)
.attr("height", 600*0.8)
.attr("transform","translate(-18,48)")
.attr("clip-path", "url(#clip1)")
.attr("xlink:href", "lower48.png");
svg.append("clipPath")
.attr("id", "clip2")
.attr("transform","translate(-3,-368)")
.append("use")
.attr("xlink:href", "#land");
svg.append("image")
.attr("width", 300*0.62)
.attr("height", 202*0.62)
.attr("transform","translate(3,368)")
.attr("clip-path", "url(#clip2)")
.attr("xlink:href", "alaska.png");
svg.append("use")
.attr("xlink:href", "#land");
});
</script>
</body>
</html>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","transform":{"scale":[0.0029244398341163554,0.0018094734458088816],"translate":[-178.8716846945846,17.680841450221845]},"arcs":[[[35172,10428],[-8,0],[14,-77],[39,-70],[29,-117],[-52,108],[-23,42],[36,-99],[-36,12],[-73,102],[4,-41],[54,-80],[-36,-15],[-41,51],[32,-61],[-21,-2],[-69,53],[51,-58],[-63,-5],[28,-9],[-36,-34],[-61,33],[-10,46],[14,83],[-33,35],[-55,23],[52,-25],[21,-64],[-11,-51],[25,-90],[-7,-36],[104,32],[11,-28],[68,35],[37,-2],[6,-168],[-41,5],[51,-15],[9,122],[60,19],[21,-22],[5,-143],[-41,-23],[-11,30],[2,-34],[-51,-91],[-41,-42],[-35,7],[-47,44],[-27,-31],[-40,76],[33,-4],[-2,38],[-49,-32],[22,-69],[-138,53],[-38,41],[-3,-4],[45,-65],[118,-51],[3,-36],[38,22],[4,-53],[-56,-29],[36,-11],[-17,-41],[-70,-60],[-49,44],[3,24],[-32,25],[-35,-34],[7,0],[25,15],[49,-82],[72,-29],[4,40],[85,17],[-13,-33],[64,10],[-59,-79],[-21,-51],[-22,-1],[-16,50],[-25,-53],[-68,5],[-70,-29],[-20,51],[15,-33],[-79,-99],[-60,-48],[-75,-81],[7,0],[1,-1],[-49,-78],[-21,-54],[-13,77],[1,-120],[-23,-48],[-47,14],[-91,-8],[-45,-18],[-5,6],[-1,2],[3,-14],[-84,-62],[-65,-95],[-50,-107],[-11,-70],[-32,33],[28,-77],[-26,-18],[-46,24],[44,-32],[-51,-60],[-50,-2],[-65,-91],[-35,-44],[-16,10],[38,82],[-44,-58],[-9,44],[7,-86],[19,-2],[-39,-73],[-89,-48],[-32,-19],[-26,59],[3,-53],[-56,32],[4,-35],[-65,24],[-20,-29],[-8,44],[1,-63],[-1,-24],[2,-3],[-3,-5],[-7,-12],[32,-47],[-23,-78],[-39,-13],[-5,-30],[-53,23],[25,-21],[10,-65],[27,-29],[-19,-28],[-54,42],[-29,-24],[31,-21],[-6,-69],[-55,45],[33,-41],[5,-32],[-48,-13],[44,-14],[8,-29],[-46,-16],[-1,-102],[17,-22],[-65,9],[1,-1],[9,-4],[20,-25],[-26,-60],[9,-77],[-40,24],[38,-73],[-20,-121],[-36,-6],[61,-10],[-4,-101],[-19,27],[-36,-3],[48,-21],[2,-58],[-59,-12],[0,-43],[-33,-28],[11,-42],[-25,-41],[26,1],[-8,-44],[35,-42],[2,-69],[17,-36],[-33,-54],[-15,-131],[9,-37],[9,-52],[30,-48],[9,60],[-15,27],[-36,47],[-1,85],[30,13],[-11,50],[34,32],[-21,72],[12,43],[-40,50],[27,38],[-23,3],[12,56],[-14,26],[18,60],[58,-18],[4,-57],[43,-191],[-3,-33],[32,-98],[-2,0],[-8,-6],[48,-129],[8,-42],[101,-309],[51,-72],[-34,72],[2,0],[54,-113],[18,-72],[-21,-25],[-1,91],[-36,-108],[-9,3],[-1,113],[-21,18],[18,45],[-36,48],[-5,0],[19,-132],[47,-199],[56,-181],[-2,-17],[42,-97],[7,-56],[42,-162],[-18,-18],[0,-12],[46,-46],[22,-86],[-7,0],[-1,0],[-5,0],[-3,0],[22,-15],[7,-213],[-9,-131],[-15,-191],[-2,-42],[-22,-78],[-37,-73],[-15,-86],[10,-56],[-40,-74],[-2,0],[-18,-13],[0,-2],[-24,18],[-48,-44],[-55,8],[-14,-20],[-63,-13],[-30,58],[13,67],[22,-48],[36,-29],[21,27],[-30,53],[-43,4],[-32,84],[-23,102],[29,18],[-26,25],[-10,-40],[-16,59],[-56,55],[-28,-5],[-49,57],[-23,54],[-15,130],[-8,74],[-58,36],[-16,83],[9,50],[-13,79],[37,30],[-45,1],[-12,-24],[-34,44],[0,-3],[24,-35],[12,-77],[-52,27],[-18,55],[-31,62],[-42,183],[-42,49],[29,22],[18,71],[57,96],[-36,55],[6,-53],[-21,9],[2,53],[-41,46],[-24,-46],[42,-39],[-14,-88],[-36,26],[-36,61],[18,70],[3,101],[39,144],[13,145],[-18,20],[-1,98],[-22,49],[-1,0],[2,35],[-28,52],[-78,13],[-16,81],[-22,3],[-22,57],[-57,60],[4,72],[-49,27],[-34,89],[-50,58],[-72,60],[-29,2],[-97,-20],[1,-51],[-32,1],[33,-39],[-62,5],[-126,-97],[-50,24],[0,-1],[19,-34],[-76,-12],[-33,-3],[4,61],[-30,70],[-102,108],[22,2],[39,-50],[40,-2],[0,3],[-31,-1],[-14,49],[-25,-3],[-47,38],[-1,-34],[-89,80],[-137,61],[0,10],[100,-4],[-52,53],[-47,-18],[-20,32],[-51,-61],[-67,3],[-129,-31],[81,57],[-27,28],[-17,-31],[-31,73],[-7,-20],[2,-62],[-32,-48],[-67,-20],[13,52],[29,15],[-32,30],[15,-21],[-58,-97],[-96,-24],[-44,4],[76,30],[-55,67],[2,73],[-13,95],[-27,17],[-1,12],[7,11],[-35,-158],[-1,-68],[-99,5],[-29,-38],[-22,38],[-70,-21],[-46,43],[-139,-68],[-17,38],[4,-38],[-67,-69],[-34,-13],[-36,-52],[-45,-32],[22,-39],[23,14],[8,-47],[34,-1],[9,67],[46,38],[7,-68],[8,-21],[26,-17],[-30,-25],[22,-20],[-42,12],[9,-33],[-71,0],[37,-54],[-4,4],[-2,0],[-27,-5],[-2,-14],[-31,-9],[25,-55],[44,-36],[-14,-23],[66,-7],[46,-50],[17,25],[38,-90],[-7,-50],[-31,-35],[-21,17],[-55,-72],[52,113],[-17,46],[-45,-18],[-17,78],[-37,35],[-63,-2],[-7,18],[-20,17],[-36,6],[-51,50],[4,56],[-20,18],[4,-61],[-22,-29],[61,-50],[-1,-58],[-11,-14],[7,-51],[-9,-22],[-45,-45],[-15,30],[-32,93],[-18,-49],[0,8],[0,3],[2,10],[2,2],[-65,28],[3,-39],[-10,-17],[-10,7],[-25,-51],[-43,3],[-37,15],[46,40],[-40,24],[-10,32],[-32,-82],[-29,24],[2,58],[-44,60],[15,78],[-34,-55],[-32,36],[-49,-18],[0,62],[-26,-3],[-2,64],[-77,-3],[10,51],[-49,2],[-4,-21],[-63,-52],[22,-1],[-2,-46],[-65,-46],[-109,26],[-112,68],[-79,37],[-106,-1],[-88,-18],[-32,-24],[-60,-7],[-117,-65],[-5,-4],[-133,-88],[66,75],[33,14],[-26,8],[-66,-25],[15,128],[-37,20],[-24,-68],[-19,6],[-30,17],[-20,63],[-9,-32],[40,-50],[-12,-72],[37,-29],[-14,-16],[24,-49],[-8,-43],[-13,8],[-39,-63],[-32,-10],[-30,-106],[-56,-69],[-36,-22],[-63,-53],[-33,10],[-50,-28],[-9,-40],[88,53],[-216,-156],[99,81],[24,39],[-64,-28],[-55,21],[-23,18],[-13,18],[-2,-55],[-39,18],[-9,36],[-28,8],[-1,0],[0,0],[0,-11],[17,-58],[73,-85],[-86,-66],[-47,69],[-25,-18],[23,-53],[-2,-24],[0,-28],[-4,-2],[-11,-18],[-40,-36],[-20,44],[-77,-77],[28,-8],[-9,-41],[1,-2],[54,79],[-1,-45],[-37,-71],[0,-1],[-2,-5],[-17,-39],[-28,32],[-74,-23],[35,1],[20,-68],[26,-12],[-25,-75],[-30,-133],[-32,-25],[14,72],[-50,-48],[-41,54],[24,-71],[-39,-2],[44,-4],[35,-26],[42,19],[-9,-82],[-7,-55],[-30,-23],[3,-83],[26,-37],[10,-87],[6,-47],[0,-41],[-7,-17],[19,0],[33,-119],[-6,-39],[35,-33],[-14,-54],[-43,-32],[1,-38],[-50,26],[-64,83],[-53,18],[-113,-9],[-66,58],[-21,37],[-48,18],[-30,-10],[-44,70],[-105,33],[6,28],[-26,53],[-34,150],[-61,98],[7,85],[-9,50],[-18,41],[9,77],[-39,88],[-41,11],[-56,78],[-19,101],[-19,6],[-34,86],[-43,27],[-28,48],[-36,167],[-33,40],[-17,93],[-36,64],[-5,78],[-37,50],[-7,37],[-72,68],[-19,52],[-68,44],[-14,57],[-52,80],[-29,-16],[-76,13],[-122,6],[-70,48],[-23,-65],[-44,13],[-51,-22],[-49,-124],[-23,-91],[-3,-80],[-36,-15],[-55,-117],[-96,41],[-42,62],[-56,13],[-25,45],[-61,18],[-38,28],[-62,92],[-25,4],[-59,68],[-58,149],[-3,147],[-59,117],[-4,66],[-37,66],[-80,97],[-62,30],[-55,72],[-17,53],[-57,45],[-33,67],[-44,55],[-76,51],[-55,140],[-50,28],[-263,0],[-312,0],[0,-249],[-288,-1],[-482,1],[-210,-1],[-100,52],[-673,339],[-506,251],[2,68],[31,57],[-475,-56],[-348,-46],[2,76],[-39,25],[-16,58],[10,29],[-26,133],[-65,125],[-27,25],[-65,85],[-74,63],[-38,50],[-37,14],[-23,-36],[-42,19],[7,55],[-23,69],[-29,41],[-65,-3],[-25,-18],[-48,25],[-91,55],[-22,67],[-68,59],[-31,23],[-106,-5],[-44,30],[-99,6],[-60,-13],[-14,42],[-46,31],[15,71],[-3,74],[-21,34],[8,40],[-1,95],[-36,7],[-48,52],[24,46],[-21,53],[-40,15],[-54,95],[-42,18],[-21,72],[-40,52],[-9,51],[-28,24],[-49,93],[-62,61],[-27,152],[54,51],[5,102],[-46,67],[-57,-12],[-64,84],[-39,49],[2,91],[-39,88],[4,104],[-4,40],[35,16],[6,-56],[12,-64],[33,-11],[51,-59],[44,-2],[-42,23],[-19,92],[-56,71],[5,55],[-25,36],[43,50],[38,-17],[46,19],[96,-21],[44,45],[8,-33],[3,37],[-38,-12],[9,53],[-50,-66],[-43,-6],[-43,45],[-27,-50],[-35,15],[-19,48],[-3,0],[18,-44],[-54,43],[0,2],[-29,-26],[-19,26],[20,-29],[-5,-98],[22,-25],[-31,-36],[-45,52],[-14,-10],[-59,72],[-46,-9],[20,85],[39,-43],[-57,117],[-43,85],[-70,64],[-68,112],[-67,83],[14,62],[-48,176],[19,102],[-5,66],[-23,100],[-58,92],[-30,57],[-86,86],[-16,101],[48,142],[16,-8],[38,189],[-16,26],[32,216],[-33,151],[-32,24],[15,120],[-49,58],[-25,128],[13,133],[-9,47],[-32,40],[-14,60],[24,63],[33,174],[56,188],[21,140],[15,228],[11,78],[5,226],[21,47],[2,74],[23,199],[-12,209],[-8,90],[23,35],[-32,121],[37,-26],[49,13],[60,-11],[32,27],[46,-51],[51,17],[0,2],[-22,-14],[-61,65],[-93,12],[-51,-28],[-49,42],[-21,-26],[20,173],[5,-115],[19,2],[20,95],[-22,36],[41,57],[-54,-7],[-34,49],[-14,61],[31,-6],[77,36],[-113,35],[-28,144],[-29,40],[-12,99],[-27,120],[-61,72],[-41,159],[32,121],[84,-55],[49,-13],[92,-55],[93,2],[107,-30],[95,21],[65,-48],[33,38],[70,-136],[-23,-11],[-31,-90],[-13,73],[-30,-96],[-27,-32],[-12,-47],[37,55],[55,26],[24,73],[54,62],[13,-93],[-25,5],[-16,-102],[38,-32],[-19,-59],[-11,-82],[-30,18],[16,64],[-3,0],[-32,-36],[-11,-94],[-24,42],[10,64],[-43,-44],[-7,-43],[-44,-58],[46,41],[-20,-54],[33,0],[30,57],[41,-44],[38,48],[18,73],[39,2],[32,16],[-33,126],[28,15],[-34,32],[15,64],[31,95],[37,47],[-51,35],[-17,73],[-29,-30],[34,-49],[-45,26],[-7,64],[44,0],[7,26],[-92,63],[-17,45],[30,17],[45,-37],[-2,104],[-1,54],[-53,18],[-59,91],[21,35],[341,-3],[311,2],[271,-1],[418,0],[218,0],[263,1],[135,-1],[337,1],[451,0],[226,-1],[641,0],[316,-1],[180,1],[429,1],[428,-1],[362,0],[365,0],[360,0],[345,0],[380,0],[314,0],[179,0],[449,0],[225,0],[180,0],[359,1],[246,0],[282,-1],[370,0],[58,0],[0,213],[67,-8],[45,-42],[49,-227],[-3,-58],[35,-34],[54,-9],[42,5],[29,-33],[128,-11],[19,-63],[112,17],[0,25],[88,28],[41,-8],[123,-49],[32,2],[-26,-44],[70,-9],[47,-125],[34,15],[3,59],[70,2],[17,-52],[71,-34],[30,-47],[52,-5],[-3,-36],[109,22],[75,58],[49,32],[50,-84],[208,9],[89,-69],[36,20],[70,-16],[-142,-90],[-158,-55],[-100,-58],[-100,-89],[-155,-187],[-108,-103],[-103,-84],[-37,-71],[32,46],[37,-34],[62,5],[92,36],[102,46],[50,10],[82,58],[38,-35],[-44,-79],[11,-31],[-26,-63],[77,44],[52,-45],[46,-10],[134,61],[46,50],[35,29],[127,14],[60,35],[42,48],[63,20],[16,39],[88,70],[1,-54],[39,-11],[21,-95],[-6,-103],[78,99],[67,-11],[78,-11],[62,-43],[21,-52],[83,-124],[73,0],[33,21],[70,-53],[22,23],[39,-37],[60,78],[111,66],[93,10],[131,-5],[84,41],[96,7],[-25,-44],[-2,-111],[70,-24],[68,22],[13,-39],[86,49],[28,-39],[26,-100],[-13,-48],[34,8],[17,-47],[59,-61],[-73,0],[-35,1],[-5,0],[-145,38],[-29,-60],[-4,-58],[-87,93],[-144,52],[-31,-5],[-47,-69],[-72,0],[-16,-27],[-51,25],[-85,-25],[-20,-74],[-31,-16],[-85,-59],[60,110],[-85,6],[-31,-83],[-57,19],[-45,-44],[-32,-63],[-59,-142],[-62,-106],[-4,-65],[-46,-10],[-47,-77],[-30,-82],[-1,0],[-1,0],[-18,-63],[40,-16],[57,60],[9,18],[43,88],[70,39],[58,144],[40,15],[18,56],[29,0],[-71,-181],[-5,-51],[-39,-49],[-19,-61],[-37,-92],[-21,-101],[1,-93],[-35,-28],[-30,-119],[10,-113],[-31,-80],[-40,-159],[6,-35],[22,-194],[23,-32],[-15,-64],[0,-97],[-10,-105],[25,-83],[27,-43],[25,-128],[29,-75],[30,-30],[73,-16],[99,48],[37,27],[71,76],[44,117],[43,74],[30,98],[23,192],[-6,122],[-16,72],[-64,196],[-27,100],[37,91],[-28,122],[42,77],[45,105],[8,83],[-2,102],[57,41],[1,65],[45,39],[46,-7],[63,129],[18,-70],[-27,-99],[2,-58],[15,-5],[42,122],[-18,-133],[29,62],[27,140],[-9,53],[8,38],[56,47],[36,2],[60,31],[-39,7],[-29,73],[61,88],[71,34],[93,-74],[88,-15],[32,-66],[69,-12],[46,-43],[68,-33],[27,5],[39,-48],[-2,-35],[26,-84],[-39,4],[0,-74],[36,-38],[17,-81],[-16,-111],[-8,-100],[-57,-32],[-20,-60],[-4,-64],[-34,-31],[-56,1],[-23,-46],[-1,-130],[73,-48],[62,81],[17,-4],[70,136],[72,19],[42,33],[64,-42],[37,-88],[9,-79],[24,-140],[12,-148],[29,-107],[-20,-48],[-14,-145],[-44,3],[-21,30],[-38,-39],[-18,-91],[-10,-37],[-61,-39],[-30,-79],[-11,-75],[-90,-137],[-7,-30],[1,0],[3,0],[2,0],[3,0],[99,-60],[67,-57],[47,37],[36,-47],[-106,-25],[-6,0],[-2,0],[55,-15],[68,19],[68,-46],[53,25],[115,49],[15,-6],[76,-10],[88,80],[70,73],[96,50],[165,68],[65,33],[194,129],[74,52],[78,76],[62,38],[30,66],[67,54],[-20,93],[10,38],[-64,34],[2,98],[88,33],[116,27],[161,-4],[81,-13],[65,-56],[67,20],[77,8],[53,-16],[93,44],[36,43],[70,58],[60,3],[18,83],[-4,0],[-2,0],[-11,79],[-23,9],[59,32],[-28,45],[24,51],[-49,-33],[-40,56],[30,48],[154,113],[32,62],[165,184],[107,75],[84,6],[239,0],[234,9],[52,1],[218,-3],[224,0],[136,3],[48,141],[26,18],[47,-33],[21,36],[27,22],[59,-38],[3,68],[64,-10],[-29,71],[58,86],[58,38],[-11,32],[53,53],[-19,72],[27,70],[-19,25],[35,88],[46,37],[11,87],[9,67],[264,422],[62,-18],[1,-100],[48,-38],[100,39],[10,22],[69,0],[5,37],[44,0],[96,-87],[56,-72],[3,-621],[-9,-145],[68,-41],[63,-15],[-27,-49],[25,-54],[-20,-61],[50,-86],[18,33],[43,-15],[43,-114],[20,-81],[-73,-89],[-108,-4],[-20,-59],[-31,19],[-18,-41],[-25,62],[-22,-23],[-18,-92],[-30,58],[-24,-93],[-15,79],[-75,34],[19,-35],[-57,-40],[4,52],[-50,-50],[15,-97],[-102,99],[22,57],[-29,63],[10,32],[-1,0],[-17,-47],[22,-18],[-8,-56],[-64,-18],[22,-42],[-28,-59],[-25,-94],[10,-17],[-49,-65],[-51,19],[5,28],[-11,34],[-41,-133],[-19,33],[-36,-23],[3,90],[-23,-43],[-18,-25],[23,-38],[-20,-34],[-3,0],[-18,120],[8,24],[17,63],[-1,0],[-23,-75],[-33,-46],[19,16],[12,12],[18,-125],[-26,-22],[-9,105],[-5,-59],[-18,43],[-68,-36],[-37,-69],[20,-61],[-54,-16],[-29,-100],[-38,-16],[-42,-142],[-53,36],[-20,-29],[23,20],[37,-42],[-37,-94],[16,-90],[62,-38],[-21,-27],[-80,-30],[-3,-43],[-30,-16],[-23,-21],[-8,-1],[3,-12],[0,0],[9,-48],[37,-19],[36,9],[14,-13],[49,-85],[-24,-44],[59,-45],[0,-64],[40,-35],[50,-11],[94,45],[-42,135],[49,-63],[13,-96],[-26,-53],[-129,-25],[-33,-40],[-62,-12],[18,120],[-35,-6],[-12,-46],[-29,-13],[-29,-50],[-66,-23],[-25,-22],[-1,120],[-10,21],[-12,-38],[-31,60],[-14,7],[-13,-63],[4,-100],[-22,-54],[-128,-37],[3,13],[-53,-12],[-59,8],[-51,-24],[-36,80],[25,-85],[-65,-4],[1,-1],[3,-3],[-137,2],[-58,-48],[-1,33],[-24,-35],[-87,-62],[-77,-35],[0,-9],[-46,-51],[-2,-37],[-39,-11],[-34,-53],[30,98],[5,20],[15,89],[-3,62],[-36,74],[-2,0],[27,-99],[1,-80],[-30,-109],[-26,-76],[-26,-11],[9,51],[-14,-27],[-17,-50],[-22,-59],[17,-21],[76,-22],[9,-59],[-20,-111],[-22,11],[22,-12],[-19,-161],[-6,66],[-31,-102],[13,-23],[-62,-77],[-25,-2],[-1,-2],[2,-107],[-84,-41],[9,-21],[-53,-139],[-27,-33],[-37,0],[24,84],[-4,47],[-88,32],[-67,61],[-14,20],[-2,1],[-1,2],[-43,60],[1,1],[-6,60],[-1,13],[45,86],[101,55],[27,58],[-2,2],[-29,-58],[-25,-10],[-71,-35],[-65,-106],[18,-30],[-9,-56],[25,-53],[38,-59],[3,-110],[28,-59],[43,-82],[33,-1],[-2,-99],[17,-94],[-7,0],[-6,0],[-7,-29],[-16,-84],[-37,-24],[-40,-104],[-29,-65],[15,-8],[-63,-101],[-7,-72],[-58,-38],[-42,-107],[-19,-106],[-18,79],[32,161],[32,3],[-35,4],[50,114],[36,37],[23,87],[-1,1],[-93,-40],[14,81],[0,55],[-32,-23],[53,77],[-35,-21],[-4,34],[27,73],[-45,-95],[-71,39],[-23,14],[-33,70],[27,37],[-7,37],[37,7],[41,-32],[37,63],[-21,43],[23,23],[-29,-39],[21,-28],[-24,-53],[-49,59],[-59,35],[26,56],[31,-54],[-8,52],[29,43],[-29,-24],[-2,49],[21,65],[54,88],[-46,-75],[-20,17],[-17,-48],[-17,52],[56,123],[96,2],[-71,8],[24,94],[-36,-9],[-10,-59],[-51,-38],[10,56],[-46,-41],[8,-31],[-31,-73],[-36,19],[-18,-18],[2,-1],[15,1],[37,-65],[-33,-9],[44,-35],[-28,-16],[2,-39],[-29,-78],[9,-32],[4,-99],[46,-81],[-13,-37],[-75,81],[-20,110],[-1,-68],[1,-25],[73,-97],[55,-100],[-1,-49],[-42,59],[-88,70],[-13,-32],[-43,90],[10,-68],[-28,13],[-41,85],[-56,-47],[-23,68],[67,115],[21,66],[-27,54],[16,-37],[-1,-28],[3,-39],[-39,-44],[-29,16],[-20,-91],[-8,-92],[30,-3],[66,38],[5,-74],[65,-57],[78,-9],[31,-57],[-20,-16],[35,0],[80,-73],[-37,-101],[0,-44],[-63,22],[-28,81],[-29,8],[-67,93],[-13,50],[-43,46],[-1,-1],[3,-30],[43,-21],[3,-53],[43,-44],[38,-69],[52,-87],[80,-30],[-43,-25],[-43,31],[38,-32],[25,7],[38,-47],[-9,-70],[-56,77],[18,-104],[-39,-9],[-68,112],[-32,77],[-57,-3],[49,-19],[22,-51],[28,-49],[19,-34],[78,-62],[-8,-31],[18,14],[-7,-28],[38,-16],[-40,-52],[-82,76],[6,23],[-11,27],[-78,14],[-2,70],[-1,-60],[-47,28],[-82,4],[3,35],[-23,2],[-1,-43],[22,-9],[54,8],[29,-40],[72,-16],[43,-36],[7,-56],[57,-46],[-13,-26],[-3,-37],[43,31],[8,-32],[-6,-14],[37,10],[17,1],[6,1],[6,-2],[-41,23],[1,49],[49,-23],[65,-5],[43,-200],[32,-176],[70,-204],[-58,99],[-13,105],[-15,33],[-24,143],[-18,93],[-13,-93]],[[19147,17062],[18,-70],[-41,21],[23,49]],[[19054,17101],[46,-35],[-7,-57],[-34,23],[-5,69]],[[19139,17151],[54,-30],[-70,-35],[-22,31],[38,34]],[[19245,16975],[29,-53],[-51,-9],[-27,-32],[43,-10],[23,-106],[6,44],[50,-34],[0,-71],[-79,69],[-2,70],[-53,37],[36,98],[25,-3]],[[19264,16589],[18,-62],[-32,7],[14,55]],[[19297,16428],[-30,-34],[18,92],[12,-58]],[[37685,14694],[8,-60],[-31,34],[23,26]],[[37809,14787],[39,-36],[-52,-83],[-31,50],[44,69]],[[30898,16361],[30,46],[71,44],[125,14],[48,-40],[-84,-8],[6,-23],[-99,-80],[-62,-123],[-8,64],[-62,18],[-4,55],[39,33]],[[30850,16829],[79,32],[-92,-103],[-107,-53],[18,-16],[-72,-31],[-20,49],[194,122]],[[32589,15607],[-96,23],[60,40],[-15,37],[46,-7],[37,-57],[-32,-36]],[[32373,15946],[23,-4],[-20,-64],[-33,42],[30,26]],[[32248,15549],[71,-25],[-47,-20],[-24,45]],[[31916,15513],[15,-79],[-44,-14],[29,93]],[[31770,15133],[-33,21],[23,28],[10,-49]],[[30180,16134],[15,-15],[-74,-53],[59,68]],[[34152,14028],[35,-21],[-15,-37],[-20,58]],[[35940,12677],[8,10],[-39,7],[-6,-37],[-56,15],[27,70],[17,30],[56,-6],[11,49],[50,26],[36,-31],[-12,35],[95,-9],[21,33],[132,-1],[46,9],[111,89],[-55,-85],[-45,-41],[36,-11],[46,57],[66,27],[25,-30],[67,52],[11,-19],[-191,-108],[-24,14],[-49,-47],[-29,10],[-52,-40],[-48,3],[-43,-28],[-29,11],[-66,-33],[-107,-35],[-10,14]],[[35834,12693],[-10,-53],[-49,-31],[22,81],[37,3]],[[37024,13137],[45,-57],[-94,-8],[13,55],[36,10]],[[37225,13082],[15,-55],[-52,-6],[37,61]],[[36812,13240],[-10,-83],[-26,15],[36,68]],[[20113,9039],[28,-52],[-51,-26],[-40,63],[63,15]],[[20163,9060],[120,-43],[-56,-20],[-44,3],[-20,60]],[[20290,8623],[34,-28],[-37,-1],[3,29]],[[20613,8483],[75,-106],[-44,7],[-31,99]],[[20608,8730],[81,-39],[15,-60],[-45,13],[-18,61],[-33,25]],[[35081,11772],[-33,-72],[22,102],[11,-30]],[[35169,11215],[5,3],[4,-14],[-3,0],[-6,11]],[[35169,11215],[0,-11],[-2,0],[2,11]],[[35261,9678],[79,42],[19,172],[-6,51],[8,-44],[-24,-205],[-75,-19],[-1,3]],[[28771,6442],[-21,-30],[-110,-106],[90,114],[41,22]],[[28054,5763],[13,44],[28,4],[38,49],[66,35],[-149,-143],[4,11]],[[28039,5742],[-40,-81],[5,43],[35,38]],[[27869,5093],[-7,143],[6,49],[4,19],[1,52],[38,116],[9,-3],[-43,-165],[-10,-98],[2,-113]],[[27938,5550],[31,58],[-42,-118],[11,60]],[[27891,4957],[6,-28],[11,-51],[-2,4],[-24,25],[9,22],[-9,42],[9,-14]],[[27891,4957],[-17,41],[-8,90],[3,5]],[[27869,5093],[22,-136]],[[33561,8063],[19,-30],[-49,-59],[30,89]],[[33585,8189],[33,-4],[34,-46],[-36,-29],[-20,-54],[-17,59],[6,74]],[[33554,8211],[21,-10],[6,-123],[-34,42],[-15,57],[22,34]],[[33425,7831],[29,-18],[-32,-53],[-15,52],[18,19]],[[33465,7951],[28,-33],[-26,-29],[-2,62]],[[33422,7745],[-16,-76],[-5,60],[21,16]],[[33353,7530],[2,1],[12,-51],[-34,-45],[-13,38],[15,61],[18,-4]],[[33399,7658],[-27,-88],[-17,55],[44,33]],[[33327,7324],[-25,-110],[-10,81],[35,29]],[[29741,6606],[63,-45],[-46,-41],[-62,49],[45,37]],[[30487,6464],[14,-39],[-49,4],[35,35]],[[29967,6459],[25,-27],[-13,-54],[-37,46],[25,35]],[[31483,7022],[-40,-9],[0,2],[41,10],[-1,-3]],[[33320,6948],[0,79],[17,-79],[26,-168],[-43,168]],[[33430,6491],[-37,135],[1,0],[38,-135],[-2,0]],[[32060,6636],[6,-30],[-43,25],[37,5]],[[33071,4987],[34,-115],[-12,-4],[-22,119]],[[33718,4237],[-50,-131],[-44,-59],[64,111],[30,79]],[[7475,1935],[33,-8],[70,-10],[-56,-57],[-65,30],[-84,0],[19,68],[83,-23]],[[7872,1430],[90,-82],[45,-12],[60,-44],[68,-95],[-3,-62],[30,1],[7,-52],[60,-68],[-58,-95],[-53,-41],[-55,-5],[-75,-75],[-49,-114],[-77,63],[-13,45],[11,125],[-36,161],[-24,51],[42,67],[39,99],[-23,53],[-2,60],[16,20]],[[6660,2513],[28,-25],[-6,-122],[-39,-52],[-65,26],[-42,35],[-9,48],[21,47],[48,40],[64,3]],[[6425,2385],[3,-53],[-28,-20],[-16,-48],[-9,58],[50,63]],[[7485,1795],[30,-9],[30,-58],[-10,-26],[-43,-16],[-32,99],[25,10]],[[7626,1615],[6,-37],[-43,-18],[1,29],[36,26]],[[7615,1852],[42,-74],[54,27],[32,-11],[39,-57],[39,-17],[4,-47],[-20,-30],[-87,-39],[-48,12],[-7,96],[-56,18],[-21,39],[7,69],[22,14]],[[7144,2227],[50,-102],[-3,-36],[27,1],[38,-90],[-49,-24],[-33,42],[-72,-21],[-60,155],[53,5],[49,70]],[[122270,18769],[100,-35],[11,-26],[88,-79],[-76,36],[-43,51],[-108,51],[28,2]],[[22,18876],[12,-49],[-34,19],[22,30]],[[886,18891],[-3,-67],[-38,-3],[-8,63],[49,7]],[[919,18902],[53,-22],[-22,-29],[-42,12],[11,39]],[[985,18918],[9,-37],[-52,23],[43,14]],[[267,18922],[43,-1],[14,-34],[94,-21],[-58,-17],[-11,-58],[-52,-25],[-36,39],[54,32],[-91,51],[43,34]],[[569,18806],[-22,-18],[-41,31],[-105,-11],[137,37],[32,22],[2,58],[52,-15],[-28,-35],[3,-53],[-30,-16]],[[122194,18960],[39,-24],[-30,-25],[-9,49]],[[784,18968],[-16,-94],[68,2],[-14,-59],[-76,-21],[-30,-33],[-19,51],[-33,-73],[-19,35],[43,49],[-18,35],[71,-10],[-36,76],[79,42]],[[122594,18981],[41,-29],[-40,-55],[-44,12],[-13,48],[56,24]],[[936,19029],[44,-25],[-18,-35],[-44,-3],[18,63]],[[121898,19040],[16,-35],[-36,-47],[0,-40],[-69,-3],[-13,-45],[-39,38],[60,46],[36,4],[45,82]],[[1830,19050],[-11,-19],[68,-17],[61,13],[74,-9],[-169,-25],[-81,14],[-49,-18],[-62,33],[42,22],[30,-21],[97,27]],[[2203,19180],[43,-31],[-38,-29],[-66,-14],[10,53],[51,21]],[[1616,19197],[55,-55],[-26,-51],[-46,-17],[36,-31],[-104,-25],[-117,-48],[-51,20],[-115,-20],[127,53],[82,5],[93,41],[36,47],[-43,24],[30,49],[43,8]],[[120576,19250],[-7,-86],[-37,22],[-89,4],[84,54],[49,6]],[[2807,19352],[34,-13],[-14,-40],[-63,-34],[-10,53],[53,34]],[[3115,19459],[30,-40],[-20,-24],[-88,45],[78,19]],[[120264,19520],[94,-5],[53,-71],[57,-7],[-87,-33],[-39,23],[-53,-48],[-58,26],[21,49],[-64,-10],[10,34],[-67,-2],[68,46],[65,-2]],[[3346,19427],[112,137],[-12,44],[65,65],[91,2],[-33,24],[10,54],[62,60],[75,19],[75,-29],[-20,-70],[-146,-80],[-64,-103],[-215,-123]],[[4368,19985],[-48,-73],[-24,42],[72,31]],[[4176,20079],[27,-97],[60,81],[48,-4],[8,-54],[-38,-11],[-64,-80],[72,38],[22,-47],[-83,-26],[-19,-46],[-34,18],[5,-56],[-49,8],[-226,-106],[-57,-41],[-80,37],[129,73],[135,36],[-28,52],[58,10],[-19,44],[115,14],[-107,16],[-42,60],[43,50],[124,31]],[[3121,21517],[93,-7],[-36,-36],[-57,43]],[[2992,21861],[-54,-59],[-48,34],[102,25]],[[4744,20148],[15,-33],[-67,-1],[-17,22],[69,12]],[[4425,20194],[90,-49],[-71,-53],[-59,4],[-13,71],[53,27]],[[4580,20235],[-21,-44],[44,-2],[-48,-55],[-41,64],[22,36],[44,1]],[[5499,20343],[84,-45],[-79,-1],[-5,46]],[[5668,20616],[21,-56],[-29,-31],[-36,52],[44,35]],[[5165,20654],[78,0],[33,-46],[41,-122],[46,13],[26,-44],[-60,2],[-15,28],[-31,-52],[-56,-23],[-75,13],[-101,-10],[-79,-47],[-7,-37],[-99,-41],[-70,14],[-34,64],[9,40],[72,31],[49,119],[44,31],[65,-15],[120,74],[44,8]],[[5834,20723],[61,-39],[-34,-29],[-57,60],[30,8]],[[6622,20750],[4,-50],[-53,-48],[49,98]],[[6505,20768],[-7,-91],[-85,-61],[2,97],[48,-23],[11,74],[31,4]],[[6335,20825],[3,-66],[-64,41],[61,25]],[[6210,20847],[12,-55],[33,6],[42,-69],[-23,-32],[-113,42],[5,73],[44,35]],[[6365,20879],[28,-34],[-59,11],[31,23]],[[6831,21658],[0,-38],[95,-24],[-25,120],[26,48],[104,125],[79,45],[51,59],[72,49],[55,-55],[-15,86],[-31,-6],[-4,62],[36,199],[24,44],[42,5],[-51,87],[25,84],[73,71],[71,64],[26,90],[-15,37],[-44,-52],[-134,-59],[-202,-77],[-60,21],[-12,41],[-73,42],[24,108],[-42,-47],[-54,-16],[-9,-84],[-98,59],[62,-42],[48,-110],[23,-44],[-68,-52],[-53,26],[-116,180],[-87,44],[9,52],[-37,-13],[-24,-60],[-38,-15],[-34,57],[-81,7],[-11,71],[-35,19],[-159,-104],[-65,-16],[-12,-9],[-91,-48],[-17,-44],[-131,-56],[-11,38],[-127,13],[105,36],[76,49],[-38,5],[-13,94],[83,71],[-89,5],[-25,-27],[-47,86],[24,86],[84,66],[-54,74],[-34,91],[-42,44],[-51,110],[17,34],[-95,93],[49,37],[35,112],[-16,18],[-50,-125],[-53,-29],[38,-76],[-8,-90],[-50,-32],[-200,-73],[-186,-25],[-124,23],[-32,62],[33,13],[-93,58],[-86,92],[-11,35],[47,47],[-13,39],[49,11],[-23,43],[45,2],[34,46],[50,10],[29,52],[85,-3],[-1,-97],[52,8],[74,74],[-47,46],[-129,25],[78,4],[48,30],[-73,8],[-59,-40],[-16,104],[-56,-55],[24,-38],[-152,-17],[-27,45],[-66,-19],[-21,28],[-91,-14],[-21,33],[81,25],[-138,95],[-2,-65],[-64,6],[-28,76],[14,25],[-76,17],[-25,63],[51,35],[-59,42],[-67,-36],[-12,79],[132,23],[-64,18],[-51,57],[170,18],[-54,89],[30,76],[136,157],[76,62],[70,-3],[115,118],[101,-27],[118,-119],[-26,136],[-55,53],[1,35],[104,19],[10,52],[89,53],[64,-42],[95,14],[75,79],[82,37],[79,101],[15,48],[103,-31],[-48,-29],[214,11],[132,30],[126,147],[-63,172],[-9,83],[-96,82],[-89,6],[17,62],[134,-7],[94,64],[6,59],[-39,59],[-86,50],[47,10],[-54,-1],[-71,-87],[-110,3],[-73,-42],[-87,-12],[-24,-34],[-103,-48],[-32,-79],[-54,-35],[-20,94],[-117,84],[-56,-34],[83,-45],[1,-53],[-167,85],[-248,-1],[-248,-67],[-99,27],[-308,53],[-84,82],[34,45],[-13,42],[-92,53],[-74,84],[81,-16],[71,38],[36,54],[108,-23],[74,-86],[61,-10],[79,40],[-47,25],[-102,5],[-20,-21],[-82,77],[-239,48],[-188,14],[-174,84],[-57,13],[96,73],[71,0],[0,48],[104,51],[40,-27],[121,74],[52,56],[128,50],[79,-31],[149,3],[39,23],[-128,47],[62,54],[89,36],[134,15],[14,-20],[104,84],[102,20],[194,6],[25,-76],[-38,-37],[14,-64],[-32,-31],[26,-52],[73,-36],[46,16],[139,-13],[119,21],[39,-35],[82,-5],[121,24],[67,-60],[23,61],[99,104],[98,-28],[75,16],[-61,56],[-183,30],[-86,-37],[24,96],[-103,103],[-103,23],[-51,71],[47,47],[55,1],[107,-92],[-18,-74],[54,-57],[115,-57],[136,54],[132,-93],[186,10],[16,52],[-41,64],[-114,-4],[-57,36],[-108,-7],[-31,-56],[-88,-8],[-135,104],[28,91],[107,45],[-119,51],[-138,-32],[-126,-4],[-48,37],[-65,-17],[-274,54],[-49,163],[-83,106],[-135,62],[-289,170],[-208,63],[-40,46],[-162,78],[65,24],[49,92],[5,168],[298,-12],[356,38],[111,32],[150,87],[146,129],[66,175],[-41,19],[151,104],[45,70],[104,62],[81,76],[64,-47],[-114,-28],[74,-4],[78,51],[102,1],[199,71],[181,104],[108,16],[-37,-111],[56,-77],[-8,102],[46,29],[-60,73],[-67,1],[155,97],[168,36],[-64,-30],[51,-25],[405,41],[174,63],[87,58],[162,136],[50,24],[77,-41],[112,-14],[15,-40],[159,-3],[19,-47],[-73,-54],[-155,-38],[75,-11],[-49,-39],[160,-2],[56,18],[-13,50],[87,40],[35,51],[30,-39],[87,27],[83,-52],[-33,-58],[169,-65],[85,62],[148,3],[121,20],[120,-25],[34,-76],[37,80],[121,-32],[-69,-75],[1,-45],[124,-16],[-182,-20],[303,5],[-61,-68],[191,-11],[40,-32],[29,48],[157,8],[-24,-75],[111,47],[104,16],[81,43],[241,-12],[109,-51],[85,2],[34,-45],[133,13],[107,-63],[254,-47],[177,24],[183,-31],[53,19],[201,-96],[218,-12],[44,27],[417,55],[171,-39],[136,-65],[47,-44],[156,-32],[139,-87],[55,25],[72,-19],[0,-634],[-1,-1467],[0,-2178],[0,-835],[0,-47],[165,-48],[21,49],[164,-70],[98,85],[211,9],[-42,-146],[50,-51],[118,-49],[28,-76],[348,-290],[37,-143],[-9,-44],[238,140],[84,4],[32,51],[5,114],[58,0],[23,52],[-39,22],[137,35],[79,37],[83,38],[84,-56],[70,-74],[-25,-75],[24,-45],[24,-36],[89,-17],[7,-32],[67,-33],[51,-92],[26,-58],[143,-73],[46,-64],[113,-101],[-29,-23],[99,-130],[35,-85],[68,-88],[108,-190],[63,-82],[42,-76],[-42,-66],[111,-25],[-27,-95],[86,-38],[13,-114],[87,7],[175,-115],[98,-20],[54,-56],[53,-13],[15,-56],[61,-25],[49,15],[34,-64],[0,-55],[-51,-78],[9,-103],[52,-165],[-44,-49],[-29,-72],[-54,-80],[-106,-80],[-26,57],[-36,-61],[-32,20],[-26,124],[60,50],[-66,-14],[-19,58],[72,64],[-10,222],[-109,151],[-59,-14],[-9,25],[-117,-72],[-48,-3],[42,-49],[-67,-157],[-72,49],[-14,85],[56,41],[7,80],[25,1],[-1,116],[70,19],[-57,16],[-23,65],[-62,21],[-9,38],[-53,41],[31,78],[-61,-2],[-14,41],[-96,51],[-57,87],[44,-18],[-10,73],[-20,-38],[-135,46],[-77,38],[-2,54],[132,19],[-97,19],[-36,81],[16,46],[-66,32],[30,54],[142,-82],[-87,81],[-53,21],[3,66],[13,15],[7,8],[-40,-47],[-33,-23],[-43,83],[-74,82],[-4,100],[37,21],[-14,45],[-70,-108],[-104,84],[-72,10],[-28,84],[-46,75],[-1,171],[-3,0],[11,-36],[-34,-95],[-41,58],[-10,74],[-61,203],[-11,7],[-18,-69],[-44,9],[63,-79],[-6,-74],[88,-194],[-8,-30],[37,-118],[-12,-62],[-63,-2],[-39,50],[-35,98],[6,-69],[-50,29],[-101,-26],[22,61],[-41,120],[-40,59],[111,38],[-97,16],[-49,87],[29,-115],[-23,-60],[-109,47],[-13,73],[-34,-45],[-84,40],[-48,-34],[93,-13],[82,-42],[-42,-15],[95,-47],[-58,-52],[66,25],[42,-16],[56,-127],[-78,-36],[-2,27],[-76,-33],[-37,32],[5,-78],[-88,79],[-80,9],[-180,122],[-115,111],[-9,54],[-85,75],[-102,39],[20,43],[-70,-18],[-253,142],[-61,17],[-96,58],[57,27],[11,-14],[66,77],[-51,107],[40,48],[65,-75],[21,5],[-59,78],[-44,25],[-22,-55],[-57,-67],[-180,-71],[-190,21],[-199,81],[65,62],[-46,94],[-46,-26],[54,-48],[-77,-37],[-339,68],[-331,-21],[-114,-29],[-125,80],[6,23],[-123,-1],[-35,49],[-83,13],[45,93],[2,78],[-75,-46],[-22,-42],[-81,-60],[-56,45],[-87,31],[-71,-10],[116,113],[-137,-23],[32,50],[-114,-46],[66,62],[-124,-26],[-83,2],[-12,23],[125,29],[54,33],[-128,-21],[-64,54],[39,96],[129,2],[-21,26],[-92,-8],[-137,-101],[-44,43],[-23,-44],[-72,-33],[-47,12],[1,103],[-34,-40],[4,-87],[-50,-13],[-36,-4],[-72,62],[40,77],[62,62],[14,51],[-94,-104],[-24,-46],[-33,36],[-51,-131],[-116,-59],[0,-33],[85,63],[-4,-89],[48,74],[30,-79],[-48,-44],[-51,24],[-60,-42],[-3,-22],[72,48],[63,-30],[65,55],[35,-40],[3,-57],[-122,-85],[74,-30],[-88,-66],[-26,-80],[-78,-12],[-153,24],[30,44],[-46,-5],[-47,-61],[-26,110],[-3,-71],[-59,-49],[-21,-52],[-23,78],[-24,-158],[-104,99],[-5,-45],[52,-24],[-46,-33],[-8,-47],[-78,-25],[25,114],[-82,-155],[-45,44],[3,-62],[-48,0],[-93,-120],[-9,63],[-42,-66],[-81,28],[-22,-26],[-97,-26],[-3,31],[-76,21],[25,82],[67,35],[88,1],[2,39],[91,29],[-8,25],[93,86],[-45,1],[-151,-88],[-47,7],[-78,68],[57,145],[96,100],[14,81],[28,14],[13,90],[-51,96],[119,37],[122,83],[104,54],[63,-58],[55,-11],[98,31],[42,-24],[183,-26],[25,-19],[-54,57],[-56,-9],[-130,49],[-111,74],[87,90],[138,82],[58,9],[-49,18],[-91,-14],[-82,-60],[-35,-77],[-164,3],[-40,65],[-2,-45],[-130,-49],[-65,-79],[-109,-21],[-109,-87],[33,-67],[-50,2],[-67,-40],[-19,-39],[-71,-48],[-28,-112],[-59,-44],[-127,12],[87,-43],[38,-53],[-47,-86],[-35,-20],[-141,-9],[-20,-29],[98,0],[-20,-66],[-56,-32],[-69,9],[28,39],[-41,42],[4,-59],[-49,-76],[-82,-6],[34,-59],[-130,-50],[-7,-82],[-32,-15],[20,-84],[34,31],[126,1],[50,-50],[75,-35],[7,-36],[19,0],[-31,-5],[-35,-76],[-79,-54],[-75,-2],[-22,-66],[-42,-1],[13,-72],[-47,-19],[26,-25],[-74,-66],[-6,-41],[-43,53],[6,-47],[-40,8],[-58,-53],[-98,7],[-13,-67],[-101,-59],[-16,-31],[-74,26],[9,-70],[-49,-17],[1,-45],[-95,12],[-4,-72],[-64,19],[-111,-81],[-2,-31],[70,24],[-24,-56],[17,-30],[-65,-96],[-61,30],[-35,-79],[-20,37],[-108,-111],[-63,55],[-11,-51],[-51,-44],[36,-36],[-59,-8],[-35,36],[-103,-43],[-29,-38],[102,15],[-12,-45],[-94,26],[5,-31],[-72,10],[-123,-121],[89,42],[81,-31],[-109,-168],[-44,73],[0,-71],[-70,17],[-24,-49],[-144,-27],[-25,-49],[-15,59],[-26,-5],[12,-69],[-24,-69],[-27,106],[-57,15],[-28,-40],[-28,16],[-16,-53],[-115,-58],[-62,-76],[-25,58],[-19,-66],[-39,-5],[-48,40],[-26,-46],[-110,-46],[-64,3],[12,64],[38,63],[-78,15],[-38,-48],[4,-69],[-65,-102],[-52,9],[29,-64],[-39,-28],[-40,45],[-25,-74],[-75,17],[-15,111],[-48,28],[-24,-29],[38,-43],[16,-122],[-39,52],[-11,-49],[-71,-3],[-28,71],[-69,28],[-5,-57],[65,-44],[-112,-77],[26,124],[-10,44],[36,29],[115,9],[26,71],[47,38],[48,-3],[-15,53],[104,125],[152,108],[148,36],[93,4],[78,21],[-52,-57],[82,-95],[39,-17],[-34,105],[82,-8],[19,-43],[75,-15],[10,39],[-98,57],[-18,35],[72,152],[181,147],[172,69],[147,116],[0,-5]],[[16087,20856],[58,-54],[-31,-106],[-42,102],[15,58]],[[16287,21151],[58,-69],[45,-116],[-13,-117],[-29,-81],[-51,-37],[-89,57],[63,92],[-82,-91],[-103,81],[68,87],[-33,21],[-2,50],[64,37],[-19,57],[123,29]],[[6215,22725],[-64,-124],[-66,-16],[7,83],[123,57]],[[7397,21497],[84,-16],[-115,-6],[31,22]],[[7969,21045],[-62,22],[66,40],[-4,-62]],[[8546,21490],[-25,-33],[-62,0],[87,33]],[[8340,21509],[-31,-59],[-64,-51],[24,69],[71,41]],[[8479,21499],[-54,-51],[-44,29],[46,39],[52,-17]],[[8775,21842],[80,-9],[22,-33],[-92,-18],[-45,-57],[-26,63],[61,54]],[[8692,22262],[57,-33],[27,-58],[-87,45],[3,46]],[[8757,22280],[93,-48],[17,24],[50,-27],[-39,-47],[61,0],[32,55],[107,-53],[-80,-57],[32,0],[-1,-66],[107,10],[-64,-109],[-60,6],[-77,41],[-25,-19],[63,-36],[-26,-72],[-38,-5],[-65,40],[-31,-16],[52,-28],[-45,-27],[-65,7],[-79,-87],[-55,10],[40,-49],[-122,-125],[-85,-13],[26,53],[74,67],[-39,-4],[18,59],[-54,-49],[-22,13],[54,67],[-84,24],[-83,-20],[15,-43],[42,34],[71,6],[-64,-116],[-83,45],[-4,111],[-74,54],[11,72],[31,50],[93,72],[120,3],[8,-55],[76,-133],[-17,61],[9,83],[-25,46],[87,-7],[-114,53],[1,44],[72,46],[52,-34],[8,-73],[21,74],[97,-27],[-11,59],[64,-43],[-76,78],[3,21]],[[8779,22339],[36,-8],[47,-59],[-94,38],[-65,5],[54,47],[22,-23]],[[9082,22514],[25,-44],[50,18],[-19,-58],[63,35],[-8,-65],[-32,-32],[-84,51],[21,-62],[-58,3],[-41,-31],[-5,74],[-20,-78],[-52,-7],[0,-39],[-130,64],[-15,54],[73,-7],[-38,34],[20,28],[88,-14],[-9,67],[51,42],[61,-9],[42,-75],[17,51]],[[8965,22597],[106,35],[-46,-90],[-51,14],[-9,41]],[[15101,22407],[3,-35],[98,3],[27,-21],[3,1],[51,15],[-18,-20],[111,-174],[3,-67],[-26,3],[-99,209],[9,-56],[-31,15],[72,-148],[62,-66],[6,-64],[-64,7],[80,-68],[-38,-44],[-66,49],[7,-101],[-50,-21],[-24,-43],[-67,-38],[-23,62],[6,75],[45,25],[0,47],[-85,177],[9,61],[-35,124],[15,21],[8,52],[-12,-50],[-42,53],[-19,119],[84,-102]],[[15161,22473],[92,-76],[-125,23],[-20,28],[53,25]],[[15251,21128],[52,2],[-54,-39],[2,37]],[[14983,21582],[-53,-4],[9,43],[-63,7],[-7,70],[55,50],[-60,36],[13,83],[-58,-5],[-55,63],[72,2],[-40,25],[18,59],[77,17],[-9,-36],[48,8],[69,-50],[60,0],[-10,-71],[57,-204],[27,-146],[-17,-211],[0,-48],[-49,40],[-85,160],[34,48],[-55,-10],[22,74]],[[15887,21364],[14,-61],[92,-69],[-41,-19],[31,-62],[-76,-24],[-36,37],[25,21],[-59,40],[-35,-21],[-20,91],[40,13],[20,51],[45,3]],[[15785,21427],[30,-34],[-14,-64],[-72,-24],[-67,56],[23,54],[100,12]],[[15963,21278],[-60,55],[9,65],[-18,50],[47,-23],[37,-60],[40,6],[36,-82],[-53,-46],[-38,35]],[[15716,21624],[127,-124],[-95,-49],[-44,8],[7,70],[-18,92],[23,3]],[[15389,21590],[-8,33],[55,-17],[-57,-146],[-33,-142],[25,12],[-18,-107],[-24,18],[-13,109],[-17,-173],[-34,38],[-17,108],[18,86],[65,2],[-24,62],[-72,10],[12,29],[-41,66],[-3,72],[41,-23],[23,65],[69,-31],[53,-71]],[[15382,21784],[157,-48],[111,-3],[42,-44],[16,-145],[-24,-34],[-61,57],[-46,95],[26,-132],[46,-11],[6,-45],[-39,-50],[-81,31],[2,-27],[-76,-9],[-25,135],[22,65],[-37,4],[-16,50],[-78,73],[55,38]],[[14766,22308],[-34,-33],[43,-9],[72,70],[40,13],[126,-40],[18,-40],[-29,-47],[-76,35],[93,-83],[-95,-14],[-56,40],[-174,83],[179,-110],[48,-54],[43,30],[62,0],[31,-153],[-84,-10],[-33,32],[-220,138],[88,-98],[4,-77],[-54,-48],[-45,13],[-55,77],[66,-48],[-118,111],[11,23],[-64,58],[-15,22],[-13,0],[-9,0],[22,93],[112,-90],[2,2],[-136,130],[21,67],[42,-23],[34,32],[55,-6],[52,45],[112,-63],[-66,-68]],[[14489,22336],[54,-47],[-40,-92],[-34,37],[20,102]],[[14741,21919],[48,-66],[17,-73],[-20,-43],[-75,-11],[2,190],[28,3]],[[4823,24929],[94,-16],[-105,-82],[-15,101],[26,-3]],[[4933,25061],[109,-66],[9,-57],[54,-64],[-4,-52],[-87,72],[-218,46],[12,54],[54,68],[71,-1]],[[5069,25189],[110,-29],[69,-49],[-86,-54],[-42,-68],[-69,0],[-87,71],[-76,25],[1,38],[80,52],[100,14]],[[5661,23507],[32,-38],[-33,-20],[1,58]],[[4348,23625],[22,-58],[71,11],[69,-29],[-15,-131],[55,-71],[-155,-34],[-60,-63],[-84,59],[-61,-4],[-129,79],[-40,-2],[-79,46],[-25,66],[33,25],[158,-19],[7,39],[124,62],[111,-5],[-2,29]],[[2030,23721],[15,-51],[99,-64],[75,-6],[55,-40],[-126,2],[-123,91],[-39,11],[44,57]],[[4773,23900],[16,-33],[79,18],[-12,-44],[79,1],[65,-24],[17,-56],[-59,-55],[-53,-15],[26,-39],[-46,-17],[-39,-85],[-51,4],[-96,72],[54,59],[-75,-23],[-78,29],[153,89],[-24,40],[49,18],[-5,61]],[[11841,23378],[-119,-102],[7,29],[112,73]],[[10611,23424],[-22,-52],[-52,-12],[74,64]],[[10539,23411],[27,65],[29,-28],[-56,-37]],[[10541,23495],[-45,-93],[-40,35],[85,58]],[[10852,23578],[44,-1],[-30,-45],[62,19],[-99,-80],[-100,-116],[20,-37],[-83,-42],[-85,-7],[16,44],[153,128],[84,87],[18,50]],[[10555,23599],[-9,-55],[-39,25],[48,30]],[[11057,23656],[63,-11],[-7,-38],[81,15],[16,-21],[-117,-41],[-65,-43],[-27,24],[73,47],[-80,-11],[-3,26],[66,53]],[[10586,23530],[29,101],[74,-9],[-51,-148],[-52,56]],[[11310,23714],[-1,-16],[-141,-61],[-27,35],[169,42]],[[10748,23770],[47,-17],[-63,-23],[16,40]],[[10490,23808],[35,-55],[-52,18],[17,37]],[[10544,23899],[40,-62],[-77,-9],[37,71]],[[8702,23064],[29,-33],[-71,-12],[42,45]],[[9660,23056],[-35,-62],[12,71],[23,-9]],[[9227,23630],[-41,-36],[27,78],[14,-42]],[[9682,29190],[-22,-43],[-49,40],[71,3]],[[5624,25397],[16,-45],[-111,11],[95,34]],[[2464,25478],[19,-57],[217,-64],[171,74],[65,-6],[62,-44],[19,-67],[134,-31],[37,-39],[182,-9],[111,-22],[-55,-85],[-155,20],[-93,-88],[16,-27],[-74,-12],[15,45],[-71,60],[-122,23],[12,47],[-121,67],[-95,35],[-145,-45],[-50,-38],[-104,33],[-38,66],[63,164]],[[4834,27001],[-46,-25],[-209,-50],[255,75]],[[15779,20585],[34,-30],[-18,-58],[-47,85],[31,3]],[[16286,20626],[18,-48],[-53,-33],[-52,41],[87,40]],[[15744,20730],[48,-90],[-23,-20],[-47,26],[29,31],[-7,53]],[[15649,20759],[32,-64],[-9,-48],[111,-154],[13,-45],[-57,6],[-79,122],[-56,104],[7,78],[38,1]],[[16204,20762],[40,-46],[-4,-82],[-91,9],[39,64],[-25,37],[41,18]],[[15565,20816],[42,-43],[-12,-28],[-60,-4],[2,66],[28,9]],[[15492,20854],[35,-18],[-72,-50],[37,68]],[[15536,20894],[-63,-21],[32,43],[31,-22]],[[15438,20931],[49,-10],[-30,-53],[-36,30],[17,33]],[[15564,20940],[23,-38],[-26,-29],[-31,46],[34,21]],[[15490,21086],[82,-36],[-73,4],[6,-45],[-57,48],[42,29]],[[15583,21129],[15,-77],[-35,40],[20,37]],[[16223,21149],[-63,-12],[63,39],[0,-27]],[[15539,21267],[48,-8],[-2,-74],[-29,11],[-87,-37],[-29,-36],[-32,21],[64,91],[67,32]],[[15478,21374],[55,-17],[92,2],[47,-83],[-23,-44],[47,-54],[53,8],[61,-52],[56,-78],[6,-95],[33,22],[21,-58],[45,-51],[-104,60],[-68,-42],[84,17],[20,-69],[36,14],[55,-83],[-57,-27],[56,-11],[25,44],[11,-93],[-53,-25],[49,-15],[12,-74],[-49,-2],[52,-35],[-23,-74],[-75,21],[-55,129],[-69,-1],[32,78],[-41,-21],[17,54],[-37,-15],[-89,67],[-89,8],[3,58],[63,-1],[-44,49],[29,84],[-54,-26],[-55,24],[79,105],[-29,43],[-19,153],[-99,9],[-23,56],[16,41]],[[38216,147],[-34,26],[11,96],[-3,55],[-13,17],[-5,43],[28,22],[19,54],[49,-14],[20,-2],[22,2],[24,-2],[61,0],[18,-2],[33,3],[30,-1],[12,-5],[35,-5],[25,-2],[9,-12],[2,-6],[25,11],[15,4],[55,-19],[27,-21],[28,-13],[19,12],[-7,-55],[15,-30],[-24,-12],[-27,-18],[-19,-58],[-19,-32],[-20,-17],[-38,-1],[-17,-7],[-47,-2],[-45,8],[-39,3],[-29,-5],[-55,2],[-19,12],[-33,-25],[-3,0],[-41,-1],[-45,-3]],[[38804,265],[41,-16],[-93,-27],[-11,20],[63,23]],[[38973,376],[21,-25],[-67,24],[46,1]],[[39016,55],[46,-32],[-91,-23],[3,35],[42,20]]],"objects":{"land":{"type":"GeometryCollection","geometries":[{"arcs":[[[0]],[[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]]],"type":"MultiPolygon","id":0}]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment