map = ixmaps.embed("mymap", {
mapCdn: "https://gjrichter.github.io/ixmaps",
width: "100%",
height: "840px",
legend: 1},
map => map
.view([50.064191736659104,12.94189453125],6)
.options({
objectScaling: "1.7",
normalSizeScale: "55000000",
dynamicScalePow: "2",
panhidden: "false",
featurescaling: "dynamic",
objectscaling: "dynamic",
flushChartDraw: "50000",
mapopacity: "1",
basemapopacity: "1"
})
.legend(legend)
.setData(confirmed_7,{type:"jsonDB",name:"CONFIRMED"})
.setData(fatalities_7,{type:"jsonDB",name:"FATALITIES"})
.layer(theme_f)
.layer(theme)
);