Skip to content

Instantly share code, notes, and snippets.

@aydos
Last active May 28, 2016 10:06
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 aydos/67d0e425dccb261f96a3709a7598d4f3 to your computer and use it in GitHub Desktop.
Save aydos/67d0e425dccb261f96a3709a7598d4f3 to your computer and use it in GitHub Desktop.
Türkiye
<!DOCTYPE html>
<meta charset="utf-8">
<style>
text {
font-family: helvetica, arial, sans-serif;
font-size: 10px;
text-anchor: middle;
color: #111;
}
</style>
<svg width="960" height="500"></svg>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script>
var svg = d3.select("svg")
var sw = +svg.attr("width")
var sh = +svg.attr("height")
var projection = d3.geo.mercator()
.scale(2800)
.center([35.243,39.026])
.translate([sw/2,sh/2])
var path = d3.geo.path()
.projection(projection)
d3.json("turkiye.json", function(error, turkiye) {
if (error) return console.error(error)
iller = topojson.feature(turkiye, turkiye.objects.il)
svg.append("path")
.datum(iller)
.attr("d", path)
.style("stroke", "#111")
.style("stroke-width", "4px")
.style("stroke-linejoin", "round")
svg.selectAll(".il")
.data(iller.features)
.enter()
.append("path")
.attr("fill", function(d) {return d3.hsl(198+Math.random()*4, 0.7+Math.random()*0.2, 0.4+Math.random()*0.2)})
.attr("d", path)
svg.append("path")
.datum(topojson.mesh(turkiye, turkiye.objects.il, function(a, b) { return a !== b }))
.attr("d", path)
.attr("fill", "none")
.style("stroke", "#FFF")
.style("stroke-width", "2px")
.style("stroke-linejoin", "round")
svg.selectAll("text")
.data(iller.features)
.enter()
.append("text")
.text(function(d) { return d.properties.ad })
.attr("transform", function(d) { return "translate("+ path.centroid(d).toString() +")" })
})
</script>
Display the source blob
Display the rendered blob
Raw
{"type":"Topology","transform":{"scale":[0.0011899963957245838,0.0007742624738203771],"translate":[25.668509,35.8136997]},"arcs":[[[1090,7986],[4,-160],[19,-104],[-32,-154],[-33,-23],[56,-66],[-21,-103],[-65,-154],[46,-125]],[[1064,7097],[-7,-35],[36,-80],[-17,-88],[-48,-44],[-93,-65],[-46,16],[-32,-63],[49,-19],[-14,-72],[2,-81],[-11,-56],[22,-50],[43,-51],[3,-60]],[[951,6349],[-34,-48],[9,-37]],[[926,6264],[-22,-22],[-115,-8],[-60,-62],[-72,35],[-140,-37],[-57,13],[-50,-13],[-65,28],[-15,34],[10,114],[43,20],[26,83],[52,45],[4,60],[115,82],[-26,32],[25,31],[-36,87],[15,41],[-21,26],[19,127],[-2,49],[68,1],[66,63],[8,28],[47,18],[30,-24],[33,32],[6,48],[-18,52],[-18,131],[0,109],[-51,15],[-68,78],[-61,21],[-41,48],[14,66],[28,46],[134,1],[39,103],[-19,29],[51,65],[111,-22],[27,40],[26,-22],[92,37],[32,-6]],[[4003,4411],[0,-48],[-31,-43],[-66,-26],[-37,-28],[-35,-93],[-14,-131],[-47,-76],[-50,-29],[-51,-75]],[[3672,3862],[-68,6],[5,78],[-43,58],[-51,-30],[-80,50],[-91,26],[-55,-60],[-52,-17],[-64,-69],[-58,15],[-40,-49],[-80,-46],[-41,14],[-11,61],[-48,11],[-24,-40]],[[2871,3870],[-68,67],[-18,31],[8,44],[-61,66],[10,57],[-56,104],[-57,31],[-53,-9],[-52,47]],[[2524,4308],[17,94],[-30,60],[12,27],[53,-25],[44,18],[95,153],[35,45],[-11,72],[10,57],[33,33],[15,62]],[[2797,4904],[24,-24],[41,5],[111,-22],[135,171],[88,133],[-7,52],[211,1]],[[3400,5220],[41,-87],[2,-90],[55,-2],[89,-37],[60,-48],[35,19]],[[3682,4975],[41,23],[108,-10],[5,-90],[43,-63],[60,-36],[20,-44],[-2,-105],[-33,-46],[46,-133],[33,-60]],[[14846,1953],[8,94],[-30,120],[6,79],[58,19],[55,45],[23,41],[20,134]],[[14986,2485],[43,5],[61,36],[51,-1],[66,-29],[38,2],[211,76],[17,-68],[41,-23],[70,-5],[79,63],[57,10],[37,23]],[[15757,2574],[29,-53],[90,18],[24,-23],[33,-75],[-46,-50],[34,-82],[0,-49],[-23,-117],[58,-114],[46,-6],[18,-50],[54,-33],[18,-44],[-50,-70],[10,-82],[-87,13],[-15,18],[-61,-33],[-26,-55],[-67,-61],[-86,-59],[-41,-54],[-54,17],[-15,59],[-41,78],[35,70],[45,11],[-9,99],[-34,49],[-93,50],[-41,-11],[-45,12],[-82,-128],[-192,15],[-57,-18],[-36,40],[-55,-14],[-83,55],[-43,56],[-23,0]],[[6734,5838],[-34,-37],[-54,-99],[13,-41],[-16,-97],[30,-33],[-13,-41],[-58,-59],[-45,0],[-62,-49],[-53,-66],[-47,-123],[-13,-108],[-34,-91],[70,-26],[12,-77],[22,-65],[-1,-56],[13,-92],[44,-30]],[[6508,4648],[53,-153],[32,-63],[93,-66],[58,-101],[101,-61]],[[6845,4204],[1,-65],[-14,-32],[23,-150],[-23,-110],[-46,-97],[-77,-55],[-135,-45],[-64,70]],[[6510,3720],[-38,34],[-31,75],[4,298],[-28,50],[-47,26],[-81,77],[-24,68],[36,78],[37,35],[-14,35],[-87,-52],[-31,-59],[-24,-8],[-14,119],[-24,21],[-49,-75],[-71,31],[-40,-147],[-22,-41],[-37,-10],[-110,-89],[-25,-2],[-77,-107],[-52,36],[-32,44],[-93,-21],[-53,8],[-18,-68],[-47,-19],[-55,40],[-61,77],[-25,70],[-42,76],[10,65]],[[5245,4385],[101,130],[-55,72],[-11,73],[29,40],[12,64],[-67,19],[-19,30],[-87,255],[21,63],[52,49],[-34,74],[-85,38],[-30,90],[-32,25],[-26,63],[-55,-23],[-78,-13],[-69,18],[21,45],[-132,14],[-64,-33],[-102,9],[-88,-24],[-66,26],[-39,35],[-28,53]],[[4314,5577],[54,39],[59,65],[54,42],[9,98],[25,38],[46,9],[146,-12],[66,30],[52,2],[34,-25],[35,-62],[81,-15],[154,38],[101,1],[90,68],[132,-78],[58,20],[22,35],[-52,58],[-11,72],[43,84],[54,30],[131,48],[14,45],[-58,63],[59,52],[93,13]],[[5805,6335],[55,0],[107,-132],[39,-26],[80,-9],[-1,-66],[16,-46],[121,-14],[45,23],[89,-211],[20,-24],[54,21],[30,54],[52,-9],[157,-48],[65,-10]],[[3269,6294],[-50,-55],[-6,-116]],[[3213,6123],[-44,-13],[-76,25],[-66,-35],[-54,-7],[-131,48],[-34,-13],[-20,-122]],[[2788,6006],[-43,-2],[-68,57],[-62,15],[10,42],[82,41],[85,80],[95,-1],[49,16],[83,2],[70,32],[34,38],[39,-18],[44,40],[43,2],[20,-56]],[[12166,6145],[-49,-69],[-71,-66],[-60,11],[-48,-33],[5,-80],[-18,-17],[-21,-76],[1,-105],[-29,-96],[-81,-23],[-24,-23],[-15,-63],[19,-77],[29,-38],[48,-24],[39,-62]],[[11891,5304],[-90,-81],[-36,-67],[-55,46],[-38,1],[-25,57],[-46,-28],[-72,32],[-75,13],[-20,38],[-110,36],[-39,64],[-26,-5],[-57,41]],[[11202,5451],[-19,72],[-69,44],[-14,38],[25,111],[44,44],[54,93],[48,14],[-36,83],[-45,57],[-144,61],[-25,49],[67,169],[116,71],[57,81],[41,-4],[47,50]],[[11349,6484],[101,-132],[52,-97],[79,4],[61,-43],[63,-20],[49,-34],[35,-51],[56,100],[3,97],[64,41],[8,-40],[-20,-88],[47,5],[35,-46],[34,-2],[17,67],[50,11],[5,-61],[78,-50]],[[1545,5803],[-4,-63],[-37,-69],[-40,-29],[-17,-64],[59,-87],[18,-47],[-4,-45],[37,-38],[0,-109],[-41,-132],[-99,-76],[-62,-31],[-37,11],[-72,56],[-83,-5],[-59,36],[-107,-88],[-38,-8],[-72,18],[-34,-58],[-23,-147]],[[830,4828],[-176,-43],[-100,-48],[-32,6],[-71,-32],[-62,-10],[-57,37],[36,141],[35,39],[10,50],[-16,131],[13,81],[-15,18],[8,98],[24,98],[29,28],[34,-14],[60,25],[22,37],[15,71],[35,32],[0,89],[64,6],[32,25],[40,75],[29,6],[71,107],[51,49],[113,-9],[24,16],[39,-33],[65,16],[43,59],[56,11],[28,-21],[80,52],[36,-82],[-5,-48],[71,-51],[86,-37]],[[299,5155],[-42,53],[66,5],[23,-68],[-47,10]],[[951,6349],[50,13],[97,-11],[38,-62],[-38,-91],[-64,-92]],[[1034,6106],[-64,-51],[-69,-29],[-41,-41],[7,-29],[-63,-51],[5,-31],[-36,-53],[-78,-54],[-60,-75],[-51,-20],[15,-79],[-72,-76],[-90,-57],[-19,16],[37,64],[51,116],[7,79],[-38,43],[-12,41],[40,36],[55,21],[111,108],[141,88],[62,1],[9,33],[48,11],[53,52],[-11,65],[-45,30]],[[177,5554],[-118,-29],[-59,50],[9,39],[91,73],[49,0],[76,37],[36,-30],[-10,-74],[25,-35],[-99,-31]],[[10938,4174],[14,-30],[42,-6]],[[10994,4138],[22,-21],[12,-65],[-36,-37],[-1,-33],[61,-27],[148,36],[120,-24],[33,-20],[75,-13],[30,-44],[62,-26],[9,-44],[41,21],[54,-18],[18,51],[70,3],[23,-14],[64,7],[69,33],[63,94],[14,97],[20,36],[-32,55],[40,55]],[[11973,4240],[46,-12],[96,51],[30,42],[73,23],[57,-11],[29,-42],[-6,-45],[-43,-75],[-21,-168],[18,-25],[7,-75],[47,-3],[27,-58],[-27,-45],[-67,-49],[-14,-41],[-41,-23],[-11,-77],[61,-77],[47,-107]],[[12281,3423],[-101,-10],[-36,10],[-152,-9],[-37,-29],[-12,-65],[-66,-5],[-125,-46],[-72,-51],[-164,15],[-92,16],[-33,-20],[-74,-3]],[[11317,3226],[-32,57],[-110,-45],[-77,97],[-27,11],[-13,58],[-101,-40],[-31,25],[-79,17],[-24,35],[-59,-3],[-38,43],[-50,27],[-14,97],[15,75],[78,54],[-1,53],[57,26],[94,-5],[-8,40],[17,48],[-91,99],[-10,41],[77,67],[48,71]],[[8552,4505],[52,-75],[4,-44],[116,-91],[43,-60],[58,-4],[61,16],[114,-9],[37,38],[60,-35],[42,0],[31,25],[55,76],[36,13],[50,-43],[49,-84],[34,-24],[74,-11],[40,-69],[1,-61],[-31,-69],[-118,-127],[-80,-54],[-21,-67],[6,-42],[65,-151],[-10,-38]],[[9320,3515],[-64,-44],[6,-49],[33,-28],[-35,-55],[-53,30],[-40,-57],[-45,-99],[-99,-63],[-31,-2]],[[8992,3148],[-53,126],[-49,39],[-107,-28],[-48,-59],[-47,-173],[-64,-102],[-138,-61],[-78,-97],[-69,-31],[-16,-70],[0,-109],[-33,-130],[-122,69],[-190,39]],[[7978,2561],[-3,61],[95,0],[42,67],[0,37],[-39,52],[-29,148],[-2,48],[-49,68],[-63,37],[-53,11],[-30,35],[-24,92],[-58,58]],[[7765,3275],[-19,49],[98,85],[47,97],[14,74],[-44,36],[-10,35],[32,127],[-67,78],[16,73],[55,149],[3,37]],[[7890,4115],[46,34],[201,-77],[18,52],[51,63],[55,37],[10,58],[34,82],[73,-7],[43,12],[91,59],[40,77]],[[10994,4138],[-14,164],[32,39],[7,54],[77,-2],[64,45],[-10,35],[-61,22],[-57,-1],[3,65],[33,22],[57,-35],[63,17],[54,59],[13,42],[46,54],[67,0],[70,22],[28,-42],[91,61],[34,-5],[54,20],[13,-48],[31,-40],[191,117],[-9,32],[16,51],[166,-36],[43,-25],[91,33],[96,1],[64,18],[31,-23],[29,-69]],[[12407,4785],[-36,-54],[13,-32],[-71,-33],[-44,-95],[-34,3],[-88,-67],[-63,21],[-27,-53],[-55,-37],[-13,-53],[-24,-14],[35,-87],[-27,-44]],[[10451,6052],[-61,5],[-31,-28],[-45,20],[1,-158],[-64,-45],[-21,2],[-49,55],[-21,-6],[-7,-83],[-46,6],[-95,90]],[[10012,5910],[-3,101],[45,60],[-241,65],[-73,57],[-53,103],[-117,15],[-32,-16],[-47,57],[-65,-1],[-46,93],[-52,40],[-55,23],[-9,45]],[[9264,6552],[85,19],[82,55],[75,135],[-4,45],[116,12],[51,72]],[[9669,6890],[98,-5],[19,-36],[69,-17],[19,-28],[52,-21],[51,-56],[59,40],[41,89],[107,-9],[-10,-47],[28,-65],[46,-14],[13,-39],[96,-8],[114,-35]],[[10471,6639],[-33,-51],[-52,-41],[-27,-66],[32,-58],[-66,-77],[9,-38],[59,-13],[1,-109],[25,-17],[80,7],[21,-14],[-29,-84],[-40,-26]],[[4452,6794],[85,10],[196,49]],[[4733,6853],[19,-29],[92,-45],[45,-49],[38,14],[96,8],[79,-17]],[[5102,6735],[20,-32],[-29,-121],[-91,-61],[-113,-29],[-39,-1],[-33,-82],[-7,-86],[-37,-87],[-70,-28],[-50,-3],[-37,34],[-55,13],[-135,-24],[-22,19]],[[4404,6247],[25,68],[-87,42],[2,81],[30,45],[-5,49],[-34,11],[11,47],[69,26],[64,130],[-27,48]],[[13445,1684],[9,43],[-8,82],[-70,39],[-20,27],[6,62],[30,95],[3,65],[39,-22],[28,16],[78,-36],[69,17],[-12,168],[42,42],[-59,58],[-6,67]],[[13574,2407],[35,-4],[45,-54],[50,-32],[117,24],[102,-78],[36,6],[23,49],[67,41],[118,27],[46,39],[47,-1],[77,-37],[60,33],[50,94],[31,26]],[[14478,2540],[37,5],[154,-29],[212,-47],[105,16]],[[14846,1953],[-29,-29],[-56,56],[-74,33],[-104,-25],[-53,-54],[-111,47],[-32,41],[-82,-107],[-8,-34],[-66,-100],[-21,-46],[-94,-21],[-68,-39],[-43,47],[-12,47],[19,63],[-43,43],[-72,33],[-18,-5],[-130,-137],[-198,-68],[-106,-14]],[[14022,4762],[-53,-16],[-10,-32],[-57,-40],[-26,-61],[2,-69],[-43,-41],[-111,-33],[-52,-29],[-135,-109],[-45,-18],[-74,-6],[-24,14],[-6,114],[-70,28],[-50,52],[-43,22],[-104,-7],[-51,30],[-21,33]],[[13049,4594],[-43,26],[-61,68],[-77,-1],[-27,44],[-38,8],[-76,68],[-36,-4]],[[12691,4803],[-98,72],[16,51],[-93,97],[-23,63],[41,71],[0,49],[-83,59],[-56,15],[-51,-22],[-87,100],[43,59],[5,36]],[[12305,5453],[81,-28],[27,6],[98,95],[95,30],[25,27],[3,68],[24,43],[-65,31],[-37,35],[-46,-36],[-32,26],[29,50],[-15,51],[46,22],[-27,67],[31,162]],[[12542,6102],[70,77],[68,12],[17,50],[44,24],[-2,88],[112,7],[38,34],[78,29],[47,60]],[[13014,6483],[30,-47],[89,-22],[47,-69],[-29,-93],[15,-104],[25,-15],[72,55],[84,95],[51,22],[111,-43],[52,0],[43,180],[-8,80],[57,73],[46,33],[90,8],[158,-40],[52,0]],[[13999,6596],[11,-53],[66,-77],[63,-46],[33,-40],[22,-94],[1,-44]],[[14195,6242],[-28,-131],[11,-110],[-32,-67],[-56,-15],[-37,-56],[-118,-65],[-49,-16],[-9,-44],[129,-120],[49,-22],[31,-51],[122,-135],[10,-92]],[[14218,5318],[-132,-29],[-17,-27],[-84,-54],[-38,-11],[-16,-66],[122,-88],[84,-74],[66,-17],[-16,-45],[-63,-24],[-102,-121]],[[2495,2140],[3,59],[26,42],[52,44],[58,31],[24,92],[48,61],[-37,51],[-54,10],[-29,37],[-12,58],[13,109],[28,-20],[47,42],[-1,80],[-87,-2],[-1,20]],[[2573,2854],[-4,96],[50,110],[57,48]],[[2676,3108],[36,-12],[98,-1],[57,27],[92,-48],[31,23],[23,79],[57,55],[56,-9],[82,-50],[73,-24],[52,44],[-3,134],[-25,23],[131,67]],[[3436,3416],[43,31],[90,-56],[120,-95],[45,-150],[-84,-126],[-32,-32],[-53,12],[-159,-140],[-21,-28],[-6,-71],[19,-59],[41,-59],[121,-102]],[[3560,2541],[-41,-103],[-97,-16],[-39,-19],[-4,-103],[-64,43],[-75,-38],[-8,-41],[34,-69],[-27,-40],[-5,-54],[110,-86],[-15,-38],[-81,-64],[-56,-125],[-12,-139],[-79,-43],[-8,-30]],[[3093,1576],[22,-74],[-35,-96],[-65,-66],[-63,-1],[-55,16],[-23,48],[-13,74],[3,109],[-59,71],[2,58],[-19,32],[-48,-20],[-70,24],[-57,89],[-30,121],[-78,44],[-40,63],[27,30],[3,42]],[[13484,3134],[81,-27],[31,-24],[92,-7],[13,-30],[53,14],[57,61],[55,11],[114,-55],[65,-65],[94,-48],[9,-112],[52,-51],[46,-3],[51,25]],[[14297,2823],[68,-18],[-18,-48],[45,-31],[-3,-57],[41,-89],[48,-40]],[[13574,2407],[-77,10]],[[13497,2417],[-26,60],[12,87],[-61,103],[-121,4],[-76,38],[-21,73],[20,62],[106,12],[15,66],[61,3],[1,56],[21,97],[-11,71],[67,-15]],[[8688,5334],[10,-73],[53,-56],[-26,-80],[84,-75],[8,-90],[-8,-70],[-95,-210],[-82,34],[-30,-11],[2,-132],[-52,-66]],[[7890,4115],[-13,71],[-47,93],[-44,50],[31,79],[-47,89],[-88,29],[-148,135]],[[7534,4661],[-91,82],[-9,40],[22,68],[-64,54],[-16,81],[-52,33],[-76,23],[-50,43],[-42,59],[-21,4]],[[7135,5148],[-46,9],[-54,136]],[[7035,5293],[80,16],[131,12],[64,69],[37,13],[78,-14],[54,-37],[93,41],[44,7],[173,8],[81,-4],[78,49],[-9,86],[44,153],[154,37]],[[8137,5729],[84,-20]],[[8221,5709],[38,-64],[12,-66],[127,-44],[55,-10],[130,27],[51,-40],[10,-99],[44,-79]],[[12407,4785],[51,-8],[61,27],[73,-23],[57,-3],[42,25]],[[13049,4594],[-34,-54],[20,-88],[-4,-131],[102,-91],[-5,-69],[-50,-34],[-89,-100],[-12,-31],[35,-201],[3,-46]],[[13015,3749],[-29,-2],[-111,-60],[-27,-46],[-72,-19],[-95,-85],[-33,7],[-32,44],[-34,-39],[-38,2],[-71,32],[-26,34],[-34,-83],[-63,-57],[-14,-46],[-55,-8]],[[1966,6738],[-43,-86],[-77,8],[-14,23],[-90,33],[-115,-35],[-71,-12],[-22,-28],[-28,-87],[-5,-53],[-64,-65],[-35,-53],[-23,-67],[-137,-114],[-96,-27],[-31,-50],[-81,-19]],[[1064,7097],[39,63],[147,-45],[48,10],[133,-116],[49,-23],[72,17],[31,48],[26,133],[92,97],[81,23],[110,50],[78,53],[35,10],[54,-30]],[[2059,7387],[-41,-32],[35,-55],[-29,-230],[-65,-61],[21,-80],[-34,-21],[-8,-97],[28,-73]],[[9264,6552],[-115,18],[-28,-29],[-46,4],[-45,-21]],[[9030,6524],[-43,23],[-56,59],[11,68],[-25,20],[-74,-19],[-22,-108],[-38,-69],[-29,-16],[-91,1],[-79,27],[-90,18],[-96,1],[-45,77],[-33,20],[-66,9],[-14,54],[4,55],[-141,20],[-29,-29],[-45,-10],[-46,54],[-39,25],[-46,1]],[[7898,6805],[-72,24],[-64,93],[-48,45]],[[7714,6967],[33,79],[122,122],[75,30],[58,-131],[47,-41],[55,-23],[77,38],[17,40],[-10,55],[42,47],[-30,115],[-57,72],[-20,113],[19,47],[52,45]],[[8194,7575],[33,-35],[55,-22],[101,7],[158,65],[101,56],[101,-70],[34,-58],[19,-113],[-19,-48],[8,-37],[46,-79],[79,-106],[51,-20],[3,-32],[42,-54],[53,-14],[53,18],[40,33],[53,115],[158,-22],[54,-18],[114,-80],[14,-98],[24,-36],[100,-37]],[[11301,2856],[45,52],[26,9],[38,103],[-9,54],[-31,24],[-62,-23]],[[11308,3075],[-26,24],[22,38],[13,89]],[[13015,3749],[98,-3],[42,-58],[35,-80],[-5,-92],[24,-67]],[[13209,3449],[-51,-37],[-71,-73],[-37,-102],[-16,-86],[46,-111],[6,-53],[-51,-90],[-41,-135],[-35,-54],[-49,-33],[-32,-105],[59,-40],[-12,-49]],[[12925,2481],[-88,-66],[-74,-9],[-64,22],[-89,62],[-14,-15],[-7,-124],[-113,-58],[-45,5],[-90,-61],[-96,-43],[-56,44],[-93,0],[-61,-52],[-63,2]],[[11972,2188],[-27,58],[-33,108],[-31,179],[-58,39],[-93,6],[-71,32],[-74,72],[-38,78],[-25,16],[-159,20],[-62,60]],[[15918,5123],[-74,21],[-95,-17],[-87,-90],[-160,-17],[-98,29],[-99,45],[-33,24],[-56,-6],[-133,29],[-68,64],[-31,-20],[-10,-43],[-95,25],[24,83],[-103,179]],[[14800,5429],[65,60],[-16,113],[94,-23],[28,-63],[31,44],[111,28]],[[15113,5588],[3,-36],[51,-42],[40,3],[113,-77],[60,-5],[94,20],[43,-8],[122,27],[118,-63],[53,-44],[57,-103],[35,-35],[53,-86],[47,-30],[34,-71],[-70,1],[-48,84]],[[11308,3075],[-62,-88],[-67,-67],[-69,-32],[-51,-51],[-36,2],[-59,90],[-104,51],[-47,10],[-71,54],[-34,39],[-55,0],[-72,-71],[-53,2],[-54,-40],[-66,-18],[2,-30],[73,-87],[-14,-40],[-83,-74],[-109,-32],[-92,1],[-64,48],[-56,10]],[[10065,2752],[-38,44],[6,87],[74,72],[43,93],[1,70],[-31,67],[-46,53],[-112,66],[-40,49],[-101,46],[-71,16],[-22,35],[61,76],[-2,24]],[[9787,3550],[67,109],[29,109],[96,50],[9,42],[-41,116],[7,78],[-15,65],[38,25],[82,-14],[76,-68],[34,69],[-15,41],[19,37],[38,6],[114,-11],[45,17],[25,-13],[39,29],[72,-10],[58,60],[53,14]],[[10617,4301],[73,-46],[87,46],[85,-43],[76,-84]],[[3619,6071],[3,-7]],[[3622,6064],[-40,-43],[-1,-69],[-59,-118],[1,-57],[-34,-89],[6,-74],[-26,-32],[5,-188],[57,-79],[-26,-54],[-40,-35],[-65,-6]],[[2797,4904],[-33,35],[-91,-14],[-37,12],[-45,50],[-39,112],[-60,-34],[-86,20],[-95,125],[-84,49],[-47,40],[-5,61],[-69,94],[27,38],[-33,45],[-6,127],[-52,41],[13,50],[57,-20],[-8,64],[10,85],[-17,33]],[[2097,5917],[152,8],[144,-9],[61,-29],[64,-13],[89,42],[80,-11],[51,-39],[109,11],[19,57],[63,20],[-51,64],[-52,9],[-38,-21]],[[3213,6123],[4,-36],[108,23],[70,86],[38,-3],[50,-32],[75,-18],[5,-76],[56,4]],[[10062,2171],[36,-6],[10,41],[44,14],[68,-34],[55,-13],[73,-69]],[[10348,2104],[-35,-72],[-57,-50],[-27,-92],[30,-52],[-37,-44],[39,-83],[-20,-66],[40,-55],[53,24],[8,-110],[47,-111],[-7,-82]],[[10382,1311],[-83,-23],[-16,-24],[-87,-37],[-18,-19],[-68,10],[-34,-10],[-77,-60]],[[9999,1148],[-55,65],[-39,73],[-62,-32],[5,-61],[-35,-28],[-1,75],[-35,27],[-5,76],[-86,51],[-82,17],[-26,55],[0,48],[-62,49],[-30,3],[-25,-78],[-44,-57],[-50,13],[-27,-47],[-51,-48],[-3,-41]],[[9286,1308],[-47,2]],[[9239,1310],[-51,76],[-75,0],[-40,31]],[[9073,1417],[11,73],[92,152],[26,79],[71,71]],[[9273,1792],[98,41],[38,50],[21,79],[55,-40],[8,-85],[48,-36],[37,-53],[24,32],[21,71],[97,110],[59,-18],[96,14],[64,37],[51,4],[15,62],[48,61],[9,50]],[[4405,2014],[-79,-172],[-41,-32],[-115,42],[-72,-13],[-109,23],[-75,79],[-87,22],[-54,-22],[-28,-41],[-105,-96],[-36,-9],[-86,-74],[-19,-28],[-4,-122],[-59,-94]],[[3436,1477],[-55,40],[-39,1],[-76,-44],[-51,-88],[-48,-19],[-4,87],[23,65],[-26,32],[-67,25]],[[3560,2541],[82,23],[34,-21]],[[3676,2543],[12,-34],[46,-41],[17,34],[-35,34],[12,31],[87,-31],[37,10],[101,63],[26,-19],[28,-106],[33,-36],[85,-36],[28,-37],[69,-10],[28,-64],[155,-287]],[[10348,2104],[42,7],[139,-35],[-1,45],[54,-5],[12,36],[38,14],[45,-20],[38,26],[29,-14],[96,63],[46,106],[55,20],[53,-5],[42,34],[10,73],[35,-28],[17,33],[37,-2],[-8,60],[39,-4],[23,188],[47,31],[35,125],[30,4]],[[11972,2188],[43,-76],[38,-173],[-1,-110],[47,-76],[33,-17],[53,-136],[11,-88],[34,-40],[13,-51]],[[12243,1421],[-45,-46],[-103,-30],[-28,-38],[-146,-64],[-28,-26],[-92,-7],[-60,-34],[-36,-1],[-91,-31],[-106,-10],[-129,-29],[-123,47],[-38,6],[-105,-13],[-125,9],[-44,35],[-106,121],[-10,21],[-135,74],[-44,-2],[-84,31],[-64,-21],[-84,-58],[-35,-44]],[[7647,2081],[-32,14],[-94,-52],[-34,-29],[-118,-63]],[[7369,1951],[-20,46],[-19,101],[-54,46],[-17,34],[-8,106],[62,107],[8,63],[-19,66],[-86,90],[-31,56],[-116,23],[-55,31],[-23,78],[16,54],[53,33]],[[7060,2885],[61,69],[13,41],[86,-22],[23,23],[16,77],[49,25],[52,100],[-22,147]],[[7338,3345],[55,-29],[61,-62],[46,-12],[67,24],[59,0],[42,-16],[64,26],[33,-1]],[[7978,2561],[-17,-23],[-64,-29],[-6,-49],[-28,-48],[-63,-18],[-65,40],[-39,-35],[15,-175],[-64,-122],[0,-21]],[[919,4333],[37,53],[136,107],[26,1],[58,61],[87,32],[46,-19],[108,46],[16,-33]],[[1433,4581],[24,-56],[63,-94],[-6,-94],[48,-105],[11,-55],[-69,-122],[-133,-44],[-49,-23],[-11,-29],[-48,-12],[-6,-35],[-55,-66],[19,-38],[82,-48],[-7,-53],[32,-136],[12,-22],[120,-1],[16,-39],[94,-53],[126,-34],[23,-50],[-12,-113],[130,-16],[38,7],[-21,118],[44,10],[13,-41],[77,-11],[138,-53],[92,-43],[50,-61],[74,-62],[-12,-78],[27,-61],[-3,-50]],[[2354,2918],[-47,13],[-68,0],[-43,-53],[-73,-8],[-148,10],[-6,-78],[-44,-7],[-32,46],[-96,-71],[-41,21],[-56,-6],[-98,42],[-55,-17],[-40,-62],[-57,-134],[-23,32],[-57,18],[-29,61]],[[1341,2725],[7,31],[-30,50],[-59,-6],[-76,43],[-30,48],[-52,30],[-35,-2],[-66,-36],[-7,76],[-22,69],[-41,11],[-19,72],[-82,-18],[-34,-125],[-19,-11],[-60,50],[-16,49],[-94,74],[-43,-14],[-43,48],[-46,4],[72,82],[38,-28],[73,50],[55,108],[-88,80],[-32,51],[-17,136],[14,34],[91,12],[71,-95],[6,-51],[43,-38],[18,-78],[-39,1],[41,-170],[49,-31],[-23,92],[30,60],[49,-87],[137,23],[71,41],[61,-21],[26,16],[-7,49],[-80,21],[-53,-29],[-59,79],[-1,39],[-37,25],[7,32],[-97,101],[-4,83],[88,51],[56,-32],[24,120],[33,3],[64,86],[-64,49],[-35,4],[-58,-29],[-48,63],[28,102],[47,39],[-10,34],[-56,83],[-39,5]],[[6845,4204],[38,4],[24,-40],[63,16],[22,-79],[26,-47],[73,-89],[38,-95],[23,-12]],[[7152,3862],[78,-28],[-23,-164],[44,-56],[90,-53],[37,-43],[-50,-120],[10,-53]],[[7060,2885],[-79,-23],[-52,19],[-142,-60],[-122,-13],[-92,-20],[-54,10],[-7,34],[-66,61],[-58,83],[16,99],[-19,78],[-64,30],[-12,28],[42,83],[2,62],[18,105],[22,54],[117,205]],[[13497,2417],[-16,-40],[-42,-23],[-7,-65],[-38,-1],[-44,-69],[-56,-6],[-49,-32],[-122,-5],[-45,12],[-46,-13],[-36,12],[-17,74],[5,45],[-36,78],[3,45],[-26,52]],[[13209,3449],[36,1],[34,38],[42,75]],[[13321,3563],[67,-61],[43,-87],[-8,-148],[15,-77],[46,-56]],[[7534,4661],[-50,-93],[-9,-54],[23,-28],[70,-1],[18,-33],[-39,-31],[-29,-98],[-33,-18],[-29,-68],[37,-74],[-48,10],[-111,-151],[-23,-71],[-43,-9],[-34,43],[-20,-56],[-62,-67]],[[6508,4648],[69,25],[49,-25],[23,43],[77,51],[66,-13],[-12,63],[36,15],[80,77],[67,97],[2,87],[31,33],[139,47]],[[4314,5577],[-47,24],[-72,3]],[[4195,5604],[-39,30],[0,71],[-41,64],[-32,16]],[[4083,5785],[33,33],[5,167],[49,72],[36,-11],[156,12],[16,36],[-9,77],[35,76]],[[5102,6735],[70,-17],[87,-4],[44,23],[131,-7]],[[5434,6730],[58,-6],[20,17],[62,-11],[26,-42],[13,-93],[23,-34],[99,-30],[75,-70]],[[5810,6461],[26,-27],[-31,-99]],[[5382,7456],[83,-80],[47,-6],[4,-68],[29,-34],[0,-63],[30,-22],[24,-76]],[[5599,7107],[-82,-42],[-54,-48],[-20,-39],[6,-100],[-40,-54],[25,-94]],[[4733,6853],[90,117],[-13,122],[64,32],[17,30],[166,76],[58,56],[64,39],[26,34],[124,56],[53,41]],[[3622,6064],[21,-69],[54,-5],[66,-126],[52,-21],[18,33],[57,24],[70,-1],[36,20],[37,-28],[-4,-57],[54,-49]],[[4195,5604],[-57,-9],[-51,-39],[-35,-99],[-47,-45],[-38,6],[-27,-87],[-35,-4],[-17,-37],[-2,-71],[-32,-19],[-32,24],[-88,-5],[-37,-48],[-50,-102],[6,-66],[29,-28]],[[3570,6882],[2,-73],[-26,-48],[-44,-43],[-69,16],[-64,-75],[-38,2],[-34,78],[-76,1],[3,-43],[-30,-61],[-27,-18],[4,-48],[-54,-38],[-13,-71],[-19,-7]],[[3085,6454],[-61,6],[21,39],[-44,37],[-47,14],[-42,33],[-22,41],[-52,35],[-33,68],[38,34],[11,64],[27,26],[-21,56],[51,62],[104,32],[84,-30],[29,3],[170,-55],[190,-35],[82,-2]],[[2059,7387],[22,65]],[[2081,7452],[32,-16],[33,-61],[42,-35],[293,-181],[160,-67],[23,-23],[107,-42],[103,-8],[17,-49],[-61,-69],[30,-43],[-33,-95],[-39,-56],[-42,-7],[-100,-59],[-43,34],[-84,-25],[-56,8],[-3,58],[-44,-36],[-121,80],[-101,21],[-37,18],[-135,-27],[-56,-34]],[[14800,5429],[-61,16],[-77,-45],[-66,-9],[-68,11],[-73,-51],[-133,-39],[-104,6]],[[14195,6242],[64,-19],[40,10],[37,45],[37,17],[130,118],[17,61],[-15,27],[42,97],[52,59],[188,70],[69,101],[94,25]],[[14950,6853],[20,-128],[93,-45],[66,-63],[5,-120],[24,-30],[34,-111],[3,-73],[-94,-201],[-51,-25],[-27,-32],[62,-73],[-24,-98],[71,-110],[-1,-72],[29,-55],[-47,-29]],[[5810,6461],[107,54],[66,123],[60,-8],[104,45],[37,-12],[57,53],[15,51]],[[6256,6767],[55,30],[106,-63],[34,-65],[43,9],[56,81],[24,12],[64,-30],[60,29],[126,-7],[31,-31],[-54,-92],[37,-55],[-32,-77],[10,-34],[99,24]],[[6915,6498],[110,-91],[70,-149],[-26,-65],[70,-141],[-47,-32],[24,-41],[-5,-43],[-161,-182]],[[6950,5754],[-85,18],[-40,48],[-91,18]],[[5245,4385],[-81,-64],[-47,-71],[-32,-19],[-53,31],[-37,-4],[-28,-34]],[[4967,4224],[-32,55],[-96,17],[-82,176],[-25,16],[-39,-26],[-60,14],[-60,-41],[5,-80],[-53,38],[-29,-53],[-75,88],[-46,-8],[-9,-38],[26,-44],[46,-30],[-15,-28],[-89,-6],[-42,-30],[-85,64],[-47,-19],[-44,24],[-31,72],[-82,26]],[[3619,6071],[2,27],[53,33],[60,72],[30,57],[9,54],[62,27],[6,71],[-24,19],[0,50],[40,39],[-38,39],[49,30],[10,67],[-48,67],[33,40],[-8,52],[61,47],[5,40],[31,29]],[[3952,6931],[119,-47],[112,-18],[82,-50],[187,-22]],[[14161,7262],[4,-43],[44,-55],[10,-107],[-87,-107],[-60,-114],[-32,-168],[-41,-72]],[[13014,6483],[4,86],[26,47],[104,94],[61,71],[43,75],[-64,73],[-35,70],[-33,150]],[[13120,7149],[101,44],[61,101],[39,27],[23,49],[99,-49],[43,11],[89,-75],[49,36],[62,81],[78,-36],[36,23],[74,2],[20,-28],[69,0],[39,-32],[59,-2],[28,-30],[72,-9]],[[4967,4224],[19,-97],[24,-20],[63,-10],[-10,-61],[-56,-38],[13,-90],[-38,-84],[-42,-41],[-8,-56],[45,-48],[40,-20],[-103,-78],[-113,-105],[-114,-98]],[[4687,3378],[-43,19],[-53,85],[-65,7],[-35,-29],[-15,-58],[-25,-32],[-90,-64],[-27,-55],[-88,-62],[-67,-78],[-85,0],[-53,-26],[-47,-56],[-68,-130],[-27,-36],[-69,-19],[-23,-86],[-92,-171],[-39,-44]],[[3436,3416],[-13,44],[112,148],[22,134],[16,26],[79,44],[20,50]],[[9999,1148],[-58,-35],[-20,-54],[-164,48],[-53,5],[-46,-24],[-47,20],[-16,-48],[-55,40],[25,77],[-48,44],[-178,53],[-53,34]],[[2573,2854],[-23,55],[-47,32],[-89,-2],[-60,-21]],[[1433,4581],[53,60],[81,-29],[27,-41],[83,-18],[62,29],[49,-54],[42,-1],[36,34],[27,-21],[19,-85],[55,-90],[79,-63],[57,-114],[41,29],[41,-26],[77,10],[173,119],[43,8],[46,-20]],[[2871,3870],[-33,-87],[-70,-72],[-70,-18],[-43,-43],[-23,-80],[9,-80],[-1,-100],[-25,-104],[74,-86],[-13,-92]],[[7194,7931],[18,-82],[45,-52],[-22,-94],[66,-80],[57,8],[50,-24],[81,-6],[20,-50],[-15,-51],[-40,-70],[-72,-67],[-9,-82],[7,-46],[32,-60],[-19,-48]],[[7393,7127],[-57,-58],[-35,-2],[-81,-115],[-38,-21],[-21,-103],[3,-40],[75,-97],[-39,-103],[-6,-53],[-51,-53],[-120,-10],[-64,42],[-44,-16]],[[6256,6767],[-44,38],[-1,46],[-84,67],[-30,56],[4,78],[62,89],[70,48],[50,65],[-32,26],[-36,57],[4,78],[-28,26],[-85,-7],[-91,25]],[[6015,7459],[24,68],[37,60],[-62,97],[-70,73],[9,36]],[[5953,7793],[131,32],[54,25],[46,46],[119,37],[34,28],[113,55],[140,-21],[62,-19],[173,-21],[129,1],[21,9],[114,-3],[105,-31]],[[1479,2030],[16,6],[16,110],[49,90],[57,-31],[117,-19],[48,-65],[73,8],[44,-17],[193,-7],[34,49],[45,90],[25,-5],[27,-53],[47,31],[69,-43],[23,-46],[29,-7],[37,27],[67,-8]],[[3436,1477],[41,-69],[3,-47],[-51,-96],[-7,-144],[-19,-94],[-48,-26],[-36,-52],[-38,-107],[-55,-25],[-54,1],[-59,-17],[-31,-42],[-17,-87],[-25,-72]],[[3040,600],[-44,64],[-40,12],[-39,36],[-30,58],[25,29],[-26,51],[20,89],[-65,23],[-18,55],[74,31],[-19,69],[-32,4],[-71,65],[-36,8],[-25,-50],[-25,-9],[0,-112],[-31,-2],[-1,57],[-36,49],[-52,25],[-86,23],[-4,105],[-45,28],[-85,-19],[-33,35],[-15,-66],[-81,39],[-33,45],[-32,-58],[32,-55],[-41,-101],[-39,-11],[-64,-118],[-26,5],[-29,-36],[-41,-9],[-6,71],[68,-7],[30,42],[-46,45],[-54,23],[92,50],[37,88],[-37,-1],[-28,-43],[-148,-10],[-57,10],[-83,-18],[-51,-111],[-36,23],[-77,-8],[-27,-34],[-62,36],[9,72],[41,37],[33,-16],[69,24],[31,38],[53,-10],[77,4],[26,25],[148,-12],[51,81],[-14,58],[36,43],[76,-36],[34,51],[5,53],[97,60],[-183,-7],[-67,-19],[-86,12],[-160,-49],[-38,14],[-38,-33],[-42,20],[-28,-19],[-83,24],[-23,44],[-77,-16],[-14,-40],[-53,-32],[-22,153],[45,31],[31,55],[89,-32],[33,-54],[69,69],[1,76],[44,81],[-2,33],[-73,-8],[-95,44],[-20,59],[37,37]],[[7393,7127],[73,-51],[72,20],[66,-72],[110,-57]],[[7898,6805],[16,-47],[-44,-42],[-3,-43],[22,-47],[4,-60],[-44,-65],[-5,-106],[34,-77],[44,-21],[115,31],[30,-40],[46,3],[10,-39],[63,-30],[44,-76],[47,-32],[-37,-45],[-13,-66],[-34,-14],[-1,-47],[-54,-62],[30,-66],[-31,-85]],[[7035,5293],[54,182],[-42,175],[-72,52],[-25,52]],[[10012,5910],[7,-51],[-12,-57],[-44,-46],[-69,-41],[-19,-158],[-36,-33],[-76,-11],[-46,53],[-37,18],[-43,-10],[-58,-48],[-76,120],[-50,36],[-54,11],[-45,-24],[-52,10],[-53,-61],[-8,-94],[-34,-45],[7,-73],[-62,-47],[-77,-25],[-43,26],[-68,-11],[-276,-15]],[[8221,5709],[25,74],[32,38],[111,15],[47,40],[11,80],[64,91],[138,2],[44,-38],[82,-31],[19,38],[63,23],[48,65],[-12,56],[32,21],[132,-14],[-29,56],[-6,50],[18,88],[55,32],[-68,74],[3,55]],[[15918,5123],[-120,-124],[17,-55],[-7,-40],[-47,-55],[12,-89],[-22,-33],[17,-41],[-9,-39],[-40,-3],[-67,-46],[-67,57],[-62,-29],[-57,22],[-29,-62]],[[15437,4586],[-70,11],[-76,-24],[-60,29],[-43,-152],[-81,-22],[-71,59],[-41,51],[-74,26],[-62,68],[-95,-42],[-43,-39],[-32,20],[-27,-29],[38,-77],[19,-93],[-101,-95],[-38,-76],[-12,-54]],[[14568,4147],[-36,-11],[-7,-45],[-46,-14],[-56,12],[-75,-14]],[[14348,4075],[21,35],[-30,42],[-13,159],[-21,39],[-57,157],[-18,89],[-18,40],[-78,66],[-112,60]],[[1479,2030],[-44,26],[-52,-78],[-45,-10],[-48,30],[15,65],[7,85],[-18,14],[-23,79],[24,68],[-166,85],[21,30],[59,-8],[106,52],[21,48],[9,63],[-28,38],[21,30],[3,78]],[[4405,2014],[29,0],[41,-79],[50,14],[88,86],[91,39],[75,-6]],[[4779,2068],[10,-39],[73,-56],[134,-41],[65,-3],[111,101],[27,-58],[52,-160],[32,-121],[35,-83],[43,-62],[118,-78],[55,-22],[56,-173],[91,-52]],[[5681,1221],[-1,-66],[-26,-129],[11,-51],[129,-104],[-1,-75],[13,-68]],[[5806,728],[58,-186],[-26,-66],[-16,-83],[-27,-21]],[[5795,372],[-40,-6],[-46,47],[-61,39],[-25,49],[-50,39],[-22,76],[-53,67],[-34,90],[-104,148],[-72,41],[-122,45],[-76,57],[-52,17],[-76,71],[-82,48],[-71,29],[-25,41],[-50,23],[-186,33],[-62,22],[-209,-16],[-47,52],[-20,-2],[-56,-55],[-30,-55],[-18,-194],[28,-90],[-38,-72],[-47,-120],[-9,-45],[23,-43],[2,-49],[-32,-11],[16,-47],[-69,-88],[8,72],[-39,7],[-77,56],[-79,-2],[-59,-87],[-33,17],[-83,-50],[-37,16],[-39,-52],[-43,-4],[-18,-47],[-28,-21],[-48,33],[-35,-30],[-63,74],[-31,17],[-57,-1],[-71,55],[-33,13],[-18,-41],[-57,62]],[[12305,5453],[-47,-7],[-189,52],[-38,-12],[-88,-89],[-52,-93]],[[12166,6145],[55,-42],[50,-20],[174,1]],[[12445,6084],[45,-13],[52,31]],[[14161,7262],[-6,40],[49,56],[4,71],[21,25],[70,19],[44,-4],[82,-36],[-31,-68],[45,-55],[41,7],[58,-37],[45,-93],[75,-39],[18,-36],[68,-39],[-15,-50],[35,-87],[23,-6],[93,31],[61,-34],[9,-74]],[[3269,6294],[72,11],[171,43],[74,-13],[2,48],[-49,5],[-81,-24],[-45,40],[-95,15],[-38,-22],[-68,18],[-84,-35],[-24,6],[-19,68]],[[3570,6882],[53,-10],[147,6],[92,87],[90,-34]],[[14348,4075],[-174,-49],[-108,36],[-109,-63],[-69,-23],[-17,-79],[-34,-29],[-57,0],[-66,-42],[41,-22],[-18,-89],[15,-65],[-35,-66],[-40,-13],[-110,15],[-16,11],[-123,4],[-107,-38]],[[919,4333],[-22,45],[-3,50],[-24,28],[-80,12],[15,33],[-11,54],[84,1],[72,67],[0,56],[30,-4],[18,58],[63,12],[18,88],[-26,36],[-87,-20],[-76,-1],[-60,-20]],[[1545,5803],[44,-2],[53,28],[39,-22],[71,0],[89,66],[9,29],[-71,31],[-82,87],[24,59],[139,-7],[128,-49],[-9,-31],[-106,-80],[25,-37],[38,-2],[161,44]],[[1564,6036],[-44,3],[31,62],[29,-23],[-16,-42]],[[1624,6154],[-23,-4],[-40,41],[25,47],[66,30],[80,-34],[-6,-25],[-102,-55]],[[10062,2171],[-44,42],[-1,79],[-23,15],[-39,-30],[-72,49],[-2,34],[32,53],[-15,72],[32,56],[106,96],[26,60],[3,55]],[[8992,3148],[1,-53],[-42,-150],[-63,-115],[69,-15],[-52,-79],[-1,-57],[45,-101],[-72,-24],[-144,-126],[-30,-73]],[[8703,2355],[-23,-67],[-57,-104],[-5,-128],[-27,-75],[22,-169],[39,-8],[29,23],[66,-67],[14,-86],[-25,-83],[12,-44]],[[8748,1547],[-69,-49],[-27,-41],[-1,-54]],[[8651,1403],[-112,-144],[-42,-40],[-90,14],[-21,-60],[13,-56],[-22,-85],[-68,-42],[-93,20],[-84,-58],[-134,105],[-25,7],[-110,93],[-65,23],[-37,-3]],[[7761,1177],[30,35],[47,13],[98,50],[24,28],[-7,100],[-34,89],[30,65],[-2,38],[-88,30],[-27,52],[-33,22],[-21,87],[36,30],[-16,72],[-48,-6],[-42,18],[-40,51],[-21,130]],[[5599,7107],[65,-15],[21,-23],[62,8],[61,67],[-1,36],[61,90],[1,60],[53,49],[36,-5],[39,28],[18,57]],[[9273,1792],[-24,74],[-45,57],[-25,58],[-117,28],[-71,-34],[-32,31],[-34,-30],[-37,60],[3,92],[15,69],[-15,118],[-52,17],[-14,26],[67,71],[-67,19],[-79,-69],[-43,-24]],[[9320,3515],[81,35],[147,21],[74,-13],[90,7],[75,-15]],[[10451,6052],[24,-96],[48,-88],[-4,-136],[27,-58],[78,-24],[94,-79],[32,46],[48,0],[44,-64],[58,-16],[74,-46],[37,13]],[[11011,5504],[-10,-76],[-30,-35],[-106,-5],[-40,-31],[-77,36],[-83,-90],[76,-116],[-39,-63],[-43,-22],[7,-42],[-26,-73],[1,-129],[-59,-48],[47,-83],[61,-30],[-10,-101],[-32,-19],[13,-112],[-32,-74],[-12,-90]],[[11349,6484],[-38,84],[45,59],[-19,100],[12,75]],[[11349,6802],[82,-38],[91,46],[36,30],[55,-23],[67,-87],[66,-36],[62,21],[91,-34],[34,-38],[86,10],[64,-10],[40,-50],[79,-3],[38,17],[81,79]],[[12321,6686],[58,-39],[23,-67],[43,-78],[-18,-83],[32,-112],[-37,-73],[-3,-50],[26,-100]],[[7194,7931],[59,-18],[149,33],[71,-25],[132,-4],[69,15],[64,58],[61,97],[36,25],[43,-65],[66,-39],[-27,-118],[35,-86],[40,-52],[29,-69],[53,-60],[120,-48]],[[8748,1547],[34,-19],[74,4],[0,-33],[55,-1],[16,-62],[73,6],[73,-25]],[[9239,1310],[6,-35],[-48,-71],[16,-42],[-49,-71],[14,-93],[-13,-74],[-26,-35],[9,-76],[27,-66],[13,-73],[47,4],[-2,-52],[33,-71],[-67,-35],[-68,36],[-65,-47],[-53,-5],[-19,-32],[4,-217],[-31,-29],[-32,28],[-20,-78],[-61,3],[-23,-38],[-14,-141],[-44,67],[-92,22],[16,49],[-34,24],[-38,-26],[-7,49],[47,65],[-23,87],[-83,189],[-60,103],[31,77],[70,103],[64,46],[48,75],[106,80],[23,-3],[21,95],[-16,45],[5,114],[-56,109],[-80,68],[-23,9],[-41,-44]],[[5382,7456],[63,25],[65,101],[46,43],[84,40],[21,-13],[81,81],[59,13],[24,25],[65,0],[63,22]],[[7369,1951],[-24,-67],[-131,-82]],[[7214,1802],[-59,100],[-37,45],[-140,55],[-45,58],[-45,88],[-81,81],[-36,50],[-73,52],[-104,-12],[-26,-32],[-24,-126],[-28,-25],[-105,10],[0,17],[-76,93],[-26,1],[-28,-80],[-21,-24],[-99,19],[-38,-89],[-60,-64],[6,-47],[46,-26],[-8,-49],[-30,0],[-36,54],[-31,18],[-32,-14],[-10,-67],[-47,-124],[-14,-72],[12,-58],[39,-4],[85,-63],[0,-39],[-49,-79],[0,-68],[-22,-39],[-98,-94],[-84,-12],[-44,33],[-65,-48]],[[4779,2068],[-8,47],[18,146],[-28,89],[19,84],[68,5],[-2,111],[-37,94],[10,65],[69,49],[10,37],[-11,63],[38,29],[43,82],[-40,70],[-86,88],[-57,31],[-42,40],[-26,104],[-38,40],[8,36]],[[10471,6639],[51,-20],[80,8],[61,-46],[150,15],[70,66],[54,-29],[30,7],[80,72],[55,7],[45,38],[64,-12],[97,28],[41,29]],[[11202,5451],[-57,-2],[-52,30],[-82,25]],[[5806,728],[18,43],[59,26],[36,37],[65,19],[89,-15],[67,15],[45,47],[16,60],[67,31],[49,-50],[25,16],[-40,62],[-60,28],[-23,33],[-11,62],[-64,-3],[-5,69],[-21,62],[8,66],[113,32],[41,-48],[65,119],[56,3],[58,58],[143,-5],[53,26],[27,48],[30,16],[59,-17],[82,-1],[103,81],[85,109],[26,14],[131,17],[16,14]],[[7761,1177],[-24,50],[-51,43],[-56,19],[-62,-4],[-92,-51],[-20,-39],[-55,-37],[-39,-59],[-57,-36],[-87,-87],[-63,-95],[-12,-36],[-34,-18],[-37,-50],[-6,-122],[-59,-16],[-40,-92],[-18,62],[-58,40],[-57,-103],[-40,-27],[-64,-73],[-25,45],[-36,-12],[-37,-72],[-82,42],[-51,-39],[-56,26],[-30,-24],[-85,-7],[-55,10],[-44,-67],[-28,16],[-77,11],[-61,-32],[-69,-76],[-102,27],[-97,78]],[[14297,2823],[-23,58],[49,49],[-11,73],[25,48],[-1,53],[-37,55],[10,37],[46,16],[20,142],[-15,49],[26,43],[81,68],[81,103],[95,141],[77,98],[33,57],[-14,61],[-96,79],[-82,36],[7,58]],[[15437,4586],[54,-98],[-15,-46],[24,-82],[53,-24],[40,-99],[-28,-25],[18,-70],[-27,-13],[8,-99],[23,-65],[70,-55],[11,-39],[-42,-119],[16,-101],[32,-21],[-9,-122],[13,-35],[-17,-79],[20,-94],[39,-12],[62,30],[41,-63],[-17,-41],[-68,-81],[12,-24],[-19,-97],[-50,-86],[-74,-148],[9,-30],[-22,-72],[37,-24],[41,13],[60,-20],[25,-71]],[[12321,6686],[44,46],[105,19],[24,-18],[38,26],[116,54],[72,97],[59,26],[48,-7],[114,55],[70,79],[40,18],[69,68]],[[1090,7986],[53,82],[37,37],[73,-31],[53,43],[60,-2],[70,-66],[14,-53],[44,-47],[54,-12],[24,-51],[76,47],[70,27],[90,-18],[33,55],[48,-41],[47,13],[46,-10],[14,-78],[-42,-42],[-6,-78],[46,-88],[4,-32],[51,-80],[-10,-34],[42,-75]],[[13445,1684],[-137,-50],[-185,2],[-55,-24],[-45,42],[-40,0],[-169,47],[-186,-35],[-138,-97],[-99,-17],[-47,-68],[-101,-63]]],"objects":{"il":{"type":"GeometryCollection","geometries":[{"arcs":[[0,1,2,3]],"type":"Polygon","properties":{"ad":"Edirne","kod":"22"}},{"arcs":[[4,5,6,7,8,9,10]],"type":"Polygon","properties":{"ad":"Kütahya","kod":"43"}},{"arcs":[[11,12,13]],"type":"Polygon","properties":{"ad":"Hakkari","kod":"30"}},{"arcs":[[14,15,16,17,18,19,20]],"type":"Polygon","properties":{"ad":"Ankara","kod":"06"}},{"arcs":[[21,22,23]],"type":"Polygon","properties":{"ad":"Yalova","kod":"77"}},{"arcs":[[24,25,26,27]],"type":"Polygon","properties":{"ad":"Gümüşhane","kod":"29"}},{"arcs":[[[28,29]],[[30]],[[-3,31,32]],[[33]]],"type":"MultiPolygon","properties":{"ad":"Çanakkale","kod":"17"}},{"arcs":[[34,35,36,37,38]],"type":"Polygon","properties":{"ad":"Elazığ","kod":"23"}},{"arcs":[[39,40,41,42,43,44]],"type":"Polygon","properties":{"ad":"Kayseri","kod":"38"}},{"arcs":[[45,46,-36]],"type":"Polygon","properties":{"ad":"Tunceli","kod":"62"}},{"arcs":[[47,48,49,50,51]],"type":"Polygon","properties":{"ad":"Ordu","kod":"52"}},{"arcs":[[52,53,54,55]],"type":"Polygon","properties":{"ad":"Düzce","kod":"81"}},{"arcs":[[56,57,58,-12,59]],"type":"Polygon","properties":{"ad":"Şırnak","kod":"73"}},{"arcs":[[60,61,62,63,64,65,66,67,68]],"type":"Polygon","properties":{"ad":"Erzurum","kod":"25"}},{"arcs":[[69,70,71,72,73,74]],"type":"Polygon","properties":{"ad":"Denizli","kod":"20"}},{"arcs":[[75,76,-58,77,78]],"type":"Polygon","properties":{"ad":"Siirt","kod":"56"}},{"arcs":[[79,-45,80,81,82,83,84,85]],"type":"Polygon","properties":{"ad":"Yozgat","kod":"66"}},{"arcs":[[-47,86,-62,87,88,-37]],"type":"Polygon","properties":{"ad":"Bingöl","kod":"12"}},{"arcs":[[89,-32,-2,90,91]],"type":"Polygon","properties":{"ad":"Tekirdağ","kod":"59"}},{"arcs":[[-50,92,93,94,95,96]],"type":"Polygon","properties":{"ad":"Samsun","kod":"55"}},{"arcs":[[97,98,-38,-89,99,100,101,102]],"type":"Polygon","properties":{"ad":"Diyarbakır","kod":"21"}},{"arcs":[[103,104,105]],"type":"Polygon","properties":{"ad":"Iğdır","kod":"76"}},{"arcs":[[-99,106,107,108,109,-39]],"type":"Polygon","properties":{"ad":"Malatya","kod":"44"}},{"arcs":[[110,111,-9,112,113,-23,114]],"type":"Polygon","properties":{"ad":"Bursa","kod":"16"}},{"arcs":[[115,116,117,118,119,120,121,122]],"type":"Polygon","properties":{"ad":"Gaziantep","kod":"27"}},{"arcs":[[123,124,-74,125,126]],"type":"Polygon","properties":{"ad":"Burdur","kod":"15"}},{"arcs":[[-117,127,-103,128,129]],"type":"Polygon","properties":{"ad":"Şanlıurfa","kod":"63"}},{"arcs":[[130,131,132,133,-43,134]],"type":"Polygon","properties":{"ad":"Niğde","kod":"51"}},{"arcs":[[135,136,137,138]],"type":"Polygon","properties":{"ad":"İzmir","kod":"35"}},{"arcs":[[-17,139,140,-133,141]],"type":"Polygon","properties":{"ad":"Aksaray","kod":"68"}},{"arcs":[[-79,142,-101,143,144]],"type":"Polygon","properties":{"ad":"Batman","kod":"72"}},{"arcs":[[145,-140,-16,146,-82]],"type":"Polygon","properties":{"ad":"Kırşehir","kod":"40"}},{"arcs":[[147,148,149,-55,150,151,152,-20]],"type":"Polygon","properties":{"ad":"Bolu","kod":"14"}},{"arcs":[[153,154,-151,-54,155]],"type":"Polygon","properties":{"ad":"Zonguldak","kod":"67"}},{"arcs":[[156,-149,157,-10,-112]],"type":"Polygon","properties":{"ad":"Bilecik","kod":"11"}},{"arcs":[[[158,159]],[[-92,160,161]]],"type":"MultiPolygon","properties":{"ad":"İstanbul","kod":"34"}},{"arcs":[[-105,162,-68,163,164]],"type":"Polygon","properties":{"ad":"Kars","kod":"36"}},{"arcs":[[-153,165,166,167,168,-21]],"type":"Polygon","properties":{"ad":"Çankırı","kod":"18"}},{"arcs":[[-158,-148,-19,169,170,-11]],"type":"Polygon","properties":{"ad":"Eskişehir","kod":"26"}},{"arcs":[[-111,171,172,-56,-150,-157]],"type":"Polygon","properties":{"ad":"Sakarya","kod":"54"}},{"arcs":[[173,-66,174,175]],"type":"Polygon","properties":{"ad":"Artvin","kod":"08"}},{"arcs":[[-171,176,177,-126,-73,178,-5]],"type":"Polygon","properties":{"ad":"Afyonkarahisar","kod":"03"}},{"arcs":[[179,-119]],"type":"Polygon","properties":{"ad":"Kilis","kod":"79"}},{"arcs":[[-71,180,-137,181,-7,182]],"type":"Polygon","properties":{"ad":"Manisa","kod":"45"}},{"arcs":[[183,184,-167,185,186,187]],"type":"Polygon","properties":{"ad":"Kastamonu","kod":"37"}},{"arcs":[[188,-75,-125,189,190]],"type":"Polygon","properties":{"ad":"Muğla","kod":"48"}},{"arcs":[[-185,191,-95,192,-84,193,-168]],"type":"Polygon","properties":{"ad":"Çorum","kod":"19"}},{"arcs":[[-49,194,-86,195,-93]],"type":"Polygon","properties":{"ad":"Tokat","kod":"60"}},{"arcs":[[-44,-134,-141,-146,-81]],"type":"Polygon","properties":{"ad":"Nevşehir","kod":"50"}},{"arcs":[[196,197,198,199,-69,-163,-104]],"type":"Polygon","properties":{"ad":"Ağrı","kod":"04"}},{"arcs":[[-181,-70,-189,200,-138]],"type":"Polygon","properties":{"ad":"Aydın","kod":"09"}},{"arcs":[[-190,-124,201,202,203,204,205]],"type":"Polygon","properties":{"ad":"Antalya","kod":"07"}},{"arcs":[[206,-25,207,208,-64]],"type":"Polygon","properties":{"ad":"Bayburt","kod":"69"}},{"arcs":[[-164,-67,-174,209]],"type":"Polygon","properties":{"ad":"Ardahan","kod":"75"}},{"arcs":[[-22,210,-159,211,-172,-115]],"type":"Polygon","properties":{"ad":"Kocaeli","kod":"41"}},{"arcs":[[212,-144,-100,-88,-61,-200]],"type":"Polygon","properties":{"ad":"Muş","kod":"49"}},{"arcs":[[-6,-179,-72,-183]],"type":"Polygon","properties":{"ad":"Uşak","kod":"64"}},{"arcs":[[[-113,-8,-182,-136,213,-29,214]],[[215]],[[216]]],"type":"MultiPolygon","properties":{"ad":"Balıkesir","kod":"10"}},{"arcs":[[-116,217,-107,-98,-128]],"type":"Polygon","properties":{"ad":"Adıyaman","kod":"02"}},{"arcs":[[-147,-15,-169,-194,-83]],"type":"Polygon","properties":{"ad":"Kırıkkale","kod":"71"}},{"arcs":[[-42,218,219,220,221,222,-135]],"type":"Polygon","properties":{"ad":"Adana","kod":"01"}},{"arcs":[[223,-186,-166,-152,-155]],"type":"Polygon","properties":{"ad":"Karabük","kod":"78"}},{"arcs":[[224,-219,-41,225,-108,-218,-123]],"type":"Polygon","properties":{"ad":"Kahramanmaraş","kod":"46"}},{"arcs":[[-109,-226,-40,-80,-195,-48,226,227]],"type":"Polygon","properties":{"ad":"Sivas","kod":"58"}},{"arcs":[[-208,-28,228,229,230]],"type":"Polygon","properties":{"ad":"Trabzon","kod":"61"}},{"arcs":[[-96,-192,-184,231]],"type":"Polygon","properties":{"ad":"Sinop","kod":"57"}},{"arcs":[[-196,-85,-193,-94]],"type":"Polygon","properties":{"ad":"Amasya","kod":"05"}},{"arcs":[[-221,232,-121,233]],"type":"Polygon","properties":{"ad":"Hatay","kod":"31"}},{"arcs":[[-187,-224,-154,234]],"type":"Polygon","properties":{"ad":"Bartın","kod":"74"}},{"arcs":[[-132,235,236,-203,237,-177,-170,-18,-142]],"type":"Polygon","properties":{"ad":"Konya","kod":"42"}},{"arcs":[[-227,-52,238,-229,-27,239]],"type":"Polygon","properties":{"ad":"Giresun","kod":"28"}},{"arcs":[[-205,240,-236,-131,-223,241]],"type":"Polygon","properties":{"ad":"Mersin","kod":"33"}},{"arcs":[[-13,-59,-77,242,-198,243]],"type":"Polygon","properties":{"ad":"Van","kod":"65"}},{"arcs":[[244,-175,-65,-209,-231]],"type":"Polygon","properties":{"ad":"Rize","kod":"53"}},{"arcs":[[-178,-238,-202,-127]],"type":"Polygon","properties":{"ad":"Isparta","kod":"32"}},{"arcs":[[-122,-233,-220,-225]],"type":"Polygon","properties":{"ad":"Osmaniye","kod":"80"}},{"arcs":[[-204,-237,-241]],"type":"Polygon","properties":{"ad":"Karaman","kod":"70"}},{"arcs":[[-240,-26,-207,-63,-87,-46,-35,-110,-228]],"type":"Polygon","properties":{"ad":"Erzincan","kod":"24"}},{"arcs":[[-161,-91,-1,245]],"type":"Polygon","properties":{"ad":"Kırklareli","kod":"39"}},{"arcs":[[246,-129,-102,-143,-78,-57]],"type":"Polygon","properties":{"ad":"Mardin","kod":"47"}},{"arcs":[[-213,-199,-243,-76,-145]],"type":"Polygon","properties":{"ad":"Bitlis","kod":"13"}}]}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment