const theater1Popup = `

Teatro San Salvador, Venezia

`; const audioBtn1 = ` `; export const config = { scene : { initialExposure: 0.6, autoLP: false, clipping: { defaultPoint: [ -20.3, 7.3, -18.3 ], } }, menu : { audioBtn1 }, markers : [ { id : "salvador", label : "Teatro San Salvador, Venezia", popup: theater1Popup, coords: [45.4363, 12.3352], model: "teatro_san_salvador_20250926.gltf", pano: "pano/hemi-grey.jpg", } ], map : { center: [43.570833, 12.140278], initialZoom : 7, minZoom : 6, maxZoom : 15 } }