admin_dashboard/static/plugins/datamaps/datamaps.ald.min.js

2 lines
33 KiB
JavaScript

!function(){function a(a,b,c){"undefined"==typeof c&&(c=b,optionsValues=void 0);var d="undefined"!=typeof a?a:b;if("undefined"==typeof d)return null;if("function"==typeof d){var e=[c];return c.geography&&(e=[c.geography,c.data]),d.apply(null,e)}return d}function b(a,b,c){return this.svg=n.select(a).append("svg").attr("width",c||a.offsetWidth).attr("data-width",c||a.offsetWidth).attr("class","datamap").attr("height",b||a.offsetHeight).style("overflow","hidden"),this.options.responsive&&(n.select(this.options.element).style({position:"relative","padding-bottom":100*this.options.aspectRatio+"%"}),n.select(this.options.element).select("svg").style({position:"absolute",width:"100%",height:"100%"}),n.select(this.options.element).select("svg").select("g").selectAll("path").style("vector-effect","non-scaling-stroke")),this.svg}function c(a,b){var c,d,e=b.width||a.offsetWidth,f=b.height||a.offsetHeight,g=this.svg;return b&&"undefined"==typeof b.scope&&(b.scope="world"),"usa"===b.scope?c=n.geo.albersUsa().scale(e).translate([e/2,f/2]):"world"===b.scope&&(c=n.geo[b.projection]().scale((e+1)/2/Math.PI).translate([e/2,f/("mercator"===b.projection?1.45:1.8)])),"orthographic"===b.projection&&(g.append("defs").append("path").datum({type:"Sphere"}).attr("id","sphere").attr("d",d),g.append("use").attr("class","stroke").attr("xlink:href","#sphere"),g.append("use").attr("class","fill").attr("xlink:href","#sphere"),c.scale(250).clipAngle(90).rotate(b.projectionConfig.rotation)),d=n.geo.path().projection(c),{path:d,projection:c}}function d(){n.select(".datamaps-style-block").empty()&&n.select("head").append("style").attr("class","datamaps-style-block").html('.datamap path.datamaps-graticule { fill: none; stroke: #777; stroke-width: 0.5px; stroke-opacity: .5; pointer-events: none; } .datamap .labels {pointer-events: none;} .datamap path {stroke: #FFFFFF; stroke-width: 1px;} .datamaps-legend dt, .datamaps-legend dd { float: left; margin: 0 3px 0 0;} .datamaps-legend dd {width: 20px; margin-right: 6px; border-radius: 3px;} .datamaps-legend {padding-bottom: 20px; z-index: 1001; position: absolute; left: 4px; font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;} .datamaps-hoverover {display: none; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .hoverinfo {padding: 4px; border-radius: 1px; background-color: #FFF; box-shadow: 1px 1px 5px #CCC; font-size: 12px; border: 1px solid #CCC; } .hoverinfo hr {border:1px dotted #CCC; }')}function e(b){var c=this.options.fills,d=this.options.data||{},e=this.options.geographyConfig,f=this.svg.select("g.datamaps-subunits");f.empty()&&(f=this.addLayer("datamaps-subunits",null,!0));var g=o.feature(b,b.objects[this.options.scope]).features;e.hideAntarctica&&(g=g.filter(function(a){return"ATA"!==a.id})),e.hideHawaiiAndAlaska&&(g=g.filter(function(a){return"HI"!==a.id&&"AK"!==a.id}));var h=f.selectAll("path.datamaps-subunit").data(g);h.enter().append("path").attr("d",this.path).attr("class",function(a){return"datamaps-subunit "+a.id}).attr("data-info",function(a){return JSON.stringify(d[a.id])}).style("fill",function(b){var e,f=d[b.id];return f&&f.fillKey&&(e=c[a(f.fillKey,{data:d[b.id],geography:b})]),"undefined"==typeof e&&(e=a(f&&f.fillColor,c.defaultFill,{data:d[b.id],geography:b})),e}).style("stroke-width",e.borderWidth).style("stroke",e.borderColor)}function f(){function b(){this.parentNode.appendChild(this)}var c=this.svg,d=this,e=this.options.geographyConfig;(e.highlightOnHover||e.popupOnHover)&&c.selectAll(".datamaps-subunit").on("mouseover",function(f){var g=n.select(this),h=d.options.data[f.id]||{};if(e.highlightOnHover){var i={fill:g.style("fill"),stroke:g.style("stroke"),"stroke-width":g.style("stroke-width"),"fill-opacity":g.style("fill-opacity")};g.style("fill",a(h.highlightFillColor,e.highlightFillColor,h)).style("stroke",a(h.highlightBorderColor,e.highlightBorderColor,h)).style("stroke-width",a(h.highlightBorderWidth,e.highlightBorderWidth,h)).style("fill-opacity",a(h.highlightFillOpacity,e.highlightFillOpacity,h)).attr("data-previousAttributes",JSON.stringify(i)),/((MSIE)|(Trident))/.test(navigator.userAgent)||b.call(this)}e.popupOnHover&&d.updatePopup(g,f,e,c)}).on("mouseout",function(){var a=n.select(this);if(e.highlightOnHover){var b=JSON.parse(a.attr("data-previousAttributes"));for(var c in b)a.style(c,b[c])}a.on("mousemove",null),n.selectAll(".datamaps-hoverover").style("display","none")})}function g(a,b,c){if(b=b||{},this.options.fills){var d="<dl>",e="";b.legendTitle&&(d="<h2>"+b.legendTitle+"</h2>"+d);for(var f in this.options.fills){if("defaultFill"===f){if(!b.defaultFillName)continue;e=b.defaultFillName}else e=b.labels&&b.labels[f]?b.labels[f]:f+": ";d+="<dt>"+e+"</dt>",d+='<dd style="background-color:'+this.options.fills[f]+'">&nbsp;</dd>'}d+="</dl>";n.select(this.options.element).append("div").attr("class","datamaps-legend").html(d)}}function h(a,b){var c=n.geo.graticule();this.svg.insert("path",".datamaps-subunits").datum(c).attr("class","datamaps-graticule").attr("d",this.path)}function i(b,c,d){var e=this;this.svg;if(!c||c&&!c.slice)throw"Datamaps Error - arcs must be an array";for(var f=0;f<c.length;f++)c[f]=l(c[f],c[f].options),delete c[f].options;"undefined"==typeof d&&(d=p.arcConfig);var g=b.selectAll("path.datamaps-arc").data(c,JSON.stringify),h=n.geo.path().projection(e.projection);g.enter().append("svg:path").attr("class","datamaps-arc").style("stroke-linecap","round").style("stroke",function(b){return a(b.strokeColor,d.strokeColor,b)}).style("fill","none").style("stroke-width",function(b){return a(b.strokeWidth,d.strokeWidth,b)}).attr("d",function(b){var c=e.latLngToXY(a(b.origin.latitude,b),a(b.origin.longitude,b)),f=e.latLngToXY(a(b.destination.latitude,b),a(b.destination.longitude,b)),g=[(c[0]+f[0])/2,(c[1]+f[1])/2];if(d.greatArc){var i=n.geo.greatArc().source(function(b){return[a(b.origin.longitude,b),a(b.origin.latitude,b)]}).target(function(b){return[a(b.destination.longitude,b),a(b.destination.latitude,b)]});return h(i(b))}var j=a(b.arcSharpness,d.arcSharpness,b);return"M"+c[0]+","+c[1]+"S"+(g[0]+50*j)+","+(g[1]-75*j)+","+f[0]+","+f[1]}).transition().delay(100).style("fill",function(b){var c=this.getTotalLength();return this.style.transition=this.style.WebkitTransition="none",this.style.strokeDasharray=c+" "+c,this.style.strokeDashoffset=c,this.getBoundingClientRect(),this.style.transition=this.style.WebkitTransition="stroke-dashoffset "+a(b.animationSpeed,d.animationSpeed,b)+"ms ease-out",this.style.strokeDashoffset="0","none"}),g.exit().transition().style("opacity",0).remove()}function j(a,b){var c=this;b=b||{};var d=this.projection([-67.707617,42.722131]);this.svg.selectAll(".datamaps-subunit").attr("data-foo",function(e){var f=c.path.centroid(e),g=7.5,h=5;["FL","KY","MI"].indexOf(e.id)>-1&&(g=-2.5),"NY"===e.id&&(g=-1),"MI"===e.id&&(h=18),"LA"===e.id&&(g=13);var i,j;i=f[0]-g,j=f[1]+h;var k=["VT","NH","MA","RI","CT","NJ","DE","MD","DC"].indexOf(e.id);if(k>-1){var l=d[1];i=d[0],j=l+k*(2+(b.fontSize||12)),a.append("line").attr("x1",i-3).attr("y1",j-5).attr("x2",f[0]).attr("y2",f[1]).style("stroke",b.labelColor||"#000").style("stroke-width",b.lineWidth||1)}return a.append("text").attr("x",i).attr("y",j).style("font-size",(b.fontSize||10)+"px").style("font-family",b.fontFamily||"Verdana").style("fill",b.labelColor||"#000").text(e.id),"bar"})}function k(b,c,d){function e(a){return"undefined"!=typeof a&&"undefined"!=typeof a.latitude&&"undefined"!=typeof a.longitude}var f=this,g=this.options.fills,h=this.options.filters,i=this.svg;if(!c||c&&!c.slice)throw"Datamaps Error - bubbles must be an array";var j=b.selectAll("circle.datamaps-bubble").data(c,d.key);j.enter().append("svg:circle").attr("class","datamaps-bubble").attr("cx",function(a){var b;return e(a)?b=f.latLngToXY(a.latitude,a.longitude):a.centered&&(b=f.path.centroid(i.select("path."+a.centered).data()[0])),b?b[0]:void 0}).attr("cy",function(a){var b;return e(a)?b=f.latLngToXY(a.latitude,a.longitude):a.centered&&(b=f.path.centroid(i.select("path."+a.centered).data()[0])),b?b[1]:void 0}).attr("r",function(b){return d.animate?0:a(b.radius,d.radius,b)}).attr("data-info",function(a){return JSON.stringify(a)}).attr("filter",function(b){var c=h[a(b.filterKey,d.filterKey,b)];return c?c:void 0}).style("stroke",function(b){return a(b.borderColor,d.borderColor,b)}).style("stroke-width",function(b){return a(b.borderWidth,d.borderWidth,b)}).style("fill-opacity",function(b){return a(b.fillOpacity,d.fillOpacity,b)}).style("fill",function(b){var c=g[a(b.fillKey,d.fillKey,b)];return c||g.defaultFill}).on("mouseover",function(b){var c=n.select(this);if(d.highlightOnHover){var e={fill:c.style("fill"),stroke:c.style("stroke"),"stroke-width":c.style("stroke-width"),"fill-opacity":c.style("fill-opacity")};c.style("fill",a(b.highlightFillColor,d.highlightFillColor,b)).style("stroke",a(b.highlightBorderColor,d.highlightBorderColor,b)).style("stroke-width",a(b.highlightBorderWidth,d.highlightBorderWidth,b)).style("fill-opacity",a(b.highlightFillOpacity,d.highlightFillOpacity,b)).attr("data-previousAttributes",JSON.stringify(e))}d.popupOnHover&&f.updatePopup(c,b,d,i)}).on("mouseout",function(a){var b=n.select(this);if(d.highlightOnHover){var c=JSON.parse(b.attr("data-previousAttributes"));for(var e in c)b.style(e,c[e])}n.selectAll(".datamaps-hoverover").style("display","none")}),j.transition().duration(400).attr("r",function(b){return a(b.radius,d.radius,b)}),j.exit().transition().delay(d.exitDelay).attr("r",0).remove()}function l(a){return Array.prototype.slice.call(arguments,1).forEach(function(b){if(b)for(var c in b)null==a[c]&&(a[c]=b[c])}),a}function m(a){if("undefined"==typeof n||"undefined"==typeof o)throw new Error("Include d3.js (v3.0.3 or greater) and topojson on this page before creating a new map");return this.options=l(a,p),this.options.geographyConfig=l(a.geographyConfig,p.geographyConfig),this.options.projectionConfig=l(a.projectionConfig,p.projectionConfig),this.options.bubblesConfig=l(a.bubblesConfig,p.bubblesConfig),this.options.arcConfig=l(a.arcConfig,p.arcConfig),n.select(this.options.element).select("svg").length>0&&b.call(this,this.options.element,this.options.height,this.options.width),this.addPlugin("bubbles",k),this.addPlugin("legend",g),this.addPlugin("arc",i),this.addPlugin("labels",j),this.addPlugin("graticule",h),this.options.disableDefaultStyles||d(),this.draw()}var n=window.d3,o=window.topojson,p={scope:"world",responsive:!1,aspectRatio:.5625,setProjection:c,projection:"equirectangular",dataType:"json",data:{},done:function(){},fills:{defaultFill:"#ABDDA4"},filters:{},geographyConfig:{dataUrl:null,hideAntarctica:!0,hideHawaiiAndAlaska:!1,borderWidth:1,borderColor:"#FDFDFD",popupTemplate:function(a,b){return'<div class="hoverinfo"><strong>'+a.properties.name+"</strong></div>"},popupOnHover:!0,highlightOnHover:!0,highlightFillColor:"#FC8D59",highlightBorderColor:"rgba(250, 15, 160, 0.2)",highlightBorderWidth:2},projectionConfig:{rotation:[97,0]},bubblesConfig:{borderWidth:2,borderColor:"#FFFFFF",popupOnHover:!0,radius:null,popupTemplate:function(a,b){return'<div class="hoverinfo"><strong>'+b.name+"</strong></div>"},fillOpacity:.75,animate:!0,highlightOnHover:!0,highlightFillColor:"#FC8D59",highlightBorderColor:"rgba(250, 15, 160, 0.2)",highlightBorderWidth:2,highlightFillOpacity:.85,exitDelay:100,key:JSON.stringify},arcConfig:{strokeColor:"#DD1C77",strokeWidth:1,arcSharpness:1,animationSpeed:600}};m.prototype.resize=function(){var a=this,b=a.options;if(b.responsive){var c=b.element.clientWidth,d=n.select(b.element).select("svg").attr("data-width");n.select(b.element).select("svg").selectAll("g").attr("transform","scale("+c/d+")")}},m.prototype.draw=function(){function a(a){b.options.dataUrl&&n[b.options.dataType](b.options.dataUrl,function(a){if("csv"===b.options.dataType&&a&&a.slice){for(var c={},d=0;d<a.length;d++)c[a[d].id]=a[d];a=c}Datamaps.prototype.updateChoropleth.call(b,a)}),e.call(b,a),f.call(b),(b.options.geographyConfig.popupOnHover||b.options.bubblesConfig.popupOnHover)&&(hoverover=n.select(b.options.element).append("div").attr("class","datamaps-hoverover").style("z-index",10001).style("position","absolute")),b.options.done(b)}var b=this,c=b.options,d=c.setProjection.apply(b,[c.element,c]);return this.path=d.path,this.projection=d.projection,c.geographyConfig.dataUrl?n.json(c.geographyConfig.dataUrl,function(c,d){if(c)throw new Error(c);b.customTopo=d,a(d)}):a(this[c.scope+"Topo"]||c.geographyConfig.dataJson),this},m.prototype.worldTopo="__WORLD__",m.prototype.abwTopo="__ABW__",m.prototype.afgTopo="__AFG__",m.prototype.agoTopo="__AGO__",m.prototype.aiaTopo="__AIA__",m.prototype.albTopo="__ALB__",m.prototype.aldTopo={type:"Topology",objects:{ald:{type:"GeometryCollection",geometries:[{type:"Polygon",properties:{name:"Finström"},id:"AX.EC",arcs:[[0,1,2,3,4,5,6]]},{type:"Polygon",properties:{name:"Jomala"},id:"AX.",arcs:[[7,8,9,-3,10]]},{type:"MultiPolygon",properties:{name:"Hammarland"},id:"AX.",arcs:[[[-4,-10,11]],[[12]]]},{type:"MultiPolygon",properties:{name:"Eckerö"},id:"AX.",arcs:[[[13]],[[14]],[[15]],[[16]]]},{type:"MultiPolygon",properties:{name:"Geta"},id:"AX.",arcs:[[[17]],[[18,-6]]]},{type:"MultiPolygon",properties:{name:"Föglö"},id:"AX.",arcs:[[[19]],[[20]],[[21]],[[22]],[[23]],[[24]],[[25]]]},{type:"MultiPolygon",properties:{name:"Saltvik"},id:"AX.",arcs:[[[26,27,-1,28]],[[29]]]},{type:"Polygon",properties:{name:"Sund"},id:"AX.",arcs:[[-27,30]]},{type:"Polygon",properties:{name:"Mariehamn"},id:"AX.",arcs:[[31,-8]]},{type:"MultiPolygon",properties:{name:"Lemland"},id:"AX.",arcs:[[[32]],[[33]],[[34]]]},{type:"Polygon",properties:{name:"Lumparland"},id:"AX.",arcs:[[35]]},{type:"MultiPolygon",properties:{name:"Vårdö"},id:"AX.",arcs:[[[36]],[[37]],[[38]],[[39]],[[40]],[[41]],[[42]],[[43]],[[44]],[[45]],[[46]]]},{type:"MultiPolygon",properties:{name:"Sottunga"},id:"AX.",arcs:[[[47]],[[48]],[[49]],[[50]]]},{type:"MultiPolygon",properties:{name:"Kumlinge"},id:"AX.",arcs:[[[51]],[[52]],[[53]],[[54]],[[55]],[[56]],[[57]],[[58]],[[59]],[[60]],[[61]]]},{type:"MultiPolygon",properties:{name:"Brändö"},id:"AX.",arcs:[[[62]],[[63]],[[64]],[[65]],[[66]],[[67]],[[68]],[[69]],[[70]],[[71]],[[72]],[[73]]]},{type:"MultiPolygon",properties:{name:"Kökar"},id:"AX.",arcs:[[[74]],[[75]],[[76]]]}]}},arcs:[[[3510,7241],[5,-238],[26,-338],[-9,-338],[44,-148],[89,-46]],[[3665,6133],[22,-245],[80,-271],[107,-225],[99,-109],[-55,-95],[-33,-111],[-9,-123],[17,-134],[-294,153],[-91,130],[33,72],[10,47],[-5,164],[-153,-26],[-74,-64],[15,-145],[70,-157],[79,-140]],[[3483,4854],[-149,-28],[-129,0],[-182,-85],[-86,0],[-112,-106]],[[2825,4635],[-72,280]],[[2753,4915],[43,74],[9,173],[-12,193],[-21,134],[101,-80],[92,-126],[39,386],[119,189],[27,189],[10,292],[36,179],[30,-202],[9,-102],[3,-125],[30,-52],[66,16],[67,58],[30,73],[-16,239],[-43,201],[-62,159],[-72,113],[-39,78]],[[3199,6974],[83,177],[59,246]],[[3341,7397],[51,-190],[118,34]],[[3609,3540],[-94,123],[-69,148],[-151,-134]],[[3295,3677],[-134,2],[-75,-66],[-17,-75],[-11,-76],[-54,-66],[-77,-28],[-75,11],[-48,66],[7,140],[-99,75],[-102,-50],[-87,-135],[-59,-173],[-87,379]],[[2377,3681],[94,88],[138,148],[130,84],[-9,339],[130,21],[-35,274]],[[3483,4854],[86,-98],[161,-84],[52,-97],[41,-98],[35,-43],[55,31],[43,72],[42,93],[52,87],[-63,-442],[-16,-212],[2,-196],[21,-47],[38,-32],[37,-51],[17,-105],[-32,-143],[-75,-1],[-142,97],[-228,-45]],[[2377,3681],[-210,606],[-88,344],[-38,404],[-32,175],[-65,73],[-12,103],[-123,567],[112,5],[91,-24],[48,-108],[-16,-251],[44,144],[35,156],[38,121],[54,51],[75,19],[216,170],[-43,60],[-28,68],[-48,154],[117,-46],[41,-48],[34,45],[16,7],[58,-52],[-89,-399],[-88,-304],[17,-118],[46,-98],[45,-119],[44,-340],[37,-97],[88,-34]],[[2172,7272],[-26,-43],[-70,41],[-49,70],[-3,54],[22,131],[32,10],[29,-47],[14,-38],[21,-36],[19,-60],[11,-82]],[[101,5039],[-32,-122],[-50,116],[-19,47],[33,22],[68,-63]],[[1925,5e3],[19,-86],[13,-87],[7,-248],[-19,-114],[-43,-19],[-51,12],[-42,-24],[-81,133],[-130,305],[-101,128],[44,-234],[22,-219],[-21,-206],[-83,-191],[-111,-74],[-116,67],[-99,191],[-59,297],[-15,125],[-4,64],[24,54],[72,83],[40,103],[-2,138],[-10,152],[11,139],[29,67],[102,165],[42,85],[62,75],[84,0],[83,-50],[111,-142],[36,-90],[22,-117],[6,-148],[20,-104],[99,-146],[39,-84]],[[935,5814],[9,-36],[34,32],[41,71],[59,44],[86,5],[7,-24],[-31,-39],[-31,-20],[-3,-45],[72,-222],[-13,-44],[-32,15],[-47,-2],[-22,31],[-9,124],[-7,19],[-14,-48],[-11,-114],[-12,-45],[-22,-13],[-36,-18],[-12,29],[-4,78],[-15,68],[-23,-72],[-34,-18],[-23,-25],[-16,27],[0,100],[35,166],[4,102],[17,62],[40,-48],[16,-84],[-3,-56]],[[1520,7022],[-13,-185],[-29,16],[-86,239],[12,39],[11,48],[12,30],[52,45],[88,78],[68,12],[-13,-72],[-53,-98],[-49,-152]],[[2264,7435],[-57,0],[-28,39],[-31,17],[-11,74],[20,110],[25,38],[103,37],[25,62],[30,17],[34,-57],[-3,-70],[-28,-47],[-26,-164],[-53,-56]],[[3199,6974],[-21,70],[-25,8],[-52,-105],[-61,-249],[-42,-88],[-52,55],[-85,233],[-80,176],[-97,102],[-139,12],[88,76],[50,114],[37,135],[52,138],[116,165],[121,70],[128,0],[136,-47],[41,-184],[27,-258]],[[6323,2213],[-273,-191],[-178,9],[-156,-25],[-82,-41],[-14,-201],[-89,-125],[-129,67],[-14,251],[116,309],[212,292],[130,-34],[203,-118],[216,-57],[58,-136]],[[5967,2829],[-101,-86],[-22,64],[56,100],[2,50],[-2,34],[13,29],[128,-59],[4,-63],[-31,-69],[-47,0]],[[7089,3098],[24,-45],[5,-55],[18,-15],[43,25],[35,-8],[21,-62],[8,-36],[14,-22],[30,-16],[-15,-16],[-67,-18],[-14,-8],[42,-45],[9,-84],[-20,-100],[-56,-91],[-52,-110],[-55,-20],[-152,169],[-25,-33],[-35,-97],[-72,-61],[-86,17],[-62,88],[26,160],[144,334],[79,106],[75,21],[56,-9],[45,31],[37,0]],[[6239,2627],[-168,-53],[-69,96],[76,170],[116,204],[140,136],[77,23],[-65,-369],[-107,-207]],[[6731,2874],[-107,-91],[-164,68],[-9,222],[104,70],[192,32],[18,10],[-50,21],[11,47],[84,45],[48,-37],[-34,-94],[-54,-102],[-29,-121],[-10,-70]],[[5789,3289],[-41,-84],[-25,23],[-18,-21],[-49,-5],[-21,77],[31,80],[4,34],[22,55],[55,23],[33,-39],[14,-82],[-5,-61]],[[6850,3735],[58,-10],[59,28],[40,-9],[-2,-90],[-22,-80],[-349,88],[-90,65],[-14,44],[67,50],[156,19],[97,-105]],[[4731,6783],[-94,-245],[-104,-296],[-172,-148],[-181,-338],[-107,-345]],[[4073,5411],[-92,137],[-46,258],[71,232],[117,294],[24,234],[-212,47],[0,-95],[57,-176],[-50,-241],[-122,-130],[-155,162]],[[3510,7241],[122,35],[144,-69],[136,-141],[97,-170],[-47,278],[-27,100],[83,-24],[190,-133],[57,19],[61,53],[66,-72],[121,-221],[218,-113]],[[4360,7562],[-39,-19],[-28,13],[-13,33],[-44,40],[-16,52],[170,191],[50,-1],[24,-31],[-9,-102],[-44,-118],[-51,-58]],[[4731,6783],[75,-38],[79,-148],[-60,-361],[84,56],[31,37],[89,-92],[115,-65],[223,-39],[-196,-464],[-38,-180],[-154,-103],[75,-205],[43,-78],[-61,-40],[-52,-6],[-49,-21],[-53,-79],[-29,-88],[-48,-190],[-19,-48],[-71,-41],[-41,36],[-39,59],[-61,32],[-234,0],[-48,81],[11,189],[37,208],[38,139],[116,136],[280,28],[89,171],[-229,-6],[-207,-73],[-164,-222],[-97,-453],[-38,0],[17,333],[-72,163]],[[3609,3540],[-96,-101],[14,-190],[38,-226],[-54,-84],[-61,37],[19,137],[-97,432],[-77,132]],[[3395,75],[-33,-75],[-16,16],[-10,23],[-13,21],[26,47],[46,-32]],[[3700,2690],[64,-62],[49,10],[44,-37],[41,-73],[-10,-99],[-63,-64],[-59,9],[-45,39],[3,50],[14,44],[-8,41],[-46,33],[-1,32],[-106,65],[-6,57],[129,-45]],[[4372,3593],[163,-111],[187,12],[169,-308],[110,-410],[56,-290],[15,-130],[-76,-198],[-136,-205],[-71,-68],[50,297],[-70,81],[-111,-81],[-162,-56],[-101,105],[65,124],[26,155],[-97,160],[-146,0],[-112,154],[-187,43],[47,292],[195,125],[186,309]],[[5367,4245],[113,-285],[-70,-248],[-92,-243],[49,-270],[-64,-83],[-40,29],[-39,80],[-53,77],[-191,130],[-40,58],[-20,228],[37,225],[59,213],[40,192],[125,-414],[76,-162],[33,142],[-60,281],[14,95],[123,-45]],[[5576,4392],[-48,-74],[-45,12],[-40,89],[-57,53],[7,37],[57,27],[83,-52],[43,-92]],[[5716,4498],[-101,-18],[-21,50],[134,174],[35,34],[14,-26],[1,-98],[-62,-116]],[[6207,4496],[-136,-53],[-49,33],[-16,76],[25,52],[110,49],[15,37],[11,75],[22,45],[32,4],[22,-38],[2,-55],[8,-6],[26,-6],[5,-58],[-28,-103],[-49,-52]],[[5566,5048],[-37,-75],[-23,-23],[-73,38],[-44,-55],[-23,-108],[-56,-85],[-82,30],[-2,110],[105,144],[9,36],[47,65],[63,162],[86,108],[55,-22],[7,-110],[-3,-118],[-29,-97]],[[5943,6008],[177,-141],[95,86],[39,-46],[24,-58],[10,-77],[4,-103],[-274,-669],[-68,29],[0,71],[26,93],[4,90],[8,64],[0,153],[-28,107],[-167,-164],[-43,123],[9,209],[67,178],[117,55]],[[6628,6109],[-35,-42],[-35,1],[-8,65],[24,90],[19,30],[0,28],[-11,61],[4,51],[4,28],[21,25],[35,-26],[32,-46],[18,-48],[12,-54],[7,-62],[-35,-66],[-52,-35]],[[6085,6065],[-41,-26],[-60,82],[-18,114],[-2,55],[-14,25],[-18,54],[-62,109],[20,39],[75,45],[53,-24],[50,-60],[27,-201],[-15,-61],[-6,-83],[11,-68]],[[6094,6907],[-58,-52],[-38,3],[0,79],[9,85],[15,63],[25,11],[107,-39],[29,-42],[-30,-60],[-59,-48]],[[5878,7193],[52,-90],[26,15],[23,-5],[-8,-91],[-26,-90],[-46,-34],[-190,118],[-7,58],[10,51],[-3,67],[26,50],[143,-49]],[[5632,6914],[-27,-42],[-98,16],[-54,82],[27,135],[112,168],[59,29],[33,-55],[-38,-273],[-14,-60]],[[5322,8159],[-42,-113],[-32,21],[8,108],[39,63],[31,25],[8,-45],[-12,-59]],[[8446,3212],[-9,-23],[-19,6],[-34,-25],[-85,-26],[-18,53],[35,84],[45,61],[36,9],[42,-72],[-14,-9],[9,-10],[12,-27],[0,-21]],[[7910,3405],[9,-63],[-84,26],[-17,55],[14,46],[14,45],[30,3],[47,10],[22,6],[2,-71],[-29,-28],[-8,-29]],[[7649,3803],[-59,-14],[-89,93],[-97,213],[-17,175],[48,75],[53,27],[36,-22],[49,-66],[61,-120],[23,-80],[17,-55],[10,-132],[-35,-94]],[[7198,4487],[-198,-49],[-1,38],[26,39],[115,110],[60,-3],[30,-39],[7,-61],[-39,-35]],[[7794,5040],[-118,-71],[-91,65],[-37,80],[-4,157],[28,143],[87,37],[125,-154],[58,-124],[-48,-133]],[[7988,5346],[-40,-31],[-35,209],[14,228],[26,-96],[16,-120],[34,-48],[10,-57],[-8,-49],[-17,-36]],[[8534,5692],[-84,-33],[-71,10],[42,-180],[-160,91],[-53,344],[35,314],[101,-2],[57,-72],[173,-147],[40,-64],[-14,-167],[-66,-94]],[[9079,6607],[-33,-24],[-43,47],[-32,76],[-18,22],[-16,65],[-17,86],[11,48],[8,111],[27,45],[52,-40],[28,-74],[39,-319],[-6,-43]],[[8187,6793],[-211,-195],[-41,27],[-7,92],[2,47],[5,116],[15,69],[46,148],[19,47],[21,42],[24,81],[13,74],[40,24],[67,-20],[63,-62],[26,-127],[-14,-139],[-23,-126],[-45,-98]],[[7765,7384],[-10,-133],[-29,4],[-28,13],[14,13],[0,38],[8,42],[22,77],[23,-54]],[[9002,7363],[-17,-18],[-75,71],[8,68],[24,72],[3,38],[20,-25],[44,-74],[0,-63],[-7,-69]],[[8746,7013],[-13,-6],[-97,374],[0,89],[26,88],[25,49],[19,-45],[7,-39],[33,-190],[-2,-83],[-9,-49],[-2,-35],[2,-26],[9,-46],[2,-81]],[[8227,7618],[7,-53],[-32,9],[-46,58],[-29,38],[-27,66],[0,131],[39,80],[40,-33],[4,-136],[28,-123],[16,-37]],[[8563,8068],[32,-82],[17,-47],[-11,-112],[-13,11],[-9,35],[-16,9],[-12,27],[-38,63],[-16,71],[38,-9],[28,34]],[[7297,8013],[31,-176],[-25,-69],[-42,17],[-12,51],[-7,5],[-39,-6],[-16,37],[29,161],[28,41],[33,-4],[20,-57]],[[9474,5379],[-15,-114],[-34,9],[-5,41],[-3,63],[20,12],[37,-11]],[[9744,6522],[30,-121],[-34,-61],[-61,45],[-65,111],[23,30],[51,-14],[16,37],[40,-27]],[[9403,6435],[-55,-9],[-71,85],[-14,75],[-7,106],[15,102],[115,120],[19,-17],[21,-4],[15,-17],[-28,-119],[2,-179],[-6,-37],[17,-43],[-23,-63]],[[9983,6965],[-77,-74],[-80,91],[-31,60],[-47,153],[-15,90],[7,61],[39,12],[113,-172],[-3,-48],[6,-68],[41,-67],[43,-19],[4,-19]],[[9760,7808],[-65,-54],[-20,34],[-10,60],[-46,19],[-5,76],[-14,84],[40,88],[67,35],[73,-94],[23,-106],[-43,-142]],[[9504,8213],[-2,-51],[-63,-38],[0,-25],[4,-43],[-38,-57],[-3,-60],[-10,-51],[-61,79],[-42,142],[21,72],[45,-8],[53,50],[55,27],[41,-37]],[[9941,8531],[-56,-45],[-76,80],[-32,166],[29,105],[68,84],[46,5],[23,-9],[34,-63],[11,-168],[-47,-155]],[[9162,8805],[-22,-55],[3,-51],[32,-113],[7,-69],[-6,-67],[-15,-63],[-40,-41],[-62,57],[-34,86],[0,43],[22,14],[7,9],[-29,27],[-5,41],[8,40],[-22,95],[-23,42],[-1,49],[31,10],[79,-97],[16,46],[0,67],[-16,14],[-14,28],[-9,79],[20,55],[101,-31],[16,-43],[-44,-172]],[[9908,8981],[-112,-5],[-134,160],[-22,73],[25,54],[42,7],[43,-22],[32,-47],[14,-52],[24,-15],[55,-17],[57,-67],[-24,-69]],[[8825,9649],[-22,-140],[111,-44],[26,-35],[-62,-13],[-24,3],[-108,71],[-44,81],[5,65],[34,12],[30,-11],[30,35],[24,-24]],[[9993,9443],[6,-37],[-165,8],[-114,77],[-16,32],[-12,63],[34,72],[82,42],[104,-37],[57,-100],[4,-72],[20,-48]],[[9782,9932],[-68,-62],[-37,4],[-63,41],[13,46],[95,38],[59,-17],[1,-50]],[[8993,1025],[-44,-65],[-140,64],[-70,69],[-41,52],[-33,142],[49,119],[77,41],[73,5],[52,-91],[35,-177],[42,-159]],[[9424,1520],[-74,-31],[-80,14],[-1,-24],[84,-80],[40,-132],[-47,-72],[-286,198],[-77,100],[-29,74],[11,13],[26,55],[84,64],[248,-82],[62,-2],[35,-28],[4,-67]],[[8707,2558],[-26,-62],[-38,1],[-49,25],[-7,70],[85,47],[33,-38],[2,-43]]],transform:{scale:[.00017724754245424933,7234203230324061e-20],translate:[19.32626386800007,59.835069078000075]}},m.prototype.andTopo="__AND__",m.prototype.areTopo="__ARE__",m.prototype.argTopo="__ARG__",m.prototype.armTopo="__ARM__",m.prototype.asmTopo="__ASM__",m.prototype.ataTopo="__ATA__",m.prototype.atcTopo="__ATC__",m.prototype.atfTopo="__ATF__",m.prototype.atgTopo="__ATG__",m.prototype.ausTopo="__AUS__",m.prototype.autTopo="__AUT__",m.prototype.azeTopo="__AZE__",m.prototype.bdiTopo="__BDI__",m.prototype.belTopo="__BEL__",m.prototype.benTopo="__BEN__",m.prototype.bfaTopo="__BFA__",m.prototype.bgdTopo="__BGD__",m.prototype.bgrTopo="__BGR__",m.prototype.bhrTopo="__BHR__",m.prototype.bhsTopo="__BHS__",m.prototype.bihTopo="__BIH__",m.prototype.bjnTopo="__BJN__",m.prototype.blmTopo="__BLM__",m.prototype.blrTopo="__BLR__",m.prototype.blzTopo="__BLZ__",m.prototype.bmuTopo="__BMU__",m.prototype.bolTopo="__BOL__",m.prototype.braTopo="__BRA__",m.prototype.brbTopo="__BRB__",m.prototype.brnTopo="__BRN__",m.prototype.btnTopo="__BTN__",m.prototype.norTopo="__NOR__",m.prototype.bwaTopo="__BWA__",m.prototype.cafTopo="__CAF__",m.prototype.canTopo="__CAN__",m.prototype.cheTopo="__CHE__",m.prototype.chlTopo="__CHL__",m.prototype.chnTopo="__CHN__",m.prototype.civTopo="__CIV__",m.prototype.clpTopo="__CLP__",m.prototype.cmrTopo="__CMR__",m.prototype.codTopo="__COD__",m.prototype.cogTopo="__COG__",m.prototype.cokTopo="__COK__",m.prototype.colTopo="__COL__",m.prototype.comTopo="__COM__",m.prototype.cpvTopo="__CPV__",m.prototype.criTopo="__CRI__",m.prototype.csiTopo="__CSI__",m.prototype.cubTopo="__CUB__",m.prototype.cuwTopo="__CUW__",m.prototype.cymTopo="__CYM__",m.prototype.cynTopo="__CYN__",m.prototype.cypTopo="__CYP__",m.prototype.czeTopo="__CZE__",m.prototype.deuTopo="__DEU__",m.prototype.djiTopo="__DJI__",m.prototype.dmaTopo="__DMA__",m.prototype.dnkTopo="__DNK__",m.prototype.domTopo="__DOM__",m.prototype.dzaTopo="__DZA__",m.prototype.ecuTopo="__ECU__",m.prototype.egyTopo="__EGY__",m.prototype.eriTopo="__ERI__",m.prototype.esbTopo="__ESB__",m.prototype.espTopo="__ESP__",m.prototype.estTopo="__EST__",m.prototype.ethTopo="__ETH__",m.prototype.finTopo="__FIN__",m.prototype.fjiTopo="__FJI__",m.prototype.flkTopo="__FLK__",m.prototype.fraTopo="__FRA__",m.prototype.froTopo="__FRO__",m.prototype.fsmTopo="__FSM__",m.prototype.gabTopo="__GAB__",m.prototype.psxTopo="__PSX__",m.prototype.gbrTopo="__GBR__",m.prototype.geoTopo="__GEO__",m.prototype.ggyTopo="__GGY__",m.prototype.ghaTopo="__GHA__",m.prototype.gibTopo="__GIB__",m.prototype.ginTopo="__GIN__",m.prototype.gmbTopo="__GMB__",m.prototype.gnbTopo="__GNB__",m.prototype.gnqTopo="__GNQ__",m.prototype.grcTopo="__GRC__",m.prototype.grdTopo="__GRD__",m.prototype.grlTopo="__GRL__",m.prototype.gtmTopo="__GTM__",m.prototype.gumTopo="__GUM__",m.prototype.guyTopo="__GUY__",m.prototype.hkgTopo="__HKG__",m.prototype.hmdTopo="__HMD__",m.prototype.hndTopo="__HND__",m.prototype.hrvTopo="__HRV__",m.prototype.htiTopo="__HTI__",m.prototype.hunTopo="__HUN__",m.prototype.idnTopo="__IDN__",m.prototype.imnTopo="__IMN__",m.prototype.indTopo="__IND__",m.prototype.ioaTopo="__IOA__",m.prototype.iotTopo="__IOT__",m.prototype.irlTopo="__IRL__",m.prototype.irnTopo="__IRN__",m.prototype.irqTopo="__IRQ__",m.prototype.islTopo="__ISL__",m.prototype.isrTopo="__ISR__",m.prototype.itaTopo="__ITA__",m.prototype.jamTopo="__JAM__",m.prototype.jeyTopo="__JEY__",m.prototype.jorTopo="__JOR__",m.prototype.jpnTopo="__JPN__",m.prototype.kabTopo="__KAB__",m.prototype.kasTopo="__KAS__",m.prototype.kazTopo="__KAZ__",m.prototype.kenTopo="__KEN__",m.prototype.kgzTopo="__KGZ__",m.prototype.khmTopo="__KHM__",m.prototype.kirTopo="__KIR__",m.prototype.knaTopo="__KNA__",m.prototype.korTopo="__KOR__",m.prototype.kosTopo="__KOS__",m.prototype.kwtTopo="__KWT__",m.prototype.laoTopo="__LAO__",m.prototype.lbnTopo="__LBN__",m.prototype.lbrTopo="__LBR__",m.prototype.lbyTopo="__LBY__",m.prototype.lcaTopo="__LCA__",m.prototype.lieTopo="__LIE__",m.prototype.lkaTopo="__LKA__",m.prototype.lsoTopo="__LSO__",m.prototype.ltuTopo="__LTU__",m.prototype.luxTopo="__LUX__",m.prototype.lvaTopo="__LVA__",m.prototype.macTopo="__MAC__",m.prototype.mafTopo="__MAF__",m.prototype.marTopo="__MAR__",m.prototype.mcoTopo="__MCO__",m.prototype.mdaTopo="__MDA__",m.prototype.mdgTopo="__MDG__",m.prototype.mdvTopo="__MDV__",m.prototype.mexTopo="__MEX__",m.prototype.mhlTopo="__MHL__",m.prototype.mkdTopo="__MKD__",m.prototype.mliTopo="__MLI__",m.prototype.mltTopo="__MLT__",m.prototype.mmrTopo="__MMR__",m.prototype.mneTopo="__MNE__",m.prototype.mngTopo="__MNG__",m.prototype.mnpTopo="__MNP__",m.prototype.mozTopo="__MOZ__",m.prototype.mrtTopo="__MRT__",m.prototype.msrTopo="__MSR__",m.prototype.musTopo="__MUS__",m.prototype.mwiTopo="__MWI__",m.prototype.mysTopo="__MYS__",m.prototype.namTopo="__NAM__",m.prototype.nclTopo="__NCL__",m.prototype.nerTopo="__NER__",m.prototype.nfkTopo="__NFK__",m.prototype.ngaTopo="__NGA__",m.prototype.nicTopo="__NIC__",m.prototype.niuTopo="__NIU__",m.prototype.nldTopo="__NLD__",m.prototype.nplTopo="__NPL__",m.prototype.nruTopo="__NRU__",m.prototype.nulTopo="__NUL__",m.prototype.nzlTopo="__NZL__",m.prototype.omnTopo="__OMN__",m.prototype.pakTopo="__PAK__",m.prototype.panTopo="__PAN__",m.prototype.pcnTopo="__PCN__",m.prototype.perTopo="__PER__",m.prototype.pgaTopo="__PGA__",m.prototype.phlTopo="__PHL__",m.prototype.plwTopo="__PLW__",m.prototype.pngTopo="__PNG__",m.prototype.polTopo="__POL__",m.prototype.priTopo="__PRI__",m.prototype.prkTopo="__PRK__",m.prototype.prtTopo="__PRT__",m.prototype.pryTopo="__PRY__",m.prototype.pyfTopo="__PYF__",m.prototype.qatTopo="__QAT__",m.prototype.rouTopo="__ROU__",m.prototype.rusTopo="__RUS__",m.prototype.rwaTopo="__RWA__",m.prototype.sahTopo="__SAH__",m.prototype.sauTopo="__SAU__",m.prototype.scrTopo="__SCR__",m.prototype.sdnTopo="__SDN__",m.prototype.sdsTopo="__SDS__",m.prototype.senTopo="__SEN__",m.prototype.serTopo="__SER__",m.prototype.sgpTopo="__SGP__",m.prototype.sgsTopo="__SGS__",m.prototype.shnTopo="__SHN__",m.prototype.slbTopo="__SLB__",m.prototype.sleTopo="__SLE__",m.prototype.slvTopo="__SLV__",m.prototype.smrTopo="__SMR__",m.prototype.solTopo="__SOL__",m.prototype.somTopo="__SOM__",m.prototype.spmTopo="__SPM__",m.prototype.srbTopo="__SRB__",m.prototype.stpTopo="__STP__",m.prototype.surTopo="__SUR__",m.prototype.svkTopo="__SVK__",m.prototype.svnTopo="__SVN__",m.prototype.sweTopo="__SWE__",m.prototype.swzTopo="__SWZ__",m.prototype.sxmTopo="__SXM__",m.prototype.sycTopo="__SYC__",m.prototype.syrTopo="__SYR__",m.prototype.tcaTopo="__TCA__",m.prototype.tcdTopo="__TCD__",m.prototype.tgoTopo="__TGO__",m.prototype.thaTopo="__THA__",m.prototype.tjkTopo="__TJK__",m.prototype.tkmTopo="__TKM__",m.prototype.tlsTopo="__TLS__",m.prototype.tonTopo="__TON__",m.prototype.ttoTopo="__TTO__",m.prototype.tunTopo="__TUN__",m.prototype.turTopo="__TUR__",m.prototype.tuvTopo="__TUV__",m.prototype.twnTopo="__TWN__",m.prototype.tzaTopo="__TZA__",m.prototype.ugaTopo="__UGA__",m.prototype.ukrTopo="__UKR__",m.prototype.umiTopo="__UMI__",m.prototype.uryTopo="__URY__",m.prototype.usaTopo="__USA__",m.prototype.usgTopo="__USG__",m.prototype.uzbTopo="__UZB__",m.prototype.vatTopo="__VAT__",m.prototype.vctTopo="__VCT__",m.prototype.venTopo="__VEN__",m.prototype.vgbTopo="__VGB__",m.prototype.virTopo="__VIR__",m.prototype.vnmTopo="__VNM__",
m.prototype.vutTopo="__VUT__",m.prototype.wlfTopo="__WLF__",m.prototype.wsbTopo="__WSB__",m.prototype.wsmTopo="__WSM__",m.prototype.yemTopo="__YEM__",m.prototype.zafTopo="__ZAF__",m.prototype.zmbTopo="__ZMB__",m.prototype.zweTopo="__ZWE__",m.prototype.latLngToXY=function(a,b){return this.projection([b,a])},m.prototype.addLayer=function(a,b,c){var d;return d=c?this.svg.insert("g",":first-child"):this.svg.append("g"),d.attr("id",b||"").attr("class",a||"")},m.prototype.updateChoropleth=function(a){var b=this.svg;for(var c in a)if(a.hasOwnProperty(c)){var d,e=a[c];if(!c)continue;if(d="string"==typeof e?e:"string"==typeof e.color?e.color:this.options.fills[e.fillKey],e===Object(e)){this.options.data[c]=l(e,this.options.data[c]||{});this.svg.select("."+c).attr("data-info",JSON.stringify(this.options.data[c]))}b.selectAll("."+c).transition().style("fill",d)}},m.prototype.updatePopup=function(a,b,c){var d=this;a.on("mousemove",null),a.on("mousemove",function(){var e=n.mouse(d.options.element);n.select(d.svg[0][0].parentNode).select(".datamaps-hoverover").style("top",e[1]+30+"px").html(function(){var d=JSON.parse(a.attr("data-info"));try{return c.popupTemplate(b,d)}catch(e){return""}}).style("left",e[0]+"px")}),n.select(d.svg[0][0].parentNode).select(".datamaps-hoverover").style("display","block")},m.prototype.addPlugin=function(a,b){var c=this;"undefined"==typeof m.prototype[a]&&(m.prototype[a]=function(d,e,f,g){var h;"undefined"==typeof g&&(g=!1),"function"==typeof e&&(f=e,e=void 0),e=l(e||{},c.options[a+"Config"]),!g&&this.options[a+"Layer"]?(h=this.options[a+"Layer"],e=e||this.options[a+"Options"]):(h=this.addLayer(a),this.options[a+"Layer"]=h,this.options[a+"Options"]=e),b.apply(this,[h,d,e]),f&&f(h)})},"object"==typeof exports?(n=require("d3"),o=require("topojson"),module.exports=m):"function"==typeof define&&define.amd?define("datamaps",["require","d3","topojson"],function(a){return n=a("d3"),o=a("topojson"),m}):window.Datamap=window.Datamaps=m,window.jQuery&&(window.jQuery.fn.datamaps=function(a,b){a=a||{},a.element=this[0];var c=new m(a);return"function"==typeof b&&b(c,a),this})}();