map = ixmaps.embed(
"map2",
{
mapCdn: "https://gjrichter.github.io/ixmaps",
maptype: "Stamen - toner-lite",
width: "95%", height: "1400px", legend: 1, align: "center", mode: "pan", tools: "true", name: "map"
},
(map) =>
map
.view([41.94314874732696, 12.656250000000002], 7)
.attribution(attribution)
.require("../../ui/js/tools/tooltip_basic.js")
.options({
scrollSafeSilent: "true",
objectscaling: "dynamic",
normalSizeScale: "100000000",
dynamicScalePow: "6",
panhidden: "false",
basemapopacity: "0.5"
})
.layer(georef)
.layer(chart)
)