Skip to content

Instantly share code, notes, and snippets.

@mbostock
Last active September 26, 2018 01:31
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mbostock/5557726 to your computer and use it in GitHub Desktop.
Save mbostock/5557726 to your computer and use it in GitHub Desktop.
Projected TopoJSON
license: gpl-3.0
height: 800

Cartographic boundaries are commonly represented using latitude and longitude, but sometimes it’s convenient to use projected coordinates instead. This eliminates the need to project the geometry from the sphere to the plane while rendering, improving performance.

Furthermore, simplifying shapes in projected coordinates produces higher quality results, since the importance of each point is measured in area on-screen rather than on the Earth’s surface. For example, D3’s Albers USA projection displays Alaska at 0.6x its true size; simplifying in spherical coordinates preserves almost twice as much detail as needed for Alaska, whereas simplifying in projected coordinates produces a smaller file with uniform detail.

To generate a shapefile in projected coordinates, such as California Albers, use ogr2ogr’s -t_srs argument:

ogr2ogr \
	-f 'ESRI Shapefile' \
	-t_srs 'EPSG:3310' \
	counties-projected.shp \
	counties.shp

Alternatively, you can use topojson --projection to apply one of D3’s many geographic projections without needing ogr2ogr.

To convert the shapefile to TopoJSON, while simplifying, translating and scaling the geometry to fit the display, use topojson’s --width and --height arguments:

topojson \
	--width 960 \
	--height 800 \
	--margin 20 \
	-s .25 \
	-o ca.json \
	-- counties=counties-projected.shp

(For more on generating TopoJSON and manipulating shapefiles, read my Let’s Make a Map tutorial, and see the US Atlas repo for some sample shapefiles.)

Lastly, to render the projected TopoJSON, create a d3.geoPath with a null projection. This indicates that input geometry is in screen coordinates and can be displayed as-is:

var path = d3.geoPath()
    .projection(null);

Boom!

