maps-vector.min.js 828 Bytes
var MapsVector=function(){var e=function(e){var o={map:"world_en",backgroundColor:null,borderColor:"#333333",borderOpacity:.5,borderWidth:1,color:"#c6c6c6",enableZoom:!0,hoverColor:"#c9dfaf",hoverOpacity:null,values:sample_data,normalizeFunction:"linear",scaleColors:["#b6da93","#427d1a"],selectedColor:"#c9dfaf",selectedRegion:null,showTooltip:!0,onRegionOver:function(e,o){"ca"==o&&e.preventDefault()},onRegionClick:function(e,o,r){var a='You clicked "'+r+'" which has the code: '+o.toUpperCase();alert(a)}};o.map=e+"_en";var r=jQuery("#vmap_"+e);r&&(r.width(r.parent().width()),r.vectorMap(o))};return{init:function(){e("world"),e("usa"),e("europe"),e("russia"),e("germany"),App.addResizeHandler(function(){e("world"),e("usa"),e("europe"),e("russia"),e("germany")})}}}();jQuery(document).ready(function(){MapsVector.init()});