Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
解決策はとてつもなく単純でした。pano 値のみを変更し、それを panorama.setOptions 値として使用して、元の「links_changed」イベントをトリガーしました。
function onChange(){ d = document.getElementById("hamk_select").value; var panoOptions = { pano: d, }; panorama.setOptions(panoOptions); }