viewof unfoldedMap = {
let iframe;
const map = mapSDK.createMap({
mapUUID: '31b96f3a-92a0-4146-b6c2-c1c48fb128e5',
embed: true,
appendToDocument: false,
width: width,
height: 600,
onLoad: () => {
iframe.value = map;
iframe.dispatchEvent(new CustomEvent("input"));
}
});
iframe = map.iframe;
yield iframe;
}