map = ixmaps.embed(
"map2",
{
mapCdn: "https://gjrichter.github.io/ixmaps",
maptype: "white",
width: "100%",
height: "1400px",
scrollsafesilent: "true",
legend: 1,
align: "center",
mode: "info",
tools: "true",
name: "map"
},
(map) =>
map
.view([42.12824901518532, 13.040283203125002], 7)
.attribution(attribution)
.require("../../ui/js/tools/tooltip_basic.js")
.options({
scrollSafeSilent: "true",
objectscaling: "dynamic",
normalsizescale: "10000000",
panhidden: "false"
})
.layer(georef)
.layer(choropleth)
.layer(chart)
.layer(grid)
.layer(curves)
)