Display the source blob
Display the rendered blob
Raw
{"type":"Topology","transform":{"scale":[0.06587720890471402,-0.07600760076007601],"translate":[150.64689408088225,780]},"objects":{"counties":{"type":"GeometryCollection","geometries":[{"type":"Polygon","arcs":[[-1,-2,-3,-4,-5,-6]]},{"type":"Polygon","arcs":[[1,-7,-8]]},{"type":"Polygon","arcs":[[-9,5,-10,-11]]},{"type":"MultiPolygon","arcs":[[[-12]],[[7,-13,-14,-15,2]]]},{"type":"Polygon","arcs":[[3,14,-16,-17,-18]]},{"type":"Polygon","arcs":[[10,-19,-20,-21,-22]]},{"type":"Polygon","arcs":[[4,17,-23,-24,18,9]]},{"type":"Polygon","arcs":[[22,16,-25,-26,-27,-28]]},{"type":"Polygon","arcs":[[23,27,-29,-30,-31,19]]},{"type":"Polygon","arcs":[[28,26,-32,-33,-34,-35]]},{"type":"Polygon","arcs":[[13,-36,-37,-38,-39,24,15]]},{"type":"Polygon","arcs":[[25,38,-40,-41,31]]},{"type":"Polygon","arcs":[[30,-42,-43,-44,20]]},{"type":"Polygon","arcs":[[29,34,-45,-46,-47,41]]},{"type":"Polygon","arcs":[[39,37,-48,-49,-50,-51]]},{"type":"Polygon","arcs":[[42,46,-52,-53]]},{"type":"Polygon","arcs":[[40,50,-54,-55,32]]},{"type":"Polygon","arcs":[[51,45,-56,-57,-58,-59]]},{"type":"Polygon","arcs":[[33,54,-60,-61,55,44]]},{"type":"Polygon","arcs":[[57,-62,-63,-64,-65]]},{"type":"Polygon","arcs":[[-66,63,-67,-68,-69,-70]]},{"type":"Polygon","arcs":[[53,49,-71,-72,-73,59]]},{"type":"Polygon","arcs":[[70,48,-74,-75,-76,-77,-78]]},{"type":"Polygon","arcs":[[36,-79,-80,-81,73,47]]},{"type":"MultiPolygon","arcs":[[[61,56,60,72,-82,-83,-84,-85]],[[-86]],[[-87]]]},{"type":"Polygon","arcs":[[-88,69,-89,-90,-91,-92]]},{"type":"Polygon","arcs":[[62,84,-93,-94,66]]},{"type":"MultiPolygon","arcs":[[[-95]],[[-96]],[[75,-97]],[[71,77,-98,-99,81]],[[-100]]]},{"type":"Polygon","arcs":[[93,-101,-102,-103,67]]},{"type":"Polygon","arcs":[[68,102,-104,-105,-106,88]]},{"type":"MultiPolygon","arcs":[[[-107]],[[79,-108]]]},{"type":"Polygon","arcs":[[83,-109,-110,-111,-112,100,92]]},{"type":"MultiPolygon","arcs":[[[-113]],[[-114]],[[-115,-116,109]]]},{"type":"Polygon","arcs":[[103,101,111,-117,-118,-119]]},{"type":"MultiPolygon","arcs":[[[115,-120,-121,116,110]],[[-122]]]},{"type":"Polygon","arcs":[[104,-123,-124]]},{"type":"MultiPolygon","arcs":[[[-125]],[[-126]],[[-127]],[[-128,-129]],[[-130]]]},{"type":"Polygon","arcs":[[105,123,-131,-132,89]]},{"type":"Polygon","arcs":[[128,-133,-134,-135,-136]]},{"type":"Polygon","arcs":[[122,118,-137,-138,-139,130]]},{"type":"Polygon","arcs":[[90,131,138,-140,-141,-142,-143,-144]]},{"type":"Polygon","arcs":[[120,-145,134,-146,-147,136,117]]},{"type":"Polygon","arcs":[[91,143,-148,-149,-150,-151]]},{"type":"Polygon","arcs":[[145,133,-152,-153,-154]]},{"type":"Polygon","arcs":[[146,153,-155,139,137]]},{"type":"Polygon","arcs":[[152,-156,-157,-158,140,154]]},{"type":"Polygon","arcs":[[147,142,-159,-160]]},{"type":"Polygon","arcs":[[158,141,157,-161,-162]]},{"type":"Polygon","arcs":[[-163,149,-164,-165,-166,-167]]},{"type":"Polygon","arcs":[[156,-168,-169,-170,160]]},{"type":"Polygon","arcs":[[148,159,161,169,-171,-172,-173,163]]},{"type":"MultiPolygon","arcs":[[[-174]],[[-175]],[[-176]],[[-177]],[[-178]],[[168,-179,-180,170]]]},{"type":"MultiPolygon","arcs":[[[-181]],[[-182]],[[-183,171,179,-184,-185]],[[-186]],[[-187]],[[-188]]]},{"type":"MultiPolygon","arcs":[[[-189]],[[-190]],[[-191]],[[-192]],[[172,182,-193,-194,-195,164]]]},{"type":"Polygon","arcs":[[-196,166,-197,-198,-199]]},{"type":"MultiPolygon","arcs":[[[-200]],[[194,-201,-202,-203,-204,196,165]]]},{"type":"MultiPolygon","arcs":[[[-205]],[[-206]],[[197,203,-207,-208]]]},{"type":"Polygon","arcs":[[-209,198,207]]}]}},"arcs":[[[897,9979],[15,-1],[61,0],[52,-5],[83,0],[54,1],[53,2],[20,2],[84,-9],[51,-1],[76,-3],[111,-1],[48,-2],[59,0],[9,-1],[102,0],[51,1],[57,-2],[61,0],[85,-4],[44,-1],[54,0],[7,-1],[125,-6],[109,-2],[44,-2],[25,0],[58,-3],[79,-2],[97,-4],[104,-2]],[[738,9333],[5,14],[13,5],[1,15],[-5,5],[3,6],[21,7],[8,16],[2,14],[-13,6],[-12,45],[0,14],[-8,18],[-18,6],[-12,1],[-7,14],[11,14],[-6,11],[6,4],[-2,10],[-11,-4],[-4,5],[-12,-4],[-4,5],[9,19],[13,14],[0,6],[16,0],[-5,10],[-2,25],[2,7],[23,20],[-5,3],[0,11],[9,7],[-4,19],[-12,7],[-2,29],[-4,15],[11,5],[4,12],[-15,7],[-1,8],[-10,10],[0,10],[17,8],[11,-2],[10,21],[10,4],[0,20],[12,12],[14,-3],[7,-8],[8,0],[8,12],[5,12],[26,-2],[10,10],[2,17],[14,21],[6,5],[-2,24],[-3,10],[19,8],[2,6]],[[961,9113],[-8,19],[-10,7],[-5,9],[0,11],[-18,15],[12,13],[-1,27],[-15,8],[5,11],[-7,29],[-12,12],[1,13],[-4,11],[9,11],[-15,15],[-7,5],[-54,1],[-63,3],[-31,0]],[[1796,9094],[3,10],[-24,23],[9,14],[-4,10],[9,10],[-5,11],[3,14],[-3,12],[15,15],[-2,14],[19,11],[-19,13],[-3,12],[-12,1],[-15,-3],[-5,14],[-17,13],[-11,2],[-12,-9],[-3,-10],[5,-14],[-7,-10],[-6,-2],[-11,5],[-25,2],[-11,-8],[1,-19],[-9,-16],[-8,3],[-17,-14],[-7,3],[-22,-7],[-11,-13],[0,-13],[-8,-5],[-21,-2],[-20,-11],[-4,-13],[-15,-7],[-5,-8],[-10,0],[-14,7],[-15,-9],[-24,6],[-15,0],[-15,-8],[-12,-10],[-9,0],[-10,-10],[-14,9],[-10,-5],[5,-13],[4,-19],[-13,-12],[4,-17],[-13,-11],[4,-9],[-3,-16],[7,-9],[20,-11],[14,2],[15,-28],[2,-10],[8,-8],[-5,-16],[-10,-5],[-5,-15],[-19,-2],[-7,4],[-5,12],[-10,5],[-15,3],[-24,-1],[-17,-8],[-13,1],[-6,10],[-1,22],[-19,20],[-12,5],[-14,2],[-12,17],[-28,5],[-12,-4],[-11,4],[-12,-3],[-6,3],[-17,-6],[-33,5],[-17,21],[-3,14],[-11,16],[-8,4],[-9,15],[-28,4],[-7,12],[-19,9],[-25,-12],[-9,10],[-5,15],[-9,6]],[[2761,9077],[-51,0],[-51,2],[-68,0],[-2,1],[-66,0],[-77,2],[-54,0],[-61,2],[-58,1],[-63,0],[-2,1],[-50,0],[-40,3],[-155,3],[-60,-1],[-51,2],[-56,1]],[[2775,9933],[0,-50],[-8,0],[-1,-68],[-1,-4],[-1,-110],[7,0],[-4,-194],[0,-64],[-2,-56],[0,-51],[1,-18],[-1,-54],[0,-59],[-1,-61],[-1,-5],[-2,-62]],[[372,9433],[-2,15],[-10,33],[-1,18],[1,20],[4,-7],[13,5],[6,-2],[11,-20],[-5,18],[-11,6],[-14,1],[-10,6],[-10,17],[5,18],[-6,7],[4,11],[-12,15],[-3,25],[-13,18],[-4,17],[-2,43],[-12,24],[-9,8],[-14,3],[-8,6],[-5,-7],[-20,13],[-4,7],[-26,21],[17,21],[13,26],[13,42],[9,35],[3,40],[4,-13],[4,5],[-2,12],[-11,8],[7,22],[0,17],[-5,12],[99,-5],[40,-3],[52,-2],[54,-1],[31,-2],[46,-1],[37,-3],[80,0],[63,-5],[27,4],[39,-1],[55,0],[7,-1]],[[738,9333],[-79,3],[-21,0],[3,89],[-45,1],[-117,4],[-107,3]],[[2775,9933],[71,-2],[109,0],[46,-2],[41,0],[109,-5],[203,0],[27,-1],[74,0],[48,-2],[70,0],[19,1],[55,-1],[102,0],[36,-1],[83,0],[3,1],[114,0],[22,1],[85,0],[0,-98],[-1,-249],[0,-506]],[[2867,9076],[-31,1],[-75,0]],[[4091,9069],[-346,0],[-8,1],[-167,0],[-24,1],[-68,0],[-46,1],[-235,2],[-31,-1],[-20,1],[-79,0],[-10,1],[-78,0],[-17,1],[-95,0]],[[252,8757],[1,-3],[-14,-7],[-5,2],[11,10],[7,-2]],[[335,7893],[-11,13],[-17,11],[-17,0],[-6,8],[2,35],[-7,17],[-19,26],[-20,11],[-39,14],[-13,7],[-17,25],[-10,10],[-19,16],[-20,10],[-13,12],[-16,10],[-25,24],[-5,10],[-22,14],[-8,11],[0,17],[10,19],[1,11],[6,10],[-5,20],[-9,16],[2,21],[-4,16],[-6,13],[-15,14],[-8,14],[0,13],[-5,6],[17,34],[11,28],[-5,7],[28,50],[15,32],[33,59],[-2,-9],[9,-10],[8,-2],[-5,8],[13,4],[-14,6],[-5,7],[34,53],[17,23],[24,38],[7,-9],[-7,-4],[-23,-26],[-5,-14],[-7,-6],[33,-10],[9,-8],[2,17],[9,5],[-8,19],[7,13],[-6,5],[13,2],[10,9],[-3,21],[4,-12],[4,20],[12,22],[11,5],[18,4],[12,-10],[-7,11],[15,-7],[14,8],[12,3],[12,7],[5,8],[0,18],[-17,12],[-11,-6],[-13,6],[-5,7],[-10,0],[-1,9],[10,4],[8,21],[-6,-3],[-7,-18],[-6,-2],[-1,-17],[-16,-17],[-5,-17],[-14,-13],[-15,-32],[-20,-18],[-3,-6],[-8,8],[18,22],[36,56],[15,24],[13,29],[26,62],[1,8],[12,42],[5,27],[-12,23],[-17,11],[-8,-5],[4,10],[-7,6],[2,23],[-6,13],[5,14],[-5,14],[6,15],[11,-1],[5,4],[36,86],[9,38],[9,26],[-1,5],[23,87],[0,6],[10,41],[1,17],[0,26]],[[782,7878],[-107,3],[-36,2],[-28,0],[-17,2],[-91,3],[-42,0],[-126,5]],[[961,9113],[-3,-9],[-21,-9],[2,-9],[-1,-37],[-14,-30],[-20,6],[6,-9],[-6,-9],[6,-10],[11,-7],[13,1],[7,-5],[-2,-15],[5,-10],[11,-6],[-4,-9],[4,-9],[-13,-2],[-5,-6],[-3,-17],[-7,-6],[-1,-9],[-16,-8],[6,-10],[-4,-14],[-17,-4],[-10,-11],[-4,-13],[-13,1],[-15,6],[-13,13],[-15,1],[3,6],[-20,12],[-7,-5],[1,-6],[-20,-12],[-9,4],[-20,1],[7,-9],[0,-13],[7,-8],[-3,-9],[9,-11],[-6,-6],[11,-13],[10,0],[-10,-7],[12,-2],[1,-15],[10,-3],[-3,-7],[7,-5],[-10,-6],[0,-6],[12,-11],[0,-14],[-11,2],[3,-10],[13,-15],[-5,-4],[1,-22],[10,-19],[-16,-282],[-8,-178],[0,-38],[-3,-56],[-1,-27],[-2,-62],[-6,-124]],[[1351,7836],[-97,1],[-41,2],[-177,4],[-126,6],[-129,3],[1,26]],[[1240,8164],[4,-12],[14,-12],[25,-2],[14,-11],[12,-3],[12,-12],[1,-8],[-5,-13],[0,-14],[7,-9],[0,-12],[-12,-15],[-5,-26],[17,-10],[-5,-8],[3,-15],[7,-13],[-1,-12],[-9,-15],[15,-17],[5,-11],[-5,-12],[4,-10],[-6,-16],[4,-2],[-2,-16],[14,-9],[3,-13]],[[1796,9094],[5,-8],[15,1],[9,-10],[10,0],[7,-13],[-4,-9],[4,-14],[-7,-30],[-7,-9],[-7,1],[-18,-10],[-17,-1],[-7,3],[-14,-12],[-10,-4],[2,-9],[8,0],[5,-8],[-7,-19],[0,-26],[-10,-12],[-15,1],[-9,-15],[-17,-6],[-5,3],[-3,-9],[-10,-5],[1,-6],[-7,-10],[4,-15],[-10,-21],[10,-23],[-9,-17],[-12,-4],[-3,-14],[-7,-5],[-8,-18],[-12,-2],[-10,-20],[8,-14],[-5,-9],[2,-13],[-12,-17],[-28,-14],[-5,-9],[-10,-3],[-5,-7],[13,-14],[-5,-16],[-8,-4],[-3,-13],[-5,-3],[-14,3],[-8,-11],[8,-8],[1,-11],[6,-4],[6,-15],[-8,-14],[17,-1],[7,-5],[-2,-17],[4,-4],[5,-26],[7,-5],[-6,-12],[-17,2],[-5,5],[-17,-11],[-6,-11],[-18,2],[-12,-9],[-7,-9],[1,-10],[-9,-5],[0,-10],[-7,-3],[-17,0],[-8,-4],[-16,-1],[-5,-6],[2,-8],[-8,-10],[-19,-2],[-7,-5],[-12,-25],[-7,-6],[-13,5],[-14,-4],[-9,-19],[-15,-6],[-3,5],[-12,-6],[-24,-1],[-2,-26],[-17,-10],[-1,-12],[-11,-8],[-8,-1],[-8,-17],[-16,-1],[-4,-16],[4,-17],[-5,-3],[1,-26]],[[2859,8299],[1,48],[3,7],[2,71],[4,128],[1,94],[0,66],[2,52],[2,18],[-12,0],[1,16],[0,54],[2,3],[1,58],[0,92],[1,5],[0,60],[0,5]],[[3953,7514],[1,31],[17,-1],[0,16],[7,0],[0,15],[9,1],[0,17],[3,11],[0,92],[7,0],[0,32],[-8,0],[0,31],[-16,0],[0,8],[-10,0],[0,7],[-8,0],[0,9],[-9,6],[-8,0],[0,16],[-9,0],[0,15],[-8,0],[0,16],[-18,1],[0,30],[-10,0],[3,14],[-1,32],[-34,0],[0,23],[-18,0],[-1,8],[-70,0],[0,8],[-17,0],[0,7],[-18,0],[1,12],[-18,0],[0,7],[-9,0],[0,16],[-10,0],[2,7],[-19,1],[0,7],[-8,0],[1,15],[-10,0],[0,16],[-27,0],[2,15],[-9,0],[0,15],[-17,0],[0,16],[-18,0],[0,7],[-18,0],[0,8],[-26,1],[0,22],[-42,1],[0,8],[-19,0],[0,7],[-8,1],[0,7],[-70,1],[0,7],[-35,2],[0,-8],[-9,0],[0,-8],[-21,0],[0,-25],[-17,1],[0,-8],[-18,0],[0,-15],[-9,0],[0,-8],[-10,0],[0,-7],[-17,0],[0,-44],[-17,0],[-1,-8],[-35,0],[1,15],[-18,1],[1,15],[-54,0],[0,15],[-34,0],[0,23],[-20,0],[3,61],[0,71],[0,68],[-15,1],[-126,0],[-34,1],[-71,0]],[[4089,7530],[-13,0],[0,-15],[-65,0],[-38,1],[-20,-2]],[[4091,9069],[2,-603],[0,-539],[-1,-105],[0,-101],[-3,-191]],[[2700,8301],[-62,1],[-11,-3],[-6,-9],[-16,-2],[-8,7],[-20,0],[-13,-3],[-9,7],[-26,12],[-13,-4],[-20,1],[-14,-14],[-28,1],[-23,8],[-17,2],[-7,-4],[-18,-4],[-14,6],[-29,-7],[-19,-15],[-15,4],[-21,-9],[-11,4],[-23,3],[-17,5],[-15,1],[-5,-6],[-7,3],[-17,-6],[-11,3],[-24,-8],[-18,3],[-12,-10],[-17,-1],[0,-5],[-21,-1],[-11,-5],[-12,0],[-12,-6],[12,-8],[-7,0],[-10,14],[-10,-15],[-21,12],[-8,-4],[-14,3],[-5,-9],[-26,-3],[-11,5],[-11,-9],[-12,4],[-15,0],[-4,-4],[-23,4],[-43,1],[-5,6],[-25,-6],[-6,5],[-11,-2],[-7,9],[-12,-4],[-14,2],[-5,8],[-9,-1],[-10,7],[-10,-16],[-14,-4],[-15,-10],[-12,3],[-5,-8],[-17,-6],[-8,-8],[-14,1],[3,-7],[-10,-2],[-1,-5],[-12,0],[-4,-5],[-22,8],[-14,2],[-18,12],[-21,-1],[2,12],[-9,8],[-11,-5],[-9,3],[-24,-7],[-19,0],[-5,-4],[-15,-1],[-20,-6],[-23,5],[-30,-31],[-4,-7],[-15,-5],[-7,8],[-17,-3],[-30,4],[-9,-4],[-29,-5],[-15,-13],[-12,-5],[-11,1]],[[2859,8299],[-18,5],[-16,-4],[-35,1],[-90,0]],[[1341,7647],[-7,5],[-2,34],[-10,8],[9,27],[3,25],[-1,16],[28,9],[1,14],[8,2],[-13,17],[1,21],[-7,11]],[[2175,7627],[-81,0],[-27,4],[-35,0],[-59,2],[-84,2],[-75,2],[-49,0],[-42,2],[-84,1],[-70,3],[-54,1],[-4,1],[-73,1],[-10,1],[-87,0]],[[2744,7990],[0,-23],[-8,0],[0,-8],[-27,1],[0,-8],[-9,0],[0,-8],[-10,0],[2,-6],[-79,0],[-2,-7],[-8,1],[-2,-42],[-12,0],[0,-9],[-8,0],[0,-6],[-8,1],[-1,-16],[-8,0],[-1,-29],[-9,0],[0,-15],[-55,2],[-3,-8],[-17,-9],[-2,-9],[-9,-5],[-8,-13],[-6,-29],[1,-7],[-17,-10],[-8,-9],[-28,1],[2,-5],[-65,0],[-10,-2],[-55,2],[-37,0],[-55,2],[-5,-11],[-10,-12],[0,-7],[-13,-14],[11,-14],[-6,-18],[16,-14]],[[2700,8301],[0,-12],[20,-8],[-7,-26],[0,-17],[7,-13],[-4,-13],[10,-12],[28,-3],[9,3],[18,-9],[18,-4],[8,2],[12,-9],[0,-10],[10,-3],[13,-15],[-16,-9],[-5,4],[-10,-3],[12,-11],[3,-11],[7,-1],[0,-15],[-14,-17],[-1,-10],[5,-11],[-5,-14],[-19,-3],[-19,-19],[-7,4],[-22,1],[-5,-5],[5,-8],[-7,-7],[3,-15],[-3,-12]],[[3081,7402],[-3,8],[-10,0],[0,11],[-7,0],[0,9],[-17,1],[0,5],[-21,1],[0,30],[-15,0],[-7,8],[0,7],[-8,0],[0,19],[-17,4],[0,9],[-17,0],[-4,26],[-15,1],[-2,13],[-18,1],[-2,15],[-15,0],[1,17],[-17,0],[0,13],[-10,8],[-10,0],[0,9],[-8,0],[-1,16],[-12,0],[-1,14],[-16,1],[-1,15],[-9,1],[0,15],[-20,1],[-4,7],[-11,0],[-2,7],[-9,2],[0,30],[-19,0],[2,16],[17,0],[1,15],[-9,0],[1,30],[8,0],[1,31],[-10,0],[0,29],[9,0],[1,15],[9,0],[0,23],[21,0],[0,19],[11,-2],[0,19],[-9,0],[0,23],[-9,-2],[0,9],[-17,0],[1,37],[-38,2]],[[3144,7444],[-12,-4],[-51,-38]],[[3953,7514],[-17,1],[-114,0],[-53,-1],[-116,0],[0,-2],[-58,1],[-117,1],[-6,-20],[-20,-10],[-13,16],[-7,-1],[-12,16],[-19,2],[-14,11],[-18,-2],[-12,-7],[-10,2],[-1,7],[-14,2],[-4,27],[-10,-3],[-15,5],[-4,9],[-8,4],[-5,10],[-12,7],[-20,-15],[-18,-4],[-22,-19],[0,-37],[-7,-22],[-10,-8],[3,-3],[-13,-7],[-1,-5],[-13,-13],[-21,-10],[-8,-2]],[[2311,7188],[0,8],[14,40],[4,21],[-2,12],[5,3],[-3,20],[3,3],[-8,16],[5,17],[10,7],[12,15],[-81,1],[-33,-8],[-21,5],[-7,27],[11,2],[-11,13],[7,8],[0,20],[4,9],[13,6],[-13,16],[6,14],[18,6],[-7,15],[-11,-3],[-7,3],[1,9],[10,-1],[14,7],[9,0],[3,10],[11,4],[3,10],[-9,19],[6,11],[-6,3],[-4,-11],[-6,-4],[-4,4],[7,16],[-4,5],[-6,-9],[-12,3],[-16,21],[-15,8],[-13,17],[7,13],[1,8],[-10,2],[-5,-7],[-6,5]],[[2291,7106],[7,27],[7,8],[-3,20],[3,0],[12,17],[-6,10]],[[2560,7091],[-8,8],[3,4],[-117,0],[-17,-1],[-130,4]],[[3081,7402],[-3,-10],[-26,-1],[0,-18],[-9,-5],[-21,1],[0,-9],[-10,0],[0,-29],[-9,-1],[-2,-8],[-25,1],[-5,8],[-46,0],[-1,-15],[-32,0],[0,7],[-27,1],[0,-22],[-9,-11],[0,-13],[-8,0],[0,-7],[-15,-3],[0,-9],[-8,-6],[-1,-7],[5,-16],[6,-6],[-16,-9],[-12,-14],[4,-2],[-7,-24],[-6,-12],[-10,-4],[-4,-7],[-13,-6],[-6,-11],[-11,0],[-7,-6],[-6,4],[-15,-7],[-9,5],[-7,-4],[-10,2],[-8,-7],[0,-10],[-12,-2],[-7,4],[-26,0],[-19,-11],[-13,-2],[-8,5],[-20,-2],[-7,10],[-8,2],[-12,-25]],[[737,6579],[-44,38],[-4,-2],[-12,8],[-5,13],[-19,11],[-19,17],[-13,29],[-19,10],[-7,13],[-13,9],[-7,15],[-15,3],[1,17],[-12,20],[10,2],[21,26],[13,25],[8,27],[-5,11],[3,18],[-5,7],[-10,35],[1,7],[-8,20],[0,12],[-10,8],[-6,-2],[0,13],[4,6],[-21,26],[-1,9],[-12,6],[-2,18],[5,3],[-7,9],[6,2],[-8,6],[5,9],[-11,15],[3,5],[-7,16],[-11,5],[0,12],[9,3],[1,9],[-16,6],[11,10],[-23,32],[4,15],[6,0],[-8,9],[8,9],[-3,30],[10,12],[-5,5],[0,17],[15,35],[2,15],[18,23],[16,34],[5,19],[-17,35],[-3,13],[7,9],[-3,26],[1,22],[-5,11],[0,16],[-13,28],[-18,12],[0,13],[-5,4],[2,9],[-4,7],[2,24],[-1,17],[-11,43],[-28,16],[-23,19],[-18,48],[-24,20],[-5,14],[-16,27],[-13,10],[-10,14],[-14,17]],[[1418,6645],[-45,1],[-37,2],[-31,0],[-40,3],[-28,0],[-10,2],[-58,1],[0,-14],[-56,2],[0,-32],[-107,3],[-113,0],[-3,-30],[-58,1],[-63,5],[-16,-11],[-6,-10],[-10,11]],[[1378,7418],[-3,-54],[-44,2],[0,-15],[-82,4],[0,-8],[-20,0],[0,-8],[-17,0],[-4,-54],[-7,1],[2,-16],[-5,0],[-2,-30],[18,-2],[-2,-29],[10,0],[-2,-17],[9,0],[0,-28],[8,-1],[-1,-15],[8,0],[0,-47],[14,0],[-2,-22],[10,-1],[-1,-21],[-17,0],[-1,-15],[-7,0],[0,-8],[-9,-6],[-6,-16],[-5,0],[0,-13],[-6,-6],[-33,1],[0,-38],[-7,1],[2,-47],[-9,0],[-1,-23],[8,-1],[0,-7],[17,0],[0,-15],[7,-1],[2,-31],[10,0],[-2,-8],[10,0],[-1,-8],[8,0],[0,-11],[16,-4],[0,5],[23,-1],[-1,-15],[10,0],[-2,-39],[9,0],[-2,-15],[8,0],[-1,-8],[12,-1],[0,-25],[36,0],[0,-6],[15,0],[0,-15],[17,-1],[0,-8],[17,0],[-2,-8],[19,0],[0,-10],[17,-1],[2,-8]],[[1341,7647],[-1,-51],[23,-1],[0,-40],[17,-1],[0,-72],[-2,-64]],[[1511,7205],[12,143],[-3,14],[2,52],[-144,4]],[[2311,7188],[-108,2],[2,31],[-72,3],[-56,1],[0,-31],[-19,2],[-337,6],[-33,0],[-30,2],[-68,0],[-24,1],[-38,-1],[-17,1]],[[3131,7188],[-9,107],[-1,21],[-12,-2],[-8,10],[-4,13],[10,15],[22,10],[15,82]],[[4087,7241],[-472,0],[-3,8],[-13,2],[-10,6],[-1,21],[-13,13],[-2,10],[-9,13],[-10,4],[-17,4],[-31,-2],[-7,3],[-27,1],[-14,-6],[-14,-14],[-12,-5],[-5,-8],[-10,-4],[3,-9],[-12,-9],[-17,-6],[2,-6],[-12,-4],[-1,-5],[-21,-2],[-13,-10],[-17,-6],[-17,0],[-9,6],[-9,-6],[-15,-1],[-2,-4],[-19,0],[-7,-6],[-16,2],[-4,-6],[-17,-4],[-11,4],[-13,-4],[-21,2],[0,-6],[-13,2],[-14,-10],[1,-5],[-12,-6]],[[4089,7530],[0,-53],[0,-52],[-2,-184]],[[2751,6774],[-24,-5],[-17,7],[-13,-6],[-18,-2],[-3,-7],[-20,-4],[-15,-8],[-13,1],[0,-8],[-10,-14],[-7,-1],[-8,-11],[-7,-20],[-5,5],[3,38],[-6,12],[-1,21],[9,13],[-5,5],[-14,1],[4,14],[-7,6],[-5,10],[-2,20],[13,19],[11,13],[-2,14],[-12,-2],[-3,15],[6,8],[-3,13],[-5,7],[2,7],[-10,22],[6,6],[-7,10],[4,7],[-10,6],[-3,11],[13,8],[-1,17],[-10,-2],[-1,8],[-8,5],[0,22],[9,-2],[6,5],[-12,6],[12,4],[-6,7],[-3,12],[7,4]],[[2880,6812],[-11,4],[-2,7],[-11,9],[-24,-10],[-7,-6],[-20,-7],[-7,1],[-10,-11],[-34,-25],[-3,0]],[[3131,7188],[-5,-5],[-7,7],[-8,-8],[-7,8],[-37,-2],[-1,-7],[-7,1],[-7,-7],[-22,-2],[-10,-16],[-8,-9],[1,-5],[-10,0],[-2,-16],[-8,4],[-15,0],[-4,-8],[-10,-1],[-10,-14],[5,-14],[-15,-12],[-4,-9],[-22,1],[-22,-12],[5,-19],[-8,-3],[1,-12],[-11,-14],[0,-53],[-1,-6],[0,-51],[-2,-6],[0,-63],[0,-23]],[[1593,6448],[2,7],[-14,16],[2,6],[-9,13],[-22,0],[-19,5],[-8,20],[-9,3],[0,20],[-8,3],[-14,26],[-10,9],[0,15],[-17,14],[-7,9],[-17,9],[-5,10],[-15,0],[-5,12]],[[1820,6650],[-7,-8],[10,-17],[14,-15],[1,-16],[-6,-9],[-18,3],[-11,-19],[5,-14],[-11,-4],[-47,-67],[-17,-3],[-79,-19],[-61,-14]],[[1874,6713],[-61,2],[-16,-21],[14,-27],[13,-13],[-4,-4]],[[1511,7205],[-42,1],[15,-12],[5,6],[19,-12],[1,-8],[-13,-14],[-12,-5],[2,-7],[-11,-21],[14,-21],[5,-12],[15,-11],[11,-2],[13,-17],[19,-9],[14,-18],[-4,-7],[29,-12],[12,9],[12,1],[15,-10],[24,-3],[10,-9],[30,3],[10,4],[12,-3],[0,-13],[7,-7],[8,1],[5,-17],[16,-2],[-6,-13],[7,-17],[-5,-6],[-16,2],[1,-6],[-4,-17],[4,-5],[-1,-8],[6,-10],[3,-12],[-5,-12],[2,-6],[-5,-16],[25,-6],[-1,-5],[10,-6],[17,-17],[23,-4],[4,-12],[-10,-19],[2,-11],[8,-8],[-3,-9],[13,-8],[29,-22],[24,-12]],[[4084,7102],[-587,0],[-15,1],[-11,-8],[-13,2],[-28,-10],[-9,-8],[-16,-4],[-19,-14],[-9,-12],[-41,-29],[-16,-6],[-14,-11],[-21,-9],[-4,-14],[-13,-19],[-25,-3],[-12,-7],[2,-7],[-12,0],[-4,-6],[-20,-12],[-3,-9],[-24,-19],[-4,-8],[-10,0],[0,-28],[-7,-4],[0,-13],[-6,-1],[-7,-16],[-10,-6],[-1,-8],[-10,-2],[0,-9],[-6,-13],[-28,-12],[-13,3],[-9,8],[-12,-3],[-12,7],[-19,21],[-13,-5],[-2,-6],[-33,-15],[-16,3],[-17,-4],[-7,12],[-15,0],[-4,6],[-13,1],[-16,6]],[[4087,7241],[-3,-139]],[[2352,6704],[-110,3],[-46,0],[-39,2],[-58,0],[-17,1],[-53,0],[-7,1],[-55,0],[-40,1],[-51,0],[-2,1]],[[2291,7106],[-13,-17],[2,-7],[-20,-20],[-7,-24],[6,-12],[11,-30],[-9,-7],[3,-5],[-10,-8],[10,-21],[14,-9],[0,-12],[-17,2],[0,-15],[12,-2],[1,-6],[10,2],[1,-13],[6,2],[-3,-10],[12,-9],[-2,-10],[6,-12],[25,-9],[13,4],[10,-8],[-3,-13],[3,-7],[14,-16],[2,-10],[-6,-9],[28,-15],[-7,-10],[-15,0],[-2,-11],[-13,-8],[2,-11],[-7,-4],[8,-20],[-4,-12]],[[2680,6499],[1,17],[14,0],[1,65],[2,49],[1,62],[1,8],[51,0],[0,74]],[[3003,6471],[-92,8],[-46,3],[-25,3],[-77,6],[-83,8]],[[4089,6839],[-133,0],[0,-6],[-12,0],[0,-15],[-8,0],[0,-9],[-17,1],[0,-7],[-55,0],[0,-10],[-17,2],[-11,-2],[-140,4],[-19,2],[-5,-6],[-12,-29],[3,-9],[-27,-28],[-4,0],[-7,-16],[-10,-3],[-9,-11],[-14,1],[-7,-6],[-11,1],[0,-5],[-11,-8],[-12,-1],[-17,10],[0,9],[-7,5],[-10,-2],[-5,9],[-19,4],[-4,-3],[-16,5],[-29,22],[2,9],[-4,12],[-20,-8],[-10,6],[-5,13],[-6,4],[-18,0],[-16,7],[-32,-14],[-5,5],[-10,-2],[-15,-13],[-4,-15],[-15,5],[-5,-7],[3,-11],[-7,-8],[-27,9],[-12,-7],[-14,2],[-8,7],[-16,0],[2,-27],[-19,3],[-6,-6],[-26,-6],[-7,-9],[-22,0],[-17,-9],[-13,-11],[9,-9],[-16,-7],[6,-20],[-7,-5],[4,-9],[-3,-7],[-14,-2],[-12,-10],[5,-11],[-3,-7],[-15,-1],[3,-12],[-5,-19],[-17,-21],[3,-8],[-11,-26],[-6,-2],[0,-20],[-10,0]],[[4084,7102],[5,-263]],[[2567,6501],[10,19],[0,13],[-6,11],[-24,10],[-8,-19],[-6,2],[-12,-5],[-12,4],[7,-14],[-10,-2],[-2,-10],[-6,8],[7,8],[-23,11],[7,7],[-10,28],[-11,-1],[-13,6],[0,21],[-7,9],[6,19],[-3,7],[-17,7],[-1,6],[-10,-2],[-23,-12],[-3,7],[-17,2],[0,6],[-10,6],[-1,9],[8,3],[3,14],[12,-1],[1,6],[-20,2],[6,8],[-23,4],[-4,6]],[[2680,6499],[-22,2],[-91,0]],[[3114,6255],[-26,69],[-59,150],[-16,-10],[-10,7]],[[4022,6455],[-5,7],[-20,0],[0,-5],[-12,2],[-12,-17],[7,-10],[-7,-14],[-10,-9],[2,-11],[-9,-11],[-14,-4],[-22,-1],[-15,-3],[-7,-6],[-11,5],[-6,-10],[-3,-23],[-7,-10],[-20,-5],[-11,-12],[-4,-12],[-17,-5],[-11,0],[-3,-5],[-16,-8],[-20,2],[-7,-4],[-10,6],[-19,-2],[-8,-7],[-12,1],[-12,-7],[-22,-6],[-16,2],[-8,-5],[-27,-3],[-23,-10],[-30,-2],[-15,2],[-21,-8],[-49,0],[-26,10],[-8,5],[-10,0],[-5,9],[-36,17],[-2,6],[-24,1],[-13,7],[-23,-4],[-8,7],[-29,3],[0,-4],[-15,0],[-16,-7],[-6,-7],[0,-8],[-11,3],[0,5],[-10,-7],[4,-7],[-9,-5],[-12,7],[-8,-11],[-16,-5],[-10,13],[-8,-5],[-26,-7],[-19,-3],[-12,7],[-3,-6],[-15,-6]],[[4182,6698],[-1,-5],[17,-11],[7,-19],[-4,-4],[4,-10],[-5,-7],[7,-7],[-5,-11],[-23,-10],[-1,-18],[-14,-7],[2,-8],[-21,-22],[3,-7],[-9,-14],[-14,-5],[-103,-78]],[[4089,6839],[0,-70],[93,-71]],[[4182,6698],[132,-101],[175,-133]],[[4022,6252],[0,203]],[[4072,6176],[-31,17],[-19,-7],[0,66]],[[4436,6060],[-29,22],[-30,18],[6,21],[-4,25],[-14,10],[-37,-1],[-22,-12],[-24,-5],[-14,-15],[-22,-5],[-30,-16],[-10,-8],[-76,47],[-58,35]],[[4489,6464],[0,-8],[-10,-13],[0,-9],[-8,-13],[-11,-3],[-3,-29],[-5,-25],[1,-12],[11,-10],[12,-4],[0,-11],[11,-30],[13,-13],[4,-14],[10,-10],[-3,-12],[16,-7],[-3,-8],[3,-9],[-3,-8],[-12,-10],[2,-14],[-5,-13],[-7,-5],[7,-17],[-1,-10],[-6,-6],[-16,-7],[-16,8],[-18,-12],[4,-13],[10,-15],[-7,-1],[-18,-14],[2,-18],[-7,-9]],[[2087,6275],[-11,23],[1,6],[-7,22],[-7,30],[-7,19],[-13,16],[-14,-5],[-3,13],[9,7],[-6,20],[-24,9],[-10,14],[5,6],[-8,14],[-11,0],[-7,27],[1,6],[-21,30],[-5,31],[-12,19],[-17,41],[-7,-2],[-20,3],[-9,6],[-15,-4],[-10,-6],[-26,14],[-13,16]],[[2563,6056],[-20,2],[-71,2],[3,183],[-1,0],[1,38],[-17,13],[-7,-3],[-15,3],[-26,-11],[-8,6],[-13,-9],[-11,5],[-15,-2],[-19,5],[-22,9],[-25,1],[-23,-9],[-17,0],[-13,4],[-7,-6],[-17,-5],[-14,-15],[-24,-14],[-14,-5],[-14,5],[-12,15],[-11,8],[-13,-3],[-31,2]],[[2567,6501],[-3,-18],[-7,-9],[-17,-12],[-3,-7],[3,-13],[39,-38],[18,6],[7,-8],[2,-27],[5,-13],[10,-6],[11,6],[19,-3],[5,-13],[-4,-16],[-10,-12],[10,-20],[-20,-17],[6,-9],[-27,-6],[-6,-14],[13,-24],[9,-4],[17,1],[10,-3],[5,-16],[-3,-19],[-24,-3],[-1,-10],[14,-21],[2,-15],[-12,-12],[4,-19],[-16,-15],[-19,-4],[-18,-17],[-6,4],[-13,-19],[-4,0]],[[1787,5906],[14,4],[23,-4],[2,9],[-1,17],[10,0],[0,15],[7,-4],[-7,17],[0,16],[-7,23],[-7,1],[-15,15],[2,14],[-7,-2],[-9,10],[2,18],[9,7],[-14,16],[-3,16],[-26,25],[-8,2],[-7,10],[10,10],[-17,12],[-9,20],[-18,15],[4,12],[4,-3],[7,17],[-14,9],[-12,1],[2,8],[-10,7],[-14,-1],[0,9],[-13,20],[8,5],[-10,10],[3,9],[-8,7],[-12,-1],[-5,13],[-9,13],[-25,11],[-11,1],[-1,7],[-10,5],[1,9],[-13,20],[7,14],[9,10],[-3,16],[9,13],[1,16],[-3,3]],[[1787,5904],[0,2]],[[1888,5903],[-101,1]],[[1896,5902],[7,21],[-10,9],[-11,-1],[-6,15],[0,-12],[-9,-1],[14,-11],[12,-5],[-5,-14]],[[2087,6275],[-3,-5],[0,-19],[-7,-16],[-12,-31],[-2,-22],[21,-30],[10,-9],[20,-37],[0,-11],[7,-17],[-3,-12],[-66,1],[-71,2],[7,-9],[-2,-19],[12,-19],[-23,2],[-4,-8],[4,-7],[19,-3],[-2,-6],[-17,-2],[6,-5],[11,-24],[-1,-10],[-10,-3],[-1,-13],[-9,-8],[0,-9],[6,-8],[13,-9],[-2,-9],[-51,2],[-41,0]],[[1223,6066],[-22,16],[-13,6],[1,7],[-11,12],[-7,3],[2,-19],[-6,-6],[6,-14],[-9,3],[-12,22],[5,6],[5,15],[0,18],[-12,19],[-3,13],[-10,4],[-5,21],[-19,19],[-7,21],[-12,7],[-19,18],[-35,23],[-21,6],[-10,11],[-19,4],[-12,16],[-19,15],[-15,8],[0,7],[-27,12],[-5,6],[0,13],[-8,14],[-9,1],[-13,10],[5,7],[-7,4],[-10,13],[-12,22],[-19,28],[-12,7],[2,5],[-12,18],[-12,13],[-15,8],[-18,16],[-17,5],[-11,10],[-7,20]],[[1653,5910],[-9,1],[-10,18],[-2,11],[-25,3],[-9,-8],[-20,2],[-4,-4],[-18,3],[-17,10],[-13,0],[-8,5],[-20,4],[-10,10],[-18,1],[-6,4],[-60,48],[-54,42],[-31,25],[-14,2],[-1,-8],[-17,4],[-11,-3],[-17,8],[-6,-8],[-11,1],[-12,-6],[-7,-9]],[[1787,5906],[5,-15],[-1,-7],[-19,-8],[-22,-13],[-10,4],[-36,-7],[-9,1],[-6,9],[-7,19],[-29,21]],[[2505,5919],[24,12],[10,-1],[10,7],[4,15],[4,5],[2,34],[-2,21],[3,8],[-3,15],[5,9],[1,12]],[[2584,5840],[6,-12],[-26,6],[-8,5],[-21,-3],[-15,-15],[-21,9],[-14,-3],[-8,-10],[2,-23],[-18,-15],[-21,-9],[-10,-7],[-14,-4],[-26,4],[-11,7],[1,17],[-7,1],[27,16],[26,12],[10,-4],[15,3],[6,7],[0,13],[10,13],[8,17],[6,22],[21,24],[3,8]],[[3112,6033],[-24,-7],[-17,9],[-15,-13],[-10,-5],[-9,1],[-21,-5],[-20,-10],[-10,1],[-4,-8],[-13,-7],[-21,0],[-8,-6],[-48,-1],[-6,5],[-21,-1],[-15,-14],[-36,-5],[-43,-1],[-8,3],[-7,-6],[-25,12],[-7,17],[-41,6],[-7,-7],[2,-6],[-19,-21],[-10,-4],[2,-12],[-7,-10],[-9,0],[-7,-8],[3,-24],[-11,-14],[-2,-8],[-21,-8],[1,-7],[-19,-10],[-5,-14],[10,-5]],[[3114,6255],[1,-68],[0,-44],[0,-59],[-3,-51]],[[2397,5756],[-14,-5],[-10,3],[24,2]],[[2379,5761],[1,7],[15,-8],[-9,-3],[-33,-4],[-15,11],[-9,31],[13,-2],[23,-9],[-6,-11],[20,-12]],[[4489,6464],[48,-36],[34,-27],[324,-246],[110,-84],[36,-28],[56,-42],[145,-111],[99,-75],[383,-293],[107,-81],[209,-160],[145,-110]],[[4795,5442],[13,8],[0,9],[10,14],[22,11],[8,14],[8,1],[3,8],[-3,10],[-12,10],[12,11],[-3,9],[11,6],[-6,4],[-14,0],[3,12],[-1,13],[12,18],[-6,1],[-3,11],[-9,-2],[-6,9],[-10,5],[-9,-2],[-19,4],[2,14],[-16,7],[-9,0],[-8,11],[-15,9],[-2,13],[-7,7],[8,10],[-4,4],[8,17],[4,25],[-6,21],[-10,4],[-2,13],[-12,10],[-13,16],[-9,-2],[-6,6],[-14,3],[-15,14],[-27,1],[-7,9],[-9,-11],[0,-10],[-8,4],[-12,-3],[2,11],[-13,11],[3,11],[-18,4],[-1,12],[-13,16],[-5,-7],[2,-16],[-9,0],[-17,8],[-14,-1],[1,11],[-16,0],[-13,6],[-2,17],[-7,9],[-12,-3],[-11,9],[-18,5],[-2,8],[6,4],[0,22],[15,5],[3,8],[-8,3],[-7,12],[8,5],[-3,5],[-14,6],[-7,10],[-13,8],[8,6],[1,16],[-3,15],[6,6]],[[5034,5282],[-12,20],[3,23],[-17,14],[-12,20],[-1,17],[-13,19],[-21,15],[-16,21],[-15,7],[-21,-2],[-19,6],[-5,-4],[-17,3],[-8,-4],[-15,-21],[-10,2],[-11,12],[-12,3],[-6,-6],[-11,15]],[[5275,5155],[-21,27],[-18,-1],[-17,-8],[-17,-5],[-6,3],[-4,23],[-7,7],[-13,2],[-4,12],[-6,5],[-11,0],[1,6],[-16,20],[-13,-1],[-17,16],[-14,-7],[-12,-2],[-10,11],[-13,2],[-9,9],[-14,8]],[[6185,5171],[-5,1],[-93,-2],[-37,-2],[-9,1],[-88,-2],[-318,-6],[-143,-2],[-109,-2],[-19,-1],[-66,0],[-23,-1]],[[3141,5957],[-29,76]],[[4022,6252],[-34,-6],[-10,-8],[-24,1],[-11,-3],[-24,1],[-28,6],[-15,-11],[-15,-6],[-19,1],[-8,-9],[-8,-2],[-17,2],[-9,-5],[-14,-1],[-11,-7],[-6,3],[-31,-2],[-10,-5],[-10,7],[-21,1],[-3,6],[-24,-11],[-7,-12],[-13,-6],[-5,3],[-17,-4],[-9,5],[-20,-22],[-14,-11],[-22,0],[-19,-5],[-3,-13],[-32,-4],[-7,-21],[5,-6],[-7,-5],[-1,-10],[-9,-2],[-2,-16],[-8,0],[-16,-10],[-18,0],[-12,-12],[-12,-1],[-41,-13],[-10,-16],[-22,-2],[-16,1],[-5,-4],[-10,3],[-22,-20],[-15,-5],[-9,-17],[-24,-7],[0,-8],[-13,-13],[-21,10],[-19,-10],[-16,6],[-10,-7],[-13,0],[-15,7]],[[2150,5806],[-19,2],[10,5],[9,-7]],[[2165,5825],[9,-6],[-2,-6],[-8,-3],[-12,3],[-5,12],[-9,0],[-1,8],[28,-8]],[[1888,5903],[17,-19],[-2,-18],[9,-17],[23,-30],[-2,-7],[-23,-4],[-15,30],[-26,21],[-36,17],[-12,9],[-24,6],[-10,13]],[[2325,5810],[-22,-5],[-2,-7],[-13,-8],[-20,-6],[-28,2],[12,9],[-1,8],[12,7],[-4,8],[-17,-1],[-22,-6],[-7,5],[-14,-7],[-10,12],[-10,1],[-22,10],[24,11],[8,9],[-10,21],[-12,8],[-46,-6],[0,12],[14,15],[3,8],[14,0],[34,16],[-24,-7],[-7,-6],[-10,2],[-10,-4],[-17,-23],[-2,-23],[-12,-2],[7,-8],[-3,-11],[-16,-14],[-15,-10],[-21,-22],[-8,-17],[-16,-2],[-14,3],[-1,8],[-10,6],[-13,13],[-8,-10],[-8,7],[-22,-1],[-9,5],[-12,19],[-12,13],[-10,16],[-3,12],[10,15],[-10,11],[-2,-5],[-12,11]],[[2505,5919],[-6,5],[-27,-33],[-7,-24],[-15,-21],[-31,-23],[-57,-28],[-26,9],[-11,6]],[[2438,5816],[-10,2],[23,18],[-3,-19],[-10,-1]],[[3204,5800],[-14,12],[-27,77],[-17,46],[-5,22]],[[3463,5539],[-51,51],[-62,63],[-66,66],[-80,81]],[[4072,6176],[-5,-10],[-43,-14],[-17,-12],[-32,-4],[-14,-4],[-19,-10],[-25,-19],[-20,-37],[-9,-9],[-17,-11],[-7,-16],[-14,-13],[-21,-22],[1,-7],[-13,-8],[-5,-19],[-10,-4],[-23,-35],[-14,-19],[0,-7],[-10,-1],[-10,-12],[4,-6],[-14,-4],[0,-12],[-11,-12],[-3,-10],[-23,-16],[0,-13],[-15,-18],[-6,-1],[0,-12],[-8,-1],[-29,-43],[7,-7],[-19,1],[-17,-6],[0,-12],[-12,-2],[3,8],[-8,2],[-3,-8],[-13,-6],[6,-6],[-14,-7],[12,-1],[3,-8],[10,-6],[0,-12],[-20,-9],[-3,-8],[3,-8],[-5,-8],[-9,2],[-10,-9],[-4,-15],[-7,-6],[-9,3],[-12,-7],[-9,-17],[-13,-4],[-17,-10],[-2,-13],[-15,-17]],[[3718,5330],[-65,51],[-38,34],[-16,12],[-42,35],[-94,77]],[[4756,5483],[-2,15],[-11,2],[-17,12],[-15,6],[3,15],[-20,7],[-3,9],[-6,-4],[-18,-3],[-4,3],[-2,18],[-14,3],[-3,8],[-9,0],[-8,-6],[0,8],[-9,4],[-17,-8],[-5,-8],[-11,9],[-6,-2],[-11,6],[-11,17],[-9,2],[-9,11],[0,6],[-22,-2],[-6,2],[-23,-13],[1,-18],[-11,-13],[-11,-7],[-9,-1],[-10,-7],[-17,0],[-11,-14],[7,-14],[-3,-11],[-11,-8],[-24,-3],[-7,-11],[-15,4],[-9,-6],[-9,0],[-15,-6],[-3,-9],[-17,-2],[-14,-9],[-2,3],[-19,-6],[-2,-5],[-20,9],[-3,6],[-10,0],[-1,-7],[-8,-5],[-14,14],[-10,1],[2,-6],[-10,-6],[-9,1],[-14,-4],[-21,7],[-15,0],[-19,19],[-31,13],[-29,17],[-9,-4],[-9,6],[-8,-1],[-3,11],[-20,6],[-12,-8],[0,-11],[-8,-3],[-4,-8],[-14,-9],[-10,-10],[-13,1],[-9,5],[-17,3],[-7,8],[-12,-18],[-1,-14],[-11,-4],[-24,-2],[-14,2],[0,-11],[-17,-7],[-3,-14],[-13,5],[-8,8],[-6,-17],[-17,6],[-13,-8],[-25,-3],[14,-29],[10,-10],[14,-23],[-4,-11],[-16,-7],[-26,28],[-8,-2],[-4,7],[-25,4],[-2,-17],[17,-18],[-10,-17]],[[4795,5442],[-18,6],[-8,26],[-13,9]],[[1765,5593],[0,-8],[-15,2],[-10,7],[13,11],[7,-1],[5,-11]],[[1653,5910],[27,-24],[2,-11],[12,-16],[13,-5],[4,-36],[-9,-14],[-8,-29],[1,-16],[33,-15],[15,-19],[-10,-6],[-10,6],[-14,-14],[-14,0],[9,-23],[8,-7],[-10,-5],[-17,6],[2,-15],[8,-8],[7,0],[12,-8],[0,-10],[17,-12],[7,1],[10,-13],[-12,-11],[-12,2],[4,-11],[-11,6],[-1,11],[-14,17],[-12,0],[0,-18],[-7,6],[-15,1],[22,-15],[2,-5],[17,-8],[-2,-11],[8,-12],[-8,-3],[0,-8],[-12,1],[-13,-5],[-18,4],[-6,-6],[-7,13],[-12,5],[-10,17],[-14,8],[-5,-1],[-20,19],[-16,2],[-10,6],[-7,11],[-13,10],[-28,8],[17,0],[2,3],[-10,10],[-24,14],[4,-12],[5,0],[12,-11],[-9,-8],[-19,-11],[-23,11],[-9,23],[-14,10],[-22,10],[-7,10],[-12,25],[-18,14],[-5,8],[-33,22],[-17,8],[-23,4],[-24,1],[-1,5],[17,0],[4,11],[-5,8],[-4,-18],[-11,0],[-16,8],[7,15],[15,9],[-3,9],[-7,-10],[-5,3],[3,18],[-8,-3],[-2,-16],[-11,-4],[-2,17],[-2,-15],[7,-4],[1,-10],[-10,6],[17,-17],[-5,-7],[-17,-5],[-17,-14],[-2,-16],[16,-8],[-24,5],[-29,1],[12,14],[15,32],[21,44],[20,49],[5,17],[2,19],[-4,15],[-11,10],[0,14],[-12,15],[-2,10],[-12,19],[7,-3],[15,-15],[11,-16],[13,-9],[-3,-6],[15,-9],[18,-29],[4,-3],[4,-12],[8,-13],[7,-3],[39,-43],[9,-7],[9,6],[-16,18],[-6,-1],[-3,10],[-12,5],[3,8],[-9,13],[-14,10],[-7,14],[-20,33],[-6,13],[0,14],[-8,-6],[-7,7],[-12,-4],[-1,20],[-16,-1],[5,18],[-10,22],[-8,4],[-13,24]],[[2573,5769],[6,29],[15,0],[2,-10],[12,-3],[7,9],[3,-19],[14,-28],[0,-10],[6,9],[-10,5],[4,9],[-4,10],[13,10],[8,-9],[5,1],[-13,11],[-18,0],[0,13],[-5,2],[-18,-8],[0,12],[-13,9],[-3,12],[12,8],[-12,9]],[[2593,5533],[5,19],[10,4],[0,20],[-10,5],[-9,-7],[-17,17],[4,19],[7,4],[-2,14],[7,6],[-2,8],[8,3],[-10,30],[3,9],[-14,19],[7,1],[-8,8],[4,14],[-2,12],[10,1],[-3,8],[12,-4],[-5,15],[-7,-1],[0,10],[-8,2]],[[2669,5178],[3,8],[-16,14],[-7,0],[-10,25],[-18,-1],[-20,7],[-14,11],[2,99],[2,71],[0,103],[2,18]],[[3204,5800],[0,-144],[-1,-26],[0,-168],[4,-6],[-7,-14],[-13,5],[-15,-4],[-19,11],[-8,8],[-13,5],[-3,-6],[-14,-6],[-3,7],[-11,-16],[-23,2],[-4,8],[-11,-11],[-10,-2],[-10,4],[-7,-7],[-6,7],[-10,1],[3,-10],[-8,-9],[-19,0],[-10,-6],[-8,2],[-13,-21],[-10,7],[-3,-19],[-5,0],[-13,9],[-9,-11],[-12,-2],[0,-15],[-7,-7],[-15,2],[-28,-24],[0,-4],[-97,-81],[-30,-24],[-33,-28],[-34,-29]],[[2312,5764],[-14,1],[-10,6],[19,9],[8,-7],[-3,-9]],[[2322,5760],[-7,14],[-8,8],[10,8],[5,-19],[7,-9],[-7,-2]],[[1869,5630],[-10,-2],[-4,7],[7,3],[-8,5],[-19,0],[-4,6],[-10,-10],[-17,6],[-8,0],[3,11],[-15,12],[-11,5],[2,8],[-10,3],[2,7],[-7,13],[13,-2],[2,-7],[12,-5],[0,5],[12,7],[5,12],[10,-1],[11,17],[-7,17],[2,5],[22,-9],[13,-2],[14,10],[15,-2],[11,11],[6,2],[9,16],[10,4],[3,11],[16,5],[29,-1],[23,-6],[11,-9],[9,-16],[21,-8],[14,4],[17,12],[37,10],[6,5],[18,-3],[11,6],[25,2],[11,-5],[10,0],[14,-7],[23,0],[4,3],[12,-6],[32,-7],[15,1],[5,-6],[22,-6],[6,1],[15,-7],[13,-1],[7,-5],[37,-5],[17,5],[25,0],[2,-5],[20,-10],[1,9],[17,-4],[6,5],[-7,8],[-16,-4],[-14,7],[4,7],[14,2],[10,8],[7,10],[13,6],[-1,29],[15,8],[10,-8],[23,2],[4,10],[17,3],[24,-8],[4,-21],[-8,-10],[-13,1],[-18,-10],[-7,3],[0,-11],[-13,-3],[24,-19],[4,-8],[9,7],[13,3],[1,13]],[[2593,5533],[-111,-28],[-105,-27],[-175,-43],[-10,11],[-11,2],[-9,8],[-8,1],[-10,9],[1,7],[13,10],[-16,18],[-15,8],[-14,11],[-84,8],[-11,4],[-13,11],[-8,-4],[-19,8],[3,14],[-35,33],[5,4],[-10,12],[-14,2],[-7,12],[-17,13],[-22,-7],[-22,0]],[[2668,5178],[1,0]],[[2901,4812],[-5,2],[-6,19],[-23,2],[-12,20],[-9,6],[-8,-13],[-9,-5],[-10,4],[-17,-4],[-17,15],[-15,5],[-17,-17],[-4,0],[0,-16],[-16,-2],[-13,23],[4,11],[-11,40],[-20,11],[-13,21],[-1,11],[4,17],[-5,7],[15,13],[7,-4],[9,3],[20,16],[-5,14],[3,7],[-11,15],[-3,15],[9,18],[5,3],[-3,11],[-24,7],[-10,-4],[-8,4],[1,12],[-17,17],[12,19],[-2,11],[-18,15],[-3,9],[13,8]],[[3718,5330],[-72,-30],[-11,-6],[-60,-24],[-73,-32],[-64,-26],[-20,-9],[-68,-28],[-54,-23],[-116,-49],[-38,-16],[-13,-14],[12,-3],[-2,-9],[7,2],[-4,-14],[4,-16],[10,-6],[-120,-101],[-4,-4],[-131,-110]],[[2171,5166],[-6,7],[-27,-2],[-13,3],[-15,-3],[-6,25],[16,2],[-13,2],[-6,5],[-14,2],[-10,6],[-18,-6],[-6,4],[-1,28],[-17,35],[-3,0],[-13,24],[1,21],[-3,13],[-2,26],[-8,30],[-13,12],[-10,14],[-6,0],[3,10],[-7,-1],[-1,11],[-12,-4],[-3,-11],[-35,29],[6,0],[-13,19],[14,4],[20,0],[16,-5],[-19,26],[-12,6],[-8,14],[-10,-1],[-21,10],[-20,-1],[-26,7],[4,6],[-16,1],[9,5],[11,0],[9,12],[-15,-1],[14,8],[18,0],[-5,8],[2,15],[-7,15],[-10,-2],[-5,8],[13,0],[-6,19],[3,9]],[[2668,5178],[-130,3],[-80,1],[-73,3],[-97,2],[-17,-15],[-22,-6],[-19,-10],[-20,15],[0,-6],[-12,2],[-16,-4],[-11,3]],[[1871,5518],[30,-1],[48,-28],[0,-9],[-7,-7],[-17,4],[-22,10],[-3,6],[-24,6],[3,7],[-15,-4],[-14,6],[-1,16],[22,-6]],[[4045,4855],[-10,4],[-4,10],[-27,25],[-15,4],[-34,13],[-36,25],[-9,22],[4,10],[-7,13],[-9,5],[-22,34],[-42,62],[-14,22],[5,18],[-43,92],[-64,116]],[[4756,5483],[-32,-27],[-32,-29],[-78,-69],[-50,-43],[-71,-63],[0,-69],[-32,0],[3,-36],[-35,0],[-1,-47],[-108,0],[-18,-15],[-57,-51],[-154,-136],[-46,-43]],[[1109,5520],[-10,-6],[4,8],[6,-2]],[[1041,5527],[-11,7],[8,1],[3,-8]],[[1809,5545],[12,-2],[-3,-6],[-9,8]],[[1681,5435],[-6,22],[-2,32],[0,25],[7,5],[12,-1],[8,5],[7,19],[15,-6],[38,1],[5,3],[17,-3],[9,-16],[5,-3],[-2,-12],[5,-14],[0,-14],[12,-15],[-4,-4],[14,-6],[-3,-10],[-7,-2],[-8,6],[-4,-15],[-13,0]],[[1786,5432],[-105,3]],[[1809,5545],[-6,12],[5,6],[10,-13],[-9,-5]],[[3564,4708],[48,43],[16,12],[24,3],[11,5],[34,9],[20,12],[7,-3],[18,-1],[26,8],[4,7],[23,7],[14,12],[14,-1],[24,6],[19,1],[5,4],[14,1],[24,-4],[17,6],[3,-3],[15,3],[9,-2],[32,4],[11,5],[11,0],[11,5],[15,2],[12,6]],[[5034,5282],[-111,-99],[-55,-48],[-78,-69],[-35,-33],[0,-13],[-11,-4],[9,-8],[-18,-16],[8,-20],[-5,-21],[6,-3],[3,-28],[-8,-4],[-5,-24],[7,-11],[-12,-18],[-18,-11],[-1,-12],[-11,-4],[-2,-6],[-12,-10],[-12,0],[-5,10],[-14,5],[-12,-2],[-2,-15],[-7,-4],[-18,1],[-8,-18],[-1,-17],[-14,-2],[-9,15],[4,13],[-19,14],[-8,-3],[-7,-20],[-14,6],[-14,12],[-11,-7],[1,-11],[-5,-13],[20,0],[9,-10],[-1,-9],[-18,-9],[-5,-16],[2,-9],[-6,-3],[-37,8],[-7,-21],[2,-6],[-10,-20],[-11,-6],[-3,5],[6,9],[-10,10],[-18,-4],[0,-28],[-17,-4],[-14,3],[-8,-4],[-15,-19],[-18,-12],[-8,-10],[-2,-17],[6,0],[2,-9],[-7,-1],[-11,-9],[2,-15],[-11,-8],[-12,-4],[-12,-12],[2,-16],[-3,-7],[-8,-1],[-11,-12],[-4,-12],[-6,-2],[-19,5],[-5,6],[-13,-11],[-29,8],[-3,-7],[-16,-1],[-12,-7],[-11,3],[-6,-11],[-7,-3],[-14,2],[-13,-4],[-13,9],[-8,-6],[-1,-7],[-21,0],[-13,-15],[-16,1],[-7,7],[-8,1],[-10,-5],[-10,8],[-18,-11],[-15,-1],[-22,-5],[-20,-13],[-11,6],[-13,-14],[-7,-13],[-11,4],[-3,9],[-15,1],[-2,-6],[-13,-6],[4,-9],[-40,2],[-12,-6],[1,6],[-23,1],[5,5],[-9,3],[-13,-3],[-1,9],[-11,-3],[1,8],[-10,0],[-7,5],[6,-12],[-14,3],[-9,-3],[0,12],[-6,6],[7,6],[-8,1],[-3,9],[-8,8],[-13,-2],[-9,18],[-7,-4],[-10,5],[-10,15],[-18,9],[6,5],[-9,7],[4,10],[-11,5],[4,18],[8,0],[5,8],[-13,7],[6,5],[-11,14],[-6,1],[-3,17],[-11,13],[4,6],[-10,3],[-4,7],[-1,15],[-9,4],[2,6],[-16,8],[-6,7],[-14,7],[7,7],[-4,11]],[[1865,4797],[-20,12],[-15,-6],[-9,7],[2,14],[-9,15],[-11,4],[-7,23],[-12,10],[-17,5],[-9,13],[-1,24],[-11,25],[10,27],[7,58],[4,13],[0,25],[-7,16],[-12,18],[0,7],[-9,15],[-10,25],[-1,26],[-6,21],[-15,19],[-12,5],[-13,-1],[-5,-7],[-2,9],[-12,15],[-5,20],[7,17],[-4,21],[4,26],[13,2],[4,9],[5,35],[-2,48],[-4,23]],[[2005,4983],[0,-28],[0,-28],[-3,-18],[-87,3],[-2,-28],[-38,-2],[-34,0],[6,-40],[22,-39],[-4,-6]],[[2046,5172],[-7,-5],[0,-9],[-8,-1],[-12,7],[-21,-5],[-10,-12],[-14,-10],[1,-18],[-7,-9],[5,-13],[-2,-11],[-10,-15],[-1,-10],[8,-15],[17,-21],[-8,0],[-9,-8],[9,-9],[13,1],[7,-9],[-3,-8],[11,-9]],[[1786,5432],[5,-33],[6,0],[-11,-12],[11,3],[6,-6],[-6,-15],[-10,0],[-7,-7],[17,-7],[-10,-1],[24,-8],[-3,-6],[12,-6],[-4,-6],[-13,5],[-6,-9],[17,-14],[14,-4],[10,3],[2,-5],[15,3],[7,-14],[13,-3],[4,-5],[5,5],[15,-7],[9,4],[15,-13],[2,-9],[15,-2],[2,-7],[-5,-8],[-14,-9],[12,4],[9,12],[23,-5],[4,-7],[-10,-11],[-10,-15],[13,16],[14,-6],[30,-20],[17,9],[11,-9],[6,-31],[4,-4]],[[2909,4626],[-15,7],[-14,13],[0,15],[11,8],[-4,8],[5,3],[-12,12],[-3,11],[10,1],[14,7],[0,17],[10,-3],[5,14],[-12,5],[-3,6],[-18,13],[13,6],[0,9],[13,19],[-8,15]],[[3195,4392],[-15,11],[-99,44],[-102,47],[-1,8],[-10,23],[-10,3],[-6,17],[-10,6],[-4,7],[0,12],[-14,7],[-23,-3],[-2,9],[-9,9],[7,16],[7,3],[7,11],[-2,4]],[[3564,4708],[-225,-193],[-4,-4],[-140,-119]],[[3425,3891],[5,15],[-9,5],[6,16],[19,14],[13,4],[27,0],[4,6],[16,4],[0,111],[1,57],[-18,12],[-132,114],[-102,90],[-60,53]],[[3779,3508],[-7,2],[-13,17],[0,14],[-21,12],[-3,17],[-27,5],[-5,-1],[-16,8],[-23,-7],[-7,10],[-19,16],[-9,1],[-8,7],[-2,9],[-21,13],[-17,6],[-1,-6],[-10,2],[1,12],[-13,1],[-4,11],[-23,8],[-21,17],[-6,8],[6,13],[-10,12],[-7,2],[-5,-8],[-22,8],[-7,-2],[-7,8],[4,7],[-7,1],[-4,18],[-8,3],[-2,25],[-5,4],[9,8],[10,-4],[15,31],[9,6],[0,5],[-17,14],[-10,14],[-11,2],[-13,16],[7,4],[-4,14]],[[4504,4122],[-86,-73],[-7,9],[-28,-3],[-4,2],[-8,-9],[-17,2],[-15,-5],[-6,-6],[-1,-12],[-200,0],[-1,-150],[0,-79],[-75,-62],[-22,-17],[-42,-36],[-31,-24],[-44,-37],[-36,-28],[-102,-86]],[[5682,4406],[-182,-2],[0,-9],[-53,-1],[-366,0],[1,-24],[0,-64],[-144,-1],[-168,0],[0,-91],[-161,1],[-13,-12],[-92,-81]],[[5275,5155],[10,-6],[6,-17],[-9,-18],[-11,-2],[-2,-14],[-8,-17],[11,-16],[9,-8],[0,-11],[-10,-2],[-6,-15],[10,-9],[20,-7],[16,-13],[16,11],[8,1],[29,-38],[3,-10],[17,-20],[-8,-12],[-10,-8],[-2,-16],[11,-15],[-6,-8],[15,-18],[2,-11],[-7,-10],[6,-16],[12,-12],[12,-5],[13,1],[15,5],[13,-6],[6,2],[10,-17],[14,1],[1,-6],[21,-1],[14,-6],[18,-17],[11,2],[12,-14],[11,-8],[8,-1],[4,-7],[19,3],[11,-12],[-5,-14],[19,-21],[-5,-13],[14,-16],[-5,-10],[8,-4],[6,-12],[2,-15],[6,0],[9,-12],[7,-21],[14,-21],[-2,-6],[9,-15],[-9,-14],[8,-12],[1,-18],[-9,-8],[-17,-2],[-5,-4],[3,-12],[16,-19],[1,-6],[-6,-14],[11,-28],[1,-9]],[[2046,5172],[14,-4],[13,-13],[20,-1],[3,-5],[27,6],[5,10],[43,1]],[[2550,4567],[2,20],[-9,0],[0,7],[-17,0],[-17,16],[-21,-7],[-7,18],[-9,3],[-2,11],[-27,6],[-5,4],[3,13],[-8,1],[-13,10],[-14,-6],[3,9],[11,10],[-17,8],[6,7],[-15,14],[-9,15],[-16,4],[-13,9],[-20,8],[-14,20],[-8,1],[-19,12],[-12,1],[-22,9],[-5,-3],[-7,6],[-13,3],[-13,9],[-37,12],[-10,10],[-18,4],[-7,14],[-26,9],[0,10],[-5,16],[-23,23],[-10,-2],[-11,14],[-11,0],[-3,7],[-10,5],[-2,7],[-14,19],[-11,3],[-13,10],[-7,17]],[[2909,4626],[-51,1],[-110,0],[-38,1],[-17,19],[-15,11],[-10,-3],[-5,-9],[-21,7],[-10,-9],[-9,-16],[-5,-15],[-27,-20],[2,-3],[-14,-8],[-6,-7],[0,-13],[-18,0],[-5,5]],[[6058,3399],[-3,20],[3,13],[9,6],[-9,9],[3,10],[-3,22],[13,8],[12,-1],[-8,13],[6,13],[-6,7],[-3,17],[6,12],[-7,16],[-17,5],[-10,9],[3,18],[11,5],[-3,13],[-14,13],[-14,6],[-3,20],[-11,15],[4,8],[-8,9],[1,20],[-9,16],[-9,1],[1,19],[-3,15],[-5,13],[2,5],[11,9],[-3,10],[1,14],[-9,5],[-8,14],[-13,6],[-11,11],[-7,17],[4,5],[-16,27],[3,16],[-11,9],[0,22],[6,7],[11,3],[-4,11],[15,12],[-3,16],[-23,5],[2,4],[-10,16],[-9,1],[-12,8],[-7,15],[19,9],[1,18],[-13,6],[-5,8],[-16,-6],[-20,0],[-20,6],[3,9],[-6,15],[-14,9],[-6,12],[-12,5],[0,6],[13,7],[-6,8],[4,11],[-2,12],[-12,2],[1,13],[-11,6],[-4,8],[-10,-1],[-17,10],[-3,17],[6,15],[10,2],[3,6],[-8,7],[-8,-1],[-7,5],[-4,10],[-17,9],[-6,20],[-13,12],[7,10],[-3,5],[-12,0],[-6,12],[-14,8],[14,4],[15,10],[0,13],[-8,15],[-9,11],[-16,6]],[[6425,3416],[-234,-1],[-51,-1],[2,-13],[-84,-2]],[[8384,3493],[-84,-3],[1,-17],[-471,-17],[-212,-7],[-35,-2],[-132,-4],[-28,0],[-76,-3],[-435,-12],[-209,-5],[-186,-4],[-51,0],[-41,-3]],[[6185,5171],[315,-242],[142,-107],[27,-21],[178,-135],[238,-182],[273,-208],[96,-74],[210,-161],[174,-132],[113,-85],[252,-193],[181,-138]],[[2332,4521],[-5,-2],[-13,24],[-40,66],[-25,27],[-12,8],[-24,10],[-8,0],[-16,-9],[-10,-10],[-11,-5],[-13,6],[-32,3],[-5,-12],[-11,2],[-11,-4],[-16,0],[-28,8],[-10,1],[-16,11],[-11,2],[-6,8],[-12,1],[-3,8],[-26,16],[0,3],[-26,21],[-10,5],[-9,16],[-22,21],[-20,36],[-16,15]],[[2489,4562],[-7,7],[0,8],[-14,3],[-17,-10],[-8,5],[-3,9],[-16,0],[0,-5],[-11,4],[-26,-8],[-19,-22],[-17,0],[-16,-16],[2,-12],[-5,-4]],[[2550,4567],[-25,-1],[-21,12],[-10,-15],[-5,-1]],[[3425,3891],[-11,5],[-13,15],[-4,-1],[-37,25],[-13,0],[15,-11],[8,-15],[1,-11],[9,-4],[7,-13],[10,-31],[1,-18],[-7,-13],[-12,5],[-12,0],[-8,-6],[-17,7],[-9,16],[-11,10],[-16,6],[-10,10],[-1,7],[-26,12],[-2,14],[-17,10],[-6,7],[-11,3],[-14,-4],[-12,12],[-11,8],[-13,1],[0,-9],[-8,-1],[-2,-9],[-7,-12],[-8,-4],[-9,2],[-13,13],[-10,1],[-5,-6],[1,-12],[-5,-4],[-19,-6],[-7,-5],[-10,1],[0,16],[-10,-5],[-1,17],[0,38],[-152,135],[-1,7],[-13,10],[-4,9],[-13,1],[2,10],[-12,20],[-8,3],[-19,-4],[-24,5],[-15,-6],[-4,3],[5,14],[11,11],[-5,13],[-12,11],[-15,6],[-4,17],[10,6],[-2,23],[7,11],[-15,13],[-7,10],[-2,9],[-21,18],[-11,-3],[-29,3],[-8,18],[-16,6],[-11,-6],[-26,20],[-14,23],[30,8],[1,7],[-8,16],[-10,3],[-3,14],[-13,6],[-15,-7],[-53,50],[-36,35],[-22,9],[-22,30],[1,9],[-3,14]],[[2761,3398],[-31,26],[-7,3],[-23,26],[-1,6],[-34,21],[-18,19],[1,16],[-10,12],[6,11],[-9,6],[-3,18],[-10,36],[-9,16],[-13,11],[-14,6],[-29,8],[-10,0],[-21,29],[-3,18],[-14,9],[-11,15],[-3,14],[-11,22],[-9,5],[-7,11],[-20,21],[-4,9],[-23,12],[-2,7],[-15,14],[-36,18],[-22,15],[-24,11],[-12,-1],[-2,4],[-20,13],[-2,11],[-15,21],[-8,1],[-12,9],[-11,13],[-10,4],[0,24],[5,13],[-15,18],[6,5],[-6,11],[7,10],[-5,18],[-6,3],[-3,28],[-11,21],[4,7],[-10,16],[-8,25],[7,6],[-6,14],[-10,6],[7,6],[19,-1],[3,3],[-9,19],[4,5],[-2,13],[-16,8],[-3,-7],[-17,9],[-6,10],[12,8],[-2,5],[10,20],[5,-2],[8,8],[7,21],[13,-2],[10,-13],[13,-7],[5,-13],[11,-3],[23,11],[14,14],[20,33],[12,27],[7,32],[2,33],[9,36],[10,28],[7,5],[32,4],[8,17],[-10,-16],[-37,-5],[-9,15],[-10,24],[3,7]],[[3877,3384],[-112,1],[-170,1],[-47,2],[-109,0],[-22,1],[-64,0],[-4,1],[-67,0],[-7,0],[-59,0],[-16,2],[-57,0],[-52,2],[-92,0],[-146,4],[-92,0]],[[3779,3508],[38,0],[29,-25],[8,-17],[-17,-11],[-3,-10],[10,-19],[29,-10],[5,-26],[-1,-6]],[[4546,3386],[0,366],[8,0],[-1,139],[51,0],[0,87],[1,53],[-53,0],[1,11],[0,50],[-1,31],[-48,-1]],[[6058,3399],[-184,0],[-14,-1],[-41,1],[-19,-1],[-65,0],[-9,0],[-62,0],[-11,0],[-51,0],[-34,-4],[-62,0],[-6,0],[-64,0],[-13,-1],[-114,0],[-29,-1],[-107,0],[-3,-2],[-116,0],[-19,0],[-89,0],[-9,-1],[-107,0],[-3,-1],[-103,0],[-17,-2],[-161,0]],[[3898,3384],[-21,0]],[[4546,3386],[-6,0],[-121,0],[-112,-1],[-218,0],[-3,-1],[-123,0],[-5,1],[-50,0],[-10,-1]],[[8384,3493],[14,-11],[248,-191],[322,-243],[168,-128],[21,-15],[59,-45],[51,-38],[176,-136],[5,-10],[0,-13],[-4,-12],[7,-24],[-2,-27],[3,-14],[-4,-13],[2,-20],[13,-16],[26,-12],[12,-11],[12,-21],[9,-25],[9,-15],[15,-14],[21,-13],[11,-13],[27,-11],[3,-8],[18,-4],[10,-27],[13,-21],[-7,-9],[19,-15],[3,-21],[16,-12],[-1,-10],[-11,-5],[16,-16],[18,-11],[27,-40],[4,-23],[-3,-12],[2,-18],[-5,-20],[15,-13],[29,6],[10,-2],[9,-12],[8,-1],[19,-10],[9,-8],[3,-11],[10,-4],[16,0],[9,-9],[14,-8],[14,-17],[10,-4],[21,-2],[24,-10],[26,-36],[16,-11],[-1,-8],[6,-26],[5,-8],[-4,-6],[-29,0],[1,-6],[-12,-9],[-1,-6],[-13,-10],[-18,-21],[-13,-7],[-4,-21],[-10,-4],[-15,-10],[-13,-5],[-19,0],[-16,-17],[-6,-10],[-14,-11],[-23,-4],[-20,-19],[-21,-8],[-15,0],[-15,-8],[-11,-17]],[[6421,2392],[35,0],[-5,183],[-3,78],[-9,319],[-2,63],[0,25],[-5,112],[-1,90],[18,1],[-3,30],[-34,-2],[-1,32],[18,2],[-4,91]],[[6330,1466],[-8,8],[-1,15],[-11,0],[2,10],[15,28],[17,2],[-1,17],[38,0],[54,193],[3,12],[22,78],[-17,172],[-4,51],[-2,11],[-2,50],[-6,0],[-8,279]],[[6446,1390],[-28,21],[-29,15],[-59,40]],[[9708,1737],[-48,-3],[-278,-16],[-81,-4],[-24,-2],[-458,-24],[3,-46],[-209,-10],[-680,-26],[-451,-16],[-76,-2],[-144,-5],[-71,-2],[3,-31],[-50,-1],[-24,-3],[-46,0],[-28,-1],[-153,-4],[0,15],[-152,-4],[-1,15],[-175,-3],[-9,-2],[2,-46],[-53,-19],[2,-48],[-47,-2],[3,-38],[-20,0],[6,-8],[-3,-11]],[[3442,2529],[4,8],[10,36],[7,46],[0,35],[-5,30],[-14,25],[-13,8],[-10,-1],[-14,8],[-14,13],[-13,4],[-11,-2],[-13,6],[-10,-2],[-9,-5],[0,-12],[-11,0],[-11,8],[-9,9],[-29,13],[-5,6],[-10,2],[-25,13],[-2,8],[-11,4],[-4,9],[-9,3],[-12,16],[1,27],[14,19],[17,44],[4,25],[-1,12],[7,-10],[-5,-35],[-5,-10],[24,7],[-2,11],[7,-2],[8,6],[-14,6],[-3,11],[-10,17],[-8,6],[-2,21],[-18,39],[-10,11],[-13,7],[-41,0],[-18,12],[-9,0],[-17,5],[-11,-3],[-18,24],[-29,25],[-7,4],[-42,44],[-23,44],[-17,13],[-23,31],[-21,9],[-5,-9],[-27,19],[-17,0],[-12,4],[-5,7],[-15,5],[-15,-3],[0,20],[-7,13],[-9,5],[-12,14],[2,10],[-4,22],[0,12],[-6,3],[0,8],[-7,18],[-14,13]],[[4616,2449],[-64,-1],[-11,9],[-37,21],[-11,12],[-17,12],[-11,-1],[-9,5],[-10,-2],[-23,20],[-14,0],[-22,5],[-16,-5],[-10,3],[-16,-2],[-36,19],[-6,-3],[-20,13],[-23,6],[-14,11],[-10,17],[-9,-1],[-16,8],[-11,1],[-11,-5],[-9,11],[-15,13],[-17,-4],[-13,0],[-37,8],[-7,9],[-9,1],[-5,8],[-25,9],[-7,-2],[-14,6],[-24,15],[4,9],[-23,-2],[-5,-7],[-20,-10],[-15,0],[2,-13],[-23,-6],[-10,-9],[-10,-18],[1,-14],[-6,-7],[-10,-1],[-11,-8],[-17,0],[-4,-4],[-19,8],[-7,-12],[-5,6],[-16,-3],[0,-9],[-7,5],[-17,-3],[-10,-7],[-10,14],[-7,-4],[-5,-14],[5,-15],[16,-8],[-2,-8],[16,-9],[-6,-12],[10,-5],[3,-12],[-6,-28],[-10,-6],[-7,2],[-7,17],[-29,19],[-5,6],[-34,23],[-14,4],[-24,19],[-11,6],[-17,1],[-82,-13],[-17,-8],[-19,2],[-14,-11],[-17,8],[-7,-1],[-13,-11],[-10,-2],[-14,15]],[[3898,3384],[0,-70],[0,-113],[106,-1],[0,-91],[15,-1],[3,-14],[16,-2],[1,-15],[16,0],[0,-15],[17,0],[2,-16],[15,2],[2,-32],[116,-2],[2,-92],[69,1],[1,-92],[141,-2],[2,-91],[112,5],[-7,-95],[71,3],[0,-15],[17,0],[1,-187]],[[4647,2449],[-31,0]],[[5210,2336],[-96,0],[0,25],[-269,0],[-1,44],[-33,1],[1,22],[-29,0],[-77,0],[-1,21],[-58,0]],[[6421,2392],[-169,-6],[-130,-2],[-56,-2],[-127,-4],[-41,2],[-10,-2],[-34,-1],[-31,1],[-28,-3],[-26,0],[-133,-2],[-12,-2],[-94,0],[-4,0],[-96,0],[-130,-4],[-103,0],[13,-31]],[[5077,947],[-7,-4],[-10,18],[19,5],[-2,-19]],[[4036,1541],[11,-4],[0,-9],[-7,-12],[8,-21],[31,-15],[24,3],[10,-1],[-2,-12],[3,-13],[9,-16],[-27,0],[-24,-7],[-14,-11],[-15,-6],[-5,-6],[-20,-2],[-6,-4],[-12,0],[-15,-4],[-5,-9],[-12,-2],[-17,9],[-34,21],[-8,3],[-7,18],[-10,8],[-14,23],[-8,6],[-3,8],[-27,16],[11,8],[17,2],[25,-6],[33,6],[16,16],[11,1],[22,-7],[20,0],[21,5],[20,14]],[[3650,1562],[-17,-4],[2,4],[15,0]],[[3727,1556],[13,-6],[19,2],[16,-11],[6,-17],[-7,-2],[-36,1],[-13,-9],[-25,14],[-26,7],[-15,-8],[-11,6],[-15,0],[7,11],[10,1],[13,9],[4,8],[17,-8],[15,6],[19,17],[7,2],[7,-15],[-5,-8]],[[4187,1579],[17,2],[32,-6],[23,-8],[15,-9],[19,0],[3,2],[26,-2],[11,4],[5,-4],[22,-8],[7,2],[16,-6],[7,-9],[14,-8],[6,-7],[19,-4],[11,4],[6,-4],[17,-2],[13,4],[12,11],[0,13],[23,14],[6,-4],[13,6],[14,-8],[19,-6],[13,-9],[-24,-14],[-4,-15],[-7,-9],[-18,-2],[-18,-6],[-23,-2],[-40,0],[-8,-2],[-33,-17],[-6,2],[-21,-13],[-24,5],[-22,-7],[-6,5],[-18,-3],[-19,3],[-11,-3],[-6,7],[-11,4],[-14,-4],[-18,15],[-6,0],[-14,29],[10,17],[1,8],[-24,19],[-15,8],[-8,-4],[-9,4],[10,5],[-3,8],[5,8],[15,-4]],[[4617,1896],[-13,9],[-15,2],[-33,12],[-16,13],[-13,6],[-10,-2],[-17,5],[-25,4],[-21,-7],[-10,3],[-23,-1],[-14,-4],[-10,-12],[-14,-7],[-19,0],[-12,7],[-46,14],[-50,2],[-8,-10],[-26,2],[-8,-4],[-15,15],[-8,1],[-29,15],[-28,0],[-23,13],[-9,2],[-20,12],[-17,-3],[-12,6],[-22,-3],[-10,1],[-19,-2],[-46,14],[-18,0],[-14,-4],[-47,2],[-24,-4],[-40,0],[-15,4],[-46,-12],[-31,-3],[-34,-2],[-25,-6],[-16,2],[-13,-8],[-15,6],[-6,23],[-4,11],[-16,14],[-3,13],[-12,18],[-29,17],[-14,1],[-27,17],[-24,0],[-19,-2],[-15,10],[-7,17],[7,16],[-2,9],[8,13],[14,33],[14,34],[6,21],[-1,10],[-16,27],[-10,7],[-10,15],[14,37],[14,53],[-1,21],[-27,21],[0,9],[-10,12],[-17,0],[-3,4],[6,21],[-3,6],[12,25],[5,22]],[[4647,2449],[0,-122],[1,-204],[1,-126],[4,-31],[-4,-11],[-6,0],[-3,-14],[9,-11],[-7,-10],[-26,-18],[1,-6]],[[4741,1520],[-21,-6],[1,4],[20,2]],[[4874,1693],[0,-15],[-4,4],[4,11]],[[5210,2336],[37,-74],[34,-73],[17,-32],[8,-21],[98,-200],[1,-4],[62,-126],[0,-44],[-36,0],[1,-76],[-33,0],[-86,-2],[-27,-17],[-126,-84],[-4,-29]],[[4874,1693],[-5,0],[4,-22],[-13,17],[-28,55],[-3,23],[-8,15],[-11,10],[-27,2],[-8,8],[-20,11],[-9,11],[-19,15],[-21,-2],[-13,16],[-10,5],[-20,20],[-12,0],[-16,17],[-18,2]],[[5156,1554],[-23,11],[-31,10],[-12,2],[-26,15],[-23,2],[-31,17],[-33,6],[21,-8],[-13,-5],[-18,7],[-61,40],[-19,6],[-5,-2],[-10,14],[3,2],[-1,22]],[[4566,749],[9,0],[31,-18],[9,0],[28,-11],[24,-25],[11,-4],[-14,-9],[-36,-6],[-10,4],[-31,6],[-16,7],[-14,2],[-22,15],[-8,12],[-6,21],[18,-8],[10,10],[17,4]],[[4714,1510],[-16,-4],[-6,4],[22,0]],[[4667,1518],[14,-2],[4,-6],[-10,-2],[-23,8],[15,2]],[[5509,962],[19,-5],[19,1],[17,-1],[13,4],[24,-20],[14,-5],[7,-12],[16,8],[7,-6],[11,-2],[17,-13],[19,0],[39,-10],[10,-9],[13,-2],[-2,-17],[15,-16],[22,-17],[9,-15],[13,-6],[9,-19],[-1,-13],[-20,-10],[-14,4],[-17,12],[-21,5],[-37,0],[-9,-4],[-37,4],[-9,6],[-13,13],[-11,19],[8,25],[6,2],[-6,6],[-9,30],[-17,8],[-1,9],[-7,-13],[-11,10],[-12,-2],[-1,4],[-21,0],[-17,5],[-21,29],[-8,4],[-5,9]],[[5989,1264],[15,-6],[-15,-2],[0,8]],[[5896,1264],[-25,-12],[8,-24],[-14,-4],[6,-8],[-14,0],[0,14],[17,5],[-6,17],[-5,-3],[2,-12],[-14,-6],[-3,-9],[-8,19],[17,21],[33,10],[6,-8]],[[5534,491],[14,4],[12,-10],[5,-19],[9,-4],[11,-21],[22,-21],[17,-23],[18,-17],[17,-9],[23,-19],[41,-29],[29,-25],[11,-4],[20,-21],[-5,-3],[-26,7],[-12,0],[-10,-5],[-4,-8],[-10,-2],[-9,-6],[-9,10],[-17,6],[-25,21],[-27,11],[-11,31],[-20,20],[-2,6],[-11,4],[-17,46],[-15,13],[-7,23],[-12,25],[-15,2],[-2,19],[14,4],[3,-6]],[[5989,1264],[-3,-6],[15,-7],[-2,-4],[-23,13],[-26,6],[-16,0],[-6,-6],[-15,4],[15,-8],[-3,-4],[6,-17],[-12,0],[-8,6],[13,6],[-14,0],[-2,7],[-8,-5],[-6,26],[-31,-9],[2,9],[-19,-20],[-7,7],[-13,-6],[11,0],[3,-7],[-3,-6],[6,-23],[0,-4],[-12,0],[-2,-11],[-31,9],[-35,12],[-11,11],[-14,0],[-11,4],[-13,-6],[-13,4],[-4,17],[-14,19],[4,8],[17,10],[3,9],[10,4],[3,13],[0,25],[-11,10],[-2,13],[-6,17],[-35,65],[-16,21],[12,6],[-3,5],[-9,-7],[-11,15],[-17,21],[-18,18],[-17,11],[-24,13],[-15,-2],[-15,4],[-13,-4],[-7,2],[-44,-4],[-28,2],[-12,-1],[-10,-8],[-58,2],[-13,-8],[-28,-4],[-11,-15],[-14,-8],[-12,14],[-26,17],[-29,7],[-42,4],[-14,4],[-16,0]],[[6003,1249],[3,9],[-17,15],[0,-9]],[[6330,1466],[-58,0],[-25,-1],[-101,-1],[-9,-4],[0,-42],[-8,0],[0,-9],[-9,0],[0,-7],[-8,0],[0,-8],[-8,0],[0,-8],[-18,0],[0,-8],[-9,0],[-8,-13],[-14,-8],[-3,-17],[1,-11],[-10,-6],[-11,-11],[-2,-8],[-12,-21],[6,-19],[-21,-15]],[[9708,1737],[-4,-19],[0,-19],[6,-15],[-5,-21],[-14,-8],[-11,-2],[0,-7],[9,-6],[-23,-19],[-2,-6],[-14,-15],[-11,-6],[-11,0],[-13,-23],[2,-11],[10,-2],[15,-12],[4,-7],[-6,-6],[-13,2],[4,-8],[21,-17],[1,-9],[-12,-10],[-15,-2],[1,-8],[12,-24],[-8,-12],[10,-17],[11,-23],[8,-23],[-7,-21],[17,-15],[3,-10],[-4,-15],[-25,-11],[-6,-8],[-1,-9],[19,-12],[-18,-6],[10,-19],[-7,-7],[11,-18],[-9,-7],[-9,-14],[1,-11],[10,-21],[8,-8],[-34,-24],[-1,-17],[-7,-8],[-11,-2],[-12,-10],[-6,-15],[-14,-17],[-8,-14],[-2,-19]],[[6623,1010],[6,4],[0,11],[-6,0],[-1,14],[90,132],[3,3],[-62,44],[-63,8],[-2,47],[-46,10],[-15,19],[-70,75],[-11,0],[0,13]],[[8078,970],[-26,-2],[-101,0],[-96,-6],[-21,0],[-54,-2],[-23,0],[-88,-5],[-93,-2],[-68,-2],[-95,-4],[-30,0],[-68,-2],[-77,-2],[-125,-3],[1,3],[-117,-2],[-98,-2],[-1,16],[-36,11],[-97,33],[4,13],[-114,-2],[-32,0]],[[9558,1044],[-91,-7],[-16,0],[-101,-6],[-297,-15],[-425,-21],[-292,-13],[-53,-4],[-205,-8]],[[6238,1108],[-11,-3],[-2,6],[13,-3]],[[6197,1117],[6,-8],[17,-2],[11,-7],[8,2],[3,-8],[-18,6],[-31,7],[-9,12],[-38,21],[-26,15],[-31,25],[-34,33],[-34,30],[-20,0],[2,6]],[[6238,1108],[-17,3],[-2,10],[-3,-8],[-20,8],[1,-4]],[[6540,884],[-13,19],[-17,17],[-30,23],[-32,17],[-11,-5],[-22,2],[-12,25],[-8,1],[-7,14],[-45,45],[-21,4],[-4,6],[-12,2],[-5,9],[-16,12],[-38,19],[-9,14]],[[6623,1010],[2,-36],[-29,-17],[-18,-4],[-23,0],[-5,-19],[-10,-50]],[[6930,252],[-8,-7],[-1,7],[9,0]],[[6947,256],[-3,-4],[9,-5],[-1,-6],[-19,4],[13,21],[1,-10]],[[8094,121],[-89,-12],[-99,-11],[-114,-14],[-151,-17],[-55,-7],[-140,-14],[-34,-5],[-97,-12],[-39,-4],[-99,-11],[-105,-12],[-23,-2],[0,10],[-9,23],[0,27],[-2,17],[-6,19],[-14,23],[-18,23],[-16,13],[-14,4],[-23,-2],[-8,2],[0,9],[11,14],[20,6],[6,-10],[25,-8],[3,-13],[-6,-6],[6,-4],[7,6],[4,-4],[-5,-13],[16,-15],[6,-21],[6,2],[6,-14],[-6,-7],[11,-8],[3,-11],[14,-6],[9,6],[2,13],[-3,15],[-11,10],[-15,28],[4,0],[-1,18],[-11,11],[-15,4],[-28,19],[-7,6],[3,13],[-27,2],[-14,0],[-8,-12],[-12,0],[-5,-19],[3,-30],[-6,-6],[-14,34],[-3,23],[1,25],[4,12],[7,0],[5,13],[6,2],[19,-6],[7,8],[-6,13],[3,15],[-7,-5],[-16,0],[-4,-14],[-5,10],[-11,0],[6,-12],[-3,-17],[-3,-2],[-2,27],[-6,15],[-9,8],[-6,11],[-6,2],[-3,23],[6,8],[11,-2],[9,13],[4,16],[-6,32],[-4,23],[-8,25],[-16,63],[-12,21],[-5,5],[-18,44],[-2,8],[-13,30],[-11,14],[-10,17],[-17,21],[-32,36],[-13,10],[-7,15],[-11,10],[-28,34],[-34,40],[-31,29],[-42,30],[-21,10],[-3,4],[-19,3],[-5,6]],[[8078,970],[8,-147],[3,-48],[3,-68],[5,-107],[-22,0],[12,-210],[8,-149],[1,-8],[-7,0],[3,-51],[2,-61]],[[9558,1044],[-8,-17],[-17,-11],[-21,4],[-14,0],[-17,-12],[-14,0],[-8,-4],[13,-17],[17,-26],[2,-10],[-2,-17],[-6,-14],[-22,-19],[8,-19],[13,-4],[26,-5],[10,-8],[6,-11],[-17,-14],[13,-17],[5,-11],[-5,-16],[5,-15],[-3,-15],[1,-17],[-9,-23],[-7,-6],[-9,-34],[4,-14],[17,-4],[2,-11],[14,-15],[3,-17],[15,-6],[11,17],[20,-19],[9,-4],[21,0],[12,2],[12,11],[39,-1],[23,-6],[17,-23],[7,-31],[8,-5],[12,7],[9,-11],[-2,-15],[-10,-16],[3,-9],[17,-17],[-1,-69],[-25,-23],[-16,-8],[-20,-28],[0,-14],[7,-21],[-12,-1],[0,-8],[-25,-2],[0,-8],[-18,0],[1,-7],[-34,-2],[-1,-8],[-50,4],[-26,2],[-13,9],[-11,-15],[-5,-15],[-195,-23],[-47,-4],[-46,-6],[-118,-15],[-59,-6],[-71,-9],[-179,-19],[-165,-21],[-57,-6],[-139,-17],[-110,-12],[-54,-7],[-83,-8],[-80,-11],[-15,0]]]}
<!DOCTYPE html>
<meta charset="utf-8">
<canvas width="960" height="800"></canvas>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script>
var canvas = d3.select("canvas").node(),
context = canvas.getContext("2d"),
path = d3.geoPath().projection(null).context(context);
d3.json("ca.json", function(error, ca) {
if (error) throw error;
context.beginPath();
path(topojson.feature(ca, ca.objects.counties));
context.fillStyle = "#ddd";
context.fill();
context.beginPath();
path(topojson.mesh(ca, ca.objects.counties, function(a, b) { return a !== b; }));
context.strokeStyle = "#999";
context.stroke();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